From 036c96754dd0dca5cda2ecb07b1514c65c4a73fe Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 18 Dec 2020 13:49:39 +0200 Subject: [PATCH] Update po/id translation before release Signed-off-by: Alexander Bokovoy Reviewed-By: Francois Cami --- po/id.po | 35582 ++--------------------------------------------------- 1 file changed, 999 insertions(+), 34583 deletions(-) diff --git a/po/id.po b/po/id.po index 18301b31f..3dd3722c4 100644 --- a/po/id.po +++ b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: freeipa 4.9.0.dev201908140712+gitc9938e3d8\n" "Report-Msgid-Bugs-To: https://pagure.io/freeipa/new_issue\n" -"POT-Creation-Date: 2020-08-20 13:01+0300\n" +"POT-Creation-Date: 2020-11-17 19:02+0200\n" "PO-Revision-Date: 2020-10-26 03:15+0000\n" "Last-Translator: Andika Triwidada \n" "Language-Team: Indonesian \".\n" -"\n" -"EXAMPLES:\n" -"\n" -"Locations:\n" -"\n" -" Create a named location, \"Baltimore\":\n" -" ipa automountlocation-add baltimore\n" -"\n" -" Display the new location:\n" -" ipa automountlocation-show baltimore\n" -"\n" -" Find available locations:\n" -" ipa automountlocation-find\n" -"\n" -" Remove a named automount location:\n" -" ipa automountlocation-del baltimore\n" -"\n" -" Show what the automount maps would look like if they were in the " -"filesystem:\n" -" ipa automountlocation-tofiles baltimore\n" -"\n" -" Import an existing configuration into a location:\n" -" ipa automountlocation-import baltimore /etc/auto.master\n" -"\n" -" The import will fail if any duplicate entries are found. For\n" -" continuous operation where errors are ignored, use the --continue\n" -" option.\n" -"\n" -"Maps:\n" -"\n" -" Create a new map, \"auto.share\":\n" -" ipa automountmap-add baltimore auto.share\n" -"\n" -" Display the new map:\n" -" ipa automountmap-show baltimore auto.share\n" -"\n" -" Find maps in the location baltimore:\n" -" ipa automountmap-find baltimore\n" -"\n" -" Create an indirect map with auto.share as a submount:\n" -" ipa automountmap-add-indirect baltimore --parentmap=auto.share --" -"mount=sub auto.man\n" -"\n" -" This is equivalent to:\n" -"\n" -" ipa automountmap-add-indirect baltimore --mount=/man auto.man\n" -" ipa automountkey-add baltimore auto.man --key=sub --info=\"-" -"fstype=autofs ldap:auto.share\"\n" -"\n" -" Remove the auto.share map:\n" -" ipa automountmap-del baltimore auto.share\n" -"\n" -"Keys:\n" -"\n" -" Create a new key for the auto.share map in location baltimore. This ties\n" -" the map we previously created to auto.master:\n" -" ipa automountkey-add baltimore auto.master --key=/share --info=auto." -"share\n" -"\n" -" Create a new key for our auto.share map, an NFS mount for man pages:\n" -" ipa automountkey-add baltimore auto.share --key=man --info=\"-ro,soft," -"rsize=8192,wsize=8192 ipa.example.com:/shared/man\"\n" -"\n" -" Find all keys for the auto.share map:\n" -" ipa automountkey-find baltimore auto.share\n" -"\n" -" Find all direct automount keys:\n" -" ipa automountkey-find baltimore --key=/-\n" -"\n" -" Remove the man key from the auto.share map:\n" -" ipa automountkey-del baltimore auto.share --key=man\n" -msgstr "" -"\n" -"Putar-auto\n" -"\n" -"Menyimpan konfigurasi automount(8) untuk autofs(8) di IPA.\n" -"\n" -"Basis konfigurasi automount adalah file konfigurasi auto.master.\n" -"Ini juga merupakan lokasi dasar di IPA. Beberapa konfigurasi auto.master\n" -"dapat disimpan di lokasi terpisah. Lokasi spesifik implementasi\n" -"dengan default menjadi lokasi bernama 'default'. Misalnya, Anda dapat " -"memiliki\n" -"lokasi berdasarkan wilayah geografis, berdasarkan lantai, berdasarkan jenis, " -"dll.\n" -"\n" -"Automount memiliki tiga jenis objek dasar: lokasi, peta, dan kunci.\n" -"\n" -"Lokasi mendefinisikan sekumpulan peta yang berlabuh di auto.master. Ini " -"memungkinkan Anda\n" -"untuk menyimpan beberapa konfigurasi automount. Lokasi itu sendiri tidak\n" -"sangat menarik, itu hanya titik untuk memulai peta automount baru.\n" -"\n" -"Peta kira-kira setara dengan file automount diskrit dan menyediakan\n" -"penyimpanan untuk kunci.\n" -"\n" -"Kunci adalah titik kait yang terkait dengan peta.\n" -"\n" -"Saat lokasi baru dibuat, dua peta secara otomatis dibuat untuk\n" -"itu: auto.master dan auto.direct. auto.master adalah peta akar untuk semua\n" -"automount peta untuk lokasi. auto.direct adalah peta default untuk\n" -"dudukan langsung dan dipasang pada /-.\n" -"\n" -"Peta automount mungkin berisi kunci submount. Kunci ini mendefinisikan " -"dudukan\n" -"lokasi dalam peta yang mereferensikan peta lain. Ini dapat dilakukan\n" -"menggunakan automountmap-add-indirect --parentmap atau secara manual\n" -"dengan automountkey-add dan mengatur info ke \"-type=autofs :\".\n" -"\n" -"Contoh:\n" -"\n" -"Lokasi:\n" -"\n" -"Buat lokasi bernama, \"Baltimore\":\n" -" ipa automountlocation-add baltimore\n" -"\n" -"Tampilkan lokasi baru:\n" -" ipa automountlocation-show baltimore\n" -"\n" -"Temukan lokasi yang tersedia:\n" -" ipa automountlocation-find\n" -"\n" -"Hapus lokasi automount bernama:\n" -" ipa automountlocation-del baltimore\n" -"\n" -"Tampilkan seperti apa tampilan peta automount jika berada dalam sistem " -"berkas:\n" -" ipa automountlocation-tofiles baltimore\n" -"\n" -"Mengimpor konfigurasi yang ada ke lokasi:\n" -" ipa automountlocation-impor baltimore /etc/auto.master\n" -"\n" -"Impor akan gagal jika ada entri duplikat yang ditemukan. Untuk\n" -" operasi berkelanjutan di mana kesalahan diabaikan, gunakan --continue\n" -" Pilihan.\n" -"\n" -"Peta:\n" -"\n" -"Buat peta baru, \"auto.share\":\n" -" ipa automountmap-add baltimore auto.share\n" -"\n" -"Tampilkan peta baru:\n" -" ipa automountmap-show baltimore auto.share\n" -"\n" -"Temukan peta di lokasi Baltimore:\n" -" ipa automountmap-find baltimore\n" -"\n" -"Buat peta tidak langsung dengan auto.share sebagai submount:\n" -" ipa automountmap-add-indirect baltimore --parentmap=auto.share --" -"mount=sub auto.man\n" -"\n" -"Ini setara dengan:\n" -"\n" -"ipa automountmap-add-indirect baltimore --mount=/man auto.man\n" -" ipa automountkey-add baltimore auto.man --key=sub --info=\"-" -"fstype=autofs ldap:auto.share\"\n" -"\n" -"Hapus peta auto.share:\n" -" ipa automountmap-del baltimore auto.share\n" -"\n" -"Tombol:\n" -"\n" -"Buat kunci baru untuk peta auto.share di lokasi baltimore. Ikatan ini\n" -" peta yang sebelumnya kami buat ke auto.master:\n" -" ipa automountkey-add baltimore auto.master --key=/share --info=auto." -"share\n" -"\n" -"Buat kunci baru untuk peta auto.share kami, dudukan NFS untuk halaman man:\n" -" ipa automountkey-add baltimore auto.share --key=man --info=\"-" -"ro,soft,rsize=8192,wsize=8192 ipa.example.com:/shared/man\"\n" -"\n" -"Temukan semua kunci untuk peta auto.share:\n" -" ipa automountkey-find baltimore auto.share\n" -"\n" -"Temukan semua tombol automount langsung:\n" -" ipa automountkey-find baltimore --key=/-\n" -"\n" -"Hapus kunci man dari peta auto.share:\n" -" ipa automountkey-del baltimore auto.share --key=man\n" -"\n" - -#, fuzzy -msgid "Key" -msgstr "Kunci" - -#, fuzzy -msgid "Automount key name." -msgstr "Otomatiskan nama kunci." - -#, fuzzy -msgid "Mount information" -msgstr "Pasang informasi" - -#, fuzzy -msgid "description" -msgstr "deskripsi" - -#, fuzzy -msgid "Location" -msgstr "Lokasi" - -#, fuzzy -msgid "Automount location name." -msgstr "Otomatiskan nama lokasi." - -#, fuzzy -msgid "Map" -msgstr "Peta" - -#, fuzzy -msgid "Automount map name." -msgstr "Otomatiskan nama peta." - -#, fuzzy -msgid "Description" -msgstr "Deskripsi" - -#, fuzzy -msgid "Create a new automount key." -msgstr "Membuat kunci otomatis baru." - -#, fuzzy -msgid "" -"Set an attribute to a name/value pair. Format is attr=value.\n" -"For multi-valued attributes, the command replaces the values already present." -msgstr "" -"Atur atribut ke pasangan nama/nilai. Format adalah attr=value.\n" -"Untuk atribut multinilai, perintah akan menggantikan nilai yang sudah ada." - -#, fuzzy -msgid "" -"Add an attribute/value pair. Format is attr=value. The attribute\n" -"must be part of the schema." -msgstr "" -"Tambahkan pasangan atribut/nilai. Format adalah attr=value. Atribut\n" -"harus menjadi bagian dari skema." - -#, fuzzy -msgid "Delete an automount key." -msgstr "Hapus kunci automount." - -#, fuzzy -msgid "Continuous mode: Don't stop on errors." -msgstr "Mode berkelanjutan: Jangan berhenti pada kesalahan." - -#, fuzzy -msgid "List of deletions that failed" -msgstr "Daftar penghapusan yang gagal" - -#, fuzzy -msgid "Search for an automount key." -msgstr "Cari kunci automount." - -#, fuzzy -msgid "Time Limit" -msgstr "Batas Waktu" - -#, fuzzy -msgid "Time limit of search in seconds" -msgstr "Batas waktu pencarian dalam detik" - -#, fuzzy -msgid "Size Limit" -msgstr "konfig team melebihi batas ukuran" - -#, fuzzy -msgid "Maximum number of entries returned" -msgstr "Jumlah maksimum entri yang dikembalikan" - -#, fuzzy -msgid "Modify an automount key." -msgstr "Ubah kunci automount." - -#, fuzzy -msgid "" -"Delete an attribute/value pair. The option will be evaluated\n" -"last, after all sets and adds." -msgstr "" -"Menghapus pasangan atribut/nilai. Opsi akan dievaluasi\n" -"terakhir, setelah semua set dan menambahkan." - -#, fuzzy -msgid "Rights" -msgstr "Hak" - -#, fuzzy -msgid "" -"Display the access rights of this entry (requires --all). See ipa man page " -"for details." -msgstr "" -"Tampilkan hak akses entri ini (memerlukan --all). Lihat halaman ipa man " -"untuk detailnya." - -#, fuzzy -msgid "New mount information" -msgstr "Informasi kait baru" - -#, fuzzy -msgid "Rename" -msgstr "Ubah Nama" - -#, fuzzy -msgid "Rename the automount key object" -msgstr "Mengganti nama objek kunci automount" - -#, fuzzy -msgid "Display an automount key." -msgstr "Tampilkan tombol otomatis." - -#, fuzzy -msgid "Create a new automount location." -msgstr "Buat lokasi otomatis baru." - -#, fuzzy -msgid "Delete an automount location." -msgstr "Menghapus lokasi kait otomatis." - -#, fuzzy -msgid "Search for an automount location." -msgstr "Cari lokasi automount." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"location\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"lokasi\")" - -#, fuzzy -msgid "Display an automount location." -msgstr "Menampilkan lokasi otomatis." - -#, fuzzy -msgid "Generate automount files for a specific location." -msgstr "Hasilkan file automount untuk lokasi tertentu." - -#, fuzzy -msgid "Create a new automount map." -msgstr "Membuat peta automount baru." - -#, fuzzy -msgid "Create a new indirect mount point." -msgstr "Membuat titik kait tidak langsung baru." - -#, fuzzy -msgid "Mount point" -msgstr "titik mount" - -#, fuzzy -msgid "Parent map" -msgstr "Peta induk" - -#, fuzzy -msgid "Name of parent automount map (default: auto.master)." -msgstr "Nama peta automount induk (default: auto.master)." - -#, fuzzy -msgid "Delete an automount map." -msgstr "Hapus peta automount." - -#, fuzzy -msgid "Search for an automount map." -msgstr "Cari peta automount." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"map\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"peta\")" - -#, fuzzy -msgid "Modify an automount map." -msgstr "Mengubah peta automount." - -#, fuzzy -msgid "Display an automount map." -msgstr "Menampilkan peta automount." - -#, fuzzy -msgid "" -"\n" -"Plugin to make multiple ipa calls via one remote procedure call\n" -"\n" -"To run this code in the lite-server\n" -"\n" -"curl -H \"Content-Type:application/json\" -H \"Accept:application/" -"json\" -H \"Accept-Language:en\" --negotiate -u : --cacert /" -"etc/ipa/ca.crt -d @batch_request.json -X POST http://" -"localhost:8888/ipa/json\n" -"\n" -"where the contents of the file batch_request.json follow the below example\n" -"\n" -"{\"method\":\"batch\",\"params\":[[\n" -" {\"method\":\"group_find\",\"params\":[[],{}]},\n" -" {\"method\":\"user_find\",\"params\":[[],{\"whoami\":\"true\",\"all" -"\":\"true\"}]},\n" -" {\"method\":\"user_show\",\"params\":[[\"admin\"],{\"all\":true}]}\n" -" ],{}],\"id\":1}\n" -"\n" -"The format of the response is nested the same way. At the top you will see\n" -" \"error\": null,\n" -" \"id\": 1,\n" -" \"result\": {\n" -" \"count\": 3,\n" -" \"results\": [\n" -"\n" -"\n" -"And then a nested response for each IPA command method sent in the request\n" -msgstr "" -"\n" -"Plugin untuk melakukan beberapa panggilan ipa melalui satu panggilan " -"prosedur jarak jauh\n" -"\n" -"Untuk menjalankan kode ini di lite-server\n" -"\n" -"curl -H \"Content-Type:application/json\" -H \"Accept:application/json\" -H " -"\"Accept-Language:en\" --negosiasi -u : --cacert /etc/ipa/ca.crt -d @" -"batch_request.json -X POST http://localhost:8888/ipa/json\n" -"\n" -"di mana konten file akan batch_request.json mengikuti contoh di bawah ini\n" -"\n" -"{\"method\":\"batch\",\"params\":[[\n" -" {\"method\":\"group_find\",\"params\":[[[],{}]},\n" -" {\"method\":\"user_find\",\"params\":[[[],{\"whoami\":\"true\",\"all" -"\":\"true\"}]},\n" -" {\"method\":\"user_show\",\"params\":[[\"admin\"],{\"all\":true}]}\n" -" ],{}],\"id\":1}\n" -"\n" -"Format respons ditumpuk dengan cara yang sama. Di bagian atas Anda akan " -"melihat\n" -" \"kesalahan\": null,\n" -" \"id\": 1,\n" -" \"hasil\": {\n" -" \"hitung\": 3,\n" -" \"hasil\": [\n" -"\n" -"Lalu respons bertumpuk untuk setiap metode perintah IPA yang dikirim dalam " -"permintaan\n" - -#, fuzzy -msgid "Nested Methods to execute" -msgstr "Metode Bersarang untuk dijalankan" - -#, fuzzy -msgid "" -"\n" -"Server configuration\n" -"\n" -"Manage the default values that IPA uses and some of its tuning parameters.\n" -"\n" -"NOTES:\n" -"\n" -"The password notification value (--pwdexpnotify) is stored here so it will\n" -"be replicated. It is not currently used to notify users in advance of an\n" -"expiring password.\n" -"\n" -"Some attributes are read-only, provided only for information purposes. " -"These\n" -"include:\n" -"\n" -"Certificate Subject base: the configured certificate subject base,\n" -" e.g. O=EXAMPLE.COM. This is configurable only at install time.\n" -"Password plug-in features: currently defines additional hashes that the\n" -" password will generate (there may be other conditions).\n" -"\n" -"When setting the order list for mapping SELinux users you may need to\n" -"quote the value so it isn't interpreted by the shell.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Show basic server configuration:\n" -" ipa config-show\n" -"\n" -" Show all configuration options:\n" -" ipa config-show --all\n" -"\n" -" Change maximum username length to 99 characters:\n" -" ipa config-mod --maxusername=99\n" -"\n" -" Increase default time and size limits for maximum IPA server search:\n" -" ipa config-mod --searchtimelimit=10 --searchrecordslimit=2000\n" -"\n" -" Set default user e-mail domain:\n" -" ipa config-mod --emaildomain=example.com\n" -"\n" -" Enable migration mode to make \"ipa migrate-ds\" command operational:\n" -" ipa config-mod --enable-migration=TRUE\n" -"\n" -" Define SELinux user map order:\n" -" ipa config-mod --ipaselinuxusermaporder='guest_u:s0$xguest_u:s0$user_u:s0-" -"s0:c0.c1023$staff_u:s0-s0:c0.c1023$unconfined_u:s0-s0:c0.c1023'\n" -msgstr "" -"\n" -"Konfigurasi server\n" -"\n" -"Kelola nilai default yang digunakan IPA dan beberapa parameter penyetelannya." -"\n" -"\n" -"Catatan:\n" -"\n" -"Nilai pemberitahuan kata sandi (--pwdexpnotify) disimpan di sini sehingga " -"akan\n" -"direplikasi. Saat ini tidak digunakan untuk memberi tahu pengguna sebelum\n" -"kata sandi kedaluwarsa.\n" -"\n" -"Beberapa atribut bertuliskan baca-saja, disediakan hanya untuk tujuan " -"informasi. Ini\n" -"Termasuk:\n" -"\n" -"Basis Subjek Sertifikat: basis subjek sertifikat yang dikonfigurasi,\n" -" misalnya O=EXAMPLE.COM. Ini hanya dapat dikonfigurasi pada waktu " -"pemasangan.\n" -"Fitur plug-in kata sandi: saat ini mendefinisikan hashes tambahan yang\n" -" kata sandi akan dihasilkan (mungkin ada kondisi lain).\n" -"\n" -"Saat mengatur daftar pesanan untuk memetakan pengguna SELinux, Anda mungkin " -"perlu\n" -"kutip nilainya agar tidak ditafsirkan oleh shell.\n" -"\n" -"Contoh:\n" -"\n" -"Tampilkan konfigurasi peladen dasar:\n" -" ipa config-show\n" -"\n" -"Tampilkan semua opsi konfigurasi:\n" -" ipa config-show --all\n" -"\n" -"Ubah panjang nama pengguna maksimum menjadi 99 karakter:\n" -" ipa config-mod --maxusername=99\n" -"\n" -"Tingkatkan batas waktu dan ukuran default untuk pencarian server IPA " -"maksimum:\n" -" ipa config-mod --searchtimelimit=10 --searchrecordslimit=2000\n" -"\n" -"Menyetel domain pos-el pengguna asali:\n" -" ipa config-mod --emaildomain=example.com\n" -"\n" -"Aktifkan mode migrasi untuk membuat operasi perintah \"ipa migrate-ds\":\n" -" ipa config-mod --enable-migration=TRUE\n" -"\n" -"Tentukan urutan peta pengguna SELinux:\n" -" ipa config-mod " -"--ipaselinuxusermaporder='guest_u:s0$xguest_u:s0$user_u:s0-s0:c0." -"c1023$staff_u:s0-s0:c0.c1023$unconfined_u:s0-s0:c0.c1023'\n" - -#, fuzzy -msgid "Maximum username length" -msgstr "Panjang nama pengguna maksimum" - -#, fuzzy -msgid "Home directory base" -msgstr "Basis direktori rumah" - -#, fuzzy -msgid "Default location of home directories" -msgstr "Lokasi default direktori rumah" - -#, fuzzy -msgid "Default shell" -msgstr "" -"Mengatur perilaku Terminal ketika perintah kustom atau keluar " -"shell bawaan." - -#, fuzzy -msgid "Default shell for new users" -msgstr "Shell default untuk pengguna baru" - -#, fuzzy -msgid "Default users group" -msgstr "Grup Pengguna default" - -#, fuzzy -msgid "Default group for new users" -msgstr "Grup default untuk pengguna baru" - -#, fuzzy -msgid "Default e-mail domain" -msgstr "Domain email default" - -#, fuzzy -msgid "Search time limit" -msgstr "Batas waktu pencarian" - -#, fuzzy -msgid "" -"Maximum amount of time (seconds) for a search (> 0, or -1 for unlimited)" -msgstr "" -"Jumlah waktu maksimum (detik) untuk pencarian (> 0, atau -1 untuk tidak " -"terbatas)" - -#, fuzzy -msgid "Search size limit" -msgstr "Batas ukuran pencarian" - -#, fuzzy -msgid "Maximum number of records to search (-1 is unlimited)" -msgstr "Jumlah maksimum rekaman untuk dicari (-1 tidak terbatas)" - -#, fuzzy -msgid "User search fields" -msgstr "Bidang pencarian pengguna" - -#, fuzzy -msgid "A comma-separated list of fields to search in when searching for users" -msgstr "Daftar bidang yang dipisahkan koma untuk dicari saat mencari pengguna" - -#, fuzzy -msgid "Group search fields" -msgstr "Mengelompokkan bidang pencarian" - -#, fuzzy -msgid "A comma-separated list of fields to search in when searching for groups" -msgstr "Daftar bidang yang dipisahkan koma untuk dicari saat mencari grup" - -#, fuzzy -msgid "Enable migration mode" -msgstr "Mengaktifkan mode migrasi" - -#, fuzzy -msgid "Certificate Subject base" -msgstr "Basis Subjek Sertifikat" - -#, fuzzy -msgid "Base for certificate subjects (OU=Test,O=Example)" -msgstr "Basis untuk subjek sertifikat (OU=Test,O=Example)" - -#, fuzzy -msgid "Default group objectclasses" -msgstr "Kelas objek grup default" - -#, fuzzy -msgid "Default group objectclasses (comma-separated list)" -msgstr "Kelas objek grup default (daftar yang dipisahkan koma)" - -#, fuzzy -msgid "Default user objectclasses" -msgstr "Kelas objek pengguna default" - -#, fuzzy -msgid "Default user objectclasses (comma-separated list)" -msgstr "Kelas objek pengguna default (daftar yang dipisahkan koma)" - -#, fuzzy -msgid "Password Expiration Notification (days)" -msgstr "Pemberitahuan Kedaluwarsa Kata Sandi (hari)" - -#, fuzzy -msgid "Number of days's notice of impending password expiration" -msgstr "Jumlah pemberitahuan hari kedaluwarsa kata sandi yang akan datang" - -#, fuzzy -msgid "Password plugin features" -msgstr "Fitur plugin kata sandi" - -#, fuzzy -msgid "Extra hashes to generate in password plug-in" -msgstr "Hashes ekstra untuk menghasilkan plug-in kata sandi" - -#, fuzzy -msgid "SELinux user map order" -msgstr "Urutan peta pengguna SELinux" - -#, fuzzy -msgid "Order in increasing priority of SELinux users, delimited by $" -msgstr "Pesan dalam meningkatkan prioritas pengguna SELinux, dibatasi oleh $" - -#, fuzzy -msgid "Default SELinux user" -msgstr "Pengguna SELinux default" - -#, fuzzy -msgid "Default SELinux user when no match is found in SELinux map rule" -msgstr "" -"Pengguna SELinux default ketika tidak ada kecocokan yang ditemukan dalam " -"aturan peta SELinux" - -#, fuzzy -msgid "Default PAC types" -msgstr "Tipe PAC asali" - -#, fuzzy -msgid "Default types of PAC supported for services" -msgstr "Tipe default PAC yang didukung untuk layanan" - -#, fuzzy -msgid "Default user authentication types" -msgstr "Tipe autentikasi pengguna asali" - -#, fuzzy -msgid "Default types of supported user authentication" -msgstr "Tipe default autentikasi pengguna yang didukung" - -#, fuzzy -msgid "Modify configuration options." -msgstr "Ubah opsi konfigurasi." - -#, fuzzy -msgid "Show the current configuration." -msgstr "Tampilkan konfigurasi saat ini." - -#, fuzzy -msgid "" -"\n" -"Group to Group Delegation\n" -"\n" -"A permission enables fine-grained delegation of permissions. Access Control\n" -"Rules, or instructions (ACIs), grant permission to permissions to perform\n" -"given tasks such as adding a user, modifying a group, etc.\n" -"\n" -"Group to Group Delegations grants the members of one group to update a set\n" -"of attributes of members of another group.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a delegation rule to allow managers to edit employee's addresses:\n" -" ipa delegation-add --attrs=street --group=managers --" -"membergroup=employees \"managers edit employees' street\"\n" -"\n" -" When managing the list of attributes you need to include all attributes\n" -" in the list, including existing ones. Add postalCode to the list:\n" -" ipa delegation-mod --attrs=street --attrs=postalCode --group=managers --" -"membergroup=employees \"managers edit employees' street\"\n" -"\n" -" Display our updated rule:\n" -" ipa delegation-show \"managers edit employees' street\"\n" -"\n" -" Delete a rule:\n" -" ipa delegation-del \"managers edit employees' street\"\n" -msgstr "" -"\n" -"Delegasi Grup ke Grup\n" -"\n" -"Izin memungkinkan pelimpahan izin yang halus. Kontrol Akses\n" -"Aturan, atau instruksi (ATI), memberikan izin kepada izin untuk\n" -"tugas yang diberikan seperti menambahkan pengguna, memodifikasi grup, dll.\n" -"\n" -"Delegasi Grup ke Grup memberi anggota satu grup untuk memperbarui satu set\n" -"atribut anggota kelompok lain.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan aturan delegasi untuk memungkinkan manajer mengedit alamat " -"karyawan:\n" -" ipa delegation-add --attrs=street --group=managers --" -"membergroup=employees \"managers edit employees' street\"\n" -"\n" -"Saat mengelola daftar atribut, Anda harus menyertakan semua atribut\n" -" dalam daftar, termasuk yang sudah ada. Tambahkan kode pos ke daftar:\n" -" ipa delegation-mod --attrs=street --attrs=postalCode --group=managers --" -"membergroup=employees \"managers edit employees' street\"\n" -"\n" -"Tampilkan aturan terbaru kami:\n" -" ipa delegation-show \"manajer edit jalan karyawan\"\n" -"\n" -"Menghapus aturan:\n" -" ipa delegasi-del \"manajer mengedit jalan karyawan\"\n" - -#, fuzzy -msgid "Delegation name" -msgstr "Nama delegasi" - -#, fuzzy -msgid "Permissions to grant (read, write). Default is write." -msgstr "Izin untuk memberikan (baca, tulis). Asalinya adalah menulis." - -#, fuzzy -msgid "Attributes to which the delegation applies" -msgstr "Atribut yang berlaku untuk delegasi" - -#, fuzzy -msgid "Member user group" -msgstr "Grup pengguna anggota" - -#, fuzzy -msgid "User group to apply delegation to" -msgstr "Grup pengguna untuk menerapkan delegasi ke" - -#, fuzzy -msgid "Add a new delegation." -msgstr "Tambahkan delegasi baru." - -#, fuzzy -msgid "Delete a delegation." -msgstr "Menghapus delegasi." - -#, fuzzy -msgid "Search for delegations." -msgstr "Cari delegasi." - -#, fuzzy -msgid "Modify a delegation." -msgstr "Memodifikasi delegasi." - -#, fuzzy -msgid "Display information about a delegation." -msgstr "Menampilkan informasi tentang delegasi." - -#, fuzzy -msgid "" -"\n" -"Domain Name System (DNS)\n" -"\n" -"Manage DNS zone and resource records.\n" -"\n" -"SUPPORTED ZONE TYPES\n" -"\n" -" * Master zone (dnszone-*), contains authoritative data.\n" -" * Forward zone (dnsforwardzone-*), forwards queries to configured " -"forwarders\n" -" (a set of DNS servers).\n" -"\n" -"USING STRUCTURED PER-TYPE OPTIONS\n" -"\n" -"There are many structured DNS RR types where DNS data stored in LDAP server\n" -"is not just a scalar value, for example an IP address or a domain name, but\n" -"a data structure which may be often complex. A good example is a LOC record\n" -"[RFC1876] which consists of many mandatory and optional parts (degrees,\n" -"minutes, seconds of latitude and longitude, altitude or precision).\n" -"\n" -"It may be difficult to manipulate such DNS records without making a mistake\n" -"and entering an invalid value. DNS module provides an abstraction over " -"these\n" -"raw records and allows to manipulate each RR type with specific options. " -"For\n" -"each supported RR type, DNS module provides a standard option to manipulate\n" -"a raw records with format ---rec, e.g. --mx-rec, and special " -"options\n" -"for every part of the RR structure with format ---, e.g.\n" -"--mx-preference and --mx-exchanger.\n" -"\n" -"When adding a record, either RR specific options or standard option for a " -"raw\n" -"value can be used, they just should not be combined in one add operation. " -"When\n" -"modifying an existing entry, new RR specific options can be used to change\n" -"one part of a DNS record, where the standard option for raw value is used\n" -"to specify the modified value. The following example demonstrates\n" -"a modification of MX record preference from 0 to 1 in a record without\n" -"modifying the exchanger:\n" -"ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" -"\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add new zone:\n" -" ipa dnszone-add example.com --admin-email=admin@example.com\n" -"\n" -" Add system permission that can be used for per-zone privilege delegation:\n" -" ipa dnszone-add-permission example.com\n" -"\n" -" Modify the zone to allow dynamic updates for hosts own records in realm " -"EXAMPLE.COM:\n" -" ipa dnszone-mod example.com --dynamic-update=TRUE\n" -"\n" -" This is the equivalent of:\n" -" ipa dnszone-mod example.com --dynamic-update=TRUE --update-policy=" -"\"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM krb5-self * AAAA; grant " -"EXAMPLE.COM krb5-self * SSHFP;\"\n" -"\n" -" Modify the zone to allow zone transfers for local network only:\n" -" ipa dnszone-mod example.com --allow-transfer=192.0.2.0/24\n" -"\n" -" Add new reverse zone specified by network IP address:\n" -" ipa dnszone-add --name-from-ip=192.0.2.0/24\n" -"\n" -" Add second nameserver for example.com:\n" -" ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" -"\n" -" Add a mail server for example.com:\n" -" ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" -"\n" -" Add another record using MX record specific options:\n" -" ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" -"\n" -" Add another record using interactive mode (started when dnsrecord-add, " -"dnsrecord-mod,\n" -" or dnsrecord-del are executed with no options):\n" -" ipa dnsrecord-add example.com @\n" -" Please choose a type of DNS resource record to be added\n" -" The most common types for this type of zone are: NS, MX, LOC\n" -"\n" -" DNS resource record type: MX\n" -" MX Preference: 30\n" -" MX Exchanger: mail3\n" -" Record name: example.com\n" -" MX record: 10 mail1, 20 mail2, 30 mail3\n" -" NS record: nameserver.example.com., nameserver2.example.com.\n" -"\n" -" Delete previously added nameserver from example.com:\n" -" ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" -"\n" -" Add LOC record for example.com:\n" -" ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42.4 N 16 36 29.6 E " -"227.64m\"\n" -"\n" -" Add new A record for www.example.com. Create a reverse record in " -"appropriate\n" -" reverse zone as well. In this case a PTR record \"2\" pointing to www." -"example.com\n" -" will be created in zone 2.0.192.in-addr.arpa.\n" -" ipa dnsrecord-add example.com www --a-rec=192.0.2.2 --a-create-reverse\n" -"\n" -" Add new PTR record for www.example.com\n" -" ipa dnsrecord-add 2.0.192.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" -"\n" -" Add new SRV records for LDAP servers. Three quarters of the requests\n" -" should go to fast.example.com, one quarter to slow.example.com. If neither\n" -" is available, switch to backup.example.com.\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." -"com\"\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." -"com\"\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." -"example.com\"\n" -"\n" -" The interactive mode can be used for easy modification:\n" -" ipa dnsrecord-mod example.com _ldap._tcp\n" -" No option to modify specific record provided.\n" -" Current DNS record contents:\n" -"\n" -" SRV record: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 " -"backup.example.com\n" -"\n" -" Modify SRV record '0 3 389 fast.example.com'? Yes/No (default No):\n" -" Modify SRV record '0 1 389 slow.example.com'? Yes/No (default No): y\n" -" SRV Priority [0]: (keep the default value)\n" -" SRV Weight [1]: 2 (modified value)\n" -" SRV Port [389]: (keep the default value)\n" -" SRV Target [slow.example.com]: (keep the default value)\n" -" 1 SRV record skipped. Only one value per DNS record type can be modified " -"at one time.\n" -" Record name: _ldap._tcp\n" -" SRV record: 0 3 389 fast.example.com, 1 1 389 backup.example.com, 0 2 " -"389 slow.example.com\n" -"\n" -" After this modification, three fifths of the requests should go to\n" -" fast.example.com and two fifths to slow.example.com.\n" -"\n" -" An example of the interactive mode for dnsrecord-del command:\n" -" ipa dnsrecord-del example.com www\n" -" No option to delete specific record provided.\n" -" Delete all? Yes/No (default No): (do not delete all records)\n" -" Current DNS record contents:\n" -"\n" -" A record: 192.0.2.2, 192.0.2.3\n" -"\n" -" Delete A record '192.0.2.2'? Yes/No (default No):\n" -" Delete A record '192.0.2.3'? Yes/No (default No): y\n" -" Record name: www\n" -" A record: 192.0.2.2 (A record 192.0.2.3 has been " -"deleted)\n" -"\n" -" Show zone example.com:\n" -" ipa dnszone-show example.com\n" -"\n" -" Find zone with \"example\" in its domain name:\n" -" ipa dnszone-find example\n" -"\n" -" Find records for resources with \"www\" in their name in zone example.com:\n" -" ipa dnsrecord-find example.com www\n" -"\n" -" Find A records with value 192.0.2.2 in zone example.com\n" -" ipa dnsrecord-find example.com --a-rec=192.0.2.2\n" -"\n" -" Show records for resource www in zone example.com\n" -" ipa dnsrecord-show example.com www\n" -"\n" -" Delegate zone sub.example to another nameserver:\n" -" ipa dnsrecord-add example.com ns.sub --a-rec=203.0.113.1\n" -" ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" -"\n" -" Delete zone example.com with all resource records:\n" -" ipa dnszone-del example.com\n" -"\n" -" If a global forwarder is configured, all queries for which this server is " -"not\n" -" authoritative (e.g. sub.example.com) will be routed to the global " -"forwarder.\n" -" Global forwarding configuration can be overridden per-zone.\n" -"\n" -" Semantics of forwarding in IPA matches BIND semantics and depends on the " -"type\n" -" of zone:\n" -" * Master zone: local BIND replies authoritatively to queries for data in\n" -" the given zone (including authoritative NXDOMAIN answers) and forwarding\n" -" affects only queries for names below zone cuts (NS records) of locally\n" -" served zones.\n" -"\n" -" * Forward zone: forward zone contains no authoritative data. BIND " -"forwards\n" -" queries, which cannot be answered from its local cache, to configured\n" -" forwarders.\n" -"\n" -" Semantics of the --forward-policy option:\n" -" * none - disable forwarding for the given zone.\n" -" * first - forward all queries to configured forwarders. If they fail,\n" -" do resolution using DNS root servers.\n" -" * only - forward all queries to configured forwarders and if they fail,\n" -" return failure.\n" -"\n" -" Disable global forwarding for given sub-tree:\n" -" ipa dnszone-mod example.com --forward-policy=none\n" -"\n" -" This configuration forwards all queries for names outside the example.com\n" -" sub-tree to global forwarders. Normal recursive resolution process is used\n" -" for names inside the example.com sub-tree (i.e. NS records are followed " -"etc.).\n" -"\n" -" Forward all requests for the zone external.example.com to another " -"forwarder\n" -" using a \"first\" policy (it will send the queries to the selected " -"forwarder\n" -" and if not answered it will use global root servers):\n" -" ipa dnsforwardzone-add external.example.com --forward-" -"policy=first --forwarder=203.0.113.1\n" -"\n" -" Change forward-policy for external.example.com:\n" -" ipa dnsforwardzone-mod external.example.com --forward-policy=only\n" -"\n" -" Show forward zone external.example.com:\n" -" ipa dnsforwardzone-show external.example.com\n" -"\n" -" List all forward zones:\n" -" ipa dnsforwardzone-find\n" -"\n" -" Delete forward zone external.example.com:\n" -" ipa dnsforwardzone-del external.example.com\n" -"\n" -" Resolve a host name to see if it exists (will add default IPA domain\n" -" if one is not included):\n" -" ipa dns-resolve www.example.com\n" -" ipa dns-resolve www\n" -"\n" -"\n" -"GLOBAL DNS CONFIGURATION\n" -"\n" -"DNS configuration passed to command line install script is stored in a " -"local\n" -"configuration file on each IPA server where DNS service is configured. " -"These\n" -"local settings can be overridden with a common configuration stored in LDAP\n" -"server:\n" -"\n" -" Show global DNS configuration:\n" -" ipa dnsconfig-show\n" -"\n" -" Modify global DNS configuration and set a list of global forwarders:\n" -" ipa dnsconfig-mod --forwarder=203.0.113.113\n" -msgstr "" -"\n" -"Domain Name System (DNS) Mengelola zona DNS dan catatan sumber daya. JENIS " -"ZONA YANG DIDUKUNG * Zona master (dnszone- *), berisi data otoritatif. * " -"Zona maju (dnsforwardzone- *), meneruskan pertanyaan ke penerusan yang " -"dikonfigurasi (satu set server DNS). MENGGUNAKAN OPSI PER JENIS TERStruktur " -"Ada banyak tipe RR DNS terstruktur di mana data DNS yang disimpan di server " -"LDAP bukan hanya nilai skalar, misalnya alamat IP atau nama domain, tetapi " -"struktur data yang sering kali rumit. Contoh yang baik adalah data LOC " -"[RFC1876] yang terdiri dari banyak bagian wajib dan opsional (derajat, " -"menit, detik lintang dan bujur, ketinggian atau presisi). Mungkin sulit " -"untuk memanipulasi catatan DNS seperti itu tanpa membuat kesalahan dan " -"memasukkan nilai yang tidak valid. Modul DNS menyediakan abstraksi atas " -"catatan mentah ini dan memungkinkan untuk memanipulasi setiap jenis RR " -"dengan opsi tertentu. Untuk setiap jenis RR yang didukung, modul DNS " -"menyediakan opsi standar untuk memanipulasi catatan mentah dengan format -" -" -rec, misalnya --mx-rec, dan opsi khusus untuk setiap bagian dari " -"struktur RR dengan format - - , misalnya --mx-preference " -"dan --mx-exchanger. Saat menambahkan record, baik opsi RR tertentu atau opsi " -"standar untuk nilai mentah dapat digunakan, mereka tidak boleh digabungkan " -"dalam satu operasi penambahan. Saat memodifikasi entri yang ada, opsi khusus " -"RR baru dapat digunakan untuk mengubah satu bagian dari catatan DNS, di mana " -"opsi standar untuk nilai mentah digunakan untuk menentukan nilai yang " -"dimodifikasi. Contoh berikut mendemonstrasikan modifikasi preferensi data MX " -"dari 0 menjadi 1 dalam sebuah catatan tanpa mengubah exchanger: ipa " -"dnsrecord-mod --mx-rec = \"0 mx.example.com.\" --mx-preference = 1 CONTOH: " -"Tambahkan zona baru: ipa dnszone-add example.com --admin-email=admin@" -"example.com Tambahkan izin sistem yang dapat digunakan untuk delegasi hak " -"istimewa per zona: ipa dnszone-add- izin example.com Ubah zona untuk " -"mengizinkan pembaruan dinamis untuk catatan host sendiri di ranah EXAMPLE." -"COM: ipa dnszone-mod example.com --dynamic-update = TRUE Ini sama dengan: " -"ipa dnszone-mod example.com - dynamic-update = TRUE --update-policy = " -"\"berikan EXAMPLE.COM krb5-self * A; berikan EXAMPLE.COM krb5-self * AAAA; " -"berikan EXAMPLE.COM krb5-self * SSHFP;\" Ubah zona untuk mengizinkan " -"transfer zona hanya untuk jaringan lokal: ipa dnszone-mod example.com " -"--allow-transfer = 192.0.2.0 / 24 Tambahkan zona balik baru yang ditentukan " -"oleh alamat IP jaringan: ipa dnszone-add --name-from- ip = 192.0.2.0 / 24 " -"Tambahkan server nama kedua untuk example.com: ipa dnsrecord-add example.com " -"@ --ns-rec = nameserver2.example.com Tambahkan server email untuk example." -"com: ipa dnsrecord-add example.com @ --mx-rec = \"10 mail1\" Tambahkan data " -"lain menggunakan opsi khusus data MX: ipa dnsrecord-add example.com @ --mx-" -"preference = 20 --mx-exchanger = mail2 Tambahkan data lain menggunakan mode " -"interaktif (dimulai ketika dnsrecord-add, dnsrecord-mod, atau dnsrecord-del " -"dijalankan tanpa opsi): ipa dnsrecord-add example.com @ Pilih jenis catatan " -"sumber daya DNS yang akan ditambahkan Jenis yang paling umum untuk jenis " -"zona ini adalah: NS, MX, LOC Jenis catatan sumber daya DNS: MX MX Preferensi:" -" 30 MX Exchanger: mail3 Nama data: example.com Data MX: 10 mail1, 20 mail2, " -"30 mail3 data NS: nameserver.example.com., Nameserver2.e xample.com. Hapus " -"nameserver yang ditambahkan sebelumnya dari example.com: ipa dnsrecord-del " -"example.com @ --ns-rec = nameserver2.example.com. Tambahkan data LOC untuk " -"example.com: ipa dnsrecord-add example.com @ --loc-rec = \"49 11 42.4 N 16 " -"36 29.6 E 227.64m\" Tambahkan data A baru untuk www.example.com. Buat juga " -"rekaman terbalik di zona terbalik yang sesuai. Dalam kasus ini, data PTR \"2" -"\" yang mengarah ke www.example.com akan dibuat di zona 2.0.192.in-" -"addr.arpa. ipa dnsrecord-add example.com www --a-rec = 192.0.2.2 --a-create-" -"reverse Tambahkan data PTR baru untuk www.example.com ipa dnsrecord-add 2.0." -"192.in-addr.arpa. 2 --ptr-rec = www.example.com. Tambahkan data SRV baru " -"untuk server LDAP. Tiga perempat dari permintaan harus masuk ke " -"fast.example.com, seperempat ke slow.example.com. Jika tidak ada yang " -"tersedia, alihkan ke backup.example.com. ipa dnsrecord-add example.com " -"_ldap._tcp --srv-rec = \"0 3 389 fast.example.com\" ipa dnsrecord-add " -"example.com _ldap._tcp --srv-rec = \"0 1 389 slow.example. com \"ipa " -"dnsrecord-add example.com _ldap._tcp --srv-rec =\" 1 1 389 " -"backup.example.com \"Mode interaktif dapat digunakan untuk modifikasi mudah: " -"ipa dnsrecord-mod example.com _ldap._tcp Tidak ada opsi untuk mengubah " -"catatan tertentu yang disediakan. Isi catatan DNS saat ini: catatan SRV: 0 3 " -"389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 backup.example.com " -"Ubah catatan SRV '0 3 389 fast.example.com'? Ya / Tidak (default Tidak): " -"Ubah catatan SRV '0 1 389 slow.example.com'? Ya / Tidak (default Tidak): y " -"SRV Priority [0]: (pertahankan nilai default) SRV Weight [1]: 2 (nilai " -"modifikasi) SRV Port [389]: (pertahankan nilai default) Target SRV [" -"slow.example .com]: (pertahankan nilai default) 1 data SRV dilewati. Hanya " -"satu nilai per jenis catatan DNS yang dapat diubah dalam satu waktu. Nama " -"catatan: _ldap._tcp Catatan SRV: 0 3 389 fast.example.com, 1 1 389 " -"backup.example.com, 0 2 389 slow.example.com Setelah modifikasi ini, tiga " -"perlima permintaan harus dialihkan ke fast.example .com dan dua perlima " -"untuk slow.example.com. Contoh mode interaktif untuk perintah dnsrecord-del: " -"ipa dnsrecord-del example.com www Tidak ada opsi untuk menghapus rekaman " -"tertentu yang disediakan. Hapus semua? Ya / Tidak (default Tidak): (jangan " -"hapus semua catatan) Isi catatan DNS saat ini: Rekam A: 192.0.2.2, 192.0.2.3 " -"Hapus A record '192.0.2.2'? Ya / Tidak (default Tidak): Hapus A record " -"'192.0.2.3'? Ya / Tidak (default Tidak): y Nama rekaman: www Data A: " -"192.0.2.2 (Data 192.0.2.3 telah dihapus) Tampilkan zona example.com: ipa " -"dnszone-show example.com Temukan zona dengan \"contoh\" di nama domain: " -"contoh ipa dnszone-find Temukan data untuk sumber daya dengan \"www\" pada " -"namanya di zona example.com: ipa dnsrecord-find example.com www Temukan " -"rekam A dengan nilai 192.0.2.2 di zona example.com ipa dnsrecord-find " -"example.com --a-rec = 192.0.2.2 Tampilkan catatan untuk resource www di zona " -"example.com ipa dnsrecord-show example.com www Delegasikan zona sub.example " -"ke nameserver lain: ipa dnsrecord-add example.com ns.sub - -a-rec = " -"203.0.113.1 ipa dnsrecord-add example.com sub --ns-rec = ns.sub.example.com. " -"Hapus zona example.com dengan semua catatan sumber daya: ipa dnszone-del " -"example.com Jika penerusan global dikonfigurasi, semua kueri yang server ini " -"tidak berwenang (misalnya sub.example.com) akan dirutekan ke penerusan " -"global. Konfigurasi penerusan global dapat diganti per zona. Semantik " -"penerusan di IPA cocok dengan semantik BIND dan bergantung pada jenis zona: *" -" Zona master: BIND lokal membalas secara otoritatif ke kueri untuk data di " -"zona tertentu (termasuk jawaban NXDOMAIN yang otoritatif) dan penerusan " -"hanya memengaruhi kueri untuk nama di bawah pemotongan zona (NS catatan) " -"dari zona yang dilayani secara lokal. * Zona maju: zona maju tidak berisi " -"data otoritatif. BIND meneruskan kueri, yang tidak dapat dijawab dari cache " -"lokalnya, ke penerusan yang dikonfigurasi. Semantik dari opsi --forward-" -"policy: * none - nonaktifkan penerusan untuk zona yang diberikan. * pertama -" -" meneruskan semua pertanyaan ke forwarder yang dikonfigurasi. Jika gagal, " -"lakukan resolusi menggunakan server root DNS. * hanya - meneruskan semua " -"kueri ke penerus yang dikonfigurasi dan jika gagal, kembalikan kegagalan. " -"Nonaktifkan penerusan global untuk sub-pohon tertentu: ipa dnszone-mod " -"example.com --forward-policy = none Konfigurasi ini meneruskan semua kueri " -"untuk nama di luar sub-pohon example.com ke penerus global. Proses resolusi " -"rekursif normal digunakan untuk nama-nama di dalam sub-pohon example.com (" -"yaitu diikuti catatan NS, dll.). Meneruskan semua permintaan untuk zona " -"external.example.com ke forwarder lain menggunakan kebijakan \"pertama\" (" -"ini akan mengirim kueri ke forwarder yang dipilih dan jika tidak dijawab " -"akan menggunakan server root global): ipa dnsforwardzone-add " -"external.example. com --forward-policy = first --forwarder = 203.0.113.1 " -"Ubah forward-policy untuk external.example.com: ipa dnsforwardzone-mod " -"external.example.com --forward-policy = hanya Tampilkan zona maju " -"external.example.com : ipa dnsforwardzone-show external.example.com " -"Cantumkan semua zona maju: ipa dnsforwardzone-find Hapus zona maju external." -"example.com: ipa dnsforwardzone-del external.example.com Selesaikan nama " -"host untuk melihat apakah ada (akan menambah default Domain IPA jika tidak " -"ada yang disertakan): ipa dns-resoluiti www.example.com ipa dns-resolve www " -"GLOBAL DNS CONFIGURATION Konfigurasi DNS yang diteruskan ke command line " -"install script disimpan dalam file konfigurasi lokal di setiap server IPA " -"tempat layanan DNS dikonfigurasi . Pengaturan lokal ini dapat diganti dengan " -"konfigurasi umum yang disimpan di server LDAP: Tampilkan konfigurasi DNS " -"global: ipa dnsconfig-show Ubah konfigurasi DNS global dan tetapkan daftar " -"penerusan global: ipa dnsconfig-mod --forwarder = 203.0.113.113\n" - -#, fuzzy -msgid "Global forwarders" -msgstr "Penerus global" - -#, fuzzy -msgid "" -"Global forwarders. A custom port can be specified for each forwarder using a " -"standard format \"IP_ADDRESS port PORT\"" -msgstr "" -"Penerus global. Port kustom dapat ditentukan untuk setiap penerus " -"menggunakan format standar \"port port IP_ADDRESS\"" - -#, fuzzy -msgid "Forward policy" -msgstr "Kebijakan penerusan" - -#, fuzzy -msgid "" -"Global forwarding policy. Set to \"none\" to disable any configured global " -"forwarders." -msgstr "" -"Kebijakan penerusan global. Atur ke \"none\" untuk menonaktifkan penerus " -"global yang dikonfigurasi." - -#, fuzzy -msgid "Allow PTR sync" -msgstr "Perbolehkan sinkronisasi PTR" - -#, fuzzy -msgid "Allow synchronization of forward (A, AAAA) and reverse (PTR) records" -msgstr "Perbolehkan sinkronisasi catatan forward (A, AAAA) dan reverse (PTR)" - -#, fuzzy -msgid "Zone refresh interval" -msgstr "Interval refresh zona" - -#, fuzzy -msgid "Zone name" -msgstr "Nama zona" - -#, fuzzy -msgid "Zone name (FQDN)" -msgstr "Nama zona (FQDN)" - -#, fuzzy -msgid "Reverse zone IP network" -msgstr "Jaringan IP zona terbalik" - -#, fuzzy -msgid "IP network to create reverse zone name from" -msgstr "Jaringan IP untuk membuat nama zona terbalik dari" - -#, fuzzy -msgid "Active zone" -msgstr "Zona aktif" - -#, fuzzy -msgid "Is zone active?" -msgstr "Apakah zona aktif?" - -#, fuzzy -msgid "Zone forwarders" -msgstr "Penerus zona" - -#, fuzzy -msgid "" -"Per-zone forwarders. A custom port can be specified for each forwarder using " -"a standard format \"IP_ADDRESS port PORT\"" -msgstr "" -"Maju per zona. Port kustom dapat ditentukan untuk setiap penerus menggunakan " -"format standar \"port port IP_ADDRESS\"" - -#, fuzzy -msgid "" -"Per-zone conditional forwarding policy. Set to \"none\" to disable " -"forwarding to global forwarder for this zone. In that case, conditional zone " -"forwarders are disregarded." -msgstr "" -"Kebijakan penerusan bersyarat per zona. Atur ke \"none\" untuk menonaktifkan " -"penerusan ke forwarder global untuk zona ini. Dalam hal ini, forwarder zona " -"bersyarat diabaikan." - -#, fuzzy -msgid "Record name" -msgstr "Nama rekaman" - -#, fuzzy -msgid "Time to live" -msgstr "Waktu untuk hidup" - -#, fuzzy -msgid "Records" -msgstr "Register" - -msgid "Record type" -msgstr "Tipe record" - -#, fuzzy -msgid "Record data" -msgstr "Tak bisa mengalokasikan memori bagi data rekaman." - -#, fuzzy -msgid "A record" -msgstr "Catatan" - -#, fuzzy -msgid "Raw A records" -msgstr "Catatan Mentah A" - -#, fuzzy -msgid "A IP Address" -msgstr "Alamat &IP" - -#, fuzzy -msgid "IP Address" -msgstr "Alamat IP" - -#, fuzzy -msgid "A Create reverse" -msgstr "Buat mundur" - -#, fuzzy -msgid "Create reverse record for this IP Address" -msgstr "Buat catatan terbalik untuk Alamat IP ini" - -#, fuzzy -msgid "AAAA record" -msgstr "" -"AAAA: Alamat IPv6. AAAA, record " -"DNS" - -#, fuzzy -msgid "Raw AAAA records" -msgstr "Catatan AAAA mentah" - -#, fuzzy -msgid "AAAA IP Address" -msgstr "Alamat IP AAAA" - -#, fuzzy -msgid "AAAA Create reverse" -msgstr "AAAA Membuat terbalik" - -#, fuzzy -msgid "A6 record" -msgstr "Catatan A6" - -#, fuzzy -msgid "Raw A6 records" -msgstr "Catatan A6 mentah" - -#, fuzzy -msgid "A6 Record data" -msgstr "Data Rekaman A6" - -#, fuzzy -msgid "AFSDB record" -msgstr "Catatan AFSDB" - -#, fuzzy -msgid "Raw AFSDB records" -msgstr "Catatan AFSDB mentah" - -#, fuzzy -msgid "AFSDB Subtype" -msgstr "Subtipe AFSDB" - -#, fuzzy -msgid "Subtype" -msgstr "_Subtipe" - -#, fuzzy -msgid "AFSDB Hostname" -msgstr "Nama Host AFSDB" - -#, fuzzy -msgid "Hostname" -msgstr "Nama host" - -#, fuzzy -msgid "APL record" -msgstr "Catatan APL" - -#, fuzzy -msgid "Raw APL records" -msgstr "Catatan APL mentah" - -#, fuzzy -msgid "CERT record" -msgstr "Catatan CERT" - -#, fuzzy -msgid "Raw CERT records" -msgstr "Catatan CERT mentah" - -#, fuzzy -msgid "CERT Certificate Type" -msgstr "Tipe Sertifikat CERT" - -#, fuzzy -msgid "Certificate Type" -msgstr "Tipe Sertifikat" - -#, fuzzy -msgid "CERT Key Tag" -msgstr "Tag Kunci CERT" - -#, fuzzy -msgid "Key Tag" -msgstr "Tag Kunci" - -#, fuzzy -msgid "CERT Algorithm" -msgstr "Algoritma CERT" - -#, fuzzy -msgid "Algorithm" -msgstr "Algoritma" - -#, fuzzy -msgid "CERT Certificate/CRL" -msgstr "Sertifikat CERT/CRL" - -#, fuzzy -msgid "Certificate/CRL" -msgstr "Sertifikat/CRL" - -#, fuzzy -msgid "CNAME record" -msgstr "" -"CNAME: alias (nama kanonis). " -"CNAME, record DNS" - -#, fuzzy -msgid "Raw CNAME records" -msgstr "Catatan CNAME mentah" - -#, fuzzy -msgid "CNAME Hostname" -msgstr "Nama Host CNAME" - -#, fuzzy -msgid "A hostname which this alias hostname points to" -msgstr "Nama host tempat nama host alias ini menunjuk ke" - -#, fuzzy -msgid "DHCID record" -msgstr "Catatan DHCID" - -#, fuzzy -msgid "Raw DHCID records" -msgstr "Catatan DHCID mentah" - -#, fuzzy -msgid "DLV record" -msgstr "Catatan DLV" - -#, fuzzy -msgid "Raw DLV records" -msgstr "Catatan DLV mentah" - -#, fuzzy -msgid "DLV Key Tag" -msgstr "Tag Kunci DLV" - -#, fuzzy -msgid "DLV Algorithm" -msgstr "Algoritma DLV" - -#, fuzzy -msgid "DLV Digest Type" -msgstr "Tipe DLV Digest" - -#, fuzzy -msgid "Digest Type" -msgstr "Tipe Digest" - -msgid "DLV Digest" -msgstr "Digest DLV" - -#, fuzzy -msgid "Digest" -msgstr "Mencoba autentikasi digest ke proksi" - -#, fuzzy -msgid "DNAME record" -msgstr "Catatan DNAME" - -#, fuzzy -msgid "Raw DNAME records" -msgstr "Catatan DNAME mentah" - -msgid "DNAME Target" -msgstr "Target DNAME" - -msgid "Target" -msgstr "Target" - -#, fuzzy -msgid "DNSKEY record" -msgstr "Catatan DNSKEY" - -#, fuzzy -msgid "Raw DNSKEY records" -msgstr "Catatan DNSKEY mentah" - -#, fuzzy -msgid "DS record" -msgstr "Catatan DS" - -#, fuzzy -msgid "Raw DS records" -msgstr "Catatan DS mentah" - -#, fuzzy -msgid "DS Key Tag" -msgstr "Tag Kunci DS" - -#, fuzzy -msgid "DS Algorithm" -msgstr "Algoritma DS" - -#, fuzzy -msgid "DS Digest Type" -msgstr "Tipe DS Digest" - -msgid "DS Digest" -msgstr "Digest DS" - -#, fuzzy -msgid "HIP record" -msgstr "Catatan HIP" - -#, fuzzy -msgid "Raw HIP records" -msgstr "Catatan HIP mentah" - -#, fuzzy -msgid "IPSECKEY record" -msgstr "Catatan IPSECKEY" - -#, fuzzy -msgid "Raw IPSECKEY records" -msgstr "Catatan IPSECKEY mentah" - -#, fuzzy -msgid "KEY record" -msgstr "Catatan KEY" - -#, fuzzy -msgid "Raw KEY records" -msgstr "Catatan KEY mentah" - -#, fuzzy -msgid "KX record" -msgstr "Catatan KX" - -#, fuzzy -msgid "Raw KX records" -msgstr "Catatan KX mentah" - -#, fuzzy -msgid "KX Preference" -msgstr "Preferensi KX" - -#, fuzzy -msgid "Preference given to this exchanger. Lower values are more preferred" -msgstr "" -"Preferensi yang diberikan kepada pertukaran ini. Nilai yang lebih rendah " -"lebih disukai" - -#, fuzzy -msgid "KX Exchanger" -msgstr "Exchanger KX" - -#, fuzzy -msgid "A host willing to act as a key exchanger" -msgstr "Tuan rumah bersedia bertindak sebagai pertukaran kunci" - -#, fuzzy -msgid "LOC record" -msgstr "Catatan LOC" - -#, fuzzy -msgid "Raw LOC records" -msgstr "Catatan LOC mentah" - -#, fuzzy -msgid "LOC Degrees Latitude" -msgstr "Lintang Derajat LOC" - -#, fuzzy -msgid "Degrees Latitude" -msgstr "Garis Lintang Derajat" - -#, fuzzy -msgid "LOC Minutes Latitude" -msgstr "Lintang Menit LOC" - -#, fuzzy -msgid "Minutes Latitude" -msgstr "Garis Lintang Menit" - -#, fuzzy -msgid "LOC Seconds Latitude" -msgstr "LOC Detik Lintang" - -#, fuzzy -msgid "Seconds Latitude" -msgstr "Lintang Detik" - -#, fuzzy -msgid "LOC Direction Latitude" -msgstr "Lintang Arah LOC" - -#, fuzzy -msgid "Direction Latitude" -msgstr "Garis Lintang Arah" - -#, fuzzy -msgid "LOC Degrees Longitude" -msgstr "LOC Derajat Bujur" - -#, fuzzy -msgid "Degrees Longitude" -msgstr "Derajat Bujur" - -#, fuzzy -msgid "LOC Minutes Longitude" -msgstr "Bujur Menit LOC" - -#, fuzzy -msgid "Minutes Longitude" -msgstr "Bujur Menit" - -#, fuzzy -msgid "LOC Seconds Longitude" -msgstr "LOC Detik Bujur" - -#, fuzzy -msgid "Seconds Longitude" -msgstr "Bujur Detik" - -#, fuzzy -msgid "LOC Direction Longitude" -msgstr "Bujur Arah LOC" - -#, fuzzy -msgid "Direction Longitude" -msgstr "Bujur Arah" - -#, fuzzy -msgid "LOC Altitude" -msgstr "Ketinggian LOC" - -#, fuzzy -msgid "Altitude" -msgstr "Ketinggian" - -#, fuzzy -msgid "LOC Size" -msgstr "Ukuran LOC" - -#, fuzzy -msgid "Size" -msgstr "Ukuran" - -#, fuzzy -msgid "LOC Horizontal Precision" -msgstr "Presisi Horisontal LOC" - -#, fuzzy -msgid "Horizontal Precision" -msgstr "Presisi Horisontal" - -#, fuzzy -msgid "LOC Vertical Precision" -msgstr "Presisi Vertikal LOC" - -#, fuzzy -msgid "Vertical Precision" -msgstr "Presisi Vertikal" - -#, fuzzy -msgid "MX record" -msgstr "" -"Ketika DNS tidak memilik record MX untuk sebuah domain, peladen surel akan " -"mencoba mengirim pesan ke host-nya sendiri, dengan menggunakan record A (" -"atau AAAA dalam IPv6)." - -#, fuzzy -msgid "Raw MX records" -msgstr "Catatan MX mentah" - -#, fuzzy -msgid "MX Preference" -msgstr "Preferensi MX" - -#, fuzzy -msgid "MX Exchanger" -msgstr "MX Exchanger" - -#, fuzzy -msgid "A host willing to act as a mail exchanger" -msgstr "Tuan rumah bersedia bertindak sebagai mail exchanger" - -#, fuzzy -msgid "NAPTR record" -msgstr "DNSrecord NAPTR" - -#, fuzzy -msgid "Raw NAPTR records" -msgstr "Catatan NAPTR mentah" - -#, fuzzy -msgid "NAPTR Order" -msgstr "Pesanan NAPTR" - -#, fuzzy -msgid "Order" -msgstr "Pesanan" - -#, fuzzy -msgid "NAPTR Preference" -msgstr "Preferensi NAPTR" - -#, fuzzy -msgid "Preference" -msgstr "Preferensi" - -#, fuzzy -msgid "NAPTR Flags" -msgstr "Bendera NAPTR" - -#, fuzzy -msgid "Flags" -msgstr "Flag" - -#, fuzzy -msgid "NAPTR Service" -msgstr "Layanan NAPTR" - -#, fuzzy -msgid "Service" -msgstr "Layanan" - -#, fuzzy -msgid "NAPTR Regular Expression" -msgstr "Ekspresi Reguler NAPTR" - -#, fuzzy -msgid "Regular Expression" -msgstr "Ekspresi Biasa" - -#, fuzzy -msgid "NAPTR Replacement" -msgstr "Penggantian NAPTR" - -#, fuzzy -msgid "Replacement" -msgstr "Pengganti" - -#, fuzzy -msgid "NS record" -msgstr "" -"NS: memetakan suatu nama ke sebuah server nama. Setiap " -"domain harus punya paling tidak satu record NS. Record ini menunjuk ke suatu " -"server DNS yang dapat menjawab kueri-kueri menyangkut domain ini; mereka " -"biasanya menunjuk ke server primer dan sekunder bagi domain tersebut. Record " -"ini juga mengizinkan delegasi DNS; sebagai contoh, zona falcot.com bisa termasuk suatu record NS bagi internal.falcot.com, yang berarti bahwa zona internal.falcot.com " -"ditangani oleh server lain. Tentu saja, server ini mesti mendeklarasikan " -"zona internal.falcot.com. NS, record " -"DNS" - -#, fuzzy -msgid "Raw NS records" -msgstr "Catatan NS mentah" - -#, fuzzy -msgid "NS Hostname" -msgstr "Nama Host NS" - -#, fuzzy -msgid "NSEC record" -msgstr "Catatan NSEC" - -#, fuzzy -msgid "Raw NSEC records" -msgstr "Catatan NSEC mentah" - -#, fuzzy -msgid "NSEC3 record" -msgstr "Catatan NSEC3" - -#, fuzzy -msgid "Raw NSEC3 records" -msgstr "Catatan NSEC3 mentah" - -#, fuzzy -msgid "PTR record" -msgstr "" -"PTR: pemetaan alamat IP ke suatu nama. Record semacam itu " -"disimpan dalam zona \"reverse DNS\" yang diberi nama sesuai dengan rentang " -"alamat IP. Sebagai contoh, 1.168.192.in-addr.arpa adalah " -"zona yang berisi pemetaan balik untuk semua alamat di rentang 192." -"168.1.0/24. PTR, record " -"DNS" - -#, fuzzy -msgid "Raw PTR records" -msgstr "Catatan PTR mentah" - -#, fuzzy -msgid "PTR Hostname" -msgstr "Nama Host PTR" - -#, fuzzy -msgid "The hostname this reverse record points to" -msgstr "Nama tuan rumah ini membalikkan rekor poin ke" - -#, fuzzy -msgid "RRSIG record" -msgstr "Catatan RRSIG" - -#, fuzzy -msgid "Raw RRSIG records" -msgstr "Catatan RRSIG mentah" - -#, fuzzy -msgid "RP record" -msgstr "Catatan RP" - -#, fuzzy -msgid "Raw RP records" -msgstr "Catatan RP mentah" - -#, fuzzy -msgid "SIG record" -msgstr "Catatan SIG" - -#, fuzzy -msgid "Raw SIG records" -msgstr "Catatan SIG mentah" - -#, fuzzy -msgid "SPF record" -msgstr "Catatan SPF" - -#, fuzzy -msgid "Raw SPF records" -msgstr "Catatan SPF mentah" - -#, fuzzy -msgid "SRV record" -msgstr "DNSrecord SRV" - -#, fuzzy -msgid "Raw SRV records" -msgstr "Catatan SRV mentah" - -#, fuzzy -msgid "SRV Priority" -msgstr "Prioritas SRV" - -#, fuzzy -msgid "Priority" -msgstr "Prioritas" - -#, fuzzy -msgid "SRV Weight" -msgstr "Bobot SRV" - -#, fuzzy -msgid "Weight" -msgstr "Bobot" - -#, fuzzy -msgid "SRV Port" -msgstr "PortA SRV" - -#, fuzzy -msgid "Port" -msgstr "Porta" - -msgid "SRV Target" -msgstr "Target SRV" - -#, fuzzy -msgid "" -"The domain name of the target host or '.' if the service is decidedly not " -"available at this domain" -msgstr "" -"Nama domain host target atau '.' jika layanan diputuskan tidak tersedia di " -"domain ini" - -#, fuzzy -msgid "SSHFP record" -msgstr "Catatan SSHFP" - -#, fuzzy -msgid "Raw SSHFP records" -msgstr "Catatan SSHFP mentah" - -#, fuzzy -msgid "SSHFP Algorithm" -msgstr "Algoritma SSHFP" - -#, fuzzy -msgid "SSHFP Fingerprint Type" -msgstr "Tipe Sidik Jari SSHFP" - -#, fuzzy -msgid "Fingerprint Type" -msgstr "Tipe Sidik Jari" - -#, fuzzy -msgid "SSHFP Fingerprint" -msgstr "Sidik Jari SSHFP" - -#, fuzzy -msgid "Fingerprint" -msgstr "Sidik Jari" - -#, fuzzy -msgid "TA record" -msgstr "Catatan TA" - -#, fuzzy -msgid "Raw TA records" -msgstr "Catatan TA mentah" - -#, fuzzy -msgid "TLSA record" -msgstr "Catatan TLSA" - -#, fuzzy -msgid "Raw TLSA records" -msgstr "Catatan TLSA mentah" - -#, fuzzy -msgid "TLSA Certificate Usage" -msgstr "Penggunaan Sertifikat TLSA" - -#, fuzzy -msgid "Certificate Usage" -msgstr "Penggunaan Sertifikat" - -#, fuzzy -msgid "TLSA Selector" -msgstr "Pemilih TLSA" - -#, fuzzy -msgid "Selector" -msgstr "Sintaks dari Pemilih" - -#, fuzzy -msgid "TLSA Matching Type" -msgstr "Tipe Pencocokan TLSA" - -#, fuzzy -msgid "Matching Type" -msgstr "Tipe Yang Cocok" - -#, fuzzy -msgid "TLSA Certificate Association Data" -msgstr "Data Asosiasi Sertifikat TLSA" - -#, fuzzy -msgid "Certificate Association Data" -msgstr "Data Asosiasi Sertifikat" - -#, fuzzy -msgid "TKEY record" -msgstr "Catatan TKEY" - -#, fuzzy -msgid "Raw TKEY records" -msgstr "Catatan TKEY mentah" - -#, fuzzy -msgid "TSIG record" -msgstr "Catatan TSIG" - -#, fuzzy -msgid "Raw TSIG records" -msgstr "Catatan TSIG mentah" - -#, fuzzy -msgid "TXT record" -msgstr "Catatan TXT" - -#, fuzzy -msgid "Raw TXT records" -msgstr "Catatan TXT mentah" - -#, fuzzy -msgid "TXT Text Data" -msgstr "Data Teks TXT" - -#, fuzzy -msgid "Text Data" -msgstr "Data Teks" - -#, fuzzy -msgid "Authoritative nameserver" -msgstr "Server nama otoritatif" - -#, fuzzy -msgid "Authoritative nameserver domain name" -msgstr "Nama domain server nama otoritatif" - -#, fuzzy -msgid "Administrator e-mail address" -msgstr "Alamat pos-el administrator" - -#, fuzzy -msgid "SOA serial" -msgstr "Serial SOA" - -#, fuzzy -msgid "SOA record serial number" -msgstr "SOA merekam nomor seri" - -#, fuzzy -msgid "SOA refresh" -msgstr "Penyegaran SOA" - -#, fuzzy -msgid "SOA record refresh time" -msgstr "SOA mencatat waktu refresh" - -#, fuzzy -msgid "SOA retry" -msgstr "SOA mencoba lagi" - -#, fuzzy -msgid "SOA record retry time" -msgstr "SOA mencatat waktu coba lagi" - -#, fuzzy -msgid "SOA expire" -msgstr "SOA kedaluwarsa" - -#, fuzzy -msgid "SOA record expire time" -msgstr "Waktu kedaluwarsa catatan SOA" - -#, fuzzy -msgid "SOA minimum" -msgstr "Soa minimum" - -#, fuzzy -msgid "How long should negative responses be cached" -msgstr "Berapa lama respons negatif harus di-cache" - -#, fuzzy -msgid "Time to live for records at zone apex" -msgstr "Waktu untuk hidup untuk catatan di zona apex" - -#, fuzzy -msgid "BIND update policy" -msgstr "Kebijakan pembaruan BIND" - -#, fuzzy -msgid "Dynamic update" -msgstr "Pembaruan dinamis" - -#, fuzzy -msgid "Allow dynamic updates." -msgstr "Perbolehkan pembaruan dinamis." - -msgid "Allow query" -msgstr "Izinkan kuiri" - -#, fuzzy -msgid "" -"Semicolon separated list of IP addresses or networks which are allowed to " -"issue queries" -msgstr "" -"Daftar alamat IP atau jaringan terpisah titik koma yang diizinkan untuk " -"mengeluarkan kueri" - -#, fuzzy -msgid "Allow transfer" -msgstr "Ijinkan Pemindahan / Tranfer" - -#, fuzzy -msgid "" -"Semicolon separated list of IP addresses or networks which are allowed to " -"transfer the zone" -msgstr "" -"Daftar alamat IP atau jaringan terpisah titik koma yang diizinkan untuk " -"mentransfer zona" - -#, fuzzy -msgid "" -"Allow synchronization of forward (A, AAAA) and reverse (PTR) records in the " -"zone" -msgstr "" -"Perbolehkan sinkronisasi catatan forward (A, AAAA) dan reverse (PTR) di zona" - -#, fuzzy -msgid "Allow in-line DNSSEC signing" -msgstr "Perbolehkan penandatanganan DNSSEC sejajar" - -#, fuzzy -msgid "Allow inline DNSSEC signing of records in the zone" -msgstr "Perbolehkan penandatanganan catatan DNSSEC sebaris di zona" - -#, fuzzy -msgid "NSEC3PARAM record" -msgstr "Catatan NSEC3PARAM" - -#, fuzzy -msgid "" -"NSEC3PARAM record for zone in format: hash_algorithm flags iterations salt" -msgstr "" -"Catatan NSEC3PARAM untuk zona dalam format: hash_algorithm flags iterations " -"salt" - -#, fuzzy -msgid "Checks if any of the servers has the DNS service enabled." -msgstr "Memeriksa apakah salah satu server mengaktifkan layanan DNS." - -#, fuzzy -msgid "Resolve a host name in DNS." -msgstr "Atasi nama host di DNS." - -#, fuzzy -msgid "Modify global DNS configuration." -msgstr "Ubah konfigurasi DNS global." - -#, fuzzy -msgid "Show the current global DNS configuration." -msgstr "Memperlihatkan konfigurasi DNS global saat ini." - -#, fuzzy -msgid "Create new DNS forward zone." -msgstr "Membuat zona penerusan DNS baru." - -#, fuzzy -msgid "Add a permission for per-forward zone access delegation." -msgstr "Tambahkan izin untuk delegasi akses zona per-maju." - -#, fuzzy -msgid "Permission value" -msgstr "Nilai izin" - -#, fuzzy -msgid "Delete DNS forward zone." -msgstr "Hapus zona penerusan DNS." - -#, fuzzy -msgid "Disable DNS Forward Zone." -msgstr "Nonaktifkan Zona Penerusan DNS." - -#, fuzzy -msgid "Enable DNS Forward Zone." -msgstr "Aktifkan Zona Penerusan DNS." - -#, fuzzy -msgid "Search for DNS forward zones." -msgstr "Cari zona penerusan DNS." - -#, fuzzy -msgid "Modify DNS forward zone." -msgstr "Ubah zona penerusan DNS." - -#, fuzzy -msgid "Remove a permission for per-forward zone access delegation." -msgstr "Menghapus izin untuk delegasi akses zona per-maju." - -#, fuzzy -msgid "Display information about a DNS forward zone." -msgstr "Menampilkan informasi tentang zona penerusan DNS." - -#, fuzzy -msgid "Add new DNS resource record." -msgstr "Menambahkan catatan sumber daya DNS baru." - -#, fuzzy -msgid "Force" -msgstr "Kekuatan" - -#, fuzzy -msgid "force NS record creation even if its hostname is not in DNS" -msgstr "paksa pembuatan rekaman NS bahkan jika nama host-nya tidak ada di DNS" - -#, fuzzy -msgid "Structured" -msgstr "Terstruktur" - -#, fuzzy -msgid "Parse all raw DNS records and return them in a structured way" -msgstr "" -"Mengurai semua catatan DNS mentah dan mengembalikannya dengan cara " -"terstruktur" - -#, fuzzy -msgid "Delete DNS resource record." -msgstr "Menghapus catatan sumber daya DNS." - -#, fuzzy -msgid "Delete all associated records" -msgstr "Menghapus semua rekaman terkait" - -#, fuzzy -msgid "Delete DNS record entry." -msgstr "Hapus entri catatan DNS." - -#, fuzzy -msgid "Search for DNS resources." -msgstr "Cari sumber daya DNS." - -#, fuzzy -msgid "Modify a DNS resource record." -msgstr "Mengubah catatan sumber daya DNS." - -#, fuzzy -msgid "Rename the DNS resource record object" -msgstr "Mengganti nama objek catatan sumber daya DNS" - -#, fuzzy -msgid "Display DNS resource." -msgstr "Tampilkan sumber daya DNS." - -#, fuzzy -msgid "Create new DNS zone (SOA record)." -msgstr "Membuat zona DNS baru (catatan SOA)." - -#, fuzzy -msgid "Force DNS zone creation even if nameserver is not resolvable." -msgstr "Paksa pembuatan zona DNS meskipun server nama tidak dapat disesuaikan." - -#, fuzzy -msgid "Add a permission for per-zone access delegation." -msgstr "Tambahkan izin untuk delegasi akses per zona." - -#, fuzzy -msgid "Delete DNS zone (SOA record)." -msgstr "Menghapus zona DNS (catatan SOA)." - -#, fuzzy -msgid "Disable DNS Zone." -msgstr "Nonaktifkan Zona DNS." - -#, fuzzy -msgid "Enable DNS Zone." -msgstr "Aktifkan Zona DNS." - -#, fuzzy -msgid "Search for DNS zones (SOA records)." -msgstr "Mencari zona DNS (catatan SOA)." - -#, fuzzy -msgid "Forward zones only" -msgstr "Maju zona saja" - -#, fuzzy -msgid "Search for forward zones only" -msgstr "Cari zona maju saja" - -#, fuzzy -msgid "Modify DNS zone (SOA record)." -msgstr "Mengubah zona DNS (catatan SOA)." - -#, fuzzy -msgid "Force nameserver change even if nameserver not in DNS" -msgstr "Paksa server nama berubah meskipun server nama tidak ada di DNS" - -#, fuzzy -msgid "Remove a permission for per-zone access delegation." -msgstr "Menghapus izin untuk delegasi akses per zona." - -#, fuzzy -msgid "Display information about a DNS zone (SOA record)." -msgstr "Menampilkan informasi tentang zona DNS (catatan SOA)." - -#, fuzzy -msgid "" -"\n" -"Host-based access control\n" -"\n" -"Control who can access what services on what hosts. You\n" -"can use HBAC to control which users or groups can\n" -"access a service, or group of services, on a target host.\n" -"\n" -"You can also specify a category of users and target hosts.\n" -"This is currently limited to \"all\", but might be expanded in the\n" -"future.\n" -"\n" -"Target hosts in HBAC rules must be hosts managed by IPA.\n" -"\n" -"The available services and groups of services are controlled by the\n" -"hbacsvc and hbacsvcgroup plug-ins respectively.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Create a rule, \"test1\", that grants all users access to the host \"server" -"\" from\n" -" anywhere:\n" -" ipa hbacrule-add --usercat=all test1\n" -" ipa hbacrule-add-host --hosts=server.example.com test1\n" -"\n" -" Display the properties of a named HBAC rule:\n" -" ipa hbacrule-show test1\n" -"\n" -" Create a rule for a specific service. This lets the user john access\n" -" the sshd service on any machine from any machine:\n" -" ipa hbacrule-add --hostcat=all john_sshd\n" -" ipa hbacrule-add-user --users=john john_sshd\n" -" ipa hbacrule-add-service --hbacsvcs=sshd john_sshd\n" -"\n" -" Create a rule for a new service group. This lets the user john access\n" -" the FTP service on any machine from any machine:\n" -" ipa hbacsvcgroup-add ftpers\n" -" ipa hbacsvc-add sftp\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=ftp --hbacsvcs=sftp ftpers\n" -" ipa hbacrule-add --hostcat=all john_ftp\n" -" ipa hbacrule-add-user --users=john john_ftp\n" -" ipa hbacrule-add-service --hbacsvcgroups=ftpers john_ftp\n" -"\n" -" Disable a named HBAC rule:\n" -" ipa hbacrule-disable test1\n" -"\n" -" Remove a named HBAC rule:\n" -" ipa hbacrule-del allow_server\n" -msgstr "" -"\n" -"Kontrol akses berbasis host\n" -"\n" -"Kontrol siapa yang dapat mengakses layanan apa pada host apa. Anda\n" -"dapat menggunakan HBAC untuk mengontrol pengguna atau grup mana yang dapat\n" -"mengakses layanan, atau grup layanan, pada host target.\n" -"\n" -"Anda juga dapat menentukan kategori pengguna dan host target.\n" -"Ini saat ini terbatas pada \"semua\", tetapi mungkin diperluas dalam\n" -"Masa depan.\n" -"\n" -"Target tuan rumah dalam aturan HBAC harus menjadi tuan rumah yang dikelola " -"oleh IPA.\n" -"\n" -"Layanan dan grup layanan yang tersedia dikendalikan oleh\n" -"plug-in hbacsvc dan hbacsvcgroup masing-masing.\n" -"\n" -"Contoh:\n" -"\n" -"Buat aturan, \"test1\", yang memberi semua pengguna akses ke \"server\" host " -"dari\n" -" Manapun:\n" -" ipa hbacrule-add --usercat=semua test1\n" -" ipa hbacrule-add-host --hosts=server.example.com test1\n" -"\n" -"Menampilkan properti aturan HBAC bernama:\n" -" ipa hbacrule-show test1\n" -"\n" -"Membuat aturan untuk layanan tertentu. Ini memungkinkan pengguna john akses\n" -" layanan sshd pada mesin apa pun dari mesin apa pun:\n" -" ipa hbacrule-add --hostcat=all john_sshd\n" -" ipa hbacrule-add-user --users=john john_sshd\n" -" ipa hbacrule-add-service --hbacsvcs=sshd john_sshd\n" -"\n" -"Membuat aturan untuk grup layanan baru. Ini memungkinkan pengguna john " -"akses\n" -" layanan FTP pada mesin apa pun dari mesin apa pun:\n" -" ipa hbacsvcgroup-tambahkan ftpers\n" -" ipa hbacsvc-add sftp\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=ftp --hbacsvcs=sftp ftpers\n" -" ipa hbacrule-add --hostcat=all john_ftp\n" -" ipa hbacrule-add-user --users=john john_ftp\n" -" ipa hbacrule-add-service --hbacsvcgroups=ftpers john_ftp\n" -"\n" -"Nonaktifkan aturan HBAC bernama:\n" -" ipa hbacrule-disable test1\n" -"\n" -"Menghapus aturan HBAC bernama:\n" -" ipa hbacrule-del allow_server\n" - -#, fuzzy -msgid "Rule name" -msgstr "Nama aturan" - -#, fuzzy -msgid "Rule type" -msgstr "Tipe aturan bind" - -#, fuzzy -msgid "Rule type (allow)" -msgstr "Tipe aturan (perbolehkan)" - -#, fuzzy -msgid "User category" -msgstr "Kategori pengguna" - -#, fuzzy -msgid "User category the rule applies to" -msgstr "Kategori pengguna aturan berlaku untuk" - -#, fuzzy -msgid "Host category" -msgstr "Kategori host" - -#, fuzzy -msgid "Host category the rule applies to" -msgstr "Kategori host aturan berlaku untuk" - -#, fuzzy -msgid "Service category" -msgstr "Kategori layanan" - -#, fuzzy -msgid "Service category the rule applies to" -msgstr "Kategori layanan aturan berlaku untuk" - -#, fuzzy -msgid "Enabled" -msgstr "Difungsikan" - -#, fuzzy -msgid "Users" -msgstr "Pengguna" - -#, fuzzy -msgid "User Groups" -msgstr "Grup User" - -#, fuzzy -msgid "Hosts" -msgstr "Host" - -#, fuzzy -msgid "Host Groups" -msgstr "Grup Tuan Rumah" - -#, fuzzy -msgid "Services" -msgstr "Layanan" - -#, fuzzy -msgid "Service Groups" -msgstr "Grup Layanan" - -#, fuzzy -msgid "External host" -msgstr "Host eksternal" - -#, fuzzy -msgid "Create a new HBAC rule." -msgstr "Buat aturan HBAC baru." - -#, fuzzy -msgid "Suppress processing of membership attributes." -msgstr "Menekan pemrosesan atribut keanggotaan." - -#, fuzzy -msgid "Add target hosts and hostgroups to an HBAC rule." -msgstr "Tambahkan host target dan grup host ke aturan HBAC." - -#, fuzzy -msgid "member host" -msgstr "host anggota" - -#, fuzzy -msgid "hosts to add" -msgstr "host untuk ditambahkan" - -#, fuzzy -msgid "member host group" -msgstr "grup host anggota" - -#, fuzzy -msgid "host groups to add" -msgstr "grup host untuk ditambahkan" - -#, fuzzy -msgid "Members that could not be added" -msgstr "Anggota yang tak bisa ditambahkan" - -#, fuzzy -msgid "Number of members added" -msgstr "Jumlah anggota yang ditambahkan" - -#, fuzzy -msgid "Add services to an HBAC rule." -msgstr "Menambahkan layanan ke aturan HBAC." - -#, fuzzy -msgid "member HBAC service" -msgstr "layanan HBAC anggota" - -#, fuzzy -msgid "HBAC services to add" -msgstr "Layanan HBAC untuk ditambahkan" - -#, fuzzy -msgid "member HBAC service group" -msgstr "grup layanan HBAC anggota" - -#, fuzzy -msgid "HBAC service groups to add" -msgstr "Grup layanan HBAC untuk ditambahkan" - -#, fuzzy -msgid "Add users and groups to an HBAC rule." -msgstr "Menambahkan pengguna dan grup ke aturan HBAC." - -#, fuzzy -msgid "member user" -msgstr "pengguna anggota" - -#, fuzzy -msgid "users to add" -msgstr "pengguna untuk menambahkan" - -#, fuzzy -msgid "member group" -msgstr "grup anggota" - -#, fuzzy -msgid "groups to add" -msgstr "grup untuk ditambahkan" - -#, fuzzy -msgid "Delete an HBAC rule." -msgstr "Menghapus aturan HBAC." - -#, fuzzy -msgid "Disable an HBAC rule." -msgstr "Nonaktifkan aturan HBAC." - -#, fuzzy -msgid "Enable an HBAC rule." -msgstr "Aktifkan aturan HBAC." - -#, fuzzy -msgid "Search for HBAC rules." -msgstr "Cari aturan HBAC." - -#, fuzzy -msgid "Modify an HBAC rule." -msgstr "Mengubah aturan HBAC." - -#, fuzzy -msgid "Remove target hosts and hostgroups from an HBAC rule." -msgstr "Hapus host target dan grup host dari aturan HBAC." - -#, fuzzy -msgid "hosts to remove" -msgstr "host untuk dihapus" - -#, fuzzy -msgid "host groups to remove" -msgstr "grup host untuk dihapus" - -#, fuzzy -msgid "Members that could not be removed" -msgstr "Anggota yang tak bisa dihapus" - -#, fuzzy -msgid "Number of members removed" -msgstr "Jumlah anggota yang dihapus" - -#, fuzzy -msgid "Remove service and service groups from an HBAC rule." -msgstr "Menghapus grup layanan dan layanan dari aturan HBAC." - -#, fuzzy -msgid "HBAC services to remove" -msgstr "Layanan HBAC untuk dihapus" - -#, fuzzy -msgid "HBAC service groups to remove" -msgstr "Grup layanan HBAC untuk dihapus" - -#, fuzzy -msgid "Remove users and groups from an HBAC rule." -msgstr "Menghapus pengguna dan grup dari aturan HBAC." - -#, fuzzy -msgid "users to remove" -msgstr "pengguna untuk menghapus" - -#, fuzzy -msgid "groups to remove" -msgstr "grup yang akan dihapus" - -#, fuzzy -msgid "Display the properties of an HBAC rule." -msgstr "Menampilkan properti aturan HBAC." - -#, fuzzy -msgid "" -"\n" -"HBAC Services\n" -"\n" -"The PAM services that HBAC can control access to. The name used here\n" -"must match the service name that PAM is evaluating.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new HBAC service:\n" -" ipa hbacsvc-add tftp\n" -"\n" -" Modify an existing HBAC service:\n" -" ipa hbacsvc-mod --desc=\"TFTP service\" tftp\n" -"\n" -" Search for HBAC services. This example will return two results, the FTP\n" -" service and the newly-added tftp service:\n" -" ipa hbacsvc-find ftp\n" -"\n" -" Delete an HBAC service:\n" -" ipa hbacsvc-del tftp\n" -msgstr "" -"\n" -"Layanan HBAC\n" -"\n" -"Layanan PAM yang dapat dikendalikan oleh HBAC. Nama yang digunakan di sini\n" -"harus sesuai dengan nama layanan yang sedang dievaluasi PAM.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan layanan HBAC baru:\n" -" ipa hbacsvc-add tftp\n" -"\n" -"Mengubah layanan HBAC yang ada:\n" -" ipa hbacsvc-mod --desc=\"Layanan TFTP\" tftp\n" -"\n" -"Cari layanan HBAC. Contoh ini akan mengembalikan dua hasil, FTP\n" -" layanan dan layanan tftp yang baru ditambahkan:\n" -" ipa hbacsvc-find ftp\n" -"\n" -"Hapus layanan HBAC:\n" -" ipa hbacsvc-del tftp\n" - -#, fuzzy -msgid "Service name" -msgstr "Nama layanan" - -#, fuzzy -msgid "HBAC service" -msgstr "Layanan HBAC" - -#, fuzzy -msgid "HBAC service description" -msgstr "Deskripsi layanan HBAC" - -#, fuzzy -msgid "Member of HBAC service groups" -msgstr "Anggota grup layanan HBAC" - -#, fuzzy -msgid "Add a new HBAC service." -msgstr "Tambahkan layanan HBAC baru." - -#, fuzzy -msgid "Delete an existing HBAC service." -msgstr "Hapus layanan HBAC yang ada." - -#, fuzzy -msgid "Search for HBAC services." -msgstr "Cari layanan HBAC." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"service\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"layanan\")" - -#, fuzzy -msgid "Modify an HBAC service." -msgstr "Memodifikasi layanan HBAC." - -#, fuzzy -msgid "Display information about an HBAC service." -msgstr "Tampilkan informasi tentang layanan HBAC." - -#, fuzzy -msgid "" -"\n" -"HBAC Service Groups\n" -"\n" -"HBAC service groups can contain any number of individual services,\n" -"or \"members\". Every group must have a description.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new HBAC service group:\n" -" ipa hbacsvcgroup-add --desc=\"login services\" login\n" -"\n" -" Add members to an HBAC service group:\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=sshd --hbacsvcs=login login\n" -"\n" -" Display information about a named group:\n" -" ipa hbacsvcgroup-show login\n" -"\n" -" Delete an HBAC service group:\n" -" ipa hbacsvcgroup-del login\n" -msgstr "" -"\n" -"Grup Layanan HBAC\n" -"\n" -"Grup layanan HBAC dapat berisi sejumlah layanan individual,\n" -"atau \"anggota\". Setiap kelompok harus memiliki deskripsi.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan grup layanan HBAC baru:\n" -" ipa hbacsvcgroup-add --desc=\"login services\" login\n" -"\n" -"Menambahkan anggota ke grup layanan HBAC:\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=sshd --hbacsvcs=login\n" -"\n" -"Menampilkan informasi tentang grup bernama:\n" -" ipa hbacsvcgroup-show login\n" -"\n" -"Hapus grup layanan HBAC:\n" -" ipa hbacsvcgroup-del login\n" - -#, fuzzy -msgid "Service group name" -msgstr "Nama grup layanan" - -#, fuzzy -msgid "HBAC service group description" -msgstr "Deskripsi grup layanan HBAC" - -#, fuzzy -msgid "Member HBAC service" -msgstr "Layanan HBAC Anggota" - -#, fuzzy -msgid "Add a new HBAC service group." -msgstr "Tambahkan grup layanan HBAC baru." - -#, fuzzy -msgid "Add members to an HBAC service group." -msgstr "Tambahkan anggota ke grup layanan HBAC." - -#, fuzzy -msgid "Delete an HBAC service group." -msgstr "Menghapus grup layanan HBAC." - -#, fuzzy -msgid "Search for an HBAC service group." -msgstr "Cari grup layanan HBAC." - -#, fuzzy -msgid "Modify an HBAC service group." -msgstr "Memodifikasi grup layanan HBAC." - -#, fuzzy -msgid "Remove members from an HBAC service group." -msgstr "Menghapus anggota dari grup layanan HBAC." - -#, fuzzy -msgid "Display information about an HBAC service group." -msgstr "Menampilkan informasi tentang grup layanan HBAC." - -#, fuzzy -msgid "" -"\n" -"Hosts/Machines\n" -"\n" -"A host represents a machine. It can be used in a number of contexts:\n" -"- service entries are associated with a host\n" -"- a host stores the host/ service principal\n" -"- a host can be used in Host-based Access Control (HBAC) rules\n" -"- every enrolled client generates a host entry\n" -"\n" -"ENROLLMENT:\n" -"\n" -"There are three enrollment scenarios when enrolling a new client:\n" -"\n" -"1. You are enrolling as a full administrator. The host entry may exist\n" -" or not. A full administrator is a member of the hostadmin role\n" -" or the admins group.\n" -"2. You are enrolling as a limited administrator. The host must already\n" -" exist. A limited administrator is a member a role with the\n" -" Host Enrollment privilege.\n" -"3. The host has been created with a one-time password.\n" -"\n" -"RE-ENROLLMENT:\n" -"\n" -"Host that has been enrolled at some point, and lost its configuration (e.g. " -"VM\n" -"destroyed) can be re-enrolled.\n" -"\n" -"For more information, consult the manual pages for ipa-client-install.\n" -"\n" -"A host can optionally store information such as where it is located,\n" -"the OS that it runs, etc.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new host:\n" -" ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example." -"com\n" -"\n" -" Delete a host:\n" -" ipa host-del test.example.com\n" -"\n" -" Add a new host with a one-time password:\n" -" ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" -"\n" -" Add a new host with a random one-time password:\n" -" ipa host-add --os='Fedora 12' --random test.example.com\n" -"\n" -" Modify information about a host:\n" -" ipa host-mod --os='Fedora 12' test.example.com\n" -"\n" -" Remove SSH public keys of a host and update DNS to reflect this change:\n" -" ipa host-mod --sshpubkey= --updatedns test.example.com\n" -"\n" -" Disable the host Kerberos key, SSL certificate and all of its services:\n" -" ipa host-disable test.example.com\n" -"\n" -" Add a host that can manage this host's keytab and certificate:\n" -" ipa host-add-managedby --hosts=test2 test\n" -"\n" -" Allow user to create a keytab:\n" -" ipa host-allow-create-keytab test2 --users=tuser1\n" -msgstr "" -"\n" -"Tuan Rumah/Mesin\n" -"\n" -"Tuan rumah mewakili mesin. Ini dapat digunakan dalam sejumlah konteks:\n" -"- entri layanan dikaitkan dengan host\n" -"- tuan rumah menyimpan host / kepala layanan\n" -"- host dapat digunakan dalam aturan Kontrol Akses Berbasis Host (HBAC)\n" -"- setiap klien terdaftar menghasilkan entri host\n" -"\n" -"Pendaftaran:\n" -"\n" -"Ada tiga skenario pendaftaran saat mendaftarkan klien baru:\n" -"\n" -"1. Anda mendaftar sebagai administrator penuh. Entri host mungkin ada\n" -" atau tidak. Administrator lengkap adalah anggota peran hostadmin\n" -" atau grup admin.\n" -"2. Anda mendaftar sebagai administrator terbatas. Tuan rumah harus sudah\n" -" Ada. Administrator terbatas adalah peran anggota dengan\n" -" Hak istimewa Pendaftaran Tuan Rumah.\n" -"3. Host telah dibuat dengan kata sandi satu kali.\n" -"\n" -"PENDAFTARAN ULANG:\n" -"\n" -"Host yang telah terdaftar di beberapa titik, dan kehilangan konfigurasinya (" -"misalnya VM\n" -"dihancurkan) dapat didaftarkan kembali.\n" -"\n" -"Untuk informasi lebih lanjut, lihat halaman manual untuk ipa-client-install." -"\n" -"\n" -"Tuan rumah dapat secara opsional menyimpan informasi seperti di mana ia " -"berada,\n" -"OS yang dijalankannya, dll.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan host baru:\n" -" ipa host-add --location=\"Lab lantai 3\" --locality=Dallas test.example." -"com\n" -"\n" -"Menghapus host:\n" -" ipa host-del test.example.com\n" -"\n" -"Tambahkan host baru dengan kata sandi satu kali:\n" -" ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" -"\n" -"Tambahkan host baru dengan kata sandi satu kali acak:\n" -" ipa host-add --os='Fedora 12' --random test.example.com\n" -"\n" -"Mengubah informasi tentang host:\n" -" ipa host-mod --os='Fedora 12' test.example.com\n" -"\n" -"Hapus kunci publik SSH dari host dan perbarui DNS untuk mencerminkan " -"perubahan ini:\n" -" ipa host-mod --sshpubkey= --updatedns test.example.com\n" -"\n" -"Nonaktifkan kunci host Kerberos, sertifikat SSL dan semua layanannya:\n" -" ipa host-disable test.example.com\n" -"\n" -"Tambahkan host yang dapat mengelola tab kunci dan sertifikat host ini:\n" -" ipa host-add-managedby --hosts=test2 test\n" -"\n" -"Perbolehkan pengguna membuat tab kunci:\n" -" ipa host-allow-create-keytab test2 --users=tuser1\n" - -#, fuzzy -msgid "Host name" -msgstr "Nama host" - -#, fuzzy -msgid "A description of this host" -msgstr "Deskripsi host ini" - -#, fuzzy -msgid "Locality" -msgstr "Wilayah" - -#, fuzzy -msgid "Host locality (e.g. \"Baltimore, MD\")" -msgstr "Lokalitas tuan rumah (misalnya \"Baltimore, MD\")" - -#, fuzzy -msgid "Host location (e.g. \"Lab 2\")" -msgstr "Lokasi host (misalnya \"Lab 2\")" - -#, fuzzy -msgid "Platform" -msgstr "Platform" - -#, fuzzy -msgid "Host hardware platform (e.g. \"Lenovo T61\")" -msgstr "Platform perangkat keras host (misalnya \"Lenovo T61\")" - -#, fuzzy -msgid "Operating system" -msgstr "Sistem operasi" - -#, fuzzy -msgid "Host operating system and version (e.g. \"Fedora 9\")" -msgstr "Sistem operasi dan versi host (misalnya \"Fedora 9\")" - -#, fuzzy -msgid "User password" -msgstr "Sandi pengguna" - -#, fuzzy -msgid "Password used in bulk enrollment" -msgstr "Kata sandi yang digunakan dalam pendaftaran massal" - -#, fuzzy -msgid "Generate a random password to be used in bulk enrollment" -msgstr "Hasilkan kata sandi acak yang akan digunakan dalam pendaftaran massal" - -#, fuzzy -msgid "Random password" -msgstr "Kata sandi acak" - -#, fuzzy -msgid "Certificate" -msgstr "Sertifikat" - -#, fuzzy -msgid "Base-64 encoded server certificate" -msgstr "Sertifikat server yang dikodekan base-64" - -#, fuzzy -msgid "Principal name" -msgstr "Nama utama" - -#, fuzzy -msgid "MAC address" -msgstr "Alamat MAC" - -#, fuzzy -msgid "Hardware MAC address(es) on this host" -msgstr "Alamat MAC perangkat keras pada host ini" - -#, fuzzy -msgid "SSH public key" -msgstr "Otentikasi kunci publik SSH dengan agen ssh gagal: %s" - -#, fuzzy -msgid "Class" -msgstr "Kelas" - -#, fuzzy -msgid "" -"Host category (semantics placed on this attribute are for local " -"interpretation)" -msgstr "" -"Kategori host (semantik yang ditempatkan pada atribut ini adalah untuk " -"interpretasi lokal)" - -#, fuzzy -msgid "Assigned ID View" -msgstr "Tampilan ID yang Ditetapkan" - -#, fuzzy -msgid "Requires pre-authentication" -msgstr "Membutuhkan pra-otentikasi" - -#, fuzzy -msgid "Pre-authentication is required for the service" -msgstr "Pra-otentikasi diperlukan untuk layanan" - -#, fuzzy -msgid "Trusted for delegation" -msgstr "Dipercaya untuk delegasi" - -#, fuzzy -msgid "Client credentials may be delegated to the service" -msgstr "Kredensial klien dapat didelegasikan ke layanan" - -#, fuzzy -msgid "Member of host-groups" -msgstr "Anggota grup host" - -#, fuzzy -msgid "Roles" -msgstr "Role" - -#, fuzzy -msgid "Member of netgroups" -msgstr "Anggota grup bersih" - -#, fuzzy -msgid "Member of Sudo rule" -msgstr "Anggota pemerintahan Sudo" - -#, fuzzy -msgid "Member of HBAC rule" -msgstr "Anggota aturan HBAC" - -#, fuzzy -msgid "Indirect Member of netgroup" -msgstr "Anggota grup bersih tidak langsung" - -#, fuzzy -msgid "Indirect Member of host-group" -msgstr "Anggota tidak langsung dari grup host" - -#, fuzzy -msgid "Indirect Member of role" -msgstr "Anggota peran tidak langsung" - -#, fuzzy -msgid "Indirect Member of Sudo rule" -msgstr "Anggota Tidak Langsung dari pemerintahan Sudo" - -#, fuzzy -msgid "Indirect Member of HBAC rule" -msgstr "Anggota tidak langsung dari aturan HBAC" - -#, fuzzy -msgid "Keytab" -msgstr "Cap kunci" - -#, fuzzy -msgid "Managed by" -msgstr "Terkelola" - -#, fuzzy -msgid "Managing" -msgstr "Mengelola Hak" - -#, fuzzy -msgid "Users allowed to retrieve keytab" -msgstr "Pengguna diperbolehkan mengambil cap kunci" - -#, fuzzy -msgid "Groups allowed to retrieve keytab" -msgstr "Grup diperbolehkan mengambil cap kunci" - -#, fuzzy -msgid "Hosts allowed to retrieve keytab" -msgstr "Tuan rumah diperbolehkan mengambil cap kunci" - -#, fuzzy -msgid "Host Groups allowed to retrieve keytab" -msgstr "Grup Host diizinkan untuk mengambil cap kunci" - -#, fuzzy -msgid "Users allowed to create keytab" -msgstr "Pengguna diperbolehkan membuat tab kunci" - -#, fuzzy -msgid "Groups allowed to create keytab" -msgstr "Grup diperbolehkan membuat tab kunci" - -#, fuzzy -msgid "Hosts allowed to create keytab" -msgstr "Tuan rumah diperbolehkan membuat tab kunci" - -#, fuzzy -msgid "Host Groups allowed to create keytab" -msgstr "Grup Host diizinkan untuk membuat tab kunci" - -#, fuzzy -msgid "Add a new host." -msgstr "Untuk menambahkan alias host baru" - -#, fuzzy -msgid "force host name even if not in DNS" -msgstr "paksa nama host bahkan jika tidak di DNS" - -#, fuzzy -msgid "skip reverse DNS detection" -msgstr "melewati deteksi DNS terbalik" - -#, fuzzy -msgid "Add the host to DNS with this IP address" -msgstr "Tambahkan host ke DNS dengan alamat IP ini" - -#, fuzzy -msgid "Add hosts that can manage this host." -msgstr "Tambahkan host yang dapat mengelola host ini." - -#, fuzzy -msgid "" -"Allow users, groups, hosts or host groups to create a keytab of this host." -msgstr "" -"Perbolehkan pengguna, grup, host, atau grup host untuk membuat tab kunci " -"host ini." - -#, fuzzy -msgid "" -"Allow users, groups, hosts or host groups to retrieve a keytab of this host." -msgstr "" -"Perbolehkan pengguna, grup, host, atau grup host untuk mengambil cap kunci " -"host ini." - -#, fuzzy -msgid "Delete a host." -msgstr "Menghapus alias host" - -#, fuzzy -msgid "Remove entries from DNS" -msgstr "Menghapus entri dari DNS" - -#, fuzzy -msgid "Disable the Kerberos key, SSL certificate and all services of a host." -msgstr "Nonaktifkan kunci Kerberos, sertifikat SSL, dan semua layanan host." - -#, fuzzy -msgid "" -"Disallow users, groups, hosts or host groups to create a keytab of this host." -msgstr "" -"Larang pengguna, grup, host, atau grup host untuk membuat tab kunci host ini." - -#, fuzzy -msgid "" -"Disallow users, groups, hosts or host groups to retrieve a keytab of this " -"host." -msgstr "" -"Larang pengguna, grup, host, atau grup host untuk mengambil tab kunci host " -"ini." - -#, fuzzy -msgid "Search for hosts." -msgstr "Cari host." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"hostname\")" -msgstr "Hasil hanya boleh berisi atribut kunci utama (\"nama host\")" - -#, fuzzy -msgid "host group" -msgstr "Tambah grup host" - -#, fuzzy -msgid "Search for hosts with these member of host groups." -msgstr "Cari host dengan anggota grup host ini." - -#, fuzzy -msgid "Search for hosts without these member of host groups." -msgstr "Cari host tanpa anggota grup host ini." - -#, fuzzy -msgid "netgroup" -msgstr "" -"# /etc/nsswitch.conf\n" -"#\n" -"# Example configuration of GNU Name Service Switch functionality.\n" -"# If you have the `glibc-doc' and `info' packages installed, try:\n" -"# `info libc \"Name Service Switch\"' for information about this file.\n" -"\n" -"passwd: ldap compat\n" -"group: ldap compat\n" -"shadow: ldap compat\n" -"\n" -"hosts: files dns ldap\n" -"networks: ldap files\n" -"\n" -"protocols: ldap db files\n" -"services: ldap db files\n" -"ethers: ldap db files\n" -"rpc: ldap db files\n" -"\n" -"netgroup: ldap files" - -#, fuzzy -msgid "Search for hosts with these member of netgroups." -msgstr "Cari host dengan anggota netgroup ini." - -#, fuzzy -msgid "Search for hosts without these member of netgroups." -msgstr "Cari host tanpa anggota netgroup ini." - -#, fuzzy -msgid "role" -msgstr "peran" - -#, fuzzy -msgid "Search for hosts with these member of roles." -msgstr "Cari host dengan anggota peran ini." - -#, fuzzy -msgid "Search for hosts without these member of roles." -msgstr "Cari host tanpa anggota peran ini." - -#, fuzzy -msgid "HBAC rule" -msgstr "Aturan HBAC" - -#, fuzzy -msgid "Search for hosts with these member of HBAC rules." -msgstr "Cari host dengan anggota aturan HBAC ini." - -#, fuzzy -msgid "Search for hosts without these member of HBAC rules." -msgstr "Cari host tanpa anggota aturan HBAC ini." - -#, fuzzy -msgid "sudo rule" -msgstr "aturan sudo" - -#, fuzzy -msgid "Search for hosts with these member of sudo rules." -msgstr "Cari host dengan anggota aturan sudo ini." - -#, fuzzy -msgid "Search for hosts without these member of sudo rules." -msgstr "Cari host tanpa anggota aturan sudo ini." - -#, fuzzy -msgid "user" -msgstr "pengguna" - -#, fuzzy -msgid "Search for hosts with these enrolled by users." -msgstr "Cari host dengan ini terdaftar oleh pengguna." - -#, fuzzy -msgid "Search for hosts without these enrolled by users." -msgstr "Cari host tanpa ini terdaftar oleh pengguna." - -#, fuzzy -msgid "host" -msgstr "host" - -#, fuzzy -msgid "Search for hosts with these managed by hosts." -msgstr "Cari host dengan ini dikelola oleh host." - -#, fuzzy -msgid "Search for hosts without these managed by hosts." -msgstr "Cari host tanpa dikelola oleh host." - -#, fuzzy -msgid "Search for hosts with these managing hosts." -msgstr "Cari host dengan host pengelola ini." - -#, fuzzy -msgid "Search for hosts without these managing hosts." -msgstr "Cari host tanpa mengelola host ini." - -#, fuzzy -msgid "Modify information about a host." -msgstr "Mengubah informasi tentang host." - -#, fuzzy -msgid "Kerberos principal name for this host" -msgstr "Nama utama Kerberos untuk host ini" - -#, fuzzy -msgid "Update DNS entries" -msgstr "Memperbarui entri DNS" - -#, fuzzy -msgid "Remove hosts that can manage this host." -msgstr "Hapus host yang dapat mengelola host ini." - -#, fuzzy -msgid "Display information about a host." -msgstr "Menampilkan informasi tentang host." - -#, fuzzy -msgid "file to store certificate in" -msgstr "file untuk menyimpan sertifikat di" - -#, fuzzy -msgid "" -"\n" -"Groups of hosts.\n" -"\n" -"Manage groups of hosts. This is useful for applying access control to a\n" -"number of hosts by using Host-based Access Control.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new host group:\n" -" ipa hostgroup-add --desc=\"Baltimore hosts\" baltimore\n" -"\n" -" Add another new host group:\n" -" ipa hostgroup-add --desc=\"Maryland hosts\" maryland\n" -"\n" -" Add members to the hostgroup (using Bash brace expansion):\n" -" ipa hostgroup-add-member --hosts={box1,box2,box3} baltimore\n" -"\n" -" Add a hostgroup as a member of another hostgroup:\n" -" ipa hostgroup-add-member --hostgroups=baltimore maryland\n" -"\n" -" Remove a host from the hostgroup:\n" -" ipa hostgroup-remove-member --hosts=box2 baltimore\n" -"\n" -" Display a host group:\n" -" ipa hostgroup-show baltimore\n" -"\n" -" Delete a hostgroup:\n" -" ipa hostgroup-del baltimore\n" -msgstr "" -"\n" -"Grup tuan rumah.\n" -"\n" -"Mengelola grup host. Ini berguna untuk menerapkan kontrol akses ke\n" -"jumlah host dengan menggunakan Kontrol Akses berbasis Host.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan grup host baru:\n" -" ipa hostgroup-add --desc=\"Baltimore host\" baltimore\n" -"\n" -"Tambahkan grup host baru lainnya:\n" -" ipa hostgroup-add --desc=\"Maryland host\" maryland\n" -"\n" -"Menambahkan anggota ke grup host (menggunakan perluasan kurung kurawal Bash):" -"\n" -" ipa hostgroup-add-member --hosts={box1,box2,box3} baltimore\n" -"\n" -"Menambahkan grup host sebagai anggota grup host lain:\n" -" ipa hostgroup-add-member --hostgroups=baltimore maryland\n" -"\n" -"Menghapus host dari grup host:\n" -" ipa hostgroup-remove-member --hosts=box2 baltimore\n" -"\n" -"Menampilkan grup host:\n" -" ipa hostgroup-show baltimore\n" -"\n" -"Hapus grup host:\n" -" ipa hostgroup-del baltimore\n" - -#, fuzzy -msgid "Host-group" -msgstr "Tambah grup host" - -#, fuzzy -msgid "Name of host-group" -msgstr "Nama grup host" - -#, fuzzy -msgid "A description of this host-group" -msgstr "Deskripsi grup host ini" - -#, fuzzy -msgid "Member hosts" -msgstr "Host anggota" - -#, fuzzy -msgid "Member host-groups" -msgstr "Grup host anggota" - -#, fuzzy -msgid "Indirect Member hosts" -msgstr "Host Anggota Tidak Langsung" - -#, fuzzy -msgid "Indirect Member host-groups" -msgstr "Grup host Anggota Tidak Langsung" - -#, fuzzy -msgid "Add a new hostgroup." -msgstr "Tambahkan grup host baru." - -#, fuzzy -msgid "Add members to a hostgroup." -msgstr "Menambahkan anggota ke grup host." - -msgid "Delete a hostgroup." -msgstr "Menghapus suatu hostgroup." - -#, fuzzy -msgid "Search for hostgroups." -msgstr "Cari grup host." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"hostgroup-name\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"hostgroup-name\")" - -#, fuzzy -msgid "Search for host groups with these member hosts." -msgstr "Cari grup host dengan host anggota ini." - -#, fuzzy -msgid "Search for host groups without these member hosts." -msgstr "Cari grup host tanpa host anggota ini." - -#, fuzzy -msgid "Search for host groups with these member host groups." -msgstr "Cari grup host dengan grup host anggota ini." - -#, fuzzy -msgid "Search for host groups without these member host groups." -msgstr "Cari grup host tanpa grup host anggota ini." - -#, fuzzy -msgid "Search for host groups with these member of host groups." -msgstr "Cari grup host dengan anggota grup host ini." - -#, fuzzy -msgid "Search for host groups without these member of host groups." -msgstr "Cari grup host tanpa anggota grup host ini." - -#, fuzzy -msgid "Search for host groups with these member of netgroups." -msgstr "Cari grup host dengan anggota grup net ini." - -#, fuzzy -msgid "Search for host groups without these member of netgroups." -msgstr "Cari grup host tanpa anggota grup net ini." - -#, fuzzy -msgid "Search for host groups with these member of HBAC rules." -msgstr "Cari grup host dengan anggota aturan HBAC ini." - -#, fuzzy -msgid "Search for host groups without these member of HBAC rules." -msgstr "Cari grup host tanpa aturan HBAC anggota ini." - -#, fuzzy -msgid "Search for host groups with these member of sudo rules." -msgstr "Cari grup host dengan anggota aturan sudo ini." - -#, fuzzy -msgid "Search for host groups without these member of sudo rules." -msgstr "Cari grup host tanpa anggota aturan sudo ini." - -msgid "Modify a hostgroup." -msgstr "Memodifikasi suatu hostgroup." - -#, fuzzy -msgid "Remove members from a hostgroup." -msgstr "Menghapus anggota dari grup host." - -#, fuzzy -msgid "Display information about a hostgroup." -msgstr "Tampilkan informasi tentang grup host." - -#, fuzzy -msgid "" -"\n" -"ID Views\n" -"\n" -"Manage ID Views\n" -"\n" -"IPA allows to override certain properties of users and groups per each " -"host.\n" -"This functionality is primarily used to allow migration from older systems " -"or\n" -"other Identity Management solutions.\n" -msgstr "" -"\n" -"Tampilan ID\n" -"\n" -"Kelola Tampilan ID\n" -"\n" -"IPA memungkinkan untuk menimpa properti pengguna dan grup tertentu per " -"setiap host.\n" -"Fungsi ini terutama digunakan untuk memungkinkan migrasi dari sistem yang " -"lebih lama atau\n" -"solusi Manajemen Identitas lainnya.\n" - -#, fuzzy -msgid "Anchor to override" -msgstr "Jangkar untuk menimpa" - -#, fuzzy -msgid "Group name" -msgstr "Nama grup" - -#, fuzzy -msgid "GID" -msgstr "gid" - -#, fuzzy -msgid "Group ID Number" -msgstr "Nomor ID Grup" - -#, fuzzy -msgid "User login" -msgstr "Log Masuk Pengguna" - -#, fuzzy -msgid "UID" -msgstr "uid" - -#, fuzzy -msgid "User ID Number" -msgstr "Nomor ID Pengguna" - -#, fuzzy -msgid "GECOS" -msgstr "GECOS" - -#, fuzzy -msgid "Home directory" -msgstr "Direktori rumah" - -#, fuzzy -msgid "Login shell" -msgstr "Shell login" - -#, fuzzy -msgid "ID View Name" -msgstr "Nama Tampilan ID" - -#, fuzzy -msgid "Add a new Group ID override." -msgstr "Menambahkan pengesampingan ID Grup baru." - -#, fuzzy -msgid "Delete an Group ID override." -msgstr "Menghapus pengesampingan ID Grup." - -#, fuzzy -msgid "Search for an Group ID override." -msgstr "Cari pengesampingan ID Grup." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"anchor\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"jangkar\")" - -#, fuzzy -msgid "Modify an Group ID override." -msgstr "Mengubah pengesampingan ID Grup." - -#, fuzzy -msgid "Rename the Group ID override object" -msgstr "Mengganti nama objek pengesampingan ID Grup" - -#, fuzzy -msgid "Display information about an Group ID override." -msgstr "Menampilkan informasi tentang pengesampingan ID Grup." - -#, fuzzy -msgid "Add a new User ID override." -msgstr "Tambahkan pengesampingan ID Pengguna baru." - -#, fuzzy -msgid "Delete an User ID override." -msgstr "Hapus pengesampingan ID Pengguna." - -#, fuzzy -msgid "Search for an User ID override." -msgstr "Cari pengesampingan ID Pengguna." - -#, fuzzy -msgid "Modify an User ID override." -msgstr "Mengubah pengesampingan ID Pengguna." - -#, fuzzy -msgid "Rename the User ID override object" -msgstr "Mengganti nama objek Pengesampingan ID Pengguna" - -#, fuzzy -msgid "Display information about an User ID override." -msgstr "Tampilkan informasi tentang pengesampingan ID Pengguna." - -#, fuzzy -msgid "Add a new ID View." -msgstr "Menambahkan Tampilan ID baru." - -#, fuzzy -msgid "" -"Applies ID View to specified hosts or current members of specified " -"hostgroups. If any other ID View is applied to the host, it is overriden." -msgstr "" -"Menerapkan Tampilan ID ke host tertentu atau anggota grup host tertentu saat " -"ini. Jika ada Tampilan ID lain yang diterapkan ke host, maka akan ditimpa." - -#, fuzzy -msgid "hosts" -msgstr "Host" - -#, fuzzy -msgid "Hosts to apply the ID View to" -msgstr "Tuan rumah untuk menerapkan Tampilan ID ke" - -#, fuzzy -msgid "hostgroups" -msgstr "grup host" - -#, fuzzy -msgid "" -"Hostgroups to whose hosts apply the ID View to. Please note that view is not " -"applied automatically to any hosts added to the hostgroup after running the " -"idview-apply command." -msgstr "" -"Hostgroups yang host-nya menerapkan ID View ke. Harap dicatat bahwa tampilan " -"tidak diterapkan secara otomatis ke host apa pun yang ditambahkan ke grup " -"host setelah menjalankan perintah idview-apply." - -#, fuzzy -msgid "Hosts that this ID View was applied to." -msgstr "Host tempat Tampilan ID ini diterapkan." - -#, fuzzy -msgid "Hosts or hostgroups that this ID View could not be applied to." -msgstr "Host atau grup host yang tak bisa diterapkan oleh TAMPILAN ID ini." - -#, fuzzy -msgid "Number of hosts the ID View was applied to:" -msgstr "Jumlah host tampilan ID diterapkan ke:" - -#, fuzzy -msgid "Delete an ID View." -msgstr "Menghapus Tampilan ID." - -#, fuzzy -msgid "Search for an ID View." -msgstr "Cari Tampilan ID." - -#, fuzzy -msgid "Modify an ID View." -msgstr "Mengubah Tampilan ID." - -#, fuzzy -msgid "Rename the ID View object" -msgstr "Mengganti nama objek TAMPILAN ID" - -#, fuzzy -msgid "Display information about an ID View." -msgstr "Menampilkan informasi tentang Tampilan ID." - -#, fuzzy -msgid "Enumerate all the hosts the view applies to." -msgstr "Menghitung semua host yang berlaku untuk tampilan." - -#, fuzzy -msgid "" -"Clears ID View from specified hosts or current members of specified " -"hostgroups." -msgstr "" -"Menghapus Tampilan ID dari host tertentu atau anggota grup host tertentu " -"saat ini." - -#, fuzzy -msgid "Hosts to clear (any) ID View from." -msgstr "Host untuk menghapus (setiap) Tampilan ID dari." - -#, fuzzy -msgid "" -"Hostgroups whose hosts should have ID Views cleared. Note that view is not " -"cleared automatically from any host added to the hostgroup after running " -"idview-unapply command." -msgstr "" -"Grup host yang host-nya harus memiliki Tampilan ID dibersihkan. Perhatikan " -"bahwa tampilan tidak dihapus secara otomatis dari host apa pun yang " -"ditambahkan ke grup host setelah menjalankan perintah idview-unapply." - -#, fuzzy -msgid "Hosts that ID View was cleared from." -msgstr "Host tempat Tampilan ID dibersihkan." - -#, fuzzy -msgid "Hosts or hostgroups that ID View could not be cleared from." -msgstr "Host atau grup host tempat Tampilan ID tak bisa dikosongkan." - -#, fuzzy -msgid "Number of hosts that had a ID View was unset:" -msgstr "Jumlah host yang memiliki Tampilan ID tidak disetel:" - -#, fuzzy -msgid "" -"\n" -"Plugins not accessible directly through the CLI, commands used internally\n" -msgstr "" -"\n" -"Plugin tidak dapat diakses secara langsung melalui CLI, perintah yang " -"digunakan secara internal\n" - -#, fuzzy -msgid "Dict of I18N messages" -msgstr "Dict pesan I18N" - -#, fuzzy -msgid "Export plugin meta-data for the webUI." -msgstr "Ekspor meta-data plugin untuk webUI." - -#, fuzzy -msgid "Name of object to export" -msgstr "Nama obyek yang akan diekspor" - -#, fuzzy -msgid "Name of method to export" -msgstr "Nama metode yang akan diekspor" - -#, fuzzy -msgid "Name of command to export" -msgstr "Nama perintah yang akan diekspor" - -#, fuzzy -msgid "Dict of JSON encoded IPA Objects" -msgstr "Dict dari Objek IPA bersandi JSON" - -#, fuzzy -msgid "Dict of JSON encoded IPA Methods" -msgstr "Dict metode IPA JSON dikodekan" - -#, fuzzy -msgid "Dict of JSON encoded IPA Commands" -msgstr "Dict dari Perintah IPA JSON yang dikodekan" - -#, fuzzy -msgid "" -"\n" -"Joining an IPA domain\n" -msgstr "" -"\n" -"Bergabung dengan domain IPA\n" - -#, fuzzy -msgid "Join an IPA domain" -msgstr "Bergabung dengan domain IPA" - -#, fuzzy -msgid "The hostname to register as" -msgstr "Nama host untuk mendaftar sebagai" - -#, fuzzy -msgid "The IPA realm" -msgstr "Ranah IPA" - -#, fuzzy -msgid "Hardware platform of the host (e.g. Lenovo T61)" -msgstr "Platform perangkat keras host (misalnya Lenovo T61)" - -#, fuzzy -msgid "Operating System and version of the host (e.g. Fedora 9)" -msgstr "Sistem Operasi dan versi host (misalnya Fedora 9)" - -#, fuzzy -msgid "" -"\n" -"Kerberos ticket policy\n" -"\n" -"There is a single Kerberos ticket policy. This policy defines the\n" -"maximum ticket lifetime and the maximum renewal age, the period during\n" -"which the ticket is renewable.\n" -"\n" -"You can also create a per-user ticket policy by specifying the user login.\n" -"\n" -"For changes to the global policy to take effect, restarting the KDC service\n" -"is required, which can be achieved using:\n" -"\n" -"service krb5kdc restart\n" -"\n" -"Changes to per-user policies take effect immediately for newly requested\n" -"tickets (e.g. when the user next runs kinit).\n" -"\n" -"EXAMPLES:\n" -"\n" -" Display the current Kerberos ticket policy:\n" -" ipa krbtpolicy-show\n" -"\n" -" Reset the policy to the default:\n" -" ipa krbtpolicy-reset\n" -"\n" -" Modify the policy to 8 hours max life, 1-day max renewal:\n" -" ipa krbtpolicy-mod --maxlife=28800 --maxrenew=86400\n" -"\n" -" Display effective Kerberos ticket policy for user 'admin':\n" -" ipa krbtpolicy-show admin\n" -"\n" -" Reset per-user policy for user 'admin':\n" -" ipa krbtpolicy-reset admin\n" -"\n" -" Modify per-user policy for user 'admin':\n" -" ipa krbtpolicy-mod admin --maxlife=3600\n" -msgstr "" -"\n" -"Kebijakan tiket Kerberos\n" -"\n" -"Ada satu kebijakan tiket Kerberos. Kebijakan ini mendefinisikan\n" -"masa pakai tiket maksimum dan usia perpanjangan maksimum, periode selama\n" -"yang tiketnya terbarukan.\n" -"\n" -"Anda juga dapat membuat kebijakan tiket per pengguna dengan menentukan login " -"pengguna.\n" -"\n" -"Agar perubahan kebijakan global berlaku, memulai ulang layanan KDC\n" -"diperlukan, yang dapat dicapai menggunakan:\n" -"\n" -"layanan krb5kdc restart\n" -"\n" -"Perubahan pada kebijakan per pengguna berlaku segera untuk permintaan baru\n" -"tiket (misalnya ketika pengguna berikutnya menjalankan kinit).\n" -"\n" -"Contoh:\n" -"\n" -"Tampilkan kebijakan tiket Kerberos saat ini:\n" -" ipa krbtpolicy-show\n" -"\n" -"Reset kebijakan ke default:\n" -" ipa krbtpolicy-reset\n" -"\n" -"Ubah kebijakan ke masa kerja maksimal 8 jam, perpanjangan maksimal 1 hari:\n" -" ipa krbtpolicy-mod --maxlife=28800 --maxrenew=86400\n" -"\n" -"Tampilkan kebijakan tiket Kerberos yang efektif untuk pengguna 'admin':\n" -" admin ipa krbtpolicy-show\n" -"\n" -"Reset kebijakan per pengguna untuk 'admin' pengguna:\n" -" admin ipa krbtpolicy-reset\n" -"\n" -"Ubah kebijakan per pengguna untuk pengguna 'admin':\n" -" admin ipa krbtpolicy-mod --maxlife=3600\n" - -#, fuzzy -msgid "User name" -msgstr "Nama pengguna" - -#, fuzzy -msgid "Manage ticket policy for specific user" -msgstr "Mengelola kebijakan tiket untuk pengguna tertentu" - -#, fuzzy -msgid "Max life" -msgstr "Kehidupan maksimal" - -#, fuzzy -msgid "Maximum ticket life (seconds)" -msgstr "Masa tiket maksimum (detik)" - -#, fuzzy -msgid "Max renew" -msgstr "Perpanjangan maks" - -#, fuzzy -msgid "Maximum renewable age (seconds)" -msgstr "Usia maksimum terbarukan (detik)" - -#, fuzzy -msgid "Modify Kerberos ticket policy." -msgstr "Ubah kebijakan tiket Kerberos." - -#, fuzzy -msgid "Reset Kerberos ticket policy to the default values." -msgstr "Reset kebijakan tiket Kerberos ke nilai default." - -#, fuzzy -msgid "Display the current Kerberos ticket policy." -msgstr "Tampilkan kebijakan tiket Kerberos saat ini." - -#, fuzzy -msgid "" -"\n" -"Migration to IPA\n" -"\n" -"Migrate users and groups from an LDAP server to IPA.\n" -"\n" -"This performs an LDAP query against the remote server searching for\n" -"users and groups in a container. In order to migrate passwords you need\n" -"to bind as a user that can read the userPassword attribute on the remote\n" -"server. This is generally restricted to high-level admins such as\n" -"cn=Directory Manager in 389-ds (this is the default bind user).\n" -"\n" -"The default user container is ou=People.\n" -"\n" -"The default group container is ou=Groups.\n" -"\n" -"Users and groups that already exist on the IPA server are skipped.\n" -"\n" -"Two LDAP schemas define how group members are stored: RFC2307 and\n" -"RFC2307bis. RFC2307bis uses member and uniquemember to specify group\n" -"members, RFC2307 uses memberUid. The default schema is RFC2307bis.\n" -"\n" -"The schema compat feature allows IPA to reformat data for systems that\n" -"do not support RFC2307bis. It is recommended that this feature is disabled\n" -"during migration to reduce system overhead. It can be re-enabled after\n" -"migration. To migrate with it enabled use the \"--with-compat\" option.\n" -"\n" -"Migrated users do not have Kerberos credentials, they have only their\n" -"LDAP password. To complete the migration process, users need to go\n" -"to http://ipa.example.com/ipa/migration and authenticate using their\n" -"LDAP password in order to generate their Kerberos credentials.\n" -"\n" -"Migration is disabled by default. Use the command ipa config-mod to\n" -"enable it:\n" -"\n" -" ipa config-mod --enable-migration=TRUE\n" -"\n" -"If a base DN is not provided with --basedn then IPA will use either\n" -"the value of defaultNamingContext if it is set or the first value\n" -"in namingContexts set in the root of the remote LDAP server.\n" -"\n" -"Users are added as members to the default user group. This can be a\n" -"time-intensive task so during migration this is done in a batch\n" -"mode for every 100 users. As a result there will be a window in which\n" -"users will be added to IPA but will not be members of the default\n" -"user group.\n" -"\n" -"EXAMPLES:\n" -"\n" -" The simplest migration, accepting all defaults:\n" -" ipa migrate-ds ldap://ds.example.com:389\n" -"\n" -" Specify the user and group container. This can be used to migrate user\n" -" and group data from an IPA v1 server:\n" -" ipa migrate-ds --user-container='cn=users,cn=accounts' --group-" -"container='cn=groups,cn=accounts' ldap://ds.example.com:389\n" -"\n" -" Since IPA v2 server already contain predefined groups that may collide " -"with\n" -" groups in migrated (IPA v1) server (for example admins, ipausers), users\n" -" having colliding group as their primary group may happen to belong to\n" -" an unknown group on new IPA v2 server.\n" -" Use --group-overwrite-gid option to overwrite GID of already existing " -"groups\n" -" to prevent this issue:\n" -" ipa migrate-ds --group-overwrite-gid --user-container='cn=users," -"cn=accounts' --group-container='cn=groups,cn=accounts' " -"ldap://ds.example.com:389\n" -"\n" -" Migrated users or groups may have object class and accompanied attributes\n" -" unknown to the IPA v2 server. These object classes and attributes may be\n" -" left out of the migration process:\n" -" ipa migrate-ds --user-container='cn=users,cn=accounts' --group-" -"container='cn=groups,cn=accounts' --user-ignore-" -"objectclass=radiusprofile --user-ignore-" -"attribute=radiusgroupname ldap://ds.example.com:389\n" -"\n" -"LOGGING\n" -"\n" -"Migration will log warnings and errors to the Apache error log. This\n" -"file should be evaluated post-migration to correct or investigate any\n" -"issues that were discovered.\n" -"\n" -"For every 100 users migrated an info-level message will be displayed to\n" -"give the current progress and duration to make it possible to track\n" -"the progress of migration.\n" -"\n" -"If the log level is debug, either by setting debug = True in\n" -"/etc/ipa/default.conf or /etc/ipa/server.conf, then an entry will be " -"printed\n" -"for each user added plus a summary when the default user group is\n" -"updated.\n" -msgstr "" -"\n" -"Migrasi ke IPA\n" -"\n" -"Melakukan migrasi pengguna dan grup dari server LDAP ke IPA.\n" -"\n" -"Ini melakukan kueri LDAP terhadap pencarian server jarak jauh\n" -"pengguna dan grup dalam wadah. Untuk memigrasikan kata sandi yang Anda " -"butuhkan\n" -"untuk mengikat sebagai pengguna yang dapat membaca atribut userPassword pada " -"remote\n" -"Server. Ini umumnya dibatasi untuk admin tingkat tinggi seperti\n" -"cn=Directory Manager dalam 389-ds (ini adalah pengguna terikat default).\n" -"\n" -"Kontainer pengguna default adalah ou=People.\n" -"\n" -"Kontainer grup default adalah ou=Groups.\n" -"\n" -"Pengguna dan grup yang sudah ada di server IPA dilewati.\n" -"\n" -"Dua skema LDAP mendefinisikan bagaimana anggota grup disimpan: RFC2307 dan\n" -"RFC2307bis. RFC2307bis menggunakan anggota dan uniquemember untuk menentukan " -"grup\n" -"RFC2307 menggunakan memberUid. Skema default adalah RFC2307bis.\n" -"\n" -"Fitur compat skema memungkinkan IPA untuk memformat ulang data untuk sistem " -"yang\n" -"tidak mendukung RFC2307bis. Disarankan agar fitur ini dinonaktifkan\n" -"selama migrasi untuk mengurangi overhead sistem. Ini dapat diaktifkan " -"kembali setelah\n" -"Migrasi. Untuk bermigrasi dengan diaktifkan gunakan opsi \"--dengan-compat\"." -"\n" -"\n" -"Pengguna yang dimigrasikan tidak memiliki kredensial Kerberos, mereka hanya " -"memiliki\n" -"Kata sandi LDAP. Untuk menyelesaikan proses migrasi, pengguna harus\n" -"untuk http://ipa.example.com/ipa/migration dan mengotentikasi menggunakan\n" -"Kata sandi LDAP untuk menghasilkan kredensial Kerberos mereka.\n" -"\n" -"Migrasi dinonaktifkan secara default. Gunakan perintah ipa config-mod untuk\n" -"aktifkan:\n" -"\n" -"ipa config-mod --enable-migration=TRUE\n" -"\n" -"Jika DN dasar tidak disediakan --basedn maka IPA akan\n" -"nilai defaultNamingContext jika disetel atau nilai pertama\n" -"dalam penamaanContexts diatur dalam akar server LDAP jarak jauh.\n" -"\n" -"Pengguna ditambahkan sebagai anggota ke grup pengguna default. Ini bisa " -"menjadi\n" -"tugas padat waktu sehingga selama migrasi ini dilakukan dalam batch\n" -"mode untuk setiap 100 pengguna. Akibatnya akan ada jendela di mana\n" -"pengguna akan ditambahkan ke IPA tetapi tidak akan menjadi anggota default\n" -"grup pengguna.\n" -"\n" -"Contoh:\n" -"\n" -"Migrasi paling sederhana, menerima semua default:\n" -" ipa migrasi-ds ldap://ds.example.com:389\n" -"\n" -"Tentukan pengguna dan grup kontainer. Ini dapat digunakan untuk memigrasikan " -"pengguna\n" -" dan mengelompokkan data dari server IPA v1:\n" -" ipa migrate-ds --user-container='cn=users,cn=accounts' --group-" -"container='cn=groups,cn=accounts' ldap://ds.example.com:389\n" -"\n" -"Karena server IPA v2 sudah berisi grup yang telah ditentukan yang mungkin " -"bertabrakan dengan\n" -" grup di server yang dimigrasikan (IPA v1) (misalnya admin, ipauser), " -"pengguna\n" -" bertabrakan kelompok karena kelompok utama mereka mungkin termasuk dalam\n" -" grup yang tidak dikenal di server IPA v2 baru.\n" -" Gunakan pilihan --group-overwrite-gid untuk menimpa GID dari grup yang " -"sudah ada\n" -" untuk mencegah masalah ini:\n" -" ipa migrate-ds --group-overwrite-gid --user-" -"container='cn=users,cn=accounts' --group-container='cn=groups,cn=accounts' " -"ldap://ds.example.com:389\n" -"\n" -"Pengguna atau grup yang dimigrasikan mungkin memiliki kelas objek dan " -"atribut yang disertai\n" -" tidak diketahui oleh server IPA v2. Class dan atribut objek ini mungkin\n" -" ditinggalkan dari proses migrasi:\n" -" ipa migrate-ds --user-container='cn=users,cn=accounts' --group-" -"container='cn=groups,cn=accounts' --user-ignore-objectclass=radiusprofile " -"--user-ignore-attribute=radiusgroupname ldap://ds.example.com:389\n" -"\n" -"Penebangan\n" -"\n" -"Migrasi akan mencatat peringatan dan kesalahan ke log kesalahan Apache. Ini\n" -"berkas harus dievaluasi pasca migrasi untuk memperbaiki atau menyelidiki\n" -"masalah yang ditemukan.\n" -"\n" -"Untuk setiap 100 pengguna yang melakukan migrasi pesan tingkat info akan " -"ditampilkan ke\n" -"memberikan kemajuan dan durasi saat ini untuk memungkinkan\n" -"kemajuan migrasi.\n" -"\n" -"Jika tingkat log adalah debug, baik dengan mengatur debug = True in\n" -"/etc/ipa/default.conf atau /etc/ipa/server.conf, maka entri akan dicetak\n" -"untuk setiap pengguna yang ditambahkan ditambah ringkasan saat grup pengguna " -"default\n" -"Diperbarui.\n" - -#, fuzzy -msgid "Migrate users and groups from DS to IPA." -msgstr "Melakukan migrasi pengguna dan grup dari DS ke IPA." - -msgid "LDAP URI" -msgstr "URI LDAP" - -#, fuzzy -msgid "LDAP URI of DS server to migrate from" -msgstr "LDAP URI dari server DS untuk bermigrasi dari" - -#, fuzzy -msgid "bind password" -msgstr "kata sandi yang mengikat" - -#, fuzzy -msgid "Bind DN" -msgstr "Ikatan DN" - -#, fuzzy -msgid "User container" -msgstr "Wadah pengguna" - -#, fuzzy -msgid "DN of container for users in DS relative to base DN" -msgstr "DN kontainer untuk pengguna di DS relatif terhadap DN dasar" - -#, fuzzy -msgid "Group container" -msgstr "Wadah grup" - -#, fuzzy -msgid "DN of container for groups in DS relative to base DN" -msgstr "DN kontainer untuk grup dalam DS relatif terhadap DN dasar" - -#, fuzzy -msgid "User object class" -msgstr "Kelas objek pengguna" - -#, fuzzy -msgid "Objectclasses used to search for user entries in DS" -msgstr "Kelas objek yang digunakan untuk mencari entri pengguna di DS" - -#, fuzzy -msgid "Group object class" -msgstr "Mengelompokkan kelas objek" - -#, fuzzy -msgid "Objectclasses used to search for group entries in DS" -msgstr "Objectclasses digunakan untuk mencari entri grup di DS" - -#, fuzzy -msgid "Ignore user object class" -msgstr "Mengabaikan kelas objek pengguna" - -#, fuzzy -msgid "Objectclasses to be ignored for user entries in DS" -msgstr "Objectclasses yang akan diabaikan untuk entri pengguna di DS" - -#, fuzzy -msgid "Ignore user attribute" -msgstr "Abaikan atribut pengguna" - -#, fuzzy -msgid "Attributes to be ignored for user entries in DS" -msgstr "Atribut yang akan diabaikan untuk entri pengguna di DS" - -#, fuzzy -msgid "Ignore group object class" -msgstr "Mengabaikan kelas objek grup" - -#, fuzzy -msgid "Objectclasses to be ignored for group entries in DS" -msgstr "Kelas objek yang akan diabaikan untuk entri grup di DS" - -#, fuzzy -msgid "Ignore group attribute" -msgstr "Abaikan atribut grup" - -#, fuzzy -msgid "Attributes to be ignored for group entries in DS" -msgstr "Atribut yang akan diabaikan untuk entri grup di DS" - -#, fuzzy -msgid "Overwrite GID" -msgstr "Timpa GID" - -#, fuzzy -msgid "" -"When migrating a group already existing in IPA domain overwrite the group " -"GID and report as success" -msgstr "" -"Saat memigrasikan grup yang sudah ada di domain IPA menimpa grup GID dan " -"melaporkan sebagai keberhasilan" - -#, fuzzy -msgid "LDAP schema" -msgstr "" -"Kami sengaja mengabaikan migrasi dari berkas /etc/aliases, karena skema standar yang disediakan oleh Debian tidak termasuk " -"struktur yang menggunakan skrip ini untuk menggambarkan alias email. Jika " -"kita ingin mengintegrasikan data ini ke direktori, berkas /etc/" -"ldap/schema/misc.schema harus ditambahkan ke skema standar." - -#, fuzzy -msgid "" -"The schema used on the LDAP server. Supported values are RFC2307 and " -"RFC2307bis. The default is RFC2307bis" -msgstr "" -"Skema yang digunakan pada server LDAP. Nilai yang didukung adalah RFC2307 " -"dan RFC2307bis. Defaultnya adalah RFC2307bis" - -#, fuzzy -msgid "Continue" -msgstr "Lanjutkan" - -#, fuzzy -msgid "" -"Continuous operation mode. Errors are reported but the process continues" -msgstr "Mode operasi berkelanjutan. Galat dilaporkan tetapi proses berlanjut" - -#, fuzzy -msgid "Base DN" -msgstr "Basis DN" - -#, fuzzy -msgid "Base DN on remote LDAP server" -msgstr "DN dasar pada server LDAP jarak jauh" - -#, fuzzy -msgid "Ignore compat plugin" -msgstr "Abaikan plugin compat" - -#, fuzzy -msgid "Allows migration despite the usage of compat plugin" -msgstr "Memungkinkan migrasi meskipun penggunaan plugin compat" - -#, fuzzy -msgid "CA certificate" -msgstr "Sertifikat CA" - -#, fuzzy -msgid "Load CA certificate of LDAP server from FILE" -msgstr "Muat sertifikat CA server LDAP dari FILE" - -#, fuzzy -msgid "groups to exclude from migration" -msgstr "grup untuk dikecualikan dari migrasi" - -#, fuzzy -msgid "users to exclude from migration" -msgstr "pengguna untuk mengecualikan dari migrasi" - -#, fuzzy -msgid "Lists of objects migrated; categorized by type." -msgstr "Daftar objek yang dimigrasikan; dikategorikan menurut jenis." - -#, fuzzy -msgid "Lists of objects that could not be migrated; categorized by type." -msgstr "Daftar obyek yang tak bisa dimigrasikan; dikategorikan menurut jenis." - -#, fuzzy -msgid "False if migration mode was disabled." -msgstr "Salah jika mode migrasi dinonaktifkan." - -#, fuzzy -msgid "False if migration fails because the compatibility plug-in is enabled." -msgstr "False jika migrasi gagal karena kompatibilitas plug-in diaktifkan." - -#, fuzzy -msgid "" -"\n" -"Misc plug-ins\n" -msgstr "" -"\n" -"Colok-masuk yang salah\n" - -#, fuzzy -msgid "Show environment variables." -msgstr "Tampilkan variabel lingkungan." - -#, fuzzy -msgid "Forward to server instead of running locally" -msgstr "Teruskan ke server alih-alih berjalan secara lokal" - -#, fuzzy -msgid "" -"retrieve and print all attributes from the server. Affects command output." -msgstr "" -"mengambil dan mencetak semua atribut dari server. Mempengaruhi keluaran " -"perintah." - -#, fuzzy -msgid "Total number of variables env (>= count)" -msgstr "Jumlah total variabel env (jumlah >=)" - -#, fuzzy -msgid "Number of variables returned (<= total)" -msgstr "Jumlah variabel yang dikembalikan (total <=)" - -#, fuzzy -msgid "Show all loaded plugins." -msgstr "Tampilkan semua plugin yang dimuat." - -#, fuzzy -msgid "Dictionary mapping plugin names to bases" -msgstr "Kamus pemetaan nama plugin ke basis" - -msgid "Number of plugins loaded" -msgstr "Cacah pengaya yang dimuat" - -#, fuzzy -msgid "" -"\n" -"Netgroups\n" -"\n" -"A netgroup is a group used for permission checking. It can contain both\n" -"user and host values.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new netgroup:\n" -" ipa netgroup-add --desc=\"NFS admins\" admins\n" -"\n" -" Add members to the netgroup:\n" -" ipa netgroup-add-member --users=tuser1 --users=tuser2 admins\n" -"\n" -" Remove a member from the netgroup:\n" -" ipa netgroup-remove-member --users=tuser2 admins\n" -"\n" -" Display information about a netgroup:\n" -" ipa netgroup-show admins\n" -"\n" -" Delete a netgroup:\n" -" ipa netgroup-del admins\n" -msgstr "" -"\n" -"Grup bersih\n" -"\n" -"Grup bersih adalah grup yang digunakan untuk pemeriksaan izin. Ini dapat " -"berisi keduanya\n" -"pengguna dan nilai host.\n" -"\n" -"Contoh:\n" -"\n" -"Tambah grup-bersih baru:\n" -" ipa netgroup-add --desc=\"NFS admin\" admin\n" -"\n" -"Tambahkan anggota ke grup-net:\n" -" ipa netgroup-add-member --users=tuser1 --users=tuser2 admin\n" -"\n" -"Hapus anggota dari grup-net:\n" -" ipa netgroup-remove-member --users=tuser2 admin\n" -"\n" -"Tampilkan informasi tentang grup-net:\n" -" Admin ipa netgroup-show\n" -"\n" -"Hapus grup-bersih:\n" -" Admin ipa netgroup-del\n" - -#, fuzzy -msgid "Netgroup name" -msgstr "Nama grup bersih" - -#, fuzzy -msgid "Netgroup description" -msgstr "Deskripsi netgroup" - -#, fuzzy -msgid "NIS domain name" -msgstr "Nama domain NIS" - -#, fuzzy -msgid "IPA unique ID" -msgstr "ID unik IPA" - -#, fuzzy -msgid "Member netgroups" -msgstr "Grup-grup bersih anggota" - -#, fuzzy -msgid "Indirect Member netgroups" -msgstr "Grup bersih Anggota Tidak Langsung" - -#, fuzzy -msgid "Member User" -msgstr "Pengguna Anggota" - -#, fuzzy -msgid "Member Group" -msgstr "Grup Anggota" - -#, fuzzy -msgid "Member Host" -msgstr "Host Anggota" - -#, fuzzy -msgid "Member Hostgroup" -msgstr "Grup Host Anggota" - -#, fuzzy -msgid "Add a new netgroup." -msgstr "Tambah grup-bersih baru." - -#, fuzzy -msgid "Add members to a netgroup." -msgstr "Menambahkan anggota ke grup bersih." - -#, fuzzy -msgid "member netgroup" -msgstr "grup net anggota" - -#, fuzzy -msgid "netgroups to add" -msgstr "netgroup untuk ditambahkan" - -#, fuzzy -msgid "Delete a netgroup." -msgstr "Hapus grup bersih." - -#, fuzzy -msgid "Search for a netgroup." -msgstr "Cari grup bersih." - -#, fuzzy -msgid "search for managed groups" -msgstr "cari grup terkelola" - -#, fuzzy -msgid "Search for netgroups with these member netgroups." -msgstr "Cari grup-bersih dengan grup-net anggota ini." - -#, fuzzy -msgid "Search for netgroups without these member netgroups." -msgstr "Cari grup-bersih tanpa grup-bersih anggota ini." - -#, fuzzy -msgid "Search for netgroups with these member users." -msgstr "Cari grup-bersih dengan pengguna anggota ini." - -#, fuzzy -msgid "Search for netgroups without these member users." -msgstr "Cari grup-bersih tanpa pengguna anggota ini." - -#, fuzzy -msgid "group" -msgstr "grup" - -#, fuzzy -msgid "Search for netgroups with these member groups." -msgstr "Cari grup bersih dengan grup anggota ini." - -#, fuzzy -msgid "Search for netgroups without these member groups." -msgstr "Cari grup bersih tanpa grup anggota ini." - -#, fuzzy -msgid "Search for netgroups with these member hosts." -msgstr "Cari grup bersih dengan host anggota ini." - -#, fuzzy -msgid "Search for netgroups without these member hosts." -msgstr "Cari grup bersih tanpa host anggota ini." - -#, fuzzy -msgid "Search for netgroups with these member host groups." -msgstr "Cari grup bersih dengan grup host anggota ini." - -#, fuzzy -msgid "Search for netgroups without these member host groups." -msgstr "Cari grup bersih tanpa grup host anggota ini." - -#, fuzzy -msgid "Search for netgroups with these member of netgroups." -msgstr "Cari grup-bersih dengan anggota netgroup ini." - -#, fuzzy -msgid "Search for netgroups without these member of netgroups." -msgstr "Cari grup bersih tanpa anggota netgroup ini." - -#, fuzzy -msgid "Modify a netgroup." -msgstr "Mengubah grup-bersih." - -#, fuzzy -msgid "Remove members from a netgroup." -msgstr "Menghapus anggota dari grup-net." - -#, fuzzy -msgid "netgroups to remove" -msgstr "netgroups untuk dihapus" - -#, fuzzy -msgid "Display information about a netgroup." -msgstr "Tampilkan informasi tentang grup-net." - -#, fuzzy -msgid "" -"\n" -"OTP configuration\n" -"\n" -"Manage the default values that IPA uses for OTP tokens.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Show basic OTP configuration:\n" -" ipa otpconfig-show\n" -"\n" -" Show all OTP configuration options:\n" -" ipa otpconfig-show --all\n" -"\n" -" Change maximum TOTP authentication window to 10 minutes:\n" -" ipa otpconfig-mod --totp-auth-window=600\n" -"\n" -" Change maximum TOTP synchronization window to 12 hours:\n" -" ipa otpconfig-mod --totp-sync-window=43200\n" -"\n" -" Change maximum HOTP authentication window to 5:\n" -" ipa hotpconfig-mod --hotp-auth-window=5\n" -"\n" -" Change maximum HOTP synchronization window to 50:\n" -" ipa hotpconfig-mod --hotp-sync-window=50\n" -msgstr "" -"\n" -"Konfigurasi OTP\n" -"\n" -"Kelola nilai default yang digunakan IPA untuk token OTP.\n" -"\n" -"Contoh:\n" -"\n" -"Tampilkan konfigurasi OTP dasar:\n" -" ipa otpconfig-show\n" -"\n" -"Tampilkan semua opsi konfigurasi OTP:\n" -" ipa otpconfig-show --all\n" -"\n" -"Ubah jendela otentikasi TOTP maksimum menjadi 10 menit:\n" -" ipa otpconfig-mod --totp-auth-window=600\n" -"\n" -"Ubah jendela sinkronisasi TOTP maksimum menjadi 12 jam:\n" -" ipa otpconfig-mod --totp-sync-window=43200\n" -"\n" -"Ubah jendela otentikasi HOTP maksimum menjadi 5:\n" -" ipa hotpconfig-mod --hotp-auth-window=5\n" -"\n" -"Ubah jendela sinkronisasi HOTP maksimum menjadi 50:\n" -" ipa hotpconfig-mod --hotp-sync-window=50\n" - -#, fuzzy -msgid "TOTP authentication Window" -msgstr "Jendela Otentikasi TOTP" - -#, fuzzy -msgid "TOTP authentication time variance (seconds)" -msgstr "Varian waktu otentikasi TOTP (detik)" - -#, fuzzy -msgid "TOTP Synchronization Window" -msgstr "Jendela Sinkronisasi TOTP" - -#, fuzzy -msgid "TOTP synchronization time variance (seconds)" -msgstr "Varians waktu sinkronisasi TOTP (detik)" - -#, fuzzy -msgid "HOTP Authentication Window" -msgstr "Jendela Otentikasi HOTP" - -#, fuzzy -msgid "HOTP authentication skip-ahead" -msgstr "Otentikasi HOTP lewati ke depan" - -#, fuzzy -msgid "HOTP Synchronization Window" -msgstr "Jendela Sinkronisasi HOTP" - -#, fuzzy -msgid "HOTP synchronization skip-ahead" -msgstr "Sinkronisasi HOTP lewati ke depan" - -#, fuzzy -msgid "Modify OTP configuration options." -msgstr "Ubah opsi konfigurasi OTP." - -#, fuzzy -msgid "Show the current OTP configuration." -msgstr "Tampilkan konfigurasi OTP saat ini." - -#, fuzzy -msgid "" -"\n" -"OTP Tokens\n" -"\n" -"Manage OTP tokens.\n" -"\n" -"IPA supports the use of OTP tokens for multi-factor authentication. This\n" -"code enables the management of OTP tokens.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new token:\n" -" ipa otptoken-add --type=totp --owner=jdoe --desc=\"My soft token\"\n" -"\n" -" Examine the token:\n" -" ipa otptoken-show a93db710-a31a-4639-8647-f15b2c70b78a\n" -"\n" -" Change the vendor:\n" -" ipa otptoken-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor=\"Red Hat" -"\"\n" -"\n" -" Delete a token:\n" -" ipa otptoken-del a93db710-a31a-4639-8647-f15b2c70b78a\n" -msgstr "" -"\n" -"Token OTP\n" -"\n" -"Kelola token OTP.\n" -"\n" -"IPA mendukung penggunaan token OTP untuk autentikasi multifaktor. Ini\n" -"kode memungkinkan pengelolaan token OTP.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan token baru:\n" -" ipa otptoken-add --type=totp --owner=jdoe --desc=\"Token lunak saya\"\n" -"\n" -"Periksa token:\n" -" ipa otptoken-show a93db710-a31a-4639-8647-f15b2c70b78a\n" -"\n" -"Mengubah vendor:\n" -" ipa otptoken-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor=\"Red Hat\"" -"\n" -"\n" -"Hapus token:\n" -" ipa otptoken-del a93db710-a31a-4639-8647-f15b2c70b78a\n" - -#, fuzzy -msgid "Unique ID" -msgstr "ID" - -#, fuzzy -msgid "Type of the token" -msgstr "Jenis token" - -#, fuzzy -msgid "Token description (informational only)" -msgstr "Deskripsi token (hanya informasi)" - -#, fuzzy -msgid "Owner" -msgstr "Pemilik" - -#, fuzzy -msgid "Assigned user of the token (default: self)" -msgstr "Pengguna token yang ditetapkan (default: self)" - -#, fuzzy -msgid "Manager" -msgstr "Manajer" - -#, fuzzy -msgid "Assigned manager of the token (default: self)" -msgstr "Manajer token yang ditetapkan (default: diri sendiri)" - -#, fuzzy -msgid "Disabled" -msgstr "Dimatikan" - -#, fuzzy -msgid "Mark the token as disabled (default: false)" -msgstr "Menandai token sebagai dinonaktifkan (default: false)" - -#, fuzzy -msgid "Validity start" -msgstr "Validitas dimulai" - -#, fuzzy -msgid "First date/time the token can be used" -msgstr "Tanggal/waktu pertama token dapat digunakan" - -#, fuzzy -msgid "Validity end" -msgstr "Masa berlaku berakhir" - -#, fuzzy -msgid "Last date/time the token can be used" -msgstr "Tanggal/waktu terakhir token dapat digunakan" - -#, fuzzy -msgid "Vendor" -msgstr "Vendor" - -#, fuzzy -msgid "Token vendor name (informational only)" -msgstr "Nama vendor token (hanya informasi)" - -#, fuzzy -msgid "Model" -msgstr "Model" - -#, fuzzy -msgid "Token model (informational only)" -msgstr "Model token (hanya informasi)" - -msgid "Serial" -msgstr "Serial" - -#, fuzzy -msgid "Token serial (informational only)" -msgstr "Serial token (hanya informasi)" - -#, fuzzy -msgid "Token secret (Base32; default: random)" -msgstr "Rahasia token (Base32; default: acak)" - -#, fuzzy -msgid "Token hash algorithm" -msgstr "Algoritma hash token" - -#, fuzzy -msgid "Digits" -msgstr "Angka" - -#, fuzzy -msgid "Number of digits each token code will have" -msgstr "Jumlah digit yang akan di miliki setiap kode token" - -#, fuzzy -msgid "Clock offset" -msgstr "Offset jam" - -#, fuzzy -msgid "TOTP token / FreeIPA server time difference" -msgstr "Token TOTP / Perbedaan waktu server FreeIPA" - -#, fuzzy -msgid "Clock interval" -msgstr "Interval jam" - -#, fuzzy -msgid "Length of TOTP token code validity" -msgstr "Panjang validitas kode token TOTP" - -#, fuzzy -msgid "Counter" -msgstr "Pencacah" - -#, fuzzy -msgid "Initial counter for the HOTP token" -msgstr "Penghitung awal untuk token HOTP" - -#, fuzzy -msgid "Add a new OTP token." -msgstr "Tambahkan token OTP baru." - -#, fuzzy -msgid "(deprecated)" -msgstr "Ukuran (tak berlaku lagi)" - -#, fuzzy -msgid "Do not display QR code" -msgstr "Jangan tampilkan kode QR" - -#, fuzzy -msgid "Add users that can manage this token." -msgstr "Tambahkan pengguna yang bisa mengelola token ini." - -#, fuzzy -msgid "Delete an OTP token." -msgstr "Hapus token OTP." - -#, fuzzy -msgid "Search for OTP token." -msgstr "Cari token OTP." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"id\")" -msgstr "Hasil hanya boleh berisi atribut kunci utama (\"id\")" - -#, fuzzy -msgid "Modify a OTP token." -msgstr "Mengubah token OTP." - -#, fuzzy -msgid "Rename the OTP token object" -msgstr "Mengganti nama objek token OTP" - -#, fuzzy -msgid "Display information about an OTP token." -msgstr "Menampilkan informasi tentang token OTP." - -#, fuzzy -msgid "" -"\n" -"YubiKey Tokens\n" -"\n" -"Manage YubiKey tokens.\n" -"\n" -"This code is an extension to the otptoken plugin and provides support for\n" -"reading/writing YubiKey tokens directly.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new token:\n" -" ipa otptoken-add-yubikey --owner=jdoe --desc=\"My YubiKey\"\n" -msgstr "" -"\n" -"Token YubiKey\n" -"\n" -"Kelola token YubiKey.\n" -"\n" -"Kode ini adalah ekstensi untuk plugin otptoken dan menyediakan dukungan " -"untuk\n" -"membaca/menulis token YubiKey secara langsung.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan token baru:\n" -" ipa otptoken-add-yubikey --owner=jdoe --desc=\"My YubiKey\"\n" - -#, fuzzy -msgid "" -"\n" -"Set a user's password\n" -"\n" -"If someone other than a user changes that user's password (e.g., Helpdesk\n" -"resets it) then the password will need to be changed the first time it\n" -"is used. This is so the end-user is the only one who knows the password.\n" -"\n" -"The IPA password policy controls how often a password may be changed,\n" -"what strength requirements exist, and the length of the password history.\n" -"\n" -"EXAMPLES:\n" -"\n" -" To reset your own password:\n" -" ipa passwd\n" -"\n" -" To change another user's password:\n" -" ipa passwd tuser1\n" -msgstr "" -"\n" -"Mengatur kata sandi pengguna\n" -"\n" -"Jika seseorang selain pengguna mengubah kata sandi pengguna tersebut (" -"misalnya, Helpdesk\n" -"mengatur ulang) maka kata sandi perlu diubah saat pertama kali\n" -"digunakan. Ini agar pengguna akhir adalah satu-satunya yang tahu kata sandi." -"\n" -"\n" -"Kebijakan kata sandi IPA mengontrol seberapa sering kata sandi dapat diubah," -"\n" -"persyaratan kekuatan apa yang ada, dan panjang riwayat kata sandi.\n" -"\n" -"Contoh:\n" -"\n" -"Untuk mereset kata sandi Anda sendiri:\n" -" ipa passwd\n" -"\n" -"Untuk mengubah kata sandi pengguna lain:\n" -" ipa passwd tuser1\n" - -#, fuzzy -msgid "Set a user's password." -msgstr "Mengatur kata sandi pengguna." - -#, fuzzy -msgid "New Password" -msgstr "Password Baru" - -#, fuzzy -msgid "Current Password" -msgstr "kata sandi saat ini" - -#, fuzzy -msgid "OTP" -msgstr "OTP" - -#, fuzzy -msgid "One Time Password" -msgstr "_One time password" - -#, fuzzy -msgid "" -"\n" -"Permissions\n" -"\n" -"A permission enables fine-grained delegation of rights. A permission is\n" -"a human-readable wrapper around a 389-ds Access Control Rule,\n" -"or instruction (ACI).\n" -"A permission grants the right to perform a specific task such as adding a\n" -"user, modifying a group, etc.\n" -"\n" -"A permission may not contain other permissions.\n" -"\n" -"* A permission grants access to read, write, add, delete, read, search,\n" -" or compare.\n" -"* A privilege combines similar permissions (for example all the permissions\n" -" needed to add a user).\n" -"* A role grants a set of privileges to users, groups, hosts or hostgroups.\n" -"\n" -"A permission is made up of a number of different parts:\n" -"\n" -"1. The name of the permission.\n" -"2. The target of the permission.\n" -"3. The rights granted by the permission.\n" -"\n" -"Rights define what operations are allowed, and may be one or more\n" -"of the following:\n" -"1. write - write one or more attributes\n" -"2. read - read one or more attributes\n" -"3. search - search on one or more attributes\n" -"4. compare - compare one or more attributes\n" -"5. add - add a new entry to the tree\n" -"6. delete - delete an existing entry\n" -"7. all - all permissions are granted\n" -"\n" -"Note the distinction between attributes and entries. The permissions are\n" -"independent, so being able to add a user does not mean that the user will\n" -"be editable.\n" -"\n" -"There are a number of allowed targets:\n" -"1. subtree: a DN; the permission applies to the subtree under this DN\n" -"2. target filter: an LDAP filter\n" -"3. target: DN with possible wildcards, specifies entries permission applies " -"to\n" -"\n" -"Additionally, there are the following convenience options.\n" -"Setting one of these options will set the corresponding attribute(s).\n" -"1. type: a type of object (user, group, etc); sets subtree and target " -"filter.\n" -"2. memberof: apply to members of a group; sets target filter\n" -"3. targetgroup: grant access to modify a specific group (such as granting\n" -" the rights to manage group membership); sets target.\n" -"\n" -"Managed permissions\n" -"\n" -"Permissions that come with IPA by default can be so-called \"managed\"\n" -"permissions. These have a default set of attributes they apply to,\n" -"but the administrator can add/remove individual attributes to/from the set.\n" -"\n" -"Deleting or renaming a managed permission, as well as changing its target,\n" -"is not allowed.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a permission that grants the creation of users:\n" -" ipa permission-add --type=user --permissions=add \"Add Users\"\n" -"\n" -" Add a permission that grants the ability to manage group membership:\n" -" ipa permission-add --attrs=member --permissions=write --type=group " -"\"Manage Group Members\"\n" -msgstr "" -"\n" -"Izin\n" -"\n" -"Izin memungkinkan pelimpahan hak yang halus. Izin adalah\n" -"pembungkus yang dapat dibaca manusia di sekitar Aturan Kontrol Akses 389-ds," -"\n" -"atau instruksi (ACI).\n" -"Izin memberikan hak untuk melakukan tugas tertentu seperti menambahkan\n" -"pengguna, memodifikasi grup, dll.\n" -"\n" -"Izin mungkin tak memuat ijin lainnya.\n" -"\n" -"* Izin memberikan akses ke baca, tulis, tambahkan, hapus, baca, cari,\n" -" atau bandingkan.\n" -"* Hak istimewa menggabungkan izin serupa (misalnya semua izin\n" -" diperlukan untuk menambahkan pengguna).\n" -"* Peran memberikan serangkaian hak istimewa kepada pengguna, grup, host, " -"atau grup host.\n" -"\n" -"Izin terdiri dari sejumlah bagian yang berbeda:\n" -"\n" -"1. Nama izin.\n" -"2. Target izin.\n" -"3. Hak yang diberikan oleh izin.\n" -"\n" -"Hak mendefinisikan operasi apa yang diizinkan, dan mungkin satu atau lebih\n" -"berikut ini:\n" -"1. tulis - tulis satu atau beberapa atribut\n" -"2. baca - baca satu atau beberapa atribut\n" -"3. pencarian - cari pada satu atau beberapa atribut\n" -"4. bandingkan - bandingkan satu atau beberapa atribut\n" -"5. tambahkan - tambahkan entri baru ke pohon\n" -"6. hapus - hapus entri yang ada\n" -"7. semua - semua izin diberikan\n" -"\n" -"Perhatikan perbedaan antara atribut dan entri. Izinnya adalah\n" -"independen, sehingga dapat menambahkan pengguna tidak berarti bahwa pengguna " -"akan\n" -"bisa diedit.\n" -"\n" -"Ada sejumlah target yang diperbolehkan:\n" -"1. subtree: DN; izin berlaku untuk subtree di bawah DN ini\n" -"2. filter target: filter LDAP\n" -"3. target: DN dengan kemungkinan wildcard, menentukan izin entri berlaku " -"untuk\n" -"\n" -"Selain itu, ada opsi kenyamanan berikut.\n" -"Pengaturan salah satu opsi ini akan mengatur atribut yang sesuai.\n" -"1. jenis: jenis objek (pengguna, grup, dll); menetapkan subtree dan filter " -"target.\n" -"2. anggota: berlaku untuk anggota grup; menetapkan filter target\n" -"3. targetgroup: memberikan akses untuk memodifikasi grup tertentu (seperti " -"memberikan\n" -" hak untuk mengelola keanggotaan grup); menetapkan target.\n" -"\n" -"Izin terkelola\n" -"\n" -"Izin yang datang dengan IPA secara default dapat disebut \"dikelola\"\n" -"Izin. Ini memiliki sekumpulan atribut default yang mereka terapkan,\n" -"tetapi administrator dapat menambahkan/menghapus atribut individual ke/dari " -"set.\n" -"\n" -"Menghapus atau mengganti nama izin terkelola, serta mengubah targetnya,\n" -"tidak diperbolehkan.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan izin yang memberikan pembuatan pengguna:\n" -" ipa izin-tambah --type=user --permissions=tambahkan \"Tambah Pengguna\"\n" -"\n" -"Tambahkan izin yang memberikan kemampuan untuk mengelola keanggotaan grup:\n" -" ipa permission-add --attrs=member --permissions=write --type=group " -"\"Kelola Anggota Grup\"\n" - -#, fuzzy -msgid "Permission name" -msgstr "Nama izin" - -#, fuzzy -msgid "Granted rights" -msgstr "Hak yang diberikan" - -#, fuzzy -msgid "Rights to grant (read, search, compare, write, add, delete, all)" -msgstr "" -"Hak untuk memberikan (membaca, mencari, membandingkan, menulis, menambahkan, " -"menghapus, semua)" - -#, fuzzy -msgid "Effective attributes" -msgstr "Atribut yang efektif" - -#, fuzzy -msgid "All attributes to which the permission applies" -msgstr "Semua atribut yang berlaku izinnya" - -#, fuzzy -msgid "Included attributes" -msgstr "Atribut yang disertakan" - -#, fuzzy -msgid "User-specified attributes to which the permission applies" -msgstr "Atribut yang ditentukan pengguna yang berlaku izinnya" - -#, fuzzy -msgid "Excluded attributes" -msgstr "Atribut yang dikecualikan" - -#, fuzzy -msgid "" -"User-specified attributes to which the permission explicitly does not apply" -msgstr "Atribut yang ditentukan pengguna yang secara eksplisit tidak berlaku" - -#, fuzzy -msgid "Default attributes" -msgstr "Atribut asali" - -#, fuzzy -msgid "Attributes to which the permission applies by default" -msgstr "Atribut yang berlaku oleh izin secara default" - -msgid "Bind rule type" -msgstr "Tipe aturan bind" - -#, fuzzy -msgid "Subtree to apply permissions to" -msgstr "Subtree untuk menerapkan izin ke" - -#, fuzzy -msgid "Extra target filter" -msgstr "Filter target ekstra" - -#, fuzzy -msgid "Raw target filter" -msgstr "Filter target mentah" - -#, fuzzy -msgid "All target filters, including those implied by type and memberof" -msgstr "" -"Semua filter target, termasuk yang tersirat berdasarkan jenis dan anggota" - -msgid "Target DN" -msgstr "DN Target" - -#, fuzzy -msgid "" -"Optional DN to apply the permission to (must be in the subtree, but may not " -"yet exist)" -msgstr "" -"DN opsional untuk menerapkan izin (harus berada di subtree, tetapi mungkin " -"belum ada)" - -#, fuzzy -msgid "Member of group" -msgstr "Anggota grup" - -#, fuzzy -msgid "Target members of a group (sets memberOf targetfilter)" -msgstr "Menargetkan anggota grup (menetapkan anggota Targetfilter)" - -#, fuzzy -msgid "User group to apply permissions to (sets target)" -msgstr "Grup pengguna untuk menerapkan izin ke (menetapkan target)" - -#, fuzzy -msgid "Type of IPA object (sets subtree and objectClass targetfilter)" -msgstr "Jenis objek IPA (menetapkan subtree dan objectClass targetfilter)" - -#, fuzzy -msgid "Deprecated; use extratargetfilter" -msgstr "Tidak digunakan lagi; gunakan extratargetfilter" - -#, fuzzy -msgid "Deprecated; use ipapermlocation" -msgstr "Tidak digunakan lagi; gunakan ipapermlocation" - -#, fuzzy -msgid "Deprecated; use ipapermright" -msgstr "Tidak digunakan lagi; gunakan ipapermright" - -#, fuzzy -msgid "Granted to Privilege" -msgstr "Diberikan kepada Hak Istimewa" - -#, fuzzy -msgid "Indirect Member of roles" -msgstr "Anggota peran tidak langsung" - -#, fuzzy -msgid "Add a new permission." -msgstr "Menambahkan izin baru." - -#, fuzzy -msgid "Add members to a permission." -msgstr "Menambahkan anggota ke izin." - -#, fuzzy -msgid "member privilege" -msgstr "hak istimewa anggota" - -#, fuzzy -msgid "privileges to add" -msgstr "hak istimewa untuk menambahkan" - -#, fuzzy -msgid "Add a system permission without an ACI (internal command)" -msgstr "Menambahkan izin sistem tanpa ACI (perintah internal)" - -#, fuzzy -msgid "Permission flags" -msgstr "Bendera izin" - -#, fuzzy -msgid "Delete a permission." -msgstr "Menghapus izin." - -#, fuzzy -msgid "force delete of SYSTEM permissions" -msgstr "paksa penghapusan izin SISTEM" - -#, fuzzy -msgid "Search for permissions." -msgstr "Cari izin." - -#, fuzzy -msgid "Modify a permission." -msgstr "Mengubah izin." - -#, fuzzy -msgid "Rename the permission object" -msgstr "Mengganti nama objek izin" - -#, fuzzy -msgid "Remove members from a permission." -msgstr "Menghapus anggota dari izin." - -#, fuzzy -msgid "privileges to remove" -msgstr "hak istimewa untuk dihapus" - -#, fuzzy -msgid "Display information about a permission." -msgstr "Menampilkan informasi tentang izin." - -#, fuzzy -msgid "" -"\n" -"Ping the remote IPA server to ensure it is running.\n" -"\n" -"The ping command sends an echo request to an IPA server. The server\n" -"returns its version information. This is used by an IPA client\n" -"to confirm that the server is available and accepting requests.\n" -"\n" -"The server from xmlrpc_uri in /etc/ipa/default.conf is contacted first.\n" -"If it does not respond then the client will contact any servers defined\n" -"by ldap SRV records in DNS.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Ping an IPA server:\n" -" ipa ping\n" -" ------------------------------------------\n" -" IPA server version 2.1.9. API version 2.20\n" -" ------------------------------------------\n" -"\n" -" Ping an IPA server verbosely:\n" -" ipa -v ping\n" -" ipa: INFO: trying https://ipa.example.com/ipa/xml\n" -" ipa: INFO: Forwarding 'ping' to server 'https://ipa.example.com/ipa/xml'\n" -" -----------------------------------------------------\n" -" IPA server version 2.1.9. API version 2.20\n" -" -----------------------------------------------------\n" -msgstr "" -"\n" -"Ping server IPA jarak jauh untuk memastikannya berjalan.\n" -"\n" -"Perintah ping mengirimkan permintaan gema ke server IPA. Peladen\n" -"mengembalikan informasi versinya. Ini digunakan oleh klien IPA\n" -"untuk mengonfirmasi bahwa server tersedia dan menerima permintaan.\n" -"\n" -"Server dari xmlrpc_uri /etc/ipa/default.conf dihubungi terlebih dahulu.\n" -"Jika tidak merespons maka klien akan menghubungi server apa pun yang " -"didefinisikan\n" -"oleh ldap catatan SRV di DNS.\n" -"\n" -"Contoh:\n" -"\n" -"Ping server IPA:\n" -" ipa ping\n" -" ------------------------------------------\n" -" Server IPA versi 2.1.9. API versi 2.20\n" -" ------------------------------------------\n" -"\n" -"Ping server IPA secara verbosely:\n" -" ipa -v ping\n" -" ipa: INFO: mencoba https://ipa.example.com/ipa/xml\n" -" ipa: INFO: Meneruskan 'ping' ke server 'https://ipa.example.com/ipa/xml'\n" -" -----------------------------------------------------\n" -" Server IPA versi 2.1.9. API versi 2.20\n" -" -----------------------------------------------------\n" - -#, fuzzy -msgid "Ping a remote server." -msgstr "Ping server jarak jauh." - -#, fuzzy -msgid "" -"\n" -"Kerberos pkinit options\n" -"\n" -"Enable or disable anonymous pkinit using the principal\n" -"WELLKNOWN/ANONYMOUS@REALM. The server must have been installed with\n" -"pkinit support.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Enable anonymous pkinit:\n" -" ipa pkinit-anonymous enable\n" -"\n" -" Disable anonymous pkinit:\n" -" ipa pkinit-anonymous disable\n" -"\n" -"For more information on anonymous pkinit see:\n" -"\n" -"http://k5wiki.kerberos.org/wiki/Projects/Anonymous_pkinit\n" -msgstr "" -"\n" -"Opsi pkinit Kerberos\n" -"\n" -"Mengaktifkan atau menonaktifkan pkinit anonim menggunakan prinsipal\n" -"WELLKNOWN / ANONYMOUS@REALM. Peladen harus telah diinstal dengan\n" -"dukungan pkinit.\n" -"\n" -"Contoh:\n" -"\n" -"Aktifkan pkinit anonim:\n" -" ipa pkinit-anonim aktifkan\n" -"\n" -"Nonaktifkan pkinit anonim:\n" -" ipa pkinit-anonim nonaktifkan\n" -"\n" -"Untuk informasi lebih lanjut tentang pkinit anonim lihat:\n" -"\n" -"http://k5wiki.kerberos.org/wiki/Projects/Anonymous_pkinit\n" - -#, fuzzy -msgid "Enable or Disable Anonymous PKINIT." -msgstr "Mengaktifkan atau Menonaktifkan PKINIT Anonim." - -#, fuzzy -msgid "" -"\n" -"Privileges\n" -"\n" -"A privilege combines permissions into a logical task. A permission provides\n" -"the rights to do a single task. There are some IPA operations that require\n" -"multiple permissions to succeed. A privilege is where permissions are\n" -"combined in order to perform a specific task.\n" -"\n" -"For example, adding a user requires the following permissions:\n" -" * Creating a new user entry\n" -" * Resetting a user password\n" -" * Adding the new user to the default IPA users group\n" -"\n" -"Combining these three low-level tasks into a higher level task in the\n" -"form of a privilege named \"Add User\" makes it easier to manage Roles.\n" -"\n" -"A privilege may not contain other privileges.\n" -"\n" -"See role and permission for additional information.\n" -msgstr "" -"\n" -"Hak istimewa\n" -"\n" -"Hak istimewa menggabungkan izin ke dalam tugas yang logis. Izin yang " -"disediakan\n" -"hak untuk melakukan satu tugas. Ada beberapa operasi IPA yang\n" -"beberapa izin untuk berhasil. Hak istimewa adalah tempat izin berada\n" -"dikombinasikan untuk melakukan tugas tertentu.\n" -"\n" -"Misalnya, menambahkan pengguna memerlukan izin berikut:\n" -" * Membuat entri pengguna baru\n" -" * Mengatur ulang kata sandi pengguna\n" -" * Menambahkan pengguna baru ke grup pengguna IPA default\n" -"\n" -"Menggabungkan ketiga tugas tingkat rendah ini ke dalam tugas tingkat yang " -"lebih tinggi di\n" -"bentuk hak istimewa bernama \"Tambah Pengguna\" memudahkan untuk mengelola " -"Peran.\n" -"\n" -"Hak istimewa mungkin tak memuat hak-hak lainnya.\n" -"\n" -"Lihat peran dan izin untuk informasi tambahan.\n" - -#, fuzzy -msgid "Privilege name" -msgstr "Nama hak istimewa" - -#, fuzzy -msgid "Privilege description" -msgstr "Deskripsi hak istimewa" - -#, fuzzy -msgid "Granting privilege to roles" -msgstr "Memberikan hak istimewa untuk peran" - -#, fuzzy -msgid "Add a new privilege." -msgstr "Tambahkan hak istimewa baru." - -#, fuzzy -msgid "Add members to a privilege." -msgstr "Menambahkan anggota ke hak istimewa." - -#, fuzzy -msgid "member role" -msgstr "peran anggota" - -#, fuzzy -msgid "roles to add" -msgstr "peran untuk menambahkan" - -#, fuzzy -msgid "Add permissions to a privilege." -msgstr "Menambahkan izin ke hak istimewa." - -#, fuzzy -msgid "permission" -msgstr "Izin" - -#, fuzzy -msgid "permissions" -msgstr "izin" - -#, fuzzy -msgid "Number of permissions added" -msgstr "Jumlah izin yang ditambahkan" - -#, fuzzy -msgid "Delete a privilege." -msgstr "Menghapus hak istimewa." - -#, fuzzy -msgid "Search for privileges." -msgstr "Cari hak istimewa." - -#, fuzzy -msgid "Modify a privilege." -msgstr "Mengubah hak istimewa." - -#, fuzzy -msgid "Rename the privilege object" -msgstr "Mengganti nama objek hak istimewa" - -#, fuzzy -msgid "Remove members from a privilege" -msgstr "Menghapus anggota dari hak istimewa" - -#, fuzzy -msgid "roles to remove" -msgstr "peran untuk dihapus" - -#, fuzzy -msgid "Remove permissions from a privilege." -msgstr "Menghapus izin dari hak istimewa." - -#, fuzzy -msgid "Number of permissions removed" -msgstr "Jumlah izin yang dihapus" - -#, fuzzy -msgid "Display information about a privilege." -msgstr "Tampilkan informasi tentang hak istimewa." - -#, fuzzy -msgid "" -"\n" -"Password policy\n" -"\n" -"A password policy sets limitations on IPA passwords, including maximum\n" -"lifetime, minimum lifetime, the number of passwords to save in\n" -"history, the number of character classes required (for stronger passwords)\n" -"and the minimum password length.\n" -"\n" -"By default there is a single, global policy for all users. You can also\n" -"create a password policy to apply to a group. Each user is only subject\n" -"to one password policy, either the group policy or the global policy. A\n" -"group policy stands alone; it is not a super-set of the global policy plus\n" -"custom settings.\n" -"\n" -"Each group password policy requires a unique priority setting. If a user\n" -"is in multiple groups that have password policies, this priority determines\n" -"which password policy is applied. A lower value indicates a higher priority\n" -"policy.\n" -"\n" -"Group password policies are automatically removed when the groups they\n" -"are associated with are removed.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Modify the global policy:\n" -" ipa pwpolicy-mod --minlength=10\n" -"\n" -" Add a new group password policy:\n" -" ipa pwpolicy-add --maxlife=90 --minlife=1 --history=10 --minclasses=3 --" -"minlength=8 --priority=10 localadmins\n" -"\n" -" Display the global password policy:\n" -" ipa pwpolicy-show\n" -"\n" -" Display a group password policy:\n" -" ipa pwpolicy-show localadmins\n" -"\n" -" Display the policy that would be applied to a given user:\n" -" ipa pwpolicy-show --user=tuser1\n" -"\n" -" Modify a group password policy:\n" -" ipa pwpolicy-mod --minclasses=2 localadmins\n" -msgstr "" -"\n" -"Kebijakan kata sandi\n" -"\n" -"Kebijakan kata sandi menetapkan batasan pada kata sandi IPA, termasuk " -"maksimum\n" -"masa pakai, masa pakai minimum, jumlah kata sandi untuk disimpan di\n" -"sejarah, jumlah kelas karakter yang diperlukan (untuk kata sandi yang lebih " -"kuat)\n" -"dan panjang kata sandi minimum.\n" -"\n" -"Secara default ada satu kebijakan global untuk semua pengguna. Anda juga " -"dapat\n" -"membuat kebijakan kata sandi untuk diterapkan ke grup. Setiap pengguna hanya " -"subjek\n" -"kebijakan satu kata sandi, baik kebijakan grup atau kebijakan global. J\n" -"kebijakan kelompok berdiri sendiri; itu bukan super-set dari kebijakan " -"global ditambah\n" -"pengaturan kustom.\n" -"\n" -"Setiap kebijakan kata sandi grup memerlukan pengaturan prioritas yang unik. " -"Jika pengguna\n" -"dalam beberapa grup yang memiliki kebijakan kata sandi, prioritas ini " -"menentukan\n" -"kebijakan kata sandi mana yang diterapkan. Nilai yang lebih rendah " -"menunjukkan prioritas yang lebih tinggi\n" -"Kebijakan.\n" -"\n" -"Kebijakan kata sandi grup dihapus secara otomatis saat grup yang mereka\n" -"dikaitkan dengan dihapus.\n" -"\n" -"Contoh:\n" -"\n" -"Ubah kebijakan global:\n" -" ipa pwpolicy-mod --minlength=10\n" -"\n" -"Menambahkan kebijakan kata sandi grup baru:\n" -" ipa pwpolicy-add --maxlife=90 --minlife=1 --history=10 --minclasses=3 --" -"minlength=8 --priority=10 localadmins\n" -"\n" -"Tampilkan kebijakan kata sandi global:\n" -" ipa pwpolicy-show\n" -"\n" -"Menampilkan kebijakan kata sandi grup:\n" -" ipa pwpolicy-show localadmins\n" -"\n" -"Tampilkan kebijakan yang akan diterapkan pada pengguna tertentu:\n" -" ipa pwpolicy-show --user=tuser1\n" -"\n" -"Mengubah kebijakan kata sandi grup:\n" -" ipa pwpolicy-mod --minclasses=2 localadmins\n" - -#, fuzzy -msgid "Group" -msgstr "Grup" - -#, fuzzy -msgid "Manage password policy for specific group" -msgstr "Mengelola kebijakan kata sandi untuk grup tertentu" - -#, fuzzy -msgid "Max lifetime (days)" -msgstr "Maksimal seumur hidup (hari)" - -#, fuzzy -msgid "Maximum password lifetime (in days)" -msgstr "Masa pakai kata sandi maksimum (dalam hari)" - -#, fuzzy -msgid "Min lifetime (hours)" -msgstr "Seumur hidup min (jam)" - -#, fuzzy -msgid "Minimum password lifetime (in hours)" -msgstr "Masa pakai kata sandi minimum (dalam jam)" - -#, fuzzy -msgid "History size" -msgstr "Ukuran riwayat" - -#, fuzzy -msgid "Password history size" -msgstr "Ukuran riwayat kata sandi" - -#, fuzzy -msgid "Character classes" -msgstr "Kelas karakter" - -#, fuzzy -msgid "Minimum number of character classes" -msgstr "Jumlah minimum kelas karakter" - -#, fuzzy -msgid "Min length" -msgstr "Panjang min" - -#, fuzzy -msgid "Minimum length of password" -msgstr "Panjang minimum kata sandi" - -#, fuzzy -msgid "Priority of the policy (higher number means lower priority" -msgstr "" -"Prioritas kebijakan (angka yang lebih tinggi berarti prioritas yang lebih " -"rendah" - -#, fuzzy -msgid "Max failures" -msgstr "Kegagalan maksimal" - -#, fuzzy -msgid "Consecutive failures before lockout" -msgstr "Kegagalan berturut-turut sebelum penguncian" - -#, fuzzy -msgid "Failure reset interval" -msgstr "Interval reset kegagalan" - -#, fuzzy -msgid "Period after which failure count will be reset (seconds)" -msgstr "Periode setelah itu jumlah kegagalan akan direset (detik)" - -#, fuzzy -msgid "Lockout duration" -msgstr "Durasi penguncian" - -#, fuzzy -msgid "Period for which lockout is enforced (seconds)" -msgstr "Periode di mana penguncian diberlakukan (detik)" - -#, fuzzy -msgid "Results should contain primary key attribute only (\"cn\")" -msgstr "Hasil hanya boleh berisi atribut kunci utama (\"cn\")" - -#, fuzzy -msgid "Add a new group password policy." -msgstr "Tambahkan kebijakan kata sandi grup baru." - -#, fuzzy -msgid "Delete a group password policy." -msgstr "Menghapus kebijakan kata sandi grup." - -#, fuzzy -msgid "Search for group password policies." -msgstr "Cari kebijakan kata sandi grup." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"group\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"grup\")" - -#, fuzzy -msgid "Modify a group password policy." -msgstr "Mengubah kebijakan kata sandi grup." - -#, fuzzy -msgid "Display information about password policy." -msgstr "Tampilkan informasi tentang kebijakan kata sandi." - -#, fuzzy -msgid "User" -msgstr "Pengguna" - -#, fuzzy -msgid "Display effective policy for a specific user" -msgstr "Menampilkan kebijakan yang efektif untuk pengguna tertentu" - -#, fuzzy -msgid "" -"\n" -"RADIUS Proxy Servers\n" -"\n" -"Manage RADIUS Proxy Servers.\n" -"\n" -"IPA supports the use of an external RADIUS proxy server for krb5 OTP\n" -"authentications. This permits a great deal of flexibility when\n" -"integrating with third-party authentication services.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new server:\n" -" ipa radiusproxy-add MyRADIUS --server=radius.example.com:1812\n" -"\n" -" Find all servers whose entries include the string \"example.com\":\n" -" ipa radiusproxy-find example.com\n" -"\n" -" Examine the configuration:\n" -" ipa radiusproxy-show MyRADIUS\n" -"\n" -" Change the secret:\n" -" ipa radiusproxy-mod MyRADIUS --secret\n" -"\n" -" Delete a configuration:\n" -" ipa radiusproxy-del MyRADIUS\n" -msgstr "" -"\n" -"Server Proksi RADIUS\n" -"\n" -"Kelola Server Proksi RADIUS.\n" -"\n" -"IPA mendukung penggunaan server proxy RADIUS eksternal untuk OTP krb5\n" -"otentikasi. Ini memungkinkan banyak fleksibilitas ketika\n" -"mengintegrasikan dengan layanan autentikasi pihak ketiga.\n" -"\n" -"Contoh:\n" -"\n" -"Tambah peladen baru:\n" -" ipa radiusproxy-add MyRADIUS --server=radius.example.com:1812\n" -"\n" -"Temukan semua server yang entrinya termasuk string \"example.com\":\n" -" ipa radiusproxy-find example.com\n" -"\n" -"Periksa konfigurasi:\n" -" ipa radiusproxy-show MyRADIUS\n" -"\n" -"Ubah rahasia:\n" -" ipa radiusproxy-mod MyRADIUS --secret\n" -"\n" -"Hapus konfigurasi:\n" -" ipa radiusproxy-del MyRADIUS\n" - -#, fuzzy -msgid "RADIUS proxy server name" -msgstr "Nama server proksi RADIUS" - -#, fuzzy -msgid "A description of this RADIUS proxy server" -msgstr "Deskripsi peladen proksi RADIUS ini" - -#, fuzzy -msgid "Server" -msgstr "Server" - -#, fuzzy -msgid "The hostname or IP (with or without port)" -msgstr "Nama host atau IP (dengan atau tanpa porta)" - -#, fuzzy -msgid "Secret" -msgstr "Rahasia" - -#, fuzzy -msgid "The secret used to encrypt data" -msgstr "Rahasia yang digunakan untuk mengenkripsi data" - -#, fuzzy -msgid "Timeout" -msgstr "Habis waktu" - -#, fuzzy -msgid "The total timeout across all retries (in seconds)" -msgstr "Total waktu habis di semua retrie (dalam detik)" - -#, fuzzy -msgid "Retries" -msgstr "Pengulangan" - -#, fuzzy -msgid "The number of times to retry authentication" -msgstr "Berapa kali mencoba kembali autentikasi" - -#, fuzzy -msgid "User attribute" -msgstr "Atribut pengguna" - -#, fuzzy -msgid "The username attribute on the user object" -msgstr "Atribut nama pengguna pada obyek pengguna" - -#, fuzzy -msgid "Add a new RADIUS proxy server." -msgstr "Tambahkan server proksi RADIUS baru." - -#, fuzzy -msgid "Delete a RADIUS proxy server." -msgstr "Hapus server proksi RADIUS." - -#, fuzzy -msgid "Search for RADIUS proxy servers." -msgstr "Cari server proxy RADIUS." - -#, fuzzy -msgid "Modify a RADIUS proxy server." -msgstr "Ubah peladen proksi RADIUS." - -#, fuzzy -msgid "Rename the RADIUS proxy server object" -msgstr "Mengganti nama objek server proksi RADIUS" - -#, fuzzy -msgid "Display information about a RADIUS proxy server." -msgstr "Tampilkan informasi tentang peladen proksi RADIUS." - -#, fuzzy -msgid "" -"\n" -"Realm domains\n" -"\n" -"Manage the list of domains associated with IPA realm.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Display the current list of realm domains:\n" -" ipa realmdomains-show\n" -"\n" -" Replace the list of realm domains:\n" -" ipa realmdomains-mod --domain=example.com\n" -" ipa realmdomains-mod --domain={example1.com,example2.com,example3.com}\n" -"\n" -" Add a domain to the list of realm domains:\n" -" ipa realmdomains-mod --add-domain=newdomain.com\n" -"\n" -" Delete a domain from the list of realm domains:\n" -" ipa realmdomains-mod --del-domain=olddomain.com\n" -msgstr "" -"\n" -"Domain kerajaan\n" -"\n" -"Mengelola daftar domain yang terkait dengan IPA realm.\n" -"\n" -"Contoh:\n" -"\n" -"Menampilkan daftar domain kerajaan saat ini:\n" -" ipa realmdomains-show\n" -"\n" -"Ganti daftar domain kerajaan:\n" -" ipa realmdomains-mod --domain=example.com\n" -" ipa realmdomains-mod --domain={example1.com,example2.com,example3.com}\n" -"\n" -"Menambahkan domain ke daftar domain kerajaan:\n" -" ipa realmdomains-mod --add-domain=newdomain.com\n" -"\n" -"Menghapus domain dari daftar domain kerajaan:\n" -" ipa realmdomains-mod --del-domain=olddomain.com\n" - -msgid "Domain" -msgstr "Domain" - -#, fuzzy -msgid "Add domain" -msgstr "Menambahkan domain" - -#, fuzzy -msgid "Delete domain" -msgstr "Menghapus domain" - -#, fuzzy -msgid "Modify realm domains." -msgstr "Memodifikasi domain kerajaan." - -#, fuzzy -msgid "Force adding domain even if not in DNS" -msgstr "Paksa menambahkan domain meskipun tidak di DNS" - -#, fuzzy -msgid "Display the list of realm domains." -msgstr "Menampilkan daftar domain kerajaan." - -#, fuzzy -msgid "" -"\n" -"Roles\n" -"\n" -"A role is used for fine-grained delegation. A permission grants the ability\n" -"to perform given low-level tasks (add a user, modify a group, etc.). A\n" -"privilege combines one or more permissions into a higher-level abstraction\n" -"such as useradmin. A useradmin would be able to add, delete and modify " -"users.\n" -"\n" -"Privileges are assigned to Roles.\n" -"\n" -"Users, groups, hosts and hostgroups may be members of a Role.\n" -"\n" -"Roles can not contain other roles.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new role:\n" -" ipa role-add --desc=\"Junior-level admin\" junioradmin\n" -"\n" -" Add some privileges to this role:\n" -" ipa role-add-privilege --privileges=addusers junioradmin\n" -" ipa role-add-privilege --privileges=change_password junioradmin\n" -" ipa role-add-privilege --privileges=add_user_to_default_group " -"junioradmin\n" -"\n" -" Add a group of users to this role:\n" -" ipa group-add --desc=\"User admins\" useradmins\n" -" ipa role-add-member --groups=useradmins junioradmin\n" -"\n" -" Display information about a role:\n" -" ipa role-show junioradmin\n" -"\n" -" The result of this is that any users in the group 'junioradmin' can\n" -" add users, reset passwords or add a user to the default IPA user group.\n" -msgstr "" -"\n" -"Peran\n" -"\n" -"Peran digunakan untuk delegasi beruban halus. Izin yang diberikan kemampuan\n" -"untuk melakukan tugas tingkat rendah yang diberikan (tambahkan pengguna, " -"ubah grup, dll.). J\n" -"hak istimewa menggabungkan satu atau beberapa izin ke dalam abstraksi " -"tingkat yang lebih tinggi\n" -"seperti useradmin. Useradmin akan dapat menambahkan, menghapus, dan " -"memodifikasi pengguna.\n" -"\n" -"Hak istimewa ditetapkan ke Peran.\n" -"\n" -"Pengguna, grup, host, dan grup host dapat menjadi anggota Peran.\n" -"\n" -"Peran tidak boleh berisi peran lain.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan peran baru:\n" -" ipa role-add --desc=\"Admin tingkat junior\" junioradmin\n" -"\n" -"Tambahkan beberapa hak istimewa ke peran ini:\n" -" ipa role-add-privilege --privileges=addusers junioradmin\n" -" ipa role-add-privilege --privileges=change_password junioradmin\n" -" ipa role-add-privilege --privileges=add_user_to_default_group " -"junioradmin\n" -"\n" -"Tambahkan sekelompok pengguna ke peran ini:\n" -" ipa group-add --desc=\"User admins\" useradmins\n" -" ipa role-add-member --groups=useradmins junioradmin\n" -"\n" -"Tampilkan informasi tentang peran:\n" -" ipa role-show junioradmin\n" -"\n" -"Hasil dari ini adalah bahwa setiap pengguna dalam grup 'junioradmin' dapat\n" -" tambahkan pengguna, reset kata sandi, atau tambahkan pengguna ke grup " -"pengguna IPA default.\n" - -#, fuzzy -msgid "Role name" -msgstr "Nama peran" - -#, fuzzy -msgid "A description of this role-group" -msgstr "Deskripsi grup peran ini" - -#, fuzzy -msgid "Member users" -msgstr "Pengguna anggota" - -#, fuzzy -msgid "Member groups" -msgstr "Grup anggota" - -#, fuzzy -msgid "Privileges" -msgstr "Hak akses" - -#, fuzzy -msgid "Member services" -msgstr "Layanan anggota" - -#, fuzzy -msgid "Add a new role." -msgstr "Tambahkan peran baru." - -#, fuzzy -msgid "Add members to a role." -msgstr "Menambahkan anggota ke peran." - -#, fuzzy -msgid "member service" -msgstr "layanan anggota" - -#, fuzzy -msgid "services to add" -msgstr "layanan untuk ditambahkan" - -#, fuzzy -msgid "Add privileges to a role." -msgstr "Menambahkan hak istimewa ke suatu peran." - -#, fuzzy -msgid "privilege" -msgstr "KOSAKATA Eskalasi privilese" - -#, fuzzy -msgid "privileges" -msgstr "Hak akses" - -#, fuzzy -msgid "Number of privileges added" -msgstr "Jumlah hak istimewa yang ditambahkan" - -#, fuzzy -msgid "Delete a role." -msgstr "Menghapus peran." - -#, fuzzy -msgid "Search for roles." -msgstr "Cari peran." - -#, fuzzy -msgid "Modify a role." -msgstr "Mengubah peran." - -#, fuzzy -msgid "Rename the role object" -msgstr "Mengganti nama objek peran" - -#, fuzzy -msgid "Remove members from a role." -msgstr "Menghapus anggota dari peran." - -#, fuzzy -msgid "services to remove" -msgstr "layanan untuk dihapus" - -#, fuzzy -msgid "Remove privileges from a role." -msgstr "Menghapus hak istimewa dari suatu peran." - -#, fuzzy -msgid "Number of privileges removed" -msgstr "Jumlah hak istimewa yang dihapus" - -#, fuzzy -msgid "Display information about a role." -msgstr "Menampilkan informasi tentang sebuah peran." - -#, fuzzy -msgid "" -"\n" -"Self-service Permissions\n" -"\n" -"A permission enables fine-grained delegation of permissions. Access Control\n" -"Rules, or instructions (ACIs), grant permission to permissions to perform\n" -"given tasks such as adding a user, modifying a group, etc.\n" -"\n" -"A Self-service permission defines what an object can change in its own " -"entry.\n" -"\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a self-service rule to allow users to manage their address (using Bash\n" -" brace expansion):\n" -" ipa selfservice-add --permissions=write --attrs={street,postalCode,l,c," -"st} \"Users manage their own address\"\n" -"\n" -" When managing the list of attributes you need to include all attributes\n" -" in the list, including existing ones.\n" -" Add telephoneNumber to the list (using Bash brace expansion):\n" -" ipa selfservice-mod --attrs={street,postalCode,l,c,st,telephoneNumber} " -"\"Users manage their own address\"\n" -"\n" -" Display our updated rule:\n" -" ipa selfservice-show \"Users manage their own address\"\n" -"\n" -" Delete a rule:\n" -" ipa selfservice-del \"Users manage their own address\"\n" -msgstr "" -"\n" -"Izin Swalayan\n" -"\n" -"Izin memungkinkan pelimpahan izin yang halus. Kontrol Akses\n" -"Aturan, atau instruksi (ATI), memberikan izin kepada izin untuk\n" -"tugas yang diberikan seperti menambahkan pengguna, memodifikasi grup, dll.\n" -"\n" -"Izin Layanan mandiri menentukan apa yang dapat diubah oleh objek dalam " -"entrinya sendiri.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan aturan layanan mandiri untuk memungkinkan pengguna mengelola " -"alamat mereka (menggunakan Bash\n" -" ekspansi kurung kurawal):\n" -" ipa selfservice-add --permissions=write --attrs={street,postalCode,l,c,st}" -" \"Pengguna mengelola alamat mereka sendiri\"\n" -"\n" -"Saat mengelola daftar atribut, Anda harus menyertakan semua atribut\n" -" dalam daftar, termasuk yang sudah ada.\n" -" Menambahkan teleponJumlah ke daftar (menggunakan perluasan kurung kurawal " -"Bash):\n" -" ipa selfservice-mod --attrs={street,postalCode,l,c,st,telephoneNumber} " -"\"Pengguna mengelola alamat mereka sendiri\"\n" -"\n" -"Tampilkan aturan terbaru kami:\n" -" ipa selfservice-show \"Pengguna mengelola alamat mereka sendiri\"\n" -"\n" -"Menghapus aturan:\n" -" ipa selfservice-del \"Pengguna mengelola alamat mereka sendiri\"\n" - -#, fuzzy -msgid "Self-service name" -msgstr "Nama layanan mandiri" - -#, fuzzy -msgid "Attributes to which the permission applies." -msgstr "Atribut yang berlaku untuk izin tersebut." - -#, fuzzy -msgid "Add a new self-service permission." -msgstr "Tambahkan izin layanan mandiri baru." - -#, fuzzy -msgid "Delete a self-service permission." -msgstr "Menghapus izin layanan mandiri." - -#, fuzzy -msgid "Search for a self-service permission." -msgstr "Cari izin layanan mandiri." - -#, fuzzy -msgid "Modify a self-service permission." -msgstr "Mengubah izin layanan mandiri." - -#, fuzzy -msgid "Display information about a self-service permission." -msgstr "Menampilkan informasi tentang izin layanan mandiri." - -#, fuzzy -msgid "" -"\n" -"SELinux User Mapping\n" -"\n" -"Map IPA users to SELinux users by host.\n" -"\n" -"Hosts, hostgroups, users and groups can be either defined within\n" -"the rule or it may point to an existing HBAC rule. When using\n" -"--hbacrule option to selinuxusermap-find an exact match is made on the\n" -"HBAC rule name, so only one or zero entries will be returned.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Create a rule, \"test1\", that sets all users to xguest_u:s0 on the host " -"\"server\":\n" -" ipa selinuxusermap-add --usercat=all --selinuxuser=xguest_u:s0 test1\n" -" ipa selinuxusermap-add-host --hosts=server.example.com test1\n" -"\n" -" Create a rule, \"test2\", that sets all users to guest_u:s0 and uses an " -"existing HBAC rule for users and hosts:\n" -" ipa selinuxusermap-add --usercat=all --hbacrule=webserver --" -"selinuxuser=guest_u:s0 test2\n" -"\n" -" Display the properties of a rule:\n" -" ipa selinuxusermap-show test2\n" -"\n" -" Create a rule for a specific user. This sets the SELinux context for\n" -" user john to unconfined_u:s0-s0:c0.c1023 on any machine:\n" -" ipa selinuxusermap-add --hostcat=all --selinuxuser=unconfined_u:s0-s0:c0." -"c1023 john_unconfined\n" -" ipa selinuxusermap-add-user --users=john john_unconfined\n" -"\n" -" Disable a rule:\n" -" ipa selinuxusermap-disable test1\n" -"\n" -" Enable a rule:\n" -" ipa selinuxusermap-enable test1\n" -"\n" -" Find a rule referencing a specific HBAC rule:\n" -" ipa selinuxusermap-find --hbacrule=allow_some\n" -"\n" -" Remove a rule:\n" -" ipa selinuxusermap-del john_unconfined\n" -"\n" -"SEEALSO:\n" -"\n" -" The list controlling the order in which the SELinux user map is applied\n" -" and the default SELinux user are available in the config-show command.\n" -msgstr "" -"\n" -"Pemetaan Pengguna SELinux\n" -"\n" -"Petakan pengguna IPA ke pengguna SELinux menurut host.\n" -"\n" -"Tuan rumah, grup host, pengguna, dan grup dapat didefinisikan dalam\n" -"aturan atau mungkin menunjuk ke aturan HBAC yang ada. Saat menggunakan\n" -"--hbacrule pilihan untuk selinuxusermap-find kecocokan persis dibuat pada\n" -"Nama aturan HBAC, jadi hanya satu atau nol entri yang akan dikembalikan.\n" -"\n" -"Contoh:\n" -"\n" -"Buat aturan, \"test1\", yang mengatur semua pengguna xguest_u:s0 di host " -"\"server\":\n" -" ipa selinuxusermap-add --usercat=all --selinuxuser=xguest_u:s0 test1\n" -" ipa selinuxusermap-add-host --hosts=server.example.com test1\n" -"\n" -"Buat aturan, \"test2\", yang mengatur semua pengguna ke guest_u:s0 dan " -"menggunakan aturan HBAC yang ada untuk pengguna dan host:\n" -" ipa selinuxusermap-add --usercat=all --hbacrule=webserver " -"--selinuxuser=guest_u:s0 test2\n" -"\n" -"Menampilkan properti aturan:\n" -" ipa selinuxusermap-show test2\n" -"\n" -"Membuat aturan untuk pengguna tertentu. Ini menetapkan konteks SELinux " -"untuk\n" -" pengguna john ke unconfined_u:s0-s0:c0.c1023 pada mesin apa pun:\n" -" ipa selinuxusermap-add --hostcat=all --selinuxuser=unconfined_u:s0-s0:" -"c0.c1023 john_unconfined\n" -" ipa selinuxusermap-add-user --users=john john_unconfined\n" -"\n" -"Menonaktifkan aturan:\n" -" ipa selinuxusermap-nonaktifkan test1\n" -"\n" -"Aktifkan aturan:\n" -" ipa selinuxusermap-enable test1\n" -"\n" -"Menemukan aturan yang merujuk aturan HBAC tertentu:\n" -" ipa selinuxusermap-find --hbacrule=allow_some\n" -"\n" -"Menghapus aturan:\n" -" ipa selinuxusermap-del john_unconfined\n" -"\n" -"Aku tak tahu apa yang harus kita lihat.\n" -"\n" -"Daftar yang mengontrol urutan diterapkannya peta pengguna SELinux\n" -" dan pengguna SELinux default tersedia dalam perintah config-show.\n" - -#, fuzzy -msgid "SELinux User" -msgstr "" -"semanage user -l menampilkan daftar pemetaan antara " -"identitas pengguna SELinux dan peran yang diperbolehkan. Menambahkan " -"identitas baru memerlukan untuk mendefinisikan peran yang sesuai dan awalan " -"pelabelan yang digunakan untuk menetapkan suatu tipe ke berkas pribadi " -"(/home/pengguna/*). Awalan " -"harus dipilih di antara user, staff, " -"dan sysadm. Awalan \"staff\" " -"menghasilkan berkas-berkas bertipe \"staff_home_dir_t\". " -"Menciptakan identitas pengguna baru SELinux dilakukan dengan " -"semanage user -a -R peran -P " -"awalan identitas. Akhirnya, Anda dapat menghapus identitas pengguna SELinux dengan " -"semanage user -d identitas." - -#, fuzzy -msgid "HBAC Rule" -msgstr "Aturan HBAC" - -#, fuzzy -msgid "HBAC Rule that defines the users, groups and hostgroups" -msgstr "Aturan HBAC yang mendefinisikan pengguna, grup, dan grup host" - -#, fuzzy -msgid "Create a new SELinux User Map." -msgstr "Buat Peta Pengguna SELinux baru." - -#, fuzzy -msgid "Add target hosts and hostgroups to an SELinux User Map rule." -msgstr "Tambahkan host target dan grup host ke aturan Peta Pengguna SELinux." - -#, fuzzy -msgid "Add users and groups to an SELinux User Map rule." -msgstr "Menambahkan pengguna dan grup ke aturan Peta Pengguna SELinux." - -#, fuzzy -msgid "Delete a SELinux User Map." -msgstr "Hapus Peta Pengguna SELinux." - -#, fuzzy -msgid "Disable an SELinux User Map rule." -msgstr "Nonaktifkan aturan Peta Pengguna SELinux." - -#, fuzzy -msgid "Enable an SELinux User Map rule." -msgstr "Aktifkan aturan Peta Pengguna SELinux." - -#, fuzzy -msgid "Search for SELinux User Maps." -msgstr "Cari Peta Pengguna SELinux." - -#, fuzzy -msgid "Modify a SELinux User Map." -msgstr "Memodifikasi Peta Pengguna SELinux." - -#, fuzzy -msgid "Remove target hosts and hostgroups from an SELinux User Map rule." -msgstr "Hapus host target dan grup host dari aturan Peta Pengguna SELinux." - -#, fuzzy -msgid "Remove users and groups from an SELinux User Map rule." -msgstr "Menghapus pengguna dan grup dari aturan Peta Pengguna SELinux." - -#, fuzzy -msgid "Display the properties of a SELinux User Map rule." -msgstr "Menampilkan properti aturan Peta Pengguna SELinux." - -#, fuzzy -msgid "" -"\n" -"Services\n" -"\n" -"A IPA service represents a service that runs on a host. The IPA service\n" -"record can store a Kerberos principal, an SSL certificate, or both.\n" -"\n" -"An IPA service can be managed directly from a machine, provided that\n" -"machine has been given the correct permission. This is true even for\n" -"machines other than the one the service is associated with. For example,\n" -"requesting an SSL certificate using the host service principal credentials\n" -"of the host. To manage a service using host credentials you need to\n" -"kinit as the host:\n" -"\n" -" # kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" -"\n" -"Adding an IPA service allows the associated service to request an SSL\n" -"certificate or keytab, but this is performed as a separate step; they\n" -"are not produced as a result of adding the service.\n" -"\n" -"Only the public aspect of a certificate is stored in a service record;\n" -"the private key is not stored.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new IPA service:\n" -" ipa service-add HTTP/web.example.com\n" -"\n" -" Allow a host to manage an IPA service certificate:\n" -" ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" -" ipa role-add-member --hosts=web.example.com certadmin\n" -"\n" -" Override a default list of supported PAC types for the service:\n" -" ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" -"\n" -" A typical use case where overriding the PAC type is needed is NFS.\n" -" Currently the related code in the Linux kernel can only handle Kerberos\n" -" tickets up to a maximal size. Since the PAC data can become quite large " -"it\n" -" is recommended to set --pac-type=NONE for NFS services.\n" -"\n" -" Delete an IPA service:\n" -" ipa service-del HTTP/web.example.com\n" -"\n" -" Find all IPA services associated with a host:\n" -" ipa service-find web.example.com\n" -"\n" -" Find all HTTP services:\n" -" ipa service-find HTTP\n" -"\n" -" Disable the service Kerberos key and SSL certificate:\n" -" ipa service-disable HTTP/web.example.com\n" -"\n" -" Request a certificate for an IPA service:\n" -" ipa cert-request --principal=HTTP/web.example.com example.csr\n" -"\n" -" Allow user to create a keytab:\n" -" ipa service-allow-create-keytab HTTP/web.example.com --users=tuser1\n" -"\n" -" Generate and retrieve a keytab for an IPA service:\n" -" ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" -"httpd.keytab\n" -msgstr "" -"\n" -"Layanan\n" -"\n" -"Layanan IPA mewakili layanan yang berjalan pada host. Layanan IPA\n" -"rekaman dapat menyimpan prinsipal Kerberos, sertifikat SSL, atau keduanya.\n" -"\n" -"Layanan IPA dapat dikelola langsung dari mesin, asalkan\n" -"mesin telah diberi izin yang benar. Ini berlaku bahkan untuk\n" -"mesin selain yang dikaitkan dengan layanan. Misalnya,\n" -"meminta sertifikat SSL menggunakan kredensial utama layanan host\n" -"tuan rumah. Untuk mengelola layanan menggunakan kredensial host, Anda perlu\n" -"kinit sebagai tuan rumah:\n" -"\n" -"# kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" -"\n" -"Menambahkan layanan IPA memungkinkan layanan terkait untuk meminta SSL\n" -"sertifikat atau tab kunci, tetapi ini dilakukan sebagai langkah terpisah; " -"Mereka\n" -"tidak diproduksi sebagai akibat dari penambahan layanan.\n" -"\n" -"Hanya aspek publik dari sertifikat yang disimpan dalam catatan layanan;\n" -"kunci privat tidak disimpan.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan layanan IPA baru:\n" -" ipa service-add HTTP/web.example.com\n" -"\n" -"Perbolehkan tuan rumah mengelola sertifikat layanan IPA:\n" -" ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" -" ipa role-add-member --hosts=web.example.com certadmin\n" -"\n" -"Mengesampingkan daftar default tipe PAC yang didukung untuk layanan:\n" -" ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" -"\n" -"Kasus penggunaan umum saat mengesampingkan jenis PAC diperlukan adalah NFS.\n" -" Saat ini kode terkait dalam kernel Linux hanya dapat menangani Kerberos\n" -" tiket hingga ukuran maksimal. Karena data PAC bisa menjadi cukup besar\n" -" disarankan untuk mengatur --pac-type=NONE untuk layanan NFS.\n" -"\n" -"Menghapus layanan IPA:\n" -" layanan ipa-del HTTP/web.example.com\n" -"\n" -"Temukan semua layanan IPA yang terkait dengan host:\n" -" ipa layanan-menemukan web.example.com\n" -"\n" -"Temukan semua layanan HTTP:\n" -" HTTP ipa service-find\n" -"\n" -"Nonaktifkan layanan kunci Kerberos dan sertifikat SSL:\n" -" ipa service-disable HTTP/web.example.com\n" -"\n" -"Meminta sertifikat untuk layanan IPA:\n" -" ipa cert-request --principal=HTTP/web.example.com example.csr\n" -"\n" -"Perbolehkan pengguna membuat tab kunci:\n" -" ipa service-allow-create-keytab HTTP/web.example.com --users=tuser1\n" -"\n" -"Hasilkan dan ambil tab kunci untuk layanan IPA:\n" -" ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" -"httpd.keytab\n" - -#, fuzzy -msgid "Service principal" -msgstr "Kepala layanan" - -#, fuzzy -msgid "PAC type" -msgstr "Tipe PAC" - -#, fuzzy -msgid "" -"Override default list of supported PAC types. Use 'NONE' to disable PAC " -"support for this service, e.g. this might be necessary for NFS services." -msgstr "" -"Mengesampingkan daftar default tipe PAC yang didukung. Gunakan 'NONE' untuk " -"menonaktifkan dukungan PAC untuk layanan ini, misalnya ini mungkin " -"diperlukan untuk layanan NFS." - -#, fuzzy -msgid "Add a new IPA new service." -msgstr "Tambahkan layanan baru IPA baru." - -#, fuzzy -msgid "force principal name even if not in DNS" -msgstr "paksa nama pokok bahkan jika tidak di DNS" - -#, fuzzy -msgid "Add hosts that can manage this service." -msgstr "Tambahkan host yang dapat mengelola layanan ini." - -#, fuzzy -msgid "" -"Allow users, groups, hosts or host groups to create a keytab of this service." -msgstr "" -"Perbolehkan pengguna, grup, host, atau grup host untuk membuat tab kunci " -"layanan ini." - -#, fuzzy -msgid "" -"Allow users, groups, hosts or host groups to retrieve a keytab of this " -"service." -msgstr "" -"Perbolehkan pengguna, grup, host, atau grup host untuk mengambil tab kunci " -"layanan ini." - -#, fuzzy -msgid "Delete an IPA service." -msgstr "Menghapus layanan IPA." - -#, fuzzy -msgid "Disable the Kerberos key and SSL certificate of a service." -msgstr "Nonaktifkan kunci Kerberos dan sertifikat SSL layanan." - -#, fuzzy -msgid "" -"Disallow users, groups, hosts or host groups to create a keytab of this " -"service." -msgstr "" -"Larang pengguna, grup, host, atau grup host untuk membuat tab kunci layanan " -"ini." - -#, fuzzy -msgid "" -"Disallow users, groups, hosts or host groups to retrieve a keytab of this " -"service." -msgstr "" -"Larang pengguna, grup, host, atau grup host untuk mengambil cap kunci " -"layanan ini." - -#, fuzzy -msgid "Search for IPA services." -msgstr "Cari layanan IPA." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"principal\")" -msgstr "Hasil hanya boleh berisi atribut utama (\"prinsipal\")" - -#, fuzzy -msgid "Search for services with these managed by hosts." -msgstr "Cari layanan dengan ini dikelola oleh tuan rumah." - -#, fuzzy -msgid "Search for services without these managed by hosts." -msgstr "Cari layanan tanpa dikelola oleh tuan rumah." - -#, fuzzy -msgid "Modify an existing IPA service." -msgstr "Mengubah layanan IPA yang ada." - -#, fuzzy -msgid "Remove hosts that can manage this service." -msgstr "Hapus host yang bisa mengelola layanan ini." - -#, fuzzy -msgid "Display information about an IPA service." -msgstr "Menampilkan informasi tentang layanan IPA." - -#, fuzzy -msgid "" -"\n" -"Session Support for IPA\n" -"John Dennis \n" -"\n" -"Goals\n" -"=====\n" -"\n" -"Provide per-user session data caching which persists between\n" -"requests. Desired features are:\n" -"\n" -"* Integrates cleanly with minimum impact on existing infrastructure.\n" -"\n" -"* Provides maximum security balanced against real-world performance\n" -" demands.\n" -"\n" -"* Sessions must be able to be revoked (flushed).\n" -"\n" -"* Should be flexible and easy to use for developers.\n" -"\n" -"* Should leverage existing technology and code to the maximum extent\n" -" possible to avoid re-invention, excessive implementation time and to\n" -" benefit from robustness in field proven components commonly shared\n" -" in the open source community.\n" -"\n" -"* Must support multiple independent processes which share session\n" -" data.\n" -"\n" -"* System must function correctly if session data is available or not.\n" -"\n" -"* Must be high performance.\n" -"\n" -"* Should not be tied to specific web servers or browsers. Should\n" -" integrate with our chosen WSGI model.\n" -"\n" -"Issues\n" -"======\n" -"\n" -"Cookies\n" -"-------\n" -"\n" -"Most session implementations are based on the use of cookies. Cookies\n" -"have some inherent problems.\n" -"\n" -"* User has the option to disable cookies.\n" -"\n" -"* User stored cookie data is not secure. Can be mitigated by setting\n" -" flags indicating the cookie is only to be used with SSL secured HTTP\n" -" connections to specific web resources and setting the cookie to\n" -" expire at session termination. Most modern browsers enforce these.\n" -"\n" -"Where to store session data?\n" -"----------------------------\n" -"\n" -"Session data may be stored on either on the client or on the\n" -"server. Storing session data on the client addresses the problem of\n" -"session data availability when requests are serviced by independent web\n" -"servers because the session data travels with the request. However\n" -"there are data size limitations. Storing session data on the client\n" -"also exposes sensitive data but this can be mitigated by encrypting\n" -"the session data such that only the server can decrypt it.\n" -"\n" -"The more conventional approach is to bind session data to a unique\n" -"name, the session ID. The session ID is transmitted to the client and\n" -"the session data is paired with the session ID on the server in a\n" -"associative data store. The session data is retrieved by the server\n" -"using the session ID when the receiving the request. This eliminates\n" -"exposing sensitive session data on the client along with limitations\n" -"on data size. It however introduces the issue of session data\n" -"availability when requests are serviced by more than one server\n" -"process.\n" -"\n" -"Multi-process session data availability\n" -"---------------------------------------\n" -"\n" -"Apache (and other web servers) fork child processes to handle requests\n" -"in parallel. Also web servers may be deployed in a farm where requests\n" -"are load balanced in round robin fashion across different nodes. In\n" -"both cases session data cannot be stored in the memory of a server\n" -"process because it is not available to other processes, either sibling\n" -"children of a master server process or server processes on distinct\n" -"nodes.\n" -"\n" -"Typically this is addressed by storing session data in a SQL\n" -"database. When a request is received by a server process containing a\n" -"session ID in it's cookie data the session ID is used to perform a SQL\n" -"query and the resulting data is then attached to the request as it\n" -"proceeds through the request processing pipeline. This of course\n" -"introduces coherency issues.\n" -"\n" -"For IPA the introduction of a SQL database dependency is undesired and\n" -"should be avoided.\n" -"\n" -"Session data may also be shared by independent processes by storing\n" -"the session data in files.\n" -"\n" -"An alternative solution which has gained considerable popularity\n" -"recently is the use of a fast memory based caching server. Data is\n" -"stored in a single process memory and may be queried and set via a\n" -"light weight protocol using standard socket mechanisms, memcached is\n" -"one example. A typical use is to optimize SQL queries by storing a SQL\n" -"result in shared memory cache avoiding the more expensive SQL\n" -"operation. But the memory cache has distinct advantages in non-SQL\n" -"situations as well.\n" -"\n" -"Possible implementations for use by IPA\n" -"=======================================\n" -"\n" -"Apache Sessions\n" -"---------------\n" -"\n" -"Apache has 2.3 has implemented session support via these modules:\n" -"\n" -" mod_session\n" -" Overarching session support based on cookies.\n" -"\n" -" See: http://httpd.apache.org/docs/2.3/mod/mod_session.html\n" -"\n" -" mod_session_cookie\n" -" Stores session data in the client.\n" -"\n" -" See: http://httpd.apache.org/docs/2.3/mod/mod_session_cookie.html\n" -"\n" -" mod_session_crypto\n" -" Encrypts session data for security. Encryption key is shared\n" -" configuration parameter visible to all Apache processes and is\n" -" stored in a configuration file.\n" -"\n" -" See: http://httpd.apache.org/docs/2.3/mod/mod_session_crypto.html\n" -"\n" -" mod_session_dbd\n" -" Stores session data in a SQL database permitting multiple\n" -" processes to access and share the same session data.\n" -"\n" -" See: http://httpd.apache.org/docs/2.3/mod/mod_session_dbd.html\n" -"\n" -"Issues with Apache sessions\n" -"~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" -"\n" -"Although Apache has implemented generic session support and Apache is\n" -"our web server of preference it nonetheless introduces issues for IPA.\n" -"\n" -" * Session support is only available in httpd >= 2.3 which at the\n" -" time of this writing is currently only available as a Beta release\n" -" from upstream. We currently only ship httpd 2.2, the same is true\n" -" for other distributions.\n" -"\n" -" * We could package and ship the sessions modules as a temporary\n" -" package in httpd 2.2 environments. But this has the following\n" -" consequences:\n" -"\n" -" - The code has to be backported. the module API has changed\n" -" slightly between httpd 2.2 and 2.3. The backporting is not\n" -" terribly difficult and a proof of concept has been\n" -" implemented.\n" -"\n" -" - We would then be on the hook to package and maintain a special\n" -" case Apache package. This is maintenance burden as well as a\n" -" distribution packaging burden. Both of which would be best\n" -" avoided if possible.\n" -"\n" -" * The design of the Apache session modules is such that they can\n" -" only be manipulated by other Apache modules. The ability of\n" -" consumers of the session data to control the session data is\n" -" simplistic, constrained and static during the period the request\n" -" is processed. Request handlers which are not native Apache modules\n" -" (e.g. IPA via WSGI) can only examine the session data\n" -" via request headers and reset it in response headers.\n" -"\n" -" * Shared session data is available exclusively via SQL.\n" -"\n" -"However using the 2.3 Apache session modules would give us robust\n" -"session support implemented in C based on standardized Apache\n" -"interfaces which are widely used.\n" -"\n" -"Python Web Frameworks\n" -"---------------------\n" -"\n" -"Virtually every Python web framework supports cookie based sessions,\n" -"e.g. Django, Twisted, Zope, Turbogears etc. Early on in IPA we decided\n" -"to avoid the use of these frameworks. Trying to pull in just one part\n" -"of these frameworks just to get session support would be problematic\n" -"because the code does not function outside it's framework.\n" -"\n" -"IPA implemented sessions\n" -"------------------------\n" -"\n" -"Originally it was believed the path of least effort was to utilize\n" -"existing session support, most likely what would be provided by\n" -"Apache. However there are enough basic modular components available in\n" -"native Python and other standard packages it should be possible to\n" -"provide session support meeting the aforementioned goals with a modest\n" -"implementation effort. Because we're leveraging existing components\n" -"the implementation difficulties are subsumed by other components which\n" -"have already been field proven and have community support. This is a\n" -"smart strategy.\n" -"\n" -"Proposed Solution\n" -"=================\n" -"\n" -"Our interface to the web server is via WSGI which invokes a callback\n" -"per request passing us an environmental context for the request. For\n" -"this discussion we'll name the WSGI callback \"application()\", a\n" -"conventional name in WSGI parlance.\n" -"\n" -"Shared session data will be handled by memcached. We will create one\n" -"instance of memcached on each server node dedicated to IPA\n" -"exclusively. Communication with memcached will be via a UNIX socket\n" -"located in the file system under /var/run/ipa_memcached. It will be\n" -"protected by file permissions and optionally SELinux policy.\n" -"\n" -"In application() we examine the request cookies and if there is an IPA\n" -"session cookie with a session ID we retrieve the session data from our\n" -"memcached instance.\n" -"\n" -"The session data will be a Python dict. IPA components will read or\n" -"write their session information by using a pre-agreed upon name\n" -"(e.g. key) in the dict. This is a very flexible system and consistent\n" -"with how we pass data in most parts of IPA.\n" -"\n" -"If the session data is not available an empty session data dict will\n" -"be created.\n" -"\n" -"How does this session data travel with the request in the IPA\n" -"pipeline? In IPA we use the HTTP request/response to implement RPC. In\n" -"application() we convert the request into a procedure call passing it\n" -"arguments derived from the HTTP request. The passed parameters are\n" -"specific to the RPC method being invoked. The context the RPC call is\n" -"executing in is not passed as an RPC parameter.\n" -"\n" -"How would the contextual information such as session data be bound to\n" -"the request and hence the RPC call?\n" -"\n" -"In IPA when a RPC invocation is being prepared from a request we\n" -"recognize this will only ever be processed serially by one Python\n" -"thread. A thread local dict called \"context\" is allocated for each\n" -"thread. The context dict is cleared in between requests (e.g. RPC method\n" -"invocations). The per-thread context dict is populated during the\n" -"lifetime of the request and is used as a global data structure unique to\n" -"the request that various IPA component can read from and write to with\n" -"the assurance the data is unique to the current request and/or method\n" -"call.\n" -"\n" -"The session data dict will be written into the context dict under the\n" -"session key before the RPC method begins execution. Thus session data\n" -"can be read and written by any IPA component by accessing\n" -"``context.session``.\n" -"\n" -"When the RPC method finishes execution the session data bound to the\n" -"request/method is retrieved from the context and written back to the\n" -"memcached instance. The session ID is set in the response sent back to\n" -"the client in the ``Set-Cookie`` header along with the flags\n" -"controlling it's usage.\n" -"\n" -"Issues and details\n" -"------------------\n" -"\n" -"IPA code cannot depend on session data being present, however it\n" -"should always update session data with the hope it will be available\n" -"in the future. Session data may not be available because:\n" -"\n" -" * This is the first request from the user and no session data has\n" -" been created yet.\n" -"\n" -" * The user may have cookies disabled.\n" -"\n" -" * The session data may have been flushed. memcached operates with\n" -" a fixed memory allocation and will flush entries on a LRU basis,\n" -" like with any cache there is no guarantee of persistence.\n" -"\n" -" Also we may have have deliberately expired or deleted session\n" -" data, see below.\n" -"\n" -"Cookie manipulation is done via the standard Python Cookie module.\n" -"\n" -"Session cookies will be set to only persist as long as the browser has\n" -"the session open. They will be tagged so the browser only returns\n" -"the session ID on SSL secured HTTP requests. They will not be visible\n" -"to Javascript in the browser.\n" -"\n" -"Session ID's will be created by using 48 bits of random data and\n" -"converted to 12 hexadecimal digits. Newly generated session ID's will\n" -"be checked for prior existence to handle the unlikely case the random\n" -"number repeats.\n" -"\n" -"memcached will have significantly higher performance than a SQL or file\n" -"based storage solution. Communication is effectively though a pipe\n" -"(UNIX socket) using a very simple protocol and the data is held\n" -"entirely in process memory. memcached also scales easily, it is easy\n" -"to add more memcached processes and distribute the load across them.\n" -"At this point in time we don't anticipate the need for this.\n" -"\n" -"A very nice feature of the Python memcached module is that when a data\n" -"item is written to the cache it is done with standard Python pickling\n" -"(pickling is a standard Python mechanism to marshal and unmarshal\n" -"Python objects). We adopt the convention the object written to cache\n" -"will be a dict to meet our internal data handling conventions. The\n" -"pickling code will recursively handle nested objects in the dict. Thus\n" -"we gain a lot of flexibility using standard Python data structures to\n" -"store and retrieve our session data without having to author and debug\n" -"code to marshal and unmarshal the data if some other storage mechanism\n" -"had been used. This is a significant implementation win. Of course\n" -"some common sense limitations need to observed when deciding on what\n" -"is written to the session cache keeping in mind the data is shared\n" -"between processes and it should not be excessively large (a\n" -"configurable option)\n" -"\n" -"We can set an expiration on memcached entries. We may elect to do that\n" -"to force session data to be refreshed periodically. For example we may\n" -"wish the client to present fresh credentials on a periodic basis even\n" -"if the cached credentials are otherwise within their validity period.\n" -"\n" -"We can explicitly delete session data if for some reason we believe it\n" -"is stale, invalid or compromised.\n" -"\n" -"memcached also gives us certain facilities to prevent race conditions\n" -"between different processes utilizing the cache. For example you can\n" -"check of the entry has been modified since you last read it or use CAS\n" -"(Check And Set) semantics. What has to be protected in terms of cache\n" -"coherency will likely have to be determined as the session support is\n" -"utilized and different data items are added to the cache. This is very\n" -"much data and context specific. Fortunately memcached operations are\n" -"atomic.\n" -"\n" -"Controlling the memcached process\n" -"---------------------------------\n" -"\n" -"We need a mechanism to start the memcached process and secure it so\n" -"that only IPA components can access it.\n" -"\n" -"Although memcached ships with both an initscript and systemd unit\n" -"files those are for generic instances. We want a memcached instance\n" -"dedicated exclusively to IPA usage. To accomplish this we would install\n" -"a systemd unit file or an SysV initscript to control the IPA specific\n" -"memcached service. ipactl would be extended to know about this\n" -"additional service. systemd's cgroup facility would give us additional\n" -"mechanisms to integrate the IPA memcached service within a larger IPA\n" -"process group.\n" -"\n" -"Protecting the memcached data would be done via file permissions (and\n" -"optionally SELinux policy) on the UNIX domain socket. Although recent\n" -"implementations of memcached support authentication via SASL this\n" -"introduces a performance and complexity burden not warranted when\n" -"cached is dedicated to our exclusive use and access controlled by OS\n" -"mechanisms.\n" -"\n" -"Conventionally daemons are protected by assigning a system uid and/or\n" -"gid to the daemon. A daemon launched by root will drop it's privileges\n" -"by assuming the effective uid:gid assigned to it. File system access\n" -"is controlled by the OS via the effective identity and SELinux policy\n" -"can be crafted based on the identity. Thus the memcached UNIX socket\n" -"would be protected by having it owned by a specific system user and/or\n" -"membership in a restricted system group (discounting for the moment\n" -"SELinux).\n" -"\n" -"Unfortunately we currently do not have an IPA system uid whose\n" -"identity our processes operate under nor do we have an IPA system\n" -"group. IPA does manage a collection of related processes (daemons) and\n" -"historically each has been assigned their own uid. When these\n" -"unrelated processes communicate they mutually authenticate via other\n" -"mechanisms. We do not have much of a history of using shared file\n" -"system objects across identities. When file objects are created they\n" -"are typically assigned the identity of daemon needing to access the\n" -"object and are not accessed by other daemons, or they carry root\n" -"identity.\n" -"\n" -"When our WSGI application runs in Apache it is run as a WSGI\n" -"daemon. This means when Apache starts up it forks off WSGI processes\n" -"for us and we are independent of other Apache processes. When WSGI is\n" -"run in this mode there is the ability to set the uid:gid of the WSGI\n" -"process hosting us, however we currently do not take advantage of this\n" -"option. WSGI can be run in other modes as well, only in daemon mode\n" -"can the uid:gid be independently set from the rest of Apache. All\n" -"processes started by Apache can be set to a common uid:gid specified\n" -"in the global Apache configuration, by default it's\n" -"apache:apache. Thus when our IPA code executes it is running as\n" -"apache:apache.\n" -"\n" -"To protect our memcached UNIX socket we can do one of two things:\n" -"\n" -"1. Assign it's uid:gid as apache:apache. This would limit access to\n" -" our cache only to processes running under httpd. It's somewhat\n" -" restricted but far from ideal. Any code running in the web server\n" -" could potentially access our cache. It's difficult to control what the\n" -" web server runs and admins may not understand the consequences of\n" -" configuring httpd to serve other things besides IPA.\n" -"\n" -"2. Create an IPA specific uid:gid, for example ipa:ipa. We then configure\n" -" our WSGI application to run as the ipa:ipa user and group. We also\n" -" configure our memcached instance to run as the ipa:ipa user and\n" -" group. In this configuration we are now fully protected, only our WSGI\n" -" code can read & write to our memcached UNIX socket.\n" -"\n" -"However there may be unforeseen issues by converting our code to run as\n" -"something other than apache:apache. This would require some\n" -"investigation and testing.\n" -"\n" -"IPA is dependent on other system daemons, specifically Directory\n" -"Server (ds) and Certificate Server (cs). Currently we configure ds to\n" -"run under the dirsrv:dirsrv user and group, an identity of our\n" -"creation. We allow cs to default to it's pkiuser:pkiuser user and\n" -"group. Should these other cooperating daemons also run under the\n" -"common ipa:ipa user and group identities? At first blush there would\n" -"seem to be an advantage to coalescing all process identities under a\n" -"common IPA user and group identity. However these other processes do\n" -"not depend on user and group permissions when working with external\n" -"agents, processes, etc. Rather they are designed to be stand-alone\n" -"network services which authenticate their clients via other\n" -"mechanisms. They do depend on user and group permission to manage\n" -"their own file system objects. If somehow the ipa user and/or group\n" -"were compromised or malicious code somehow executed under the ipa\n" -"identity there would be an advantage in having the cooperating\n" -"processes cordoned off under their own identities providing one extra\n" -"layer of protection. (Note, these cooperating daemons may not even be\n" -"co-located on the same node in which case the issue is moot)\n" -"\n" -"The UNIX socket behavior (ldapi) with Directory Server is as follows:\n" -"\n" -" * The socket ownership is: root:root\n" -"\n" -" * The socket permissions are: 0666\n" -"\n" -" * When connecting via ldapi you must authenticate as you would\n" -" normally with a TCP socket, except ...\n" -"\n" -" * If autobind is enabled and the uid:gid is available via\n" -" SO_PEERCRED and the uid:gid can be found in the set of users known\n" -" to the Directory Server then that connection will be bound as that\n" -" user.\n" -"\n" -" * Otherwise an anonymous bind will occur.\n" -"\n" -"memcached UNIX socket behavior is as follows:\n" -"\n" -" * memcached can be invoked with a user argument, no group may be\n" -" specified. The effective uid is the uid of the user argument and\n" -" the effective gid is the primary group of the user, let's call\n" -" this euid:egid\n" -"\n" -" * The socket ownership is: euid:egid\n" -"\n" -" * The socket permissions are 0700 by default, but this can be\n" -" modified by the -a mask command line arg which sets the umask\n" -" (defaults to 0700).\n" -"\n" -"Overview of authentication in IPA\n" -"=================================\n" -"\n" -"This describes how we currently authenticate and how we plan to\n" -"improve authentication performance. First some definitions.\n" -"\n" -"There are 4 major players:\n" -"\n" -" 1. client\n" -" 2. mod_auth_kerb (in Apache process)\n" -" 3. wsgi handler (in IPA wsgi python process)\n" -" 4. ds (directory server)\n" -"\n" -"There are several resources:\n" -"\n" -" 1. /ipa/ui (unprotected, web UI static resources)\n" -" 2. /ipa/xml (protected, xmlrpc RPC used by command line clients)\n" -" 3. /ipa/json (protected, json RPC used by javascript in web UI)\n" -" 4. ds (protected, wsgi acts as proxy, our LDAP server)\n" -"\n" -"Current Model\n" -"-------------\n" -"\n" -"This describes how things work in our current system for the web UI.\n" -"\n" -" 1. Client requests /ipa/ui, this is unprotected, is static and\n" -" contains no sensitive information. Apache replies with html and\n" -" javascript. The javascript requests /ipa/json.\n" -"\n" -" 2. Client sends post to /ipa/json.\n" -"\n" -" 3. mod_auth_kerb is configured to protect /ipa/json, replies 401\n" -" authenticate negotiate.\n" -"\n" -" 4. Client resends with credentials\n" -"\n" -" 5. mod_auth_kerb validates credentials\n" -"\n" -" a. if invalid replies 403 access denied (stops here)\n" -"\n" -" b. if valid creates temporary ccache, adds KRB5CCNAME to request\n" -" headers\n" -"\n" -" 6. Request passed to wsgi handler\n" -"\n" -" a. validates request, KRB5CCNAME must be present, referrer, etc.\n" -"\n" -" b. ccache saved and used to bind to ds\n" -"\n" -" c. routes to specified RPC handler.\n" -"\n" -" 7. wsgi handler replies to client\n" -"\n" -"Proposed new session based optimization\n" -"---------------------------------------\n" -"\n" -"The round trip negotiate and credential validation in steps 3,4,5 is\n" -"expensive. This can be avoided if we can cache the client\n" -"credentials. With client sessions we can store the client credentials\n" -"in the session bound to the client.\n" -"\n" -"A few notes about the session implementation.\n" -"\n" -" * based on session cookies, cookies must be enabled\n" -"\n" -" * session cookie is secure, only passed on secure connections, only\n" -" passed to our URL resource, never visible to client javascript\n" -" etc.\n" -"\n" -" * session cookie has a session id which is used by wsgi handler to\n" -" retrieve client session data from shared multi-process cache.\n" -"\n" -"Changes to Apache's resource protection\n" -"---------------------------------------\n" -"\n" -" * /ipa/json is no longer protected by mod_auth_kerb. This is\n" -" necessary to avoid the negotiate expense in steps 3,4,5\n" -" above. Instead the /ipa/json resource will be protected in our wsgi\n" -" handler via the session cookie.\n" -"\n" -" * A new protected URI is introduced, /ipa/login. This resource\n" -" does no serve any data, it is used exclusively for authentication.\n" -"\n" -"The new sequence is:\n" -"\n" -" 1. Client requests /ipa/ui, this is unprotected. Apache replies with\n" -" html and javascript. The javascript requests /ipa/json.\n" -"\n" -" 2. Client sends post to /ipa/json, which is unprotected.\n" -"\n" -" 3. wsgi handler obtains session data from session cookie.\n" -"\n" -" a. if ccache is present in session data and is valid\n" -"\n" -" - request is further validated\n" -"\n" -" - ccache is established for bind to ds\n" -"\n" -" - request is routed to RPC handler\n" -"\n" -" - wsgi handler eventually replies to client\n" -"\n" -" b. if ccache is not present or not valid processing continues ...\n" -"\n" -" 4. wsgi handler replies with 401 Unauthorized\n" -"\n" -" 5. client sends request to /ipa/login to obtain session credentials\n" -"\n" -" 6. mod_auth_kerb replies 401 negotiate on /ipa/login\n" -"\n" -" 7. client sends credentials to /ipa/login\n" -"\n" -" 8. mod_auth_kerb validates credentials\n" -"\n" -" a. if valid\n" -"\n" -" - mod_auth_kerb permits access to /ipa/login. wsgi handler is\n" -" invoked and does the following:\n" -"\n" -" * establishes session for client\n" -"\n" -" * retrieves the ccache from KRB5CCNAME and stores it\n" -"\n" -" a. if invalid\n" -"\n" -" - mod_auth_kerb sends 403 access denied (processing stops)\n" -"\n" -" 9. client now posts the same data again to /ipa/json including\n" -" session cookie. Processing repeats starting at step 2 and since\n" -" the session data now contains a valid ccache step 3a executes, a\n" -" successful reply is sent to client.\n" -"\n" -"Command line client using xmlrpc\n" -"--------------------------------\n" -"\n" -"The above describes the web UI utilizing the json RPC mechanism. The\n" -"IPA command line tools utilize a xmlrpc RPC mechanism on the same\n" -"HTTP server. Access to the xmlrpc is via the /ipa/xml URI. The json\n" -"and xmlrpc API's are the same, they differ only on how their procedure\n" -"calls are marshalled and unmarshalled.\n" -"\n" -"Under the new scheme /ipa/xml will continue to be Kerberos protected\n" -"at all times. Apache's mod_auth_kerb will continue to require the\n" -"client provides valid Kerberos credentials.\n" -"\n" -"When the WSGI handler routes to /ipa/xml the Kerberos credentials will\n" -"be extracted from the KRB5CCNAME environment variable as provided by\n" -"mod_auth_kerb. Everything else remains the same.\n" -msgstr "" -"\n" -"Dukungan Sesi untuk IPA\n" -"John Dennis \n" - -#, fuzzy -msgid "RPC command used to log the current user out of their session." -msgstr "" -"Perintah RPC digunakan untuk mencatat pengguna saat ini keluar dari sesi " -"mereka." - -#, fuzzy -msgid "" -"\n" -"Sudo Commands\n" -"\n" -"Commands used as building blocks for sudo\n" -"\n" -"EXAMPLES:\n" -"\n" -" Create a new command\n" -" ipa sudocmd-add --desc='For reading log files' /usr/bin/less\n" -"\n" -" Remove a command\n" -" ipa sudocmd-del /usr/bin/less\n" -msgstr "" -"\n" -"Perintah Sudo\n" -"\n" -"Perintah yang digunakan sebagai blok penyusun untuk sudo\n" -"\n" -"Contoh:\n" -"\n" -"Membuat perintah baru\n" -" ipa sudocmd-add --desc='Untuk membaca berkas log' /usr/bin/less\n" -"\n" -"Menghapus perintah\n" -" ipa sudocmd-del /usr/bin/less\n" - -#, fuzzy -msgid "Sudo Command" -msgstr "sudo" - -msgid "A description of this command" -msgstr "Suatu penjelasan atas perintah ini" - -#, fuzzy -msgid "Sudo Command Groups" -msgstr "Grup Perintah Sudo" - -#, fuzzy -msgid "Create new Sudo Command." -msgstr "Buat Perintah Sudo baru." - -#, fuzzy -msgid "Delete Sudo Command." -msgstr "Hapus Perintah Sudo." - -#, fuzzy -msgid "Search for Sudo Commands." -msgstr "Cari Perintah Sudo." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"command\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"perintah\")" - -#, fuzzy -msgid "Modify Sudo Command." -msgstr "Modifikasi Perintah Sudo." - -#, fuzzy -msgid "Display Sudo Command." -msgstr "Tampilkan Perintah Sudo." - -#, fuzzy -msgid "" -"\n" -"Groups of Sudo Commands\n" -"\n" -"Manage groups of Sudo Commands.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new Sudo Command Group:\n" -" ipa sudocmdgroup-add --desc='administrators commands' admincmds\n" -"\n" -" Remove a Sudo Command Group:\n" -" ipa sudocmdgroup-del admincmds\n" -"\n" -" Manage Sudo Command Group membership, commands:\n" -" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less --sudocmds=/usr/bin/" -"vim admincmds\n" -"\n" -" Manage Sudo Command Group membership, commands:\n" -" ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n" -"\n" -" Show a Sudo Command Group:\n" -" ipa group-show localadmins\n" -msgstr "" -"\n" -"Grup Perintah Sudo\n" -"\n" -"Mengelola grup Perintah Sudo.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan Grup Perintah Sudo baru:\n" -" ipa sudocmdgroup-add --desc='administrator perintah' admincmds\n" -"\n" -"Menghapus Grup Perintah Sudo:\n" -" ipa sudocmdgroup-del admincmds\n" -"\n" -"Mengelola keanggotaan Grup Perintah Sudo, perintah:\n" -" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less --sudocmds=/usr/bin/" -"vim admincmds\n" -"\n" -"Mengelola keanggotaan Grup Perintah Sudo, perintah:\n" -" ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n" -"\n" -"Tampilkan Grup Perintah Sudo:\n" -" ipa group-show localadmins\n" - -#, fuzzy -msgid "Sudo Command Group" -msgstr "Grup Perintah Sudo" - -#, fuzzy -msgid "Group description" -msgstr "Deskripsi grup isi." - -#, fuzzy -msgid "Commands" -msgstr "Perintah" - -#, fuzzy -msgid "Member Sudo commands" -msgstr "Perintah Anggota Sudo" - -#, fuzzy -msgid "Create new Sudo Command Group." -msgstr "Buat Grup Perintah Sudo baru." - -#, fuzzy -msgid "Add members to Sudo Command Group." -msgstr "Tambahkan anggota ke Sudo Command Group." - -#, fuzzy -msgid "member sudo command" -msgstr "perintah sudo anggota" - -#, fuzzy -msgid "sudo commands to add" -msgstr "perintah sudo untuk ditambahkan" - -#, fuzzy -msgid "Delete Sudo Command Group." -msgstr "Hapus Grup Perintah Sudo." - -#, fuzzy -msgid "Search for Sudo Command Groups." -msgstr "Cari Grup Perintah Sudo." - -#, fuzzy -msgid "" -"Results should contain primary key attribute only (\"sudocmdgroup-name\")" -msgstr "Hasil hanya boleh berisi atribut utama (\"sudocmdgroup-name\")" - -#, fuzzy -msgid "Modify Sudo Command Group." -msgstr "Ubah Grup Perintah Sudo." - -#, fuzzy -msgid "Remove members from Sudo Command Group." -msgstr "Hapus anggota dari Sudo Command Group." - -#, fuzzy -msgid "sudo commands to remove" -msgstr "perintah sudo untuk dihapus" - -#, fuzzy -msgid "Display Sudo Command Group." -msgstr "Tampilkan Grup Perintah Sudo." - -#, fuzzy -msgid "" -"\n" -"Sudo Rules\n" -"\n" -"Sudo (su \"do\") allows a system administrator to delegate authority to\n" -"give certain users (or groups of users) the ability to run some (or all)\n" -"commands as root or another user while providing an audit trail of the\n" -"commands and their arguments.\n" -"\n" -"FreeIPA provides a means to configure the various aspects of Sudo:\n" -" Users: The user(s)/group(s) allowed to invoke Sudo.\n" -" Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke " -"Sudo.\n" -" Allow Command: The specific command(s) permitted to be run via Sudo.\n" -" Deny Command: The specific command(s) prohibited to be run via Sudo.\n" -" RunAsUser: The user(s) or group(s) of users whose rights Sudo will be " -"invoked with.\n" -" RunAsGroup: The group(s) whose gid rights Sudo will be invoked with.\n" -" Options: The various Sudoers Options that can modify Sudo's behavior.\n" -"\n" -"An order can be added to a sudorule to control the order in which they\n" -"are evaluated (if the client supports it). This order is an integer and\n" -"must be unique.\n" -"\n" -"FreeIPA provides a designated binddn to use with Sudo located at:\n" -"uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" -"\n" -"To enable the binddn run the following command to set the password:\n" -"LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" -"ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example," -"dc=com\n" -"\n" -"EXAMPLES:\n" -"\n" -" Create a new rule:\n" -" ipa sudorule-add readfiles\n" -"\n" -" Add sudo command object and add it as allowed command in the rule:\n" -" ipa sudocmd-add /usr/bin/less\n" -" ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n" -"\n" -" Add a host to the rule:\n" -" ipa sudorule-add-host readfiles --hosts server.example.com\n" -"\n" -" Add a user to the rule:\n" -" ipa sudorule-add-user readfiles --users jsmith\n" -"\n" -" Add a special Sudo rule for default Sudo server configuration:\n" -" ipa sudorule-add defaults\n" -"\n" -" Set a default Sudo option:\n" -" ipa sudorule-add-option defaults --sudooption '!authenticate'\n" -msgstr "" -"\n" -"Aturan Sudo\n" -"\n" -"Sudo (su \"do\") memungkinkan administrator sistem untuk mendelegasikan " -"wewenang untuk\n" -"memberi pengguna tertentu (atau grup pengguna) kemampuan untuk menjalankan " -"beberapa (atau semua)\n" -"sebagai root atau pengguna lain ketika memberikan jejak audit\n" -"perintah dan argumennya.\n" -"\n" -"FreeIPA menyediakan sarana untuk mengkonfigurasi berbagai aspek Sudo:\n" -" Pengguna: Pengguna/grup yang diizinkan memanggil Sudo.\n" -" Tuan rumah: Host/hostgroup yang diizinkan pengguna untuk memanggil Sudo.\n" -" Izinkan Perintah: Perintah khusus yang diizinkan untuk dijalankan melalui " -"Sudo.\n" -" Perintah Tolak: Perintah khusus yang dilarang dijalankan melalui Sudo.\n" -" RunAsUser: Pengguna atau grup pengguna yang haknya akan dipanggil Sudo.\n" -" RunAsGroup: Grup yang hak gid-nya Sudo akan dipanggil.\n" -" Opsi: Berbagai Opsi Sudoers yang dapat memodifikasi perilaku Sudo.\n" -"\n" -"Pesanan dapat ditambahkan ke sudorule untuk mengontrol urutan di mana " -"mereka\n" -"dievaluasi (jika klien mendukungnya). Urutan ini adalah bilangan bulat dan\n" -"pasti unik.\n" -"\n" -"FreeIPA menyediakan ikatan yang ditunjuk untuk digunakan dengan Sudo yang " -"terletak di:\n" -"uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" -"\n" -"Untuk mengaktifkan binddn jalankan perintah berikut untuk mengatur kata " -"sandi:\n" -"LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" -"ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=" -"com\n" -"\n" -"Contoh:\n" -"\n" -"Membuat aturan baru:\n" -" bacaan ipa sudorule-add\n" -"\n" -"Tambahkan objek perintah sudo dan tambahkan sebagai perintah yang " -"diperbolehkan dalam aturan:\n" -" ipa sudocmd-add /usr/bin/less\n" -" ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n" -"\n" -"Menambahkan host ke aturan:\n" -" readfiles ipa sudorule-add-host --hosts server.example.com\n" -"\n" -"Menambahkan pengguna ke aturan:\n" -" ipa sudorule-add-user readfiles --users jsmith\n" -"\n" -"Tambahkan aturan Sudo khusus untuk konfigurasi server Sudo default:\n" -" ipa sudorule-add default\n" -"\n" -"Mengatur opsi Sudo default:\n" -" ipa sudorule-add-option default --sudooption '!authenticate'\n" - -#, fuzzy -msgid "Command category" -msgstr "" -"Pilih menu kategori perintah dalam daftar tarik-turun untuk " -"mempersempit pencarian perintah atau menggulir daftar dibawah. Makro dan " -"gaya perintah ada di bagian bawah daftar." - -#, fuzzy -msgid "Command category the rule applies to" -msgstr "Kategori perintah aturan berlaku untuk" - -#, fuzzy -msgid "RunAs User category" -msgstr "Kategori Pengguna RunAs" - -#, fuzzy -msgid "RunAs User category the rule applies to" -msgstr "RunAs Pengguna kategori aturan berlaku untuk" - -#, fuzzy -msgid "RunAs Group category" -msgstr "Kategori Grup RunAs" - -#, fuzzy -msgid "RunAs Group category the rule applies to" -msgstr "Kategori Grup RunAs yang berlaku untuk aturan" - -#, fuzzy -msgid "Sudo order" -msgstr "Pesanan Sudo" - -#, fuzzy -msgid "integer to order the Sudo rules" -msgstr "bilangan bulat untuk mengi memesan aturan Sudo" - -#, fuzzy -msgid "External User" -msgstr "Pengguna Eksternal" - -#, fuzzy -msgid "External User the rule applies to (sudorule-find only)" -msgstr "Pengguna Eksternal aturan berlaku untuk (hanya sudorule-find)" - -#, fuzzy -msgid "Host Masks" -msgstr "Masker Tuan Rumah" - -#, fuzzy -msgid "Sudo Allow Commands" -msgstr "Sudo Izinkan Perintah" - -#, fuzzy -msgid "Sudo Deny Commands" -msgstr "Perintah Sudo Deny" - -#, fuzzy -msgid "Sudo Allow Command Groups" -msgstr "Sudo Perbolehkan Grup Perintah" - -#, fuzzy -msgid "Sudo Deny Command Groups" -msgstr "Grup Perintah Sudo Tolak" - -#, fuzzy -msgid "RunAs Users" -msgstr "Pengguna RunAs" - -#, fuzzy -msgid "Run as a user" -msgstr "Jalankan sebagai pengguna" - -#, fuzzy -msgid "Groups of RunAs Users" -msgstr "Grup Pengguna RunAs" - -#, fuzzy -msgid "Run as any user within a specified group" -msgstr "Jalankan sebagai pengguna mana pun dalam grup tertentu" - -#, fuzzy -msgid "RunAs External User" -msgstr "RunAs Pengguna Eksternal" - -#, fuzzy -msgid "External User the commands can run as (sudorule-find only)" -msgstr "" -"Pengguna Eksternal perintah dapat berjalan sebagai (hanya sudorule-find)" - -#, fuzzy -msgid "External Groups of RunAs Users" -msgstr "Grup Eksternal Pengguna RunAs" - -#, fuzzy -msgid "External Groups of users that the command can run as" -msgstr "Grup eksternal pengguna yang perintahnya bisa dijalankan sebagai" - -#, fuzzy -msgid "RunAs Groups" -msgstr "Grup RunAs" - -#, fuzzy -msgid "Run with the gid of a specified POSIX group" -msgstr "Jalankan dengan gid dari grup POSIX tertentu" - -#, fuzzy -msgid "RunAs External Group" -msgstr "Grup Eksternal RunAs" - -#, fuzzy -msgid "External Group the commands can run as (sudorule-find only)" -msgstr "Grup Eksternal perintah dapat berjalan sebagai (hanya temukan sudorule)" - -#, fuzzy -msgid "Sudo Option" -msgstr "Opsi Sudo" - -#, fuzzy -msgid "Create new Sudo Rule." -msgstr "Buat Aturan Sudo baru." - -#, fuzzy -msgid "Add commands and sudo command groups affected by Sudo Rule." -msgstr "" -"Tambahkan perintah dan grup perintah sudo yang terpengaruh oleh Peraturan " -"Sudo." - -#, fuzzy -msgid "member sudo command group" -msgstr "grup perintah anggota sudo" - -#, fuzzy -msgid "sudo command groups to add" -msgstr "grup perintah sudo untuk ditambahkan" - -#, fuzzy -msgid "Add hosts and hostgroups affected by Sudo Rule." -msgstr "Tambahkan host dan grup host yang terpengaruh oleh Aturan Sudo." - -#, fuzzy -msgid "host masks of allowed hosts" -msgstr "masker host dari host yang diizinkan" - -#, fuzzy -msgid "Add an option to the Sudo Rule." -msgstr "Tambahkan opsi ke Aturan Sudo." - -#, fuzzy -msgid "Add group for Sudo to execute as." -msgstr "Tambahkan grup untuk Sudo untuk mengeksekusi sebagai." - -#, fuzzy -msgid "Add users and groups for Sudo to execute as." -msgstr "Tambahkan pengguna dan grup untuk Sudo untuk dieksekusi sebagai." - -#, fuzzy -msgid "Add users and groups affected by Sudo Rule." -msgstr "Tambahkan pengguna dan grup yang terpengaruh oleh Aturan Sudo." - -#, fuzzy -msgid "Delete Sudo Rule." -msgstr "Hapus Aturan Sudo." - -#, fuzzy -msgid "Disable a Sudo Rule." -msgstr "Nonaktifkan Aturan Sudo." - -#, fuzzy -msgid "Enable a Sudo Rule." -msgstr "Aktifkan Aturan Sudo." - -#, fuzzy -msgid "Search for Sudo Rule." -msgstr "Cari Aturan Sudo." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"sudorule-name\")" -msgstr "Hasil hanya boleh berisi atribut utama (\"sudorule-name\")" - -#, fuzzy -msgid "Modify Sudo Rule." -msgstr "Ubah Aturan Sudo." - -#, fuzzy -msgid "Remove commands and sudo command groups affected by Sudo Rule." -msgstr "" -"Hapus perintah dan grup perintah sudo yang terpengaruh oleh Peraturan Sudo." - -#, fuzzy -msgid "sudo command groups to remove" -msgstr "grup perintah sudo untuk dihapus" - -#, fuzzy -msgid "Remove hosts and hostgroups affected by Sudo Rule." -msgstr "Hapus host dan grup host yang terpengaruh oleh Aturan Sudo." - -#, fuzzy -msgid "Remove an option from Sudo Rule." -msgstr "Hapus opsi dari Aturan Sudo." - -#, fuzzy -msgid "Remove group for Sudo to execute as." -msgstr "Hapus grup untuk Sudo untuk mengeksekusi sebagai." - -#, fuzzy -msgid "Remove users and groups for Sudo to execute as." -msgstr "Hapus pengguna dan grup agar Sudo dapat dieksekusi." - -#, fuzzy -msgid "Remove users and groups affected by Sudo Rule." -msgstr "Hapus pengguna dan grup yang terpengaruh oleh Aturan Sudo." - -#, fuzzy -msgid "Display Sudo Rule." -msgstr "Tampilkan Aturan Sudo." - -#, fuzzy -msgid "" -"\n" -"Users\n" -"\n" -"Manage user entries. All users are POSIX users.\n" -"\n" -"IPA supports a wide range of username formats, but you need to be aware of " -"any\n" -"restrictions that may apply to your particular environment. For example,\n" -"usernames that start with a digit or usernames that exceed a certain length\n" -"may cause problems for some UNIX systems.\n" -"Use 'ipa config-mod' to change the username format allowed by IPA tools.\n" -"\n" -"Disabling a user account prevents that user from obtaining new Kerberos\n" -"credentials. It does not invalidate any credentials that have already\n" -"been issued.\n" -"\n" -"Password management is not a part of this module. For more information\n" -"about this topic please see: ipa help passwd\n" -"\n" -"Account lockout on password failure happens per IPA master. The user-status\n" -"command can be used to identify which master the user is locked out on.\n" -"It is on that master the administrator must unlock the user.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new user:\n" -" ipa user-add --first=Tim --last=User --password tuser1\n" -"\n" -" Find all users whose entries include the string \"Tim\":\n" -" ipa user-find Tim\n" -"\n" -" Find all users with \"Tim\" as the first name:\n" -" ipa user-find --first=Tim\n" -"\n" -" Disable a user account:\n" -" ipa user-disable tuser1\n" -"\n" -" Enable a user account:\n" -" ipa user-enable tuser1\n" -"\n" -" Delete a user:\n" -" ipa user-del tuser1\n" -msgstr "" -"\n" -"Pengguna\n" -"\n" -"Mengelola entri pengguna. Semua pengguna adalah pengguna POSIX.\n" -"\n" -"IPA mendukung berbagai format nama pengguna, tetapi Anda perlu menyadari\n" -"pembatasan yang mungkin berlaku untuk lingkungan tertentu Anda. Misalnya,\n" -"nama pengguna yang dimulai dengan digit atau nama pengguna yang melebihi " -"panjang tertentu\n" -"dapat menyebabkan masalah untuk beberapa sistem UNIX.\n" -"Gunakan 'ipa config-mod' untuk mengubah format nama pengguna yang diizinkan " -"oleh alat IPA.\n" -"\n" -"Menonaktifkan akun pengguna mencegah pengguna mendapatkan Kerberos baru\n" -"Kredensial. Ini tidak membatalkan mandat apa pun yang telah\n" -"telah dikeluarkan.\n" -"\n" -"Manajemen kata sandi bukan bagian dari modul ini. Untuk informasi lebih " -"lanjut\n" -"tentang topik ini silakan lihat: ipa bantuan passwd\n" -"\n" -"Penguncian akun pada kegagalan kata sandi terjadi per master IPA. Status " -"pengguna\n" -"dapat digunakan untuk mengidentifikasi master mana pengguna dikunci.\n" -"Pada master itu administrator harus membuka kunci pengguna.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan pengguna baru:\n" -" ipa user-add --first=Tim --last=User --password tuser1\n" -"\n" -"Temukan semua pengguna yang entrinya termasuk string \"Tim\":\n" -" Tim pengguna ipa\n" -"\n" -"Temukan semua pengguna dengan \"Tim\" sebagai nama depan:\n" -" ipa user-find --first=Tim\n" -"\n" -"Nonaktifkan akun pengguna:\n" -" ipa pengguna-menonaktifkan tuser1\n" -"\n" -"Aktifkan akun pengguna:\n" -" ipa pengguna-mengaktifkan tuser1\n" -"\n" -"Menghapus pengguna:\n" -" ipa user-del tuser1\n" - -#, fuzzy -msgid "First name" -msgstr "Nama depan" - -#, fuzzy -msgid "Last name" -msgstr "Nama belakang" - -#, fuzzy -msgid "Full name" -msgstr "Nama lengkap" - -#, fuzzy -msgid "Display name" -msgstr "Nama tampilan" - -#, fuzzy -msgid "Initials" -msgstr "Inisial" - -#, fuzzy -msgid "Kerberos principal" -msgstr "Kepala sekolah Kerberos" - -#, fuzzy -msgid "Kerberos principal expiration" -msgstr "Kedaluwarsa pokok Kerberos" - -#, fuzzy -msgid "Email address" -msgstr "Alamat surel" - -#, fuzzy -msgid "Prompt to set the user password" -msgstr "Perintah untuk mengatur kata sandi pengguna" - -#, fuzzy -msgid "Generate a random user password" -msgstr "Hasilkan kata sandi pengguna acak" - -#, fuzzy -msgid "User ID Number (system will assign one if not provided)" -msgstr "Nomor ID Pengguna (sistem akan menetapkan satu jika tidak disediakan)" - -#, fuzzy -msgid "Street address" -msgstr "Nama jalan" - -#, fuzzy -msgid "City" -msgstr "Kota" - -#, fuzzy -msgid "State/Province" -msgstr "Negara bagian / Provinsi" - -#, fuzzy -msgid "ZIP" -msgstr "KODE POS" - -#, fuzzy -msgid "Telephone Number" -msgstr "Nomor HP" - -#, fuzzy -msgid "Mobile Telephone Number" -msgstr "Nomor Telepon Seluler" - -#, fuzzy -msgid "Pager Number" -msgstr "Nomor Pager" - -#, fuzzy -msgid "Fax Number" -msgstr "Fax" - -#, fuzzy -msgid "Org. Unit" -msgstr "Organisasi. Unit" - -#, fuzzy -msgid "Job Title" -msgstr "Nama Pekerjaan" - -#, fuzzy -msgid "Car License" -msgstr "Lisensi Mobil" - -msgid "Account disabled" -msgstr "Akun dinonaktifkan" - -#, fuzzy -msgid "User authentication types" -msgstr "Tipe autentikasi pengguna" - -#, fuzzy -msgid "Types of supported user authentication" -msgstr "Tipe autentikasi pengguna yang didukung" - -#, fuzzy -msgid "" -"User category (semantics placed on this attribute are for local " -"interpretation)" -msgstr "" -"Kategori pengguna (semantik yang ditempatkan pada atribut ini adalah untuk " -"interpretasi lokal)" - -#, fuzzy -msgid "RADIUS proxy configuration" -msgstr "Konfigurasi proksi RADIUS" - -#, fuzzy -msgid "RADIUS proxy username" -msgstr "Nama pengguna proksi RADIUS" - -#, fuzzy -msgid "Department Number" -msgstr "Nomor Departemen" - -#, fuzzy -msgid "Employee Number" -msgstr "Nomor Karyawan" - -#, fuzzy -msgid "Employee Type" -msgstr "Tipe Karyawan" - -#, fuzzy -msgid "Preferred Language" -msgstr "Bahasa Pilihan" - -#, fuzzy -msgid "Member of groups" -msgstr "" -"Setiap pengguna mungkin anggota dari beberapa kelompok; salah satunya " -"\"kelompok utama\" mereka. Kelompok utama pengguna secara standar, dibuat " -"ketika konfigurasi awal pengguna. Secara standar, setiap berkas yang dibuat " -"pengguna adalah milik mereka, sebagaimana kelompok utama mereka. Hal ini " -"tidak selalu diinginkan; contohnya, ketika penggua bekerja pada direktori " -"yang dibagi dengan kelompok selain kelompok utama mereka. Dalam hal ini, " -"pengguna perlu mengubah kelompok utama mereka menggunakan perintah berikut; " -"newgrp, yang memulai shell baru, atau sg, yang mengeksekusi perintah menggunakan kelompok alternatif yang " -"diberikan. Perintah ini juga mengizinkan pengguna ke kelompok yang bukan " -"miliknya. Jika kelompok diproteksi password, mereka perlu memasukkan " -"password yang sesuai sebelum perintah dieksekusi." - -#, fuzzy -msgid "Indirect Member of group" -msgstr "Anggota grup tidak langsung" - -#, fuzzy -msgid "Kerberos keys available" -msgstr "Kunci Kerberos tersedia" - -#, fuzzy -msgid "Add a new user." -msgstr "Menambah akun pengguna baru" - -#, fuzzy -msgid "Don't create user private group" -msgstr "Jangan membuat grup privat pengguna" - -#, fuzzy -msgid "Delete a user." -msgstr "Hapus suatu akun pengguna" - -#, fuzzy -msgid "Disable a user account." -msgstr "Menonaktifkan akun pengguna." - -#, fuzzy -msgid "Enable a user account." -msgstr "Mengaktifkan akun pengguna." - -#, fuzzy -msgid "Search for users." -msgstr "Cari pengguna." - -#, fuzzy -msgid "Self" -msgstr "Diri Sendiri" - -#, fuzzy -msgid "Display user record for current Kerberos principal" -msgstr "Tampilkan rekaman pengguna untuk prinsipal Kerberos saat ini" - -#, fuzzy -msgid "Results should contain primary key attribute only (\"login\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"login\")" - -#, fuzzy -msgid "Search for users with these member of groups." -msgstr "Cari pengguna dengan anggota grup ini." - -#, fuzzy -msgid "Search for users without these member of groups." -msgstr "Cari pengguna tanpa anggota grup ini." - -#, fuzzy -msgid "Search for users with these member of netgroups." -msgstr "Cari pengguna dengan anggota grup bersih ini." - -#, fuzzy -msgid "Search for users without these member of netgroups." -msgstr "Cari pengguna tanpa anggota grup-net ini." - -#, fuzzy -msgid "Search for users with these member of roles." -msgstr "Cari pengguna dengan anggota peran ini." - -#, fuzzy -msgid "Search for users without these member of roles." -msgstr "Cari pengguna tanpa anggota peran ini." - -#, fuzzy -msgid "Search for users with these member of HBAC rules." -msgstr "Cari pengguna dengan anggota aturan HBAC ini." - -#, fuzzy -msgid "Search for users without these member of HBAC rules." -msgstr "Cari pengguna tanpa aturan HBAC anggota ini." - -#, fuzzy -msgid "Search for users with these member of sudo rules." -msgstr "Cari pengguna dengan anggota aturan sudo ini." - -#, fuzzy -msgid "Search for users without these member of sudo rules." -msgstr "Cari pengguna tanpa anggota aturan sudo ini." - -#, fuzzy -msgid "Modify a user." -msgstr "Mengubah pengguna." - -#, fuzzy -msgid "Rename the user object" -msgstr "Mengganti nama objek pengguna" - -#, fuzzy -msgid "Display information about a user." -msgstr "Menampilkan informasi tentang pengguna." - -#, fuzzy -msgid "" -"\n" -"Lockout status of a user account\n" -"\n" -" An account may become locked if the password is entered incorrectly too\n" -" many times within a specific time period as controlled by password\n" -" policy. A locked account is a temporary condition and may be unlocked " -"by\n" -" an administrator.\n" -"\n" -" This connects to each IPA master and displays the lockout status on\n" -" each one.\n" -"\n" -" To determine whether an account is locked on a given server you need\n" -" to compare the number of failed logins and the time of the last " -"failure.\n" -" For an account to be locked it must exceed the maxfail failures within\n" -" the failinterval duration as specified in the password policy " -"associated\n" -" with the user.\n" -"\n" -" The failed login counter is modified only when a user attempts a log in\n" -" so it is possible that an account may appear locked but the last failed\n" -" login attempt is older than the lockouttime of the password policy. " -"This\n" -" means that the user may attempt a login again.\n" -" " -msgstr "" -"\n" -"Status penguncian akun pengguna\n" -"\n" -"Akun mungkin menjadi terkunci jika kata sandi salah dimasukkan juga\n" -" berkali-kali dalam periode waktu tertentu seperti yang dikontrol oleh " -"kata sandi\n" -" Kebijakan. Akun yang dikunci adalah kondisi sementara dan dapat dibuka " -"kuncinya\n" -" administrator.\n" -"\n" -"Ini terhubung ke setiap master IPA dan menampilkan status penguncian pada\n" -" masing-masing.\n" -"\n" -"Untuk menentukan apakah akun dikunci pada server tertentu yang Anda " -"butuhkan\n" -" untuk membandingkan jumlah login yang gagal dan waktu kegagalan terakhir." -"\n" -" Agar akun dikunci harus melebihi kegagalan maxfail dalam\n" -" durasi failinterval sebagaimana ditentukan dalam kebijakan kata sandi " -"yang terkait\n" -" dengan pengguna.\n" -"\n" -"Penghitung log masuk yang gagal hanya diubah ketika pengguna mencoba log " -"masuk\n" -" sehingga ada kemungkinan bahwa akun mungkin tampak terkunci tetapi yang " -"terakhir gagal\n" -" upaya login lebih lama dari waktu penguncian kebijakan kata sandi. Ini\n" -" berarti pengguna dapat mencoba login lagi.\n" -" " - -#, fuzzy -msgid "" -"\n" -"Unlock a user account\n" -"\n" -" An account may become locked if the password is entered incorrectly too\n" -" many times within a specific time period as controlled by password\n" -" policy. A locked account is a temporary condition and may be unlocked " -"by\n" -" an administrator.\n" -" " -msgstr "" -"\n" -"Membuka kunci akun pengguna\n" -"\n" -"Akun mungkin menjadi terkunci jika kata sandi salah dimasukkan juga\n" -" berkali-kali dalam periode waktu tertentu seperti yang dikontrol oleh " -"kata sandi\n" -" Kebijakan. Akun yang dikunci adalah kondisi sementara dan dapat dibuka " -"kuncinya\n" -" administrator.\n" -" " - -#, fuzzy -msgid "" -"\n" -"Auto Membership Rule.\n" -"\n" -"Bring clarity to the membership of hosts and users by configuring inclusive\n" -"or exclusive regex patterns, you can automatically assign a new entries " -"into\n" -"a group or hostgroup based upon attribute information.\n" -"\n" -"A rule is directly associated with a group by name, so you cannot create\n" -"a rule without an accompanying group or hostgroup.\n" -"\n" -"A condition is a regular expression used by 389-ds to match a new incoming\n" -"entry with an automember rule. If it matches an inclusive rule then the\n" -"entry is added to the appropriate group or hostgroup.\n" -"\n" -"A default group or hostgroup could be specified for entries that do not\n" -"match any rule. In case of user entries this group will be a fallback group\n" -"because all users are by default members of group specified in IPA config.\n" -"\n" -"The automember-rebuild command can be used to retroactively run automember " -"rules\n" -"against existing entries, thus rebuilding their membership.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add the initial group or hostgroup:\n" -" ipa hostgroup-add --desc=\"Web Servers\" webservers\n" -" ipa group-add --desc=\"Developers\" devel\n" -"\n" -" Add the initial rule:\n" -" ipa automember-add --type=hostgroup webservers\n" -" ipa automember-add --type=group devel\n" -"\n" -" Add a condition to the rule:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webservers\n" -" ipa automember-add-condition --key=manager --type=group --inclusive-" -"regex=^uid=mscott devel\n" -"\n" -" Add an exclusive condition to the rule to prevent auto assignment:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" -"regex=^web5\\.example\\.com webservers\n" -"\n" -" Add a host:\n" -" ipa host-add web1.example.com\n" -"\n" -" Add a user:\n" -" ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" -"\n" -" Verify automembership:\n" -" ipa hostgroup-show webservers\n" -" Host-group: webservers\n" -" Description: Web Servers\n" -" Member hosts: web1.example.com\n" -"\n" -" ipa group-show devel\n" -" Group name: devel\n" -" Description: Developers\n" -" GID: 1004200000\n" -" Member users: tuser\n" -"\n" -" Remove a condition from the rule:\n" -" ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webservers\n" -"\n" -" Modify the automember rule:\n" -" ipa automember-mod\n" -"\n" -" Set the default (fallback) target group:\n" -" ipa automember-default-group-set --default-group=webservers --" -"type=hostgroup\n" -" ipa automember-default-group-set --default-group=ipausers --type=group\n" -"\n" -" Remove the default (fallback) target group:\n" -" ipa automember-default-group-remove --type=hostgroup\n" -" ipa automember-default-group-remove --type=group\n" -"\n" -" Show the default (fallback) target group:\n" -" ipa automember-default-group-show --type=hostgroup\n" -" ipa automember-default-group-show --type=group\n" -"\n" -" Find all of the automember rules:\n" -" ipa automember-find\n" -"\n" -" Display a automember rule:\n" -" ipa automember-show --type=hostgroup webservers\n" -" ipa automember-show --type=group devel\n" -"\n" -" Delete an automember rule:\n" -" ipa automember-del --type=hostgroup webservers\n" -" ipa automember-del --type=group devel\n" -"\n" -" Rebuild membership for all users:\n" -" ipa automember-rebuild --type=group\n" -"\n" -" Rebuild membership for all hosts:\n" -" ipa automember-rebuild --type=hostgroup\n" -"\n" -" Rebuild membership for specified users:\n" -" ipa automember-rebuild --users=tuser1 --users=tuser2\n" -"\n" -" Rebuild membership for specified hosts:\n" -" ipa automember-rebuild --hosts=web1.example.com --hosts=web2.example." -"com\n" -msgstr "" -"\n" -"Aturan Keanggotaan Otomatis.\n" -"\n" -"Bawa kejelasan pada keanggotaan host dan pengguna dengan mengonfigurasi\n" -"atau pola regex eksklusif, Anda dapat secara otomatis menetapkan entri baru " -"ke dalam\n" -"grup atau grup host berdasarkan informasi atribut.\n" -"\n" -"Aturan secara langsung dikaitkan dengan grup menurut nama, sehingga Anda " -"tidak bisa membuat\n" -"aturan tanpa grup atau grup host yang menyertainya.\n" -"\n" -"Kondisi adalah ekspresi reguler yang digunakan oleh 389-ds untuk mencocokkan " -"masuk baru\n" -"entri dengan aturan automember. Jika cocok dengan aturan inklusif, maka\n" -"entri ditambahkan ke grup atau grup host yang sesuai.\n" -"\n" -"Grup asali atau grup host bisa ditentukan untuk entri yang tidak\n" -"cocok dengan aturan apa pun. Dalam kasus entri pengguna grup ini akan " -"menjadi grup fallback\n" -"karena semua pengguna adalah anggota default grup yang ditentukan dalam " -"konfigurasi IPA.\n" -"\n" -"Perintah automember-rebuild dapat digunakan untuk menjalankan aturan " -"automember secara retroaktif\n" -"terhadap entri yang ada, sehingga membangun kembali keanggotaan mereka.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan grup awal atau grup host:\n" -" ipa hostgroup-add --desc=\"Server Web\" webserver\n" -" ipa group-add --desc=\"Pengembang\" devel\n" -"\n" -"Tambahkan aturan awal:\n" -" ipa automember-add --type=hostgroup webserver\n" -" ipa automember-add --type=group devel\n" -"\n" -"Menambahkan kondisi ke aturan:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webservers\n" -" ipa automember-add-condition --key=manager --type=group --inclusive-" -"regex=^uid=mscott devel\n" -"\n" -"Tambahkan kondisi eksklusif ke aturan untuk mencegah penetapan otomatis:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" -"regex=^web5\\.example\\.com webserver\n" -"\n" -"Tambahkan host:\n" -" ipa host-add web1.example.com\n" -"\n" -"Tambah pengguna:\n" -" ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" -"\n" -"Verifikasi pemotongan otomatis:\n" -" Server web ipa hostgroup-show\n" -" Grup host: server web\n" -" Deskripsi: Server Web\n" -" Host anggota: web1.example.com\n" -"\n" -"ipa grup-show devel\n" -" Nama grup: devel\n" -" Deskripsi: Pengembang\n" -" GID: 1004200000\n" -" Pengguna anggota: tuser\n" -"\n" -"Menghapus kondisi dari aturan:\n" -" ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webserver\n" -"\n" -"Mengubah aturan automember:\n" -" ipa automember-mod\n" -"\n" -"Atur grup target default (fallback):\n" -" ipa automember-default-group-set --default-group=webservers --type=" -"hostgroup\n" -" ipa automember-default-group-set --default-group=ipausers --type=group\n" -"\n" -"Hapus grup target default (fallback):\n" -" ipa automember-default-group-remove --type=hostgroup\n" -" ipa automember-default-group-remove --type=group\n" -"\n" -"Tampilkan grup target default (fallback):\n" -" ipa automember-default-group-show --type=hostgroup\n" -" ipa automember-default-group-show --type=group\n" -"\n" -"Temukan semua aturan automember:\n" -" ipa automember-find\n" -"\n" -"Menampilkan aturan automember:\n" -" ipa automember-show --type=hostgroup webserver\n" -" ipa automember-show --type=group devel\n" -"\n" -"Menghapus aturan pembuat otomatis:\n" -" ipa automember-del --type=hostgroup webserver\n" -" ipa automember-del --type=grup devel\n" -"\n" -"Membangun kembali keanggotaan untuk semua pengguna:\n" -" ipa automember-rebuild --type=group\n" -"\n" -"Membangun kembali keanggotaan untuk semua host:\n" -" ipa automember-rebuild --type=hostgroup\n" -"\n" -"Membangun kembali keanggotaan untuk pengguna tertentu:\n" -" ipa automember-rebuild --users=tuser1 --users=tuser2\n" -"\n" -"Membangun kembali keanggotaan untuk host tertentu:\n" -" ipa automember-rebuild --hosts=web1.example.com --hosts=web2.example." -"com\n" - -#, fuzzy -msgid "A description of this auto member rule" -msgstr "Deskripsi aturan anggota otomatis ini" - -#, fuzzy -msgid "Default (fallback) Group" -msgstr "Grup Asali (mundur)" - -#, fuzzy -msgid "Default group for entries to land" -msgstr "Grup default untuk entri yang akan mendarat" - -#, fuzzy -msgid "Add an automember rule." -msgstr "Tambahkan aturan automember." - -#, fuzzy -msgid "Automember Rule" -msgstr "Aturan Automember" - -#, fuzzy -msgid "Grouping Type" -msgstr "Tipe Pengelompokan" - -#, fuzzy -msgid "Grouping to which the rule applies" -msgstr "Pengelompokan yang diterapkan aturan" - -#, fuzzy -msgid "Add conditions to an automember rule." -msgstr "Menambahkan kondisi ke aturan automember." - -#, fuzzy -msgid "Inclusive Regex" -msgstr "Regex Inklusif" - -#, fuzzy -msgid "Exclusive Regex" -msgstr "Regex Eksklusif" - -#, fuzzy -msgid "Attribute Key" -msgstr "Kunci Atribut" - -#, fuzzy -msgid "" -"Attribute to filter via regex. For example fqdn for a host, or manager for a " -"user" -msgstr "" -"Atribut untuk memfilter melalui regex. Misalnya fqdn untuk host, atau " -"manajer untuk pengguna" - -#, fuzzy -msgid "Conditions that could not be added" -msgstr "Kondisi yang tak bisa ditambahkan" - -#, fuzzy -msgid "Number of conditions added" -msgstr "Jumlah kondisi yang ditambahkan" - -#, fuzzy -msgid "Remove default (fallback) group for all unmatched entries." -msgstr "Hapus grup asali (fallback) untuk semua entri yang tidak cocok." - -#, fuzzy -msgid "Set default (fallback) group for all unmatched entries." -msgstr "Setel grup asali (fallback) untuk semua entri yang tidak cocok." - -#, fuzzy -msgid "Default (fallback) group for entries to land" -msgstr "Grup asali (mundur) untuk entri yang akan mendarat" - -#, fuzzy -msgid "Display information about the default (fallback) automember groups." -msgstr "" -"Menampilkan informasi tentang grup pemotongan otomatis asali (fallback)." - -#, fuzzy -msgid "Delete an automember rule." -msgstr "Menghapus aturan automember." - -#, fuzzy -msgid "Search for automember rules." -msgstr "Cari aturan automember." - -#, fuzzy -msgid "Modify an automember rule." -msgstr "Mengubah aturan automember." - -#, fuzzy -msgid "Rebuild auto membership." -msgstr "Membangun kembali keanggotaan otomatis." - -#, fuzzy -msgid "Rebuild membership for all members of a grouping" -msgstr "Membangun kembali keanggotaan untuk semua anggota pengelompokan" - -#, fuzzy -msgid "Rebuild membership for specified users" -msgstr "Membangun kembali keanggotaan untuk pengguna tertentu" - -#, fuzzy -msgid "Rebuild membership for specified hosts" -msgstr "Membangun kembali keanggotaan untuk host tertentu" - -#, fuzzy -msgid "No wait" -msgstr "_Tunggu" - -#, fuzzy -msgid "Don't wait for rebuilding membership" -msgstr "Jangan menunggu untuk membangun kembali keanggotaan" - -#, fuzzy -msgid "Remove conditions from an automember rule." -msgstr "Menghapus kondisi dari aturan automember." - -#, fuzzy -msgid "Conditions that could not be removed" -msgstr "Kondisi yang tak bisa dihapus" - -#, fuzzy -msgid "Number of conditions removed" -msgstr "Jumlah kondisi yang dihapus" - -#, fuzzy -msgid "Display information about an automember rule." -msgstr "Menampilkan informasi tentang aturan pemotongan otomatis." - -#, fuzzy -msgid "" -"\n" -"IPA certificate operations\n" -"\n" -"Implements a set of commands for managing server SSL certificates.\n" -"\n" -"Certificate requests exist in the form of a Certificate Signing Request " -"(CSR)\n" -"in PEM format.\n" -"\n" -"The dogtag CA uses just the CN value of the CSR and forces the rest of the\n" -"subject to values configured in the server.\n" -"\n" -"A certificate is stored with a service principal and a service principal\n" -"needs a host.\n" -"\n" -"In order to request a certificate:\n" -"\n" -"* The host must exist\n" -"* The service must exist (or you use the --add option to automatically add " -"it)\n" -"\n" -"SEARCHING:\n" -"\n" -"Certificates may be searched on by certificate subject, serial number,\n" -"revocation reason, validity dates and the issued date.\n" -"\n" -"When searching on dates the _from date does a >= search and the _to date\n" -"does a <= search. When combined these are done as an AND.\n" -"\n" -"Dates are treated as GMT to match the dates in the certificates.\n" -"\n" -"The date format is YYYY-mm-dd.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Request a new certificate and add the principal:\n" -" ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" -"\n" -" Retrieve an existing certificate:\n" -" ipa cert-show 1032\n" -"\n" -" Revoke a certificate (see RFC 5280 for reason details):\n" -" ipa cert-revoke --revocation-reason=6 1032\n" -"\n" -" Remove a certificate from revocation hold status:\n" -" ipa cert-remove-hold 1032\n" -"\n" -" Check the status of a signing request:\n" -" ipa cert-status 10\n" -"\n" -" Search for certificates by hostname:\n" -" ipa cert-find --subject=ipaserver.example.com\n" -"\n" -" Search for revoked certificates by reason:\n" -" ipa cert-find --revocation-reason=5\n" -"\n" -" Search for certificates based on issuance date\n" -" ipa cert-find --issuedon-from=2013-02-01 --issuedon-to=2013-02-07\n" -"\n" -"IPA currently immediately issues (or declines) all certificate requests so\n" -"the status of a request is not normally useful. This is for future use\n" -"or the case where a CA does not immediately issue a certificate.\n" -"\n" -"The following revocation reasons are supported:\n" -"\n" -" * 0 - unspecified\n" -" * 1 - keyCompromise\n" -" * 2 - cACompromise\n" -" * 3 - affiliationChanged\n" -" * 4 - superseded\n" -" * 5 - cessationOfOperation\n" -" * 6 - certificateHold\n" -" * 8 - removeFromCRL\n" -" * 9 - privilegeWithdrawn\n" -" * 10 - aACompromise\n" -"\n" -"Note that reason code 7 is not used. See RFC 5280 for more details:\n" -"\n" -"http://www.ietf.org/rfc/rfc5280.txt\n" -msgstr "" -"\n" -"Operasi sertifikat IPA\n" -"\n" -"Menerapkan serangkaian perintah untuk mengelola sertifikat SSL server.\n" -"\n" -"Permintaan sertifikat ada dalam bentuk Permintaan Penandatanganan Sertifikat " -"(CSR)\n" -"dalam format PEM.\n" -"\n" -"Dogtag CA hanya menggunakan nilai CN dari CSR dan memaksa sisa\n" -"tunduk pada nilai yang dikonfigurasi di server.\n" -"\n" -"Sertifikat disimpan dengan prinsipal layanan dan kepala layanan\n" -"butuh tuan rumah.\n" -"\n" -"Untuk meminta sertifikat:\n" -"\n" -"* Tuan rumah harus ada\n" -"* Layanan harus ada (atau Anda menggunakan opsi --add untuk secara otomatis " -"menambahkannya)\n" -"\n" -"Mencari:\n" -"\n" -"Sertifikat dapat dicari berdasarkan subjek sertifikat, nomor seri,\n" -"alasan pencabutan, tanggal validitas, dan tanggal penerbitan.\n" -"\n" -"Saat mencari pada tanggal _from tanggal melakukan pencarian >= dan tanggal " -"_to\n" -"melakukan pencarian <=100. Ketika digabungkan ini dilakukan sebagai AND.\n" -"\n" -"Tanggal diperlakukan sebagai GMT agar sesuai dengan tanggal dalam sertifikat." -"\n" -"\n" -"Format tanggal adalah YYYY-mm-dd.\n" -"\n" -"Contoh:\n" -"\n" -"Minta sertifikat baru dan tambahkan pokok:\n" -" ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" -"\n" -"Mengambil sertifikat yang sudah ada:\n" -" ipa cert-show 1032\n" -"\n" -"Mencabut sertifikat (lihat RFC 5280 untuk detail alasan):\n" -" ipa cert-mencabut --revocation-reason=6 1032\n" -"\n" -"Menghapus sertifikat dari status penahanan pembatalan:\n" -" ipa cert-remove-hold 1032\n" -"\n" -"Periksa status permintaan penandatanganan:\n" -" status ipa cert 10\n" -"\n" -"Cari sertifikat menurut nama host:\n" -" ipa cert-find --subject=ipaserver.example.com\n" -"\n" -"Cari sertifikat yang dicabut dengan alasan:\n" -" ipa cert-find --revocation-reason=5\n" -"\n" -"Cari sertifikat berdasarkan tanggal penerbitan\n" -" ipa cert-find --issuedon-from=2013-02-01 --issuedon-to=2013-02-07\n" -"\n" -"IPA saat ini segera mengeluarkan (atau menolak) semua permintaan sertifikat " -"sehingga\n" -"status permintaan biasanya tidak berguna. Ini untuk penggunaan di masa " -"mendatang\n" -"atau kasus di mana CA tidak segera menerbitkan sertifikat.\n" -"\n" -"Alasan pencabutan berikut didukung:\n" -"\n" -"* 0 - tidak ditentukan\n" -" * 1 - keyCompromise\n" -" * 2 - cACompromise\n" -" * 3 - afiliasi Dipertukarkan\n" -" * 4 - supersededed\n" -" * 5 - penghentianOfOperasi\n" -" * 6 - certificateHold\n" -" * 8 - hapusDariCRL\n" -" * 9 - hak istimewaWithdrawn\n" -" * 10 - aACompromise\n" -"\n" -"Perhatikan bahwa kode alasan 7 tidak digunakan. Lihat RFC 5280 untuk detail " -"selengkapnya:\n" -"\n" -"http://www.ietf.org/rfc/rfc5280.txt\n" - -#, fuzzy -msgid "Checks if any of the servers has the CA service enabled." -msgstr "Memeriksa apakah salah satu server mengaktifkan layanan CA." - -#, fuzzy -msgid "Search for existing certificates." -msgstr "Cari sertifikat yang sudah ada." - -#, fuzzy -msgid "Match cn attribute in subject" -msgstr "Cocokkan atribut cn dalam subjek" - -msgid "Reason" -msgstr "Alasan" - -#, fuzzy -msgid "Reason for revoking the certificate (0-10)" -msgstr "Alasan untuk mencabut sertifikat (0-10)" - -msgid "minimum serial number" -msgstr "nomor seri minimum" - -msgid "maximum serial number" -msgstr "nomor seri maksimum" - -#, fuzzy -msgid "match the common name exactly" -msgstr "cocok dengan nama umum persis" - -#, fuzzy -msgid "Valid not after from this date (YYYY-mm-dd)" -msgstr "Berlaku tidak setelah dari tanggal ini (YYYY-mm-dd)" - -#, fuzzy -msgid "Valid not after to this date (YYYY-mm-dd)" -msgstr "Berlaku tidak setelah tanggal ini (YYYY-mm-dd)" - -#, fuzzy -msgid "Valid not before from this date (YYYY-mm-dd)" -msgstr "Berlaku tidak sebelumnya dari tanggal ini (YYYY-mm-dd)" - -#, fuzzy -msgid "Valid not before to this date (YYYY-mm-dd)" -msgstr "Berlaku tidak sebelum tanggal ini (YYYY-mm-dd)" - -#, fuzzy -msgid "Issued on from this date (YYYY-mm-dd)" -msgstr "Dikeluarkan sejak tanggal ini (YYYY-mm-dd)" - -#, fuzzy -msgid "Issued on to this date (YYYY-mm-dd)" -msgstr "Diterbitkan pada tanggal ini (YYYY-mm-dd)" - -#, fuzzy -msgid "Revoked on from this date (YYYY-mm-dd)" -msgstr "Dicabut sejak tanggal ini (YYYY-mm-dd)" - -#, fuzzy -msgid "Revoked on to this date (YYYY-mm-dd)" -msgstr "Dicabut hingga tanggal ini (YYYY-mm-dd)" - -#, fuzzy -msgid "Maximum number of certs returned" -msgstr "Jumlah maksimum certs yang dikembalikan" - -#, fuzzy -msgid "Take a revoked certificate off hold." -msgstr "Mengambil penahanan sertifikat yang dicabut." - -#, fuzzy -msgid "Serial number" -msgstr "Nomor seri" - -#, fuzzy -msgid "Serial number in decimal or if prefixed with 0x in hexadecimal" -msgstr "" -"Nomor seri dalam desimal atau jika dia awalan dengan 0x dalam heksadesimal" - -msgid "Submit a certificate signing request." -msgstr "Mengirim sebuah permintan penandatanganan sertifikat." - -msgid "CSR" -msgstr "CSR" - -#, fuzzy -msgid "Service principal for this certificate (e.g. HTTP/test.example.com)" -msgstr "Pokok layanan untuk sertifikat ini (misalnya HTTP/test.example.com)" - -#, fuzzy -msgid "automatically add the principal if it doesn't exist" -msgstr "secara otomatis menambahkan prinsipal jika tidak ada" - -#, fuzzy -msgid "Revoke a certificate." -msgstr "Mencabut sertifikat." - -#, fuzzy -msgid "Retrieve an existing certificate." -msgstr "Mengambil sertifikat yang sudah ada." - -#, fuzzy -msgid "Output filename" -msgstr "Nama berkas keluaran" - -#, fuzzy -msgid "File to store the certificate in." -msgstr "Berkas untuk menyimpan sertifikat." - -#, fuzzy -msgid "Check the status of a certificate signing request." -msgstr "Periksa status permintaan penandatanganan sertifikat." - -#, fuzzy -msgid "Request id" -msgstr "Id permintaan" - -#, fuzzy -msgid "" -"\n" -"Groups of users\n" -"\n" -"Manage groups of users. By default, new groups are POSIX groups. You\n" -"can add the --nonposix option to the group-add command to mark a new group\n" -"as non-POSIX. You can use the --posix argument with the group-mod command\n" -"to convert a non-POSIX group into a POSIX group. POSIX groups cannot be\n" -"converted to non-POSIX groups.\n" -"\n" -"Every group must have a description.\n" -"\n" -"POSIX groups must have a Group ID (GID) number. Changing a GID is\n" -"supported but can have an impact on your file permissions. It is not " -"necessary\n" -"to supply a GID when creating a group. IPA will generate one automatically\n" -"if it is not provided.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new group:\n" -" ipa group-add --desc='local administrators' localadmins\n" -"\n" -" Add a new non-POSIX group:\n" -" ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" -"\n" -" Convert a non-POSIX group to posix:\n" -" ipa group-mod --posix remoteadmins\n" -"\n" -" Add a new POSIX group with a specific Group ID number:\n" -" ipa group-add --gid=500 --desc='unix admins' unixadmins\n" -"\n" -" Add a new POSIX group and let IPA assign a Group ID number:\n" -" ipa group-add --desc='printer admins' printeradmins\n" -"\n" -" Remove a group:\n" -" ipa group-del unixadmins\n" -"\n" -" To add the \"remoteadmins\" group to the \"localadmins\" group:\n" -" ipa group-add-member --groups=remoteadmins localadmins\n" -"\n" -" Add multiple users to the \"localadmins\" group:\n" -" ipa group-add-member --users=test1 --users=test2 localadmins\n" -"\n" -" Remove a user from the \"localadmins\" group:\n" -" ipa group-remove-member --users=test2 localadmins\n" -"\n" -" Display information about a named group.\n" -" ipa group-show localadmins\n" -"\n" -"External group membership is designed to allow users from trusted domains\n" -"to be mapped to local POSIX groups in order to actually use IPA resources.\n" -"External members should be added to groups that specifically created as\n" -"external and non-POSIX. Such group later should be included into one of " -"POSIX\n" -"groups.\n" -"\n" -"An external group member is currently a Security Identifier (SID) as defined " -"by\n" -"the trusted domain. When adding external group members, it is possible to\n" -"specify them in either SID, or DOM\\name, or name@domain format. IPA will " -"attempt\n" -"to resolve passed name to SID with the use of Global Catalog of the trusted " -"domain.\n" -"\n" -"Example:\n" -"\n" -"1. Create group for the trusted domain admins' mapping and their local POSIX " -"group:\n" -"\n" -" ipa group-add --desc=' admins external map' ad_admins_external " -"--external\n" -" ipa group-add --desc=' admins' ad_admins\n" -"\n" -"2. Add security identifier of Domain Admins of the to the " -"ad_admins_external\n" -" group:\n" -"\n" -" ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Allow members of ad_admins_external group to be associated with ad_admins " -"POSIX group:\n" -"\n" -" ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. List members of external members of ad_admins_external group to see their " -"SIDs:\n" -"\n" -" ipa group-show ad_admins_external\n" -msgstr "" -"\n" -"Grup pengguna\n" -"\n" -"Mengelola grup pengguna. Secara default, grup baru adalah grup POSIX. Anda\n" -"dapat menambahkan opsi --nonposix ke perintah group-add untuk menandai grup " -"baru\n" -"sebagai non-POSIX. Anda dapat menggunakan argumen --posix dengan perintah " -"group-mod\n" -"untuk mengonversi grup non-POSIX menjadi grup POSIX. Grup POSIX tidak dapat\n" -"dikonversi ke grup non-POSIX.\n" -"\n" -"Setiap kelompok harus memiliki deskripsi.\n" -"\n" -"Grup POSIX harus memiliki nomor Group ID (GID). Mengubah GID adalah\n" -"didukung tetapi dapat berdampak pada izin file Anda. Hal ini tidak perlu\n" -"untuk menyediakan GID saat membuat grup. IPA akan menghasilkan satu secara " -"otomatis\n" -"jika tidak disediakan.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan grup baru:\n" -" ipa group-add --desc='local administrators' localadmins\n" -"\n" -"Menambahkan grup non-POSIX baru:\n" -" ipa group-add --nonposix --desc='remoteadmins administrator jarak jauh\n" -"\n" -"Mengonversi grup non-POSIX menjadi posix:\n" -" ipa group-mod --posix remoteadmins\n" -"\n" -"Menambahkan grup POSIX baru dengan nomor ID Grup tertentu:\n" -" ipa group-add --gid=500 --desc='unix admins' unixadmins\n" -"\n" -"Tambahkan grup POSIX baru dan biarkan IPA menetapkan nomor ID Grup:\n" -" ipa group-add --desc='printer admins' printeradmins\n" -"\n" -"Menghapus grup:\n" -" ipa grup-del unixadmins\n" -"\n" -"Untuk menambahkan grup \"remoteadmins\" ke grup \"localadmins\":\n" -" ipa group-add-member --groups=remoteadmins localadmins\n" -"\n" -"Tambahkan beberapa pengguna ke grup \"localadmins\":\n" -" ipa group-add-member --users=test1 --users=test2 localadmins\n" -"\n" -"Menghapus pengguna dari grup \"localadmins\":\n" -" ipa group-remove-member --users=test2 localadmins\n" -"\n" -"Menampilkan informasi tentang grup bernama.\n" -" ipa group-show localadmins\n" -"\n" -"Keanggotaan grup eksternal dirancang untuk memperbolehkan pengguna dari " -"domain tepercaya\n" -"untuk dipetakan ke grup POSIX lokal untuk benar-benar menggunakan sumber " -"daya IPA.\n" -"Anggota eksternal harus ditambahkan ke grup yang secara khusus dibuat " -"sebagai\n" -"eksternal dan non-POSIX. Kelompok tersebut nantinya harus dimasukkan ke " -"dalam salah satu POSIX\n" -"Kelompok.\n" -"\n" -"Anggota grup eksternal saat ini adalah Pengidentifikasi Keamanan (SID) " -"sebagaimana didefinisikan oleh\n" -"domain tepercaya. Saat menambahkan anggota grup eksternal, dimungkinkan " -"untuk\n" -"tentukan dalam format SID, atau DOM\\n" -"ame, atau name@domain sama. IPA akan mencoba\n" -"untuk mengatasi nama yang diteruskan ke SID dengan menggunakan Katalog " -"Global domain tepercaya.\n" -"\n" -"Contoh:\n" -"\n" -"1. Buat grup untuk pemetaan admin domain tepercaya dan grup POSIX lokal " -"mereka:\n" -"\n" -"ipa group-add --desc=' admin peta eksternal' ad_admins_external --" -"external\n" -" ipa group-add --desc=' akun admin ad_admins\n" -"\n" -"2. Tambahkan pengidentifikasi keamanan Admin Domain ke " -"ad_admins_external\n" -" Kelompok:\n" -"\n" -"ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Izinkan anggota ad_admins_external grup dikaitkan dengan ad_admins POSIX:" -"\n" -"\n" -"ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. Daftar anggota eksternal ad_admins_external untuk melihat SID mereka:\n" -"\n" -"Acara grup ipa ad_admins_external\n" - -#, fuzzy -msgid "GID (use this option to set it manually)" -msgstr "GID (gunakan opsi ini untuk mengaturnya secara manual)" - -#, fuzzy -msgid "Indirect Member users" -msgstr "Pengguna Anggota Tidak Langsung" - -#, fuzzy -msgid "Indirect Member groups" -msgstr "Grup Anggota Tidak Langsung" - -#, fuzzy -msgid "Create a new group." -msgstr "Buat Grup Baru Gagal" - -#, fuzzy -msgid "Create as a non-POSIX group" -msgstr "Buat sebagai grup non-POSIX" - -#, fuzzy -msgid "Allow adding external non-IPA members from trusted domains" -msgstr "Perbolehkan penambahan anggota non-IPA eksternal dari domain tepercaya" - -#, fuzzy -msgid "Add members to a group." -msgstr "Menambahkan anggota ke grup." - -#, fuzzy -msgid "External member" -msgstr "Anggota eksternal" - -#, fuzzy -msgid "Members of a trusted domain in DOM\\name or name@domain form" -msgstr "" -"Anggota domain tepercaya di DOM\\n" -"ame atau name@domain formulir" - -msgid "Delete group." -msgstr "Menghapus grup." - -#, fuzzy -msgid "Detach a managed group from a user." -msgstr "Melepaskan grup terkelola dari pengguna." - -#, fuzzy -msgid "Search for groups." -msgstr "Mencari grup." - -#, fuzzy -msgid "search for private groups" -msgstr "cari grup privat" - -#, fuzzy -msgid "search for POSIX groups" -msgstr "cari grup POSIX" - -#, fuzzy -msgid "" -"search for groups with support of external non-IPA members from trusted " -"domains" -msgstr "" -"mencari grup dengan dukungan anggota non-IPA eksternal dari domain tepercaya" - -#, fuzzy -msgid "search for non-POSIX groups" -msgstr "cari grup non-POSIX" - -#, fuzzy -msgid "Results should contain primary key attribute only (\"group-name\")" -msgstr "Hasil hanya boleh berisi atribut utama (\"nama grup\")" - -#, fuzzy -msgid "Search for groups with these member users." -msgstr "Cari grup dengan pengguna anggota ini." - -#, fuzzy -msgid "Search for groups without these member users." -msgstr "Cari grup tanpa pengguna anggota ini." - -#, fuzzy -msgid "Search for groups with these member groups." -msgstr "Cari grup dengan grup anggota ini." - -#, fuzzy -msgid "Search for groups without these member groups." -msgstr "Cari grup tanpa grup anggota ini." - -#, fuzzy -msgid "Search for groups with these member of groups." -msgstr "Cari grup dengan anggota grup ini." - -#, fuzzy -msgid "Search for groups without these member of groups." -msgstr "Cari grup tanpa anggota grup ini." - -#, fuzzy -msgid "Search for groups with these member of netgroups." -msgstr "Cari grup dengan anggota grup bersih ini." - -#, fuzzy -msgid "Search for groups without these member of netgroups." -msgstr "Cari grup tanpa anggota grup bersih ini." - -#, fuzzy -msgid "Search for groups with these member of roles." -msgstr "Cari grup dengan anggota peran ini." - -#, fuzzy -msgid "Search for groups without these member of roles." -msgstr "Cari grup tanpa anggota peran ini." - -#, fuzzy -msgid "Search for groups with these member of HBAC rules." -msgstr "Cari grup dengan anggota aturan HBAC ini." - -#, fuzzy -msgid "Search for groups without these member of HBAC rules." -msgstr "Cari grup tanpa aturan HBAC anggota ini." - -#, fuzzy -msgid "Search for groups with these member of sudo rules." -msgstr "Cari grup dengan anggota aturan sudo ini." - -#, fuzzy -msgid "Search for groups without these member of sudo rules." -msgstr "Cari grup tanpa anggota aturan sudo ini." - -#, fuzzy -msgid "Modify a group." -msgstr "Mengubah grup." - -#, fuzzy -msgid "change to a POSIX group" -msgstr "perubahan ke grup POSIX" - -#, fuzzy -msgid "change to support external non-IPA members from trusted domains" -msgstr "" -"perubahan untuk mendukung anggota non-IPA eksternal dari domain tepercaya" - -#, fuzzy -msgid "Rename the group object" -msgstr "Mengganti nama objek grup" - -#, fuzzy -msgid "Remove members from a group." -msgstr "Menghapus anggota dari grup." - -#, fuzzy -msgid "Display information about a named group." -msgstr "Menampilkan informasi tentang grup bernama." - -#, fuzzy -msgid "" -"\n" -"Simulate use of Host-based access controls\n" -"\n" -"HBAC rules control who can access what services on what hosts.\n" -"You can use HBAC to control which users or groups can access a service,\n" -"or group of services, on a target host.\n" -"\n" -"Since applying HBAC rules implies use of a production environment,\n" -"this plugin aims to provide simulation of HBAC rules evaluation without\n" -"having access to the production environment.\n" -"\n" -" Test user coming to a service on a named host against\n" -" existing enabled rules.\n" -"\n" -" ipa hbactest --user= --host= --service=\n" -" [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" -" [--sizelimit= ]\n" -"\n" -" --user, --host, and --service are mandatory, others are optional.\n" -"\n" -" If --rules is specified simulate enabling of the specified rules and test\n" -" the login of the user using only these rules.\n" -"\n" -" If --enabled is specified, all enabled HBAC rules will be added to " -"simulation\n" -"\n" -" If --disabled is specified, all disabled HBAC rules will be added to " -"simulation\n" -"\n" -" If --nodetail is specified, do not return information about rules matched/" -"not matched.\n" -"\n" -" If both --rules and --enabled are specified, apply simulation to --rules " -"_and_\n" -" all IPA enabled rules.\n" -"\n" -" If no --rules specified, simulation is run against all IPA enabled rules.\n" -" By default there is a IPA-wide limit to number of entries fetched, you can " -"change it\n" -" with --sizelimit option.\n" -"\n" -"EXAMPLES:\n" -"\n" -" 1. Use all enabled HBAC rules in IPA database to simulate:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -" Matched rules: allow_all\n" -"\n" -" 2. Disable detailed summary of how rules were applied:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -"\n" -" 3. Test explicitly specified HBAC rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd \\\n" -" --rules=myrule --rules=my-second-rule\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: myrule\n" -"\n" -" 4. Use all enabled HBAC rules in IPA database + explicitly specified " -"rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd \\\n" -" --rules=myrule --rules=my-second-rule --enabled\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -" Matched rules: allow_all\n" -"\n" -" 5. Test all disabled HBAC rules in IPA database:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" Not matched rules: new-rule\n" -"\n" -" 6. Test all disabled HBAC rules in IPA database + explicitly specified " -"rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd \\\n" -" --rules=myrule --rules=my-second-rule --disabled\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -"\n" -" 7. Test all (enabled and disabled) HBAC rules in IPA database:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd \\\n" -" --enabled --disabled\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -" Not matched rules: new-rule\n" -" Matched rules: allow_all\n" -"\n" -"\n" -"HBACTEST AND TRUSTED DOMAINS\n" -"\n" -"When an external trusted domain is configured in IPA, HBAC rules are also " -"applied\n" -"on users accessing IPA resources from the trusted domain. Trusted domain " -"users and\n" -"groups (and their SIDs) can be then assigned to external groups which can " -"be\n" -"members of POSIX groups in IPA which can be used in HBAC rules and thus " -"allowing\n" -"access to resources protected by the HBAC system.\n" -"\n" -"hbactest plugin is capable of testing access for both local IPA users and " -"users\n" -"from the trusted domains, either by a fully qualified user name or by user " -"SID.\n" -"Such user names need to have a trusted domain specified as a short name\n" -"(DOMAIN\\Administrator) or with a user principal name (UPN), " -"Administrator@ad.test.\n" -"\n" -"Please note that hbactest executed with a trusted domain user as --user " -"parameter\n" -"can be only run by members of \"trust admins\" group.\n" -"\n" -"EXAMPLES:\n" -"\n" -" 1. Test if a user from a trusted domain specified by its shortname " -"matches any\n" -" rule:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN\\Administrator' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Matched rules: can_login\n" -"\n" -" 2. Test if a user from a trusted domain specified by its domain name " -"matches\n" -" any rule:\n" -"\n" -" $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Matched rules: can_login\n" -"\n" -" 3. Test if a user from a trusted domain specified by its SID matches any " -"rule:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-500 \\\n" -" --host `hostname` --service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Matched rules: can_login\n" -"\n" -" 4. Test if other user from a trusted domain specified by its SID matches " -"any rule:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-1203 \\\n" -" --host `hostname` --service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Not matched rules: can_login\n" -"\n" -" 5. Test if other user from a trusted domain specified by its shortname " -"matches\n" -" any rule:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN\\Otheruser' --host `hostname` --service " -"sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Not matched rules: can_login\n" -msgstr "" -"\n" -"Mensimulasikan penggunaan kontrol akses berbasis Host\n" -"\n" -"Aturan HBAC mengontrol siapa yang dapat mengakses layanan apa pada host apa." -"\n" -"Anda dapat menggunakan HBAC untuk mengontrol pengguna atau grup mana yang " -"dapat mengakses layanan,\n" -"atau sekelompok layanan, pada host target.\n" -"\n" -"Karena penerapan aturan HBAC menyiratkan penggunaan lingkungan produksi,\n" -"Plugin ini bertujuan untuk memberikan simulasi evaluasi tanpa aturan HBAC\n" -"memiliki akses ke lingkungan produksi.\n" -"\n" -" Uji pengguna yang datang ke layanan pada host bernama melawan\n" -" aturan aktif yang ada.\n" -"\n" -" ipa hbactest --user = --host = --service =\n" -" [--rules = rules-list] [--nodetail] [--enabled] [--disabled]\n" -" [--sizelimit =]\n" -"\n" -" --user, --host, dan --service adalah wajib, yang lainnya opsional.\n" -"\n" -" Jika --rules ditentukan, simulasikan pengaktifan aturan dan pengujian yang " -"ditentukan\n" -" login pengguna hanya menggunakan aturan ini.\n" -"\n" -" Jika --enabled ditentukan, semua aturan HBAC yang diaktifkan akan " -"ditambahkan ke simulasi\n" -"\n" -" Jika --disabled ditentukan, semua aturan HBAC yang dinonaktifkan akan " -"ditambahkan ke simulasi\n" -"\n" -" Jika --nodetail ditentukan, jangan kembalikan informasi tentang aturan yang " -"cocok / tidak cocok.\n" -"\n" -" Jika --rules dan --enabled ditentukan, terapkan simulasi ke --rules _and_\n" -" semua aturan yang mendukung IPA.\n" -"\n" -" Jika tidak ada --rules yang ditentukan, simulasi dijalankan terhadap semua " -"aturan yang mendukung IPA.\n" -" Secara default, ada batas seluruh IPA untuk jumlah entri yang diambil, Anda " -"dapat mengubahnya\n" -" dengan opsi --sizelimit.\n" -"\n" -"CONTOH:\n" -"\n" -" 1. Gunakan semua aturan HBAC yang diaktifkan di database IPA untuk " -"mensimulasikan:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -" Aturan yang cocok: allow_all\n" -"\n" -" 2. Nonaktifkan ringkasan mendetail tentang bagaimana aturan diterapkan:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --nodetail\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -"\n" -" 3. Uji aturan HBAC yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd \\\n" -" --rules = myrule --rules = my-second-rule\n" -" ---------------------\n" -" Akses diberikan: False\n" -" ---------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: myrule\n" -"\n" -" 4. Gunakan semua aturan HBAC yang diaktifkan dalam database IPA + aturan " -"yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd \\\n" -" --rules = myrule --rules = my-second-rule --enabled\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -" Aturan yang cocok: allow_all\n" -"\n" -" 5. Uji semua aturan HBAC yang dinonaktifkan di database IPA:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --disabled\n" -" ---------------------\n" -" Akses diberikan: False\n" -" ---------------------\n" -" Aturan tidak cocok: aturan baru\n" -"\n" -" 6. Uji semua aturan HBAC yang dinonaktifkan dalam database IPA + aturan " -"yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd \\\n" -" --rules = myrule --rules = my-second-rule --disabled\n" -" ---------------------\n" -" Akses diberikan: False\n" -" ---------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -"\n" -" 7. Uji semua aturan HBAC (diaktifkan dan dinonaktifkan) di database IPA:" -"\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd \\\n" -" --Diaktifkan dinonaktifkan\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -" Aturan tidak cocok: aturan baru\n" -" Aturan yang cocok: allow_all\n" -"\n" -"\n" -"DOMAIN HBACTEST DAN TEPERCAYA\n" -"\n" -"Ketika domain tepercaya eksternal dikonfigurasi di IPA, aturan HBAC juga " -"diterapkan\n" -"pada pengguna yang mengakses sumber daya IPA dari domain tepercaya. Pengguna " -"domain tepercaya dan\n" -"grup (dan SID mereka) kemudian dapat ditetapkan ke grup eksternal yang " -"dapat\n" -"anggota grup POSIX di IPA yang dapat digunakan dalam aturan HBAC dan dengan " -"demikian memungkinkan\n" -"akses ke sumber daya yang dilindungi oleh sistem HBAC.\n" -"\n" -"plugin hbactest mampu menguji akses untuk pengguna dan pengguna IPA lokal\n" -"dari domain tepercaya, baik dengan nama pengguna yang memenuhi syarat atau " -"dengan SID pengguna.\n" -"Nama pengguna tersebut harus memiliki domain tepercaya yang ditetapkan " -"sebagai nama pendek\n" -"(DOMAIN \\ Administrator) atau dengan nama utama pengguna (UPN), " -"Administrator@ad.test.\n" -"\n" -"Harap dicatat bahwa hbactest dijalankan dengan pengguna domain tepercaya " -"sebagai parameter --user\n" -"hanya dapat dijalankan oleh anggota grup \"admin tepercaya\".\n" -"\n" -"CONTOH:\n" -"\n" -" 1. Uji apakah pengguna dari domain tepercaya yang ditentukan oleh nama " -"pendeknya cocok dengan salah satu\n" -" aturan:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN \\ Administrator' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan yang cocok: can_login\n" -"\n" -" 2. Uji apakah pengguna dari domain tepercaya yang ditentukan oleh nama " -"domainnya cocok\n" -" aturan apapun:\n" -"\n" -" $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan yang cocok: can_login\n" -"\n" -" 3. Uji apakah pengguna dari domain tepercaya yang ditentukan oleh SID-" -"nya cocok dengan aturan apa pun:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-500 \\\n" -" --host `hostname` --service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan yang cocok: can_login\n" -"\n" -" 4. Uji apakah pengguna lain dari domain tepercaya yang ditentukan oleh " -"SID-nya cocok dengan aturan apa pun:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-1203 \\\n" -" --host `hostname` --service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan tidak cocok: can_login\n" -"\n" -" 5. Uji apakah pengguna lain dari domain tepercaya yang ditentukan oleh " -"nama pendeknya cocok\n" -" aturan apapun:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN \\ Otheruser' --host `hostname` --service " -"sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan tidak cocok: can_login\n" - -#, fuzzy -msgid "Simulate use of Host-based access controls" -msgstr "Simulasikan penggunaan kontrol akses berbasis Host" - -#, fuzzy -msgid "Target host" -msgstr "Host _target" - -#, fuzzy -msgid "Rules to test. If not specified, --enabled is assumed" -msgstr "Aturan untuk diuji. Jika tidak dispesifikasikan, --enabled diasumsikan" - -#, fuzzy -msgid "Hide details which rules are matched, not matched, or invalid" -msgstr "Sembunyikan detil aturan mana yang cocok, tidak cocok, atau tidak sahih" - -#, fuzzy -msgid "Include all enabled IPA rules into test [default]" -msgstr "Sertakan semua aturan IPA yang diaktifkan ke dalam pengujian [default]" - -#, fuzzy -msgid "Include all disabled IPA rules into test" -msgstr "Sertakan semua aturan IPA yang dinonaktifkan ke dalam pengujian" - -#, fuzzy -msgid "Maximum number of rules to process when no --rules is specified" -msgstr "" -"Jumlah maksimum aturan yang akan diproses ketika tidak ada --rules yang " -"ditentukan" - -#, fuzzy -msgid "Warning" -msgstr "Peringatan" - -#, fuzzy -msgid "Matched rules" -msgstr "Aturan yang cocok" - -#, fuzzy -msgid "Not matched rules" -msgstr "Aturan yang tidak cocok" - -#, fuzzy -msgid "Non-existent or invalid rules" -msgstr "Aturan yang tidak ada atau tidak valid" - -#, fuzzy -msgid "Result of simulation" -msgstr "Hasil simulasi" - -#, fuzzy -msgid "" -"\n" -"Cross-realm trusts\n" -"\n" -"Manage trust relationship between IPA and Active Directory domains.\n" -"\n" -"In order to allow users from a remote domain to access resources in IPA\n" -"domain, trust relationship needs to be established. Currently IPA supports\n" -"only trusts between IPA and Active Directory domains under control of " -"Windows\n" -"Server 2008 or later, with functional level 2008 or later.\n" -"\n" -"Please note that DNS on both IPA and Active Directory domain sides should " -"be\n" -"configured properly to discover each other. Trust relationship relies on\n" -"ability to discover special resources in the other domain via DNS records.\n" -"\n" -"Examples:\n" -"\n" -"1. Establish cross-realm trust with Active Directory using AD administrator\n" -" credentials:\n" -"\n" -" ipa trust-add --type=ad --admin --" -"password\n" -"\n" -"2. List all existing trust relationships:\n" -"\n" -" ipa trust-find\n" -"\n" -"3. Show details of the specific trust relationship:\n" -"\n" -" ipa trust-show \n" -"\n" -"4. Delete existing trust relationship:\n" -"\n" -" ipa trust-del \n" -"\n" -"Once trust relationship is established, remote users will need to be mapped\n" -"to local POSIX groups in order to actually use IPA resources. The mapping " -"should\n" -"be done via use of external membership of non-POSIX group and then this " -"group\n" -"should be included into one of local POSIX groups.\n" -"\n" -"Example:\n" -"\n" -"1. Create group for the trusted domain admins' mapping and their local POSIX " -"group:\n" -"\n" -" ipa group-add --desc=' admins external map' ad_admins_external " -"--external\n" -" ipa group-add --desc=' admins' ad_admins\n" -"\n" -"2. Add security identifier of Domain Admins of the to the " -"ad_admins_external\n" -" group:\n" -"\n" -" ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Allow members of ad_admins_external group to be associated with ad_admins " -"POSIX group:\n" -"\n" -" ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. List members of external members of ad_admins_external group to see their " -"SIDs:\n" -"\n" -" ipa group-show ad_admins_external\n" -"\n" -"\n" -"GLOBAL TRUST CONFIGURATION\n" -"\n" -"When IPA AD trust subpackage is installed and ipa-adtrust-install is run,\n" -"a local domain configuration (SID, GUID, NetBIOS name) is generated. These\n" -"identifiers are then used when communicating with a trusted domain of the\n" -"particular type.\n" -"\n" -"1. Show global trust configuration for Active Directory type of trusts:\n" -"\n" -" ipa trustconfig-show --type ad\n" -"\n" -"2. Modify global configuration for all trusts of Active Directory type and " -"set\n" -" a different fallback primary group (fallback primary group GID is used " -"as\n" -" a primary user GID if user authenticating to IPA domain does not have any " -"other\n" -" primary GID already set):\n" -"\n" -" ipa trustconfig-mod --type ad --fallback-primary-group \"alternative AD " -"group\"\n" -"\n" -"3. Change primary fallback group back to default hidden group (any group " -"with\n" -" posixGroup object class is allowed):\n" -"\n" -" ipa trustconfig-mod --type ad --fallback-primary-group \"Default SMB Group" -"\"\n" -msgstr "" -"\n" -"Kepercayaan lintas alam\n" -"\n" -"Mengelola hubungan kepercayaan antara IPA dan domain Active Directory.\n" -"\n" -"Untuk memperbolehkan pengguna dari domain jarak jauh mengakses sumber daya " -"di IPA\n" -"domain, hubungan kepercayaan perlu ditetapkan. Saat ini dukungan IPA\n" -"hanya kepercayaan antara IPA dan domain Active Directory yang berada di " -"bawah kendali Windows\n" -"Server 2008 atau yang lebih baru, dengan tingkat fungsional 2008 atau yang " -"lebih baru.\n" -"\n" -"Harap dicatat bahwa DNS di sisi domain IPA dan Active Directory harus\n" -"dikonfigurasi dengan benar untuk menemukan satu sama lain. Hubungan " -"kepercayaan bergantung pada\n" -"kemampuan untuk menemukan sumber daya khusus di domain lain melalui catatan " -"DNS.\n" -"\n" -"Contoh:\n" -"\n" -"1. Membangun kepercayaan lintas alam dengan Direktori Aktif menggunakan " -"administrator AD\n" -" Kredensial:\n" -"\n" -"ipa trust-add --type=ad --admin --" -"password\n" -"\n" -"2. Daftar semua hubungan kepercayaan yang ada:\n" -"\n" -"ipa trust-find\n" -"\n" -"3. Tampilkan detail hubungan kepercayaan tertentu:\n" -"\n" -"Pertunjukkan kepercayaan ipa \n" -"\n" -"4. Hapus hubungan kepercayaan yang ada:\n" -"\n" -"ipa trust-del \n" -"\n" -"Setelah hubungan kepercayaan terjalin, pengguna jarak jauh harus dipetakan\n" -"kepada grup POSIX lokal untuk benar-benar menggunakan sumber daya IPA. " -"Pemetaan harus\n" -"dilakukan melalui penggunaan keanggotaan eksternal grup non-POSIX dan " -"kemudian grup ini\n" -"harus dimasukkan ke dalam salah satu kelompok POSIX lokal.\n" -"\n" -"Contoh:\n" -"\n" -"1. Buat grup untuk pemetaan admin domain tepercaya dan grup POSIX lokal " -"mereka:\n" -"\n" -"ipa group-add --desc=' admin peta eksternal' ad_admins_external --" -"external\n" -" ipa group-add --desc=' ad_admins\n" -"\n" -"2. Tambahkan pengidentifikasi keamanan Admin Domain ke " -"ad_admins_external\n" -" Kelompok:\n" -"\n" -"ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Izinkan anggota ad_admins_external grup dikaitkan dengan ad_admins POSIX:" -"\n" -"\n" -"ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. Daftar anggota eksternal ad_admins_external untuk melihat SID mereka:\n" -"\n" -"Acara grup ipa ad_admins_external\n" -"\n" -"KONFIGURASI KEPERCAYAAN GLOBAL\n" -"\n" -"Saat subpackage kepercayaan IPA AD diinstal dan ipa-adtrust-install " -"dijalankan,\n" -"konfigurasi domain lokal (SID, GUID, nama NetBIOS) dihasilkan. Ini\n" -"kemudian digunakan saat berkomunikasi dengan domain tepercaya\n" -"tipe tertentu.\n" -"\n" -"1. Tampilkan konfigurasi kepercayaan global untuk jenis kepercayaan Active " -"Directory:\n" -"\n" -"ipa trustconfig-show --type iklan\n" -"\n" -"2. Ubah konfigurasi global untuk semua kepercayaan jenis dan set Active " -"Directory\n" -" grup utama fallback yang berbeda (fallback grup utama GID digunakan " -"sebagai\n" -" GID pengguna utama jika pengguna yang mengautentikasi ke domain IPA tidak " -"memiliki\n" -" GID primer sudah disetel):\n" -"\n" -"ipa trustconfig-mod --type iklan --fallback-primary-group \"grup AD " -"alternatif\"\n" -"\n" -"3. Ubah grup mundur utama kembali ke grup tersembunyi default (grup dengan\n" -" kelas objek posixGroup diperbolehkan):\n" -"\n" -"ipa trustconfig-mod --type iklan --fallback-primary-group \"Grup SMB " -"Default\"\n" -"" -"\n" - -#, fuzzy -msgid "Domain NetBIOS name" -msgstr "Nama Domain NetBIOS" - -#, fuzzy -msgid "Domain Security Identifier" -msgstr "Pengidentifikasi Keamanan Domain" - -#, fuzzy -msgid "SID blacklist incoming" -msgstr "Daftar hitam SID masuk" - -#, fuzzy -msgid "SID blacklist outgoing" -msgstr "Daftar hitam SID keluar" - -#, fuzzy -msgid "Security Identifier" -msgstr "Pengidentifikasi Keamanan" - -#, fuzzy -msgid "NetBIOS name" -msgstr "" -"Menunjukkan bahwa Samba harus bertindak sebagai server nama Netbios (WINS) " -"untuk jaringan lokal." - -msgid "Domain GUID" -msgstr "GUID Domain" - -#, fuzzy -msgid "Fallback primary group" -msgstr "Grup utama fallback" - -#, fuzzy -msgid "Domain name" -msgstr "Nama Domain" - -#, fuzzy -msgid "Trusted domain partner" -msgstr "Mitra domain tepercaya" - -#, fuzzy -msgid "Determine whether ipa-adtrust-install has been run on this system" -msgstr "Tentukan apakah ipa-adtrust-install telah dijalankan pada sistem ini" - -#, fuzzy -msgid "" -"Determine whether Schema Compatibility plugin is configured to serve trusted " -"domain users and groups" -msgstr "" -"Menentukan apakah plugin Kompatibilitas Skema dikonfigurasi untuk melayani " -"pengguna dan grup domain tepercaya" - -#, fuzzy -msgid "Determine whether ipa-adtrust-install has been run with sidgen task" -msgstr "" -"Menentukan apakah ipa-adtrust-install telah dijalankan dengan tugas sidgen" - -#, fuzzy -msgid "" -"\n" -"Add new trust to use.\n" -"\n" -"This command establishes trust relationship to another domain\n" -"which becomes 'trusted'. As result, users of the trusted domain\n" -"may access resources of this domain.\n" -"\n" -"Only trusts to Active Directory domains are supported right now.\n" -"\n" -"The command can be safely run multiple times against the same domain,\n" -"this will cause change to trust relationship credentials on both\n" -"sides.\n" -" " -msgstr "" -"\n" -"Tambahkan kepercayaan baru untuk digunakan.\n" -"\n" -"Perintah ini menetapkan hubungan kepercayaan ke domain lain\n" -"yang menjadi 'terpercaya'. Akibatnya, pengguna domain tepercaya\n" -"dapat mengakses sumber daya domain ini.\n" -"\n" -"Hanya kepercayaan ke domain Active Directory yang didukung saat ini.\n" -"\n" -"Perintah dapat dijalankan dengan aman beberapa kali terhadap domain yang " -"sama,\n" -"ini akan menyebabkan perubahan pada kredensial hubungan kepercayaan pada " -"keduanya\n" -"Sisi.\n" -" " - -#, fuzzy -msgid "Trust type (ad for Active Directory, default)" -msgstr "Tipe kepercayaan (iklan untuk Direktori Aktif, default)" - -#, fuzzy -msgid "Active Directory domain administrator" -msgstr "Administrator domain Direktori Aktif" - -#, fuzzy -msgid "Active Directory domain administrator's password" -msgstr "Kata sandi administrator domain Active Directory" - -#, fuzzy -msgid "Domain controller for the Active Directory domain (optional)" -msgstr "Pengontrol domain untuk domain Direktori Aktif (opsional)" - -#, fuzzy -msgid "Shared secret for the trust" -msgstr "Rahasia bersama untuk kepercayaan" - -#, fuzzy -msgid "First Posix ID of the range reserved for the trusted domain" -msgstr "ID Posix pertama dari rentang yang disediakan untuk domain tepercaya" - -#, fuzzy -msgid "Size of the ID range reserved for the trusted domain" -msgstr "Ukuran rentang ID yang dicadangkan untuk domain tepercaya" - -#, fuzzy -msgid "Range type" -msgstr "Tipe Range" - -#, fuzzy -msgid "" -"Type of trusted domain ID range, one of ipa-ad-trust-posix, ipa-ad-trust" -msgstr "" -"Tipe rentang ID domain tepercaya, salah satu ipa-ad-trust-posix, ipa-ad-trust" - -#, fuzzy -msgid "Delete a trust." -msgstr "Menghapus kepercayaan." - -#, fuzzy -msgid "Refresh list of the domains associated with the trust" -msgstr "Merefresh daftar domain yang terkait dengan kepercayaan" - -#, fuzzy -msgid "Search for trusts." -msgstr "Cari kepercayaan." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"realm\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"dunia\")" - -#, fuzzy -msgid "" -"\n" -"Modify a trust (for future use).\n" -"\n" -" Currently only the default option to modify the LDAP attributes is\n" -" available. More specific options will be added in coming releases.\n" -" " -msgstr "" -"\n" -"Mengubah kepercayaan (untuk penggunaan di masa mendatang).\n" -"\n" -"Saat ini hanya opsi default untuk mengubah atribut LDAP\n" -" Tersedia. Opsi yang lebih spesifik akan ditambahkan dalam rilis " -"mendatang.\n" -" " - -#, fuzzy -msgid "Resolve security identifiers of users and groups in trusted domains" -msgstr "" -"Mengatasi pengidentifikasi keamanan pengguna dan grup di domain tepercaya" - -#, fuzzy -msgid "Security Identifiers (SIDs)" -msgstr "Pengidentifikasi Keamanan (SID)" - -#, fuzzy -msgid "Display information about a trust." -msgstr "Menampilkan informasi tentang kepercayaan." - -#, fuzzy -msgid "Modify global trust configuration." -msgstr "Ubah konfigurasi kepercayaan global." - -#, fuzzy -msgid "Show global trust configuration." -msgstr "Tampilkan konfigurasi kepercayaan global." - -#, fuzzy -msgid "Allow access from the trusted domain" -msgstr "Perbolehkan akses dari domain tepercaya" - -#, fuzzy -msgid "Remove information about the domain associated with the trust." -msgstr "Hapus informasi tentang domain yang terkait dengan kepercayaan." - -#, fuzzy -msgid "Disable use of IPA resources by the domain of the trust" -msgstr "Nonaktifkan penggunaan sumber daya IPA oleh domain kepercayaan" - -#, fuzzy -msgid "Allow use of IPA resources by the domain of the trust" -msgstr "Perbolehkan penggunaan sumber daya IPA oleh domain kepercayaan" - -#, fuzzy -msgid "Search domains of the trust" -msgstr "Mencari domain kepercayaan" - -#, fuzzy -msgid "Results should contain primary key attribute only (\"domain\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"domain\")" - -#, fuzzy -msgid "Modify trustdomain of the trust" -msgstr "Ubah trustdomain kepercayaan" - -#, fuzzy -msgid "" -"\n" -"ID ranges\n" -"\n" -"Manage ID ranges used to map Posix IDs to SIDs and back.\n" -"\n" -"There are two type of ID ranges which are both handled by this utility:\n" -"\n" -" - the ID ranges of the local domain\n" -" - the ID ranges of trusted remote domains\n" -"\n" -"Both types have the following attributes in common:\n" -"\n" -" - base-id: the first ID of the Posix ID range\n" -" - range-size: the size of the range\n" -"\n" -"With those two attributes a range object can reserve the Posix IDs starting\n" -"with base-id up to but not including base-id+range-size exclusively.\n" -"\n" -"Additionally an ID range of the local domain may set\n" -" - rid-base: the first RID(*) of the corresponding RID range\n" -" - secondary-rid-base: first RID of the secondary RID range\n" -"\n" -"and an ID range of a trusted domain must set\n" -" - rid-base: the first RID of the corresponding RID range\n" -" - sid: domain SID of the trusted domain\n" -"\n" -"\n" -"\n" -"EXAMPLE: Add a new ID range for a trusted domain\n" -"\n" -"Since there might be more than one trusted domain the domain SID must be " -"given\n" -"while creating the ID range.\n" -"\n" -" ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" -"base=0 --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" -"\n" -"This ID range is then used by the IPA server and the SSSD IPA provider to\n" -"assign Posix UIDs to users from the trusted domain.\n" -"\n" -"If e.g. a range for a trusted domain is configured with the following " -"values:\n" -" base-id = 1200000\n" -" range-size = 200000\n" -" rid-base = 0\n" -"the RIDs 0 to 199999 are mapped to the Posix ID from 1200000 to 13999999. " -"So\n" -"RID 1000 <-> Posix ID 1201000\n" -"\n" -"\n" -"\n" -"EXAMPLE: Add a new ID range for the local domain\n" -"\n" -"To create an ID range for the local domain it is not necessary to specify a\n" -"domain SID. But since it is possible that a user and a group can have the " -"same\n" -"value as Posix ID a second RID interval is needed to handle conflicts.\n" -"\n" -" ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" -"base=1000 --secondary-rid-base=1000000 local_range\n" -"\n" -"The data from the ID ranges of the local domain are used by the IPA server\n" -"internally to assign SIDs to IPA users and groups. The SID will then be " -"stored\n" -"in the user or group objects.\n" -"\n" -"If e.g. the ID range for the local domain is configured with the values " -"from\n" -"the example above then a new user with the UID 1200007 will get the RID " -"1007.\n" -"If this RID is already used by a group the RID will be 1000007. This can " -"only\n" -"happen if a user or a group object was created with a fixed ID because the\n" -"automatic assignment will not assign the same ID twice. Since there are " -"only\n" -"users and groups sharing the same ID namespace it is sufficient to have " -"only\n" -"one fallback range to handle conflicts.\n" -"\n" -"To find the Posix ID for a given RID from the local domain it has to be\n" -"checked first if the RID falls in the primary or secondary RID range and\n" -"the rid-base or the secondary-rid-base has to be subtracted, respectively,\n" -"and the base-id has to be added to get the Posix ID.\n" -"\n" -"Typically the creation of ID ranges happens behind the scenes and this CLI\n" -"must not be used at all. The ID range for the local domain will be created\n" -"during installation or upgrade from an older version. The ID range for a\n" -"trusted domain will be created together with the trust by 'ipa trust-" -"add ...'.\n" -"\n" -"USE CASES:\n" -"\n" -" Add an ID range from a transitively trusted domain\n" -"\n" -" If the trusted domain (A) trusts another domain (B) as well and this " -"trust\n" -" is transitive 'ipa trust-add domain-A' will only create a range for\n" -" domain A. The ID range for domain B must be added manually.\n" -"\n" -" Add an additional ID range for the local domain\n" -"\n" -" If the ID range of the local domain is exhausted, i.e. no new IDs can " -"be\n" -" assigned to Posix users or groups by the DNA plugin, a new range has to " -"be\n" -" created to allow new users and groups to be added. (Currently there is " -"no\n" -" connection between this range CLI and the DNA plugin, but a future " -"version\n" -" might be able to modify the configuration of the DNS plugin as well)\n" -"\n" -"In general it is not necessary to modify or delete ID ranges. If there is " -"no\n" -"other way to achieve a certain configuration than to modify or delete an ID\n" -"range it should be done with great care. Because UIDs are stored in the " -"file\n" -"system and are used for access control it might be possible that users are\n" -"allowed to access files of other users if an ID range got deleted and " -"reused\n" -"for a different domain.\n" -"\n" -"(*) The RID is typically the last integer of a user or group SID which " -"follows\n" -"the domain SID. E.g. if the domain SID is S-1-5-21-123-456-789 and a user " -"from\n" -"this domain has the SID S-1-5-21-123-456-789-1010 then 1010 is the RID of " -"the\n" -"user. RIDs are unique in a domain, 32bit values and are used for users and\n" -"groups.\n" -"\n" -"WARNING:\n" -"\n" -"DNA plugin in 389-ds will allocate IDs based on the ranges configured for " -"the\n" -"local domain. Currently the DNA plugin *cannot* be reconfigured itself " -"based\n" -"on the local ranges set via this family of commands.\n" -"\n" -"Manual configuration change has to be done in the DNA plugin configuration " -"for\n" -"the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" -"IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " -"be\n" -"modified to match the new range.\n" -msgstr "" -"\n" -"Rentang ID Kelola rentang ID yang digunakan untuk memetakan ID Posix ke SID " -"dan sebaliknya. Ada dua jenis rentang ID yang keduanya ditangani oleh " -"utilitas ini: - Rentang ID domain lokal - rentang ID domain jarak jauh " -"tepercaya Kedua jenis memiliki kesamaan atribut berikut: - base-id: ID " -"pertama dari Rentang ID Posix - ukuran rentang: ukuran rentang Dengan kedua " -"atribut tersebut, objek rentang dapat memesan ID Posix yang dimulai dengan " -"id dasar hingga tetapi tidak termasuk ukuran basis-id + rentang secara " -"eksklusif. Selain itu rentang ID dari domain lokal dapat ditetapkan - rid-" -"base: RID pertama (*) dari rentang RID yang sesuai - sekunder-rid-base: RID " -"pertama dari rentang RID sekunder dan rentang ID dari domain tepercaya harus " -"ditetapkan - rid-base: RID pertama dari rentang RID yang sesuai - sid: " -"domain SID dari domain tepercaya CONTOH: Tambahkan rentang ID baru untuk " -"domain tepercaya Karena mungkin ada lebih dari satu domain tepercaya, SID " -"domain harus diberikan saat membuat kisaran ID. ipa idrange-add --base-id = " -"1200000 --range-size = 200000 --rid-base = 0 --dom-sid = S-1-5-21-123-456-" -"789 Trusted_dom_range Rentang ID ini kemudian digunakan oleh server IPA dan " -"penyedia SSSD IPA untuk menetapkan UID Posix ke pengguna dari domain " -"tepercaya. Jika misalnya rentang untuk domain tepercaya dikonfigurasi dengan " -"nilai berikut: base-id = 1200000 range-size = 200000 rid-base = 0 RID 0 " -"hingga 199999 dipetakan ke ID Posix dari 1200000 hingga 13999999. Jadi RID " -"1000 < -> Posix ID 1201000 CONTOH: Tambahkan rentang ID baru untuk domain " -"lokal Untuk membuat rentang ID untuk domain lokal, Anda tidak perlu " -"menentukan SID domain. Tetapi karena ada kemungkinan bahwa pengguna dan grup " -"dapat memiliki nilai yang sama dengan ID Posix, interval RID kedua " -"diperlukan untuk menangani konflik. ipa idrange-add --base-id = 1200000 " -"--range-size = 200000 --rid-base = 1000 --secondary-rid-base = 1000000 " -"local_range Data dari rentang ID domain lokal digunakan oleh IPA server " -"secara internal untuk menetapkan SID ke pengguna dan grup IPA. SID kemudian " -"akan disimpan di objek pengguna atau grup. Jika misalnya kisaran ID untuk " -"domain lokal dikonfigurasi dengan nilai dari contoh di atas maka pengguna " -"baru dengan UID 1200007 akan mendapatkan RID 1007. Jika RID ini sudah " -"digunakan oleh grup, RID akan menjadi 1000007. Ini hanya bisa terjadi jika " -"pengguna atau objek grup dibuat dengan ID tetap karena tugas otomatis tidak " -"akan menetapkan ID yang sama dua kali. Karena hanya ada pengguna dan grup " -"yang berbagi ruang nama ID yang sama, maka cukup hanya memiliki satu rentang " -"cadangan untuk menangani konflik. Untuk menemukan ID Posix untuk RID " -"tertentu dari domain lokal, ia harus diperiksa terlebih dahulu jika RID " -"termasuk dalam rentang RID primer atau sekunder dan rid-base atau secondary-" -"rid-base harus dikurangi, dan basis-id harus ditambahkan untuk mendapatkan " -"ID Posix. Biasanya pembuatan rentang ID terjadi di belakang layar dan CLI " -"ini tidak boleh digunakan sama sekali. Rentang ID untuk domain lokal akan " -"dibuat selama penginstalan atau peningkatan dari versi yang lebih lama. " -"Rentang ID untuk domain tepercaya akan dibuat bersama dengan kepercayaan " -"oleh 'ipa trust-add ...'. KASUS PENGGUNAAN: Tambahkan rentang ID dari domain " -"yang dipercaya secara transitif Jika domain tepercaya (A) mempercayai domain " -"lain (B) juga dan kepercayaan ini bersifat transitif 'ipa trust-add domain-" -"A' hanya akan membuat rentang untuk domain A. Rentang ID untuk domain B " -"harus ditambahkan secara manual. Tambahkan rentang ID tambahan untuk domain " -"lokal Jika rentang ID domain lokal sudah habis, yaitu tidak ada ID baru yang " -"dapat ditetapkan ke pengguna atau grup Posix dengan plugin DNA, rentang baru " -"harus dibuat untuk memungkinkan pengguna dan grup baru untuk ditambahkan. (" -"Saat ini tidak ada koneksi antara rentang CLI ini dan plugin DNA, tetapi " -"versi yang akan datang mungkin dapat mengubah konfigurasi plugin DNS juga) " -"Secara umum rentang ID tidak perlu diubah atau dihapus. Jika tidak ada cara " -"lain untuk mencapai konfigurasi tertentu selain mengubah atau menghapus " -"rentang ID, tindakan ini harus dilakukan dengan sangat hati-hati. Karena UID " -"disimpan dalam sistem file dan digunakan untuk kontrol akses, mungkin saja " -"pengguna diizinkan untuk mengakses file pengguna lain jika rentang ID " -"dihapus dan digunakan kembali untuk domain yang berbeda. (*) RID biasanya " -"adalah bilangan bulat terakhir dari pengguna atau grup SID yang mengikuti " -"domain SID. Misalnya jika domain SID adalah S-1-5-21-123-456-789 dan " -"pengguna dari domain ini memiliki SID S-1-5-21-123-456-789-1010 maka 1010 " -"adalah RID dari pengguna. RID unik dalam suatu domain, nilai 32bit dan " -"digunakan untuk pengguna dan grup. PERINGATAN: Plugin DNA dalam 389-ds akan " -"mengalokasikan ID berdasarkan rentang yang dikonfigurasi untuk domain lokal. " -"Saat ini plugin DNA * tidak dapat * dikonfigurasi ulang sendiri berdasarkan " -"rentang lokal yang disetel melalui rangkaian perintah ini. Perubahan " -"konfigurasi manual harus dilakukan dalam konfigurasi plugin DNA untuk " -"rentang lokal baru. Secara khusus, Atribut dnaNextRange dari 'cn = Posix " -"IDs, cn = Distributed Numeric Assignment Plugin, cn = plugins, cn = config' " -"harus dimodifikasi agar sesuai dengan kisaran baru.\n" - -#, fuzzy -msgid "Range name" -msgstr "Nama rentang" - -#, fuzzy -msgid "First Posix ID of the range" -msgstr "ID Posix pertama dari rentang" - -#, fuzzy -msgid "Number of IDs in the range" -msgstr "Jumlah ID dalam rentang" - -#, fuzzy -msgid "First RID of the corresponding RID range" -msgstr "RID pertama dari rentang RID yang sesuai" - -#, fuzzy -msgid "First RID of the secondary RID range" -msgstr "RID pertama dari rentang RID sekunder" - -#, fuzzy -msgid "Domain SID of the trusted domain" -msgstr "SID Domain dari domain tepercaya" - -#, fuzzy -msgid "Name of the trusted domain" -msgstr "Nama domain tepercaya" - -#, fuzzy -msgid "ID range type, one of ipa-ad-trust-posix, ipa-ad-trust, ipa-local" -msgstr "" -"Jenis rentang ID, salah satu ipa-ad-trust-posix, ipa-ad-trust, ipa-local" - -#, fuzzy -msgid "" -"\n" -"Add new ID range.\n" -"\n" -" To add a new ID range you always have to specify\n" -"\n" -" --base-id\n" -" --range-size\n" -"\n" -" Additionally\n" -"\n" -" --rid-base\n" -" --secondary-rid-base\n" -"\n" -" may be given for a new ID range for the local domain while\n" -"\n" -" --rid-base\n" -" --dom-sid\n" -"\n" -" must be given to add a new range for a trusted AD domain.\n" -"\n" -" WARNING:\n" -"\n" -" DNA plugin in 389-ds will allocate IDs based on the ranges configured " -"for the\n" -" local domain. Currently the DNA plugin *cannot* be reconfigured itself " -"based\n" -" on the local ranges set via this family of commands.\n" -"\n" -" Manual configuration change has to be done in the DNA plugin " -"configuration for\n" -" the new local range. Specifically, The dnaNextRange attribute of " -"'cn=Posix\n" -" IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has " -"to be\n" -" modified to match the new range.\n" -" " -msgstr "" -"\n" -"Tambahkan rentang ID baru.\n" -"\n" -"Untuk menambahkan rentang ID baru yang selalu harus Anda tentukan\n" -"\n" -"--base-id\n" -" --range-size\n" -"\n" -"Selain itu\n" -"\n" -"--rid-base\n" -" --secondary-rid-base\n" -"\n" -"dapat diberikan untuk rentang ID baru untuk domain lokal sementara\n" -"\n" -"--rid-base\n" -" --dom-sid\n" -"\n" -"harus diberikan untuk menambahkan rentang baru untuk domain AD tepercaya.\n" -"\n" -"Peringatan:\n" -"\n" -"Plugin DNA dalam 389-ds akan mengalokasikan ID berdasarkan rentang yang " -"dikonfigurasi untuk\n" -" domain lokal. Saat ini plugin DNA *tidak dapat* dikonfigurasi ulang " -"sendiri berdasarkan\n" -" pada rentang lokal yang ditetapkan melalui keluarga perintah ini.\n" -"\n" -"Perubahan konfigurasi manual harus dilakukan dalam konfigurasi plugin DNA " -"untuk\n" -" jangkauan lokal baru. Secara khusus, atribut dnaNextRange dari 'cn=" -"Posix\n" -" CD,cn=Plugin Penugasan Numerik Terdistribusi, cn=plugins,cn=config' " -"harus\n" -" dimodifikasi agar sesuai dengan rentang baru.\n" -" " - -#, fuzzy -msgid "Delete an ID range." -msgstr "Menghapus rentang ID." - -#, fuzzy -msgid "Search for ranges." -msgstr "Cari rentang." - -#, fuzzy -msgid "Modify ID range." -msgstr "Ubah rentang ID." - -#, fuzzy -msgid "Display information about a range." -msgstr "Menampilkan informasi tentang rentang." - -#, fuzzy -msgid "Time limit of search in seconds (0 is unlimited)" -msgstr "Batas waktu pencarian dalam detik (0 tidak terbatas)" - -#, fuzzy -msgid "Maximum number of entries returned (0 is unlimited)" -msgstr "Jumlah maksimum entri yang dikembalikan (0 tidak terbatas)" - -#, fuzzy -msgid "" -"\n" -"Manage CA ACL rules.\n" -"\n" -"This plugin is used to define rules governing which principals are\n" -"permitted to have certificates issued using a given certificate\n" -"profile.\n" -"\n" -"PROFILE ID SYNTAX:\n" -"\n" -"A Profile ID is a string without spaces or punctuation starting with a " -"letter\n" -"and followed by a sequence of letters, digits or underscore (\"_\").\n" -"\n" -"EXAMPLES:\n" -"\n" -" Create a CA ACL \"test\" that grants all users access to the\n" -" \"UserCert\" profile:\n" -" ipa caacl-add test --usercat=all\n" -" ipa caacl-add-profile test --certprofiles UserCert\n" -"\n" -" Display the properties of a named CA ACL:\n" -" ipa caacl-show test\n" -"\n" -" Create a CA ACL to let user \"alice\" use the \"DNP3\" profile:\n" -" ipa caacl-add-profile alice_dnp3 --certprofiles DNP3\n" -" ipa caacl-add-user alice_dnp3 --user=alice\n" -"\n" -" Disable a CA ACL:\n" -" ipa caacl-disable test\n" -"\n" -" Remove a CA ACL:\n" -" ipa caacl-del test\n" -msgstr "" -"\n" -"Mengelola aturan CA ACL.\n" -"\n" -"Plugin ini digunakan untuk mendefinisikan aturan yang mengatur prinsipal " -"mana yang\n" -"diizinkan untuk memiliki sertifikat yang dikeluarkan menggunakan sertifikat " -"tertentu\n" -"Profil.\n" -"\n" -"SINTAKS ID PROFIL:\n" -"\n" -"ID Profil adalah string tanpa spasi atau tanda baca yang dimulai dengan " -"huruf\n" -"dan diikuti dengan urutan huruf, digit atau garis bawah (\"_\").\n" -"\n" -"Contoh:\n" -"\n" -"Membuat \"uji\" CA ACL yang memberi semua pengguna akses ke\n" -" Profil \"UserCert\":\n" -" uji ipa caacl-add --usercat=all\n" -" Uji profil ipa caacl-add-profile --certprofiles UserCert\n" -"\n" -"Menampilkan properti ACL CA bernama:\n" -" Tes ipa caacl-show\n" -"\n" -"Buat ACL CA untuk memungkinkan pengguna \"alice\" menggunakan profil \"DNP3\"" -":\n" -" ipa caacl-add-profile alice_dnp3 --certprofiles DNP3\n" -" ipa caacl-add-user alice_dnp3 --user=alice\n" -"\n" -"Nonaktifkan ACL CA:\n" -" Uji nonaktifkan ipa caacl\n" -"\n" -"Menghapus ACL CA:\n" -" Tes ipa caacl-del\n" - -#, fuzzy -msgid "ACL name" -msgstr "Nama ACL" - -#, fuzzy -msgid "Profile category" -msgstr "Kategori profil" - -#, fuzzy -msgid "Profile category the ACL applies to" -msgstr "Kategori profil ACL berlaku untuk" - -#, fuzzy -msgid "User category the ACL applies to" -msgstr "Kategori pengguna ACL berlaku untuk" - -#, fuzzy -msgid "Host category the ACL applies to" -msgstr "Kategori host ACL berlaku untuk" - -#, fuzzy -msgid "Service category the ACL applies to" -msgstr "Kategori layanan ACL berlaku untuk" - -#, fuzzy -msgid "Profiles" -msgstr "Profil" - -#, fuzzy -msgid "Create a new CA ACL." -msgstr "Buat ACL CA baru." - -#, fuzzy -msgid "Add target hosts and hostgroups to a CA ACL." -msgstr "Tambahkan host target dan grup host ke ACL CA." - -#, fuzzy -msgid "Add profiles to a CA ACL." -msgstr "Tambahkan profil ke ACL CA." - -#, fuzzy -msgid "member Certificate Profile" -msgstr "Profil Sertifikat anggota" - -#, fuzzy -msgid "Certificate Profiles to add" -msgstr "Profil Sertifikat untuk ditambahkan" - -#, fuzzy -msgid "Add services to a CA ACL." -msgstr "Tambahkan layanan ke ACL CA." - -#, fuzzy -msgid "Add users and groups to a CA ACL." -msgstr "Menambahkan pengguna dan grup ke ACL CA." - -#, fuzzy -msgid "Delete a CA ACL." -msgstr "Menghapus ACL CA." - -#, fuzzy -msgid "Disable a CA ACL." -msgstr "Nonaktifkan ACL CA." - -#, fuzzy -msgid "Enable a CA ACL." -msgstr "Aktifkan ACL CA." - -#, fuzzy -msgid "Search for CA ACLs." -msgstr "Cari ACL CA." - -#, fuzzy -msgid "Modify a CA ACL." -msgstr "Memodifikasi ACL CA." - -#, fuzzy -msgid "Remove target hosts and hostgroups from a CA ACL." -msgstr "Hapus host target dan grup host dari CA ACL." - -#, fuzzy -msgid "Remove profiles from a CA ACL." -msgstr "Menghapus profil dari ACL CA." - -#, fuzzy -msgid "Certificate Profiles to remove" -msgstr "Profil Sertifikat untuk dihapus" - -#, fuzzy -msgid "Remove services from a CA ACL." -msgstr "Menghapus layanan dari ACL CA." - -#, fuzzy -msgid "Remove users and groups from a CA ACL." -msgstr "Menghapus pengguna dan grup dari ACL CA." - -#, fuzzy -msgid "Display the properties of a CA ACL." -msgstr "Menampilkan properti ACL CA." - -#, fuzzy -msgid "" -"\n" -"Manage Certificate Profiles\n" -"\n" -"Certificate Profiles are used by Certificate Authority (CA) in the signing " -"of\n" -"certificates to determine if a Certificate Signing Request (CSR) is " -"acceptable,\n" -"and if so what features and extensions will be present on the certificate.\n" -"\n" -"The Certificate Profile format is the property-list format understood by " -"the\n" -"Dogtag or Red Hat Certificate System CA.\n" -"\n" -"PROFILE ID SYNTAX:\n" -"\n" -"A Profile ID is a string without spaces or punctuation starting with a " -"letter\n" -"and followed by a sequence of letters, digits or underscore (\"_\").\n" -"\n" -"EXAMPLES:\n" -"\n" -" Import a profile that will not store issued certificates:\n" -" ipa certprofile-import ShortLivedUserCert --file UserCert.profile " -"--desc \"User Certificates\" --store=false\n" -"\n" -" Delete a certificate profile:\n" -" ipa certprofile-del ShortLivedUserCert\n" -"\n" -" Show information about a profile:\n" -" ipa certprofile-show ShortLivedUserCert\n" -"\n" -" Save profile configuration to a file:\n" -" ipa certprofile-show caIPAserviceCert --out caIPAserviceCert.cfg\n" -"\n" -" Search for profiles that do not store certificates:\n" -" ipa certprofile-find --store=false\n" -"\n" -"PROFILE CONFIGURATION FORMAT:\n" -"\n" -"The profile configuration format is the raw property-list format\n" -"used by Dogtag Certificate System. The XML format is not supported.\n" -"\n" -"The following restrictions apply to profiles managed by FreeIPA:\n" -"\n" -"- When importing a profile the \"profileId\" field, if present, must\n" -" match the ID given on the command line.\n" -"\n" -"- The \"classId\" field must be set to \"caEnrollImpl\"\n" -"\n" -"- The \"auth.instance_id\" field must be set to \"raCertAuth\"\n" -"\n" -"- The \"certReqInputImpl\" input class and \"certOutputImpl\" output\n" -" class must be used.\n" -msgstr "" -"\n" -"Kelola Profil Sertifikat\n" -"\n" -"Profil Sertifikat digunakan oleh Otoritas Sertifikat (CA) dalam " -"penandatanganan\n" -"untuk menentukan apakah Permintaan Penandatanganan Sertifikat (CSR) dapat " -"diterima,\n" -"dan jika demikian fitur dan ekstensi apa yang akan ada pada sertifikat.\n" -"\n" -"Format Profil Sertifikat adalah format daftar properti yang dipahami oleh\n" -"Dogtag atau Red Hat Certificate System CA.\n" -"\n" -"SINTAKS ID PROFIL:\n" -"\n" -"ID Profil adalah string tanpa spasi atau tanda baca yang dimulai dengan " -"huruf\n" -"dan diikuti dengan urutan huruf, digit atau garis bawah (\"_\").\n" -"\n" -"Contoh:\n" -"\n" -"Impor profil yang tidak akan menyimpan sertifikat yang diterbitkan:\n" -" ipa certprofile-import ShortLivedUserCert --file UserCert.profile --desc " -"\"User Certificates\" --store=false\n" -"\n" -"Menghapus profil sertifikat:\n" -" ipa certprofile-del ShortLivedUserCert\n" -"\n" -"Tampilkan informasi tentang profil:\n" -" ipa certprofile-show ShortLivedUserCert\n" -"\n" -"Simpan konfigurasi profil ke file:\n" -" ipa certprofile-show caIPAserviceCert --out caIPAserviceCert.cfg\n" -"\n" -"Cari profil yang tidak menyimpan sertifikat:\n" -" ipa certprofile-find --store=false\n" -"\n" -"FORMAT KONFIGURASI PROFIL:\n" -"\n" -"Format konfigurasi profil adalah format daftar properti mentah\n" -"digunakan oleh Dogtag Certificate System. Format XML tidak didukung.\n" -"\n" -"Pembatasan berikut berlaku untuk profil yang dikelola oleh FreeIPA:\n" -"\n" -"- Saat mengimpor profil bidang \"profileId\", jika ada, harus\n" -" cocok dengan ID yang diberikan pada baris perintah.\n" -"\n" -"- Bidang \"classId\" harus diatur ke \"caEnrollImpl\"\n" -"\n" -"- Bidang \"auth.instance_id\" harus diatur ke \"raCertAuth\"\n" -"\n" -"- Kelas input \"certReqInputImpl\" dan output \"certOutputImpl\"\n" -" kelas harus digunakan.\n" - -#, fuzzy -msgid "Profile ID for referring to this profile" -msgstr "ID Profil untuk merujuk ke profil ini" - -#, fuzzy -msgid "Profile description" -msgstr "Deskripsi profil" - -#, fuzzy -msgid "Brief description of this profile" -msgstr "Deskripsi singkat profil ini" - -#, fuzzy -msgid "Store issued certificates" -msgstr "Simpan sertifikat yang diterbitkan" - -#, fuzzy -msgid "Whether to store certs issued using this profile" -msgstr "Apakah menyimpan certs yang dikeluarkan menggunakan profil ini" - -#, fuzzy -msgid "Delete a Certificate Profile." -msgstr "Menghapus Profil Sertifikat." - -#, fuzzy -msgid "Search for Certificate Profiles." -msgstr "Cari Profil Sertifikat." - -#, fuzzy -msgid "Import a Certificate Profile." -msgstr "Mengimpor Profil Sertifikat." - -#, fuzzy -msgid "Filename of a raw profile. The XML format is not supported." -msgstr "Nama file profil mentah. Format XML tidak didukung." - -#, fuzzy -msgid "Modify Certificate Profile configuration." -msgstr "Ubah konfigurasi Profil Sertifikat." - -#, fuzzy -msgid "File containing profile configuration" -msgstr "File yang berisi konfigurasi profil" - -#, fuzzy -msgid "Display the properties of a Certificate Profile." -msgstr "Menampilkan properti Profil Sertifikat." - -#, fuzzy -msgid "Write profile configuration to file" -msgstr "Tulis konfigurasi profil ke berkas" - -#, fuzzy -msgid "Maximum amount of time (seconds) for a search (-1 or 0 is unlimited)" -msgstr "" -"Jumlah waktu maksimum (detik) untuk pencarian (-1 atau 0 tidak terbatas)" - -#, fuzzy -msgid "Maximum number of records to search (-1 or 0 is unlimited)" -msgstr "Jumlah maksimum rekaman untuk dicari (-1 atau 0 tidak terbatas)" - -#, fuzzy -msgid "" -"\n" -"Raise the IPA Domain Level.\n" -msgstr "" -"\n" -"Naikkan Tingkat Domain IPA.\n" - -#, fuzzy -msgid "Query current Domain Level." -msgstr "Kueri Tingkat Domain saat ini." - -#, fuzzy -msgid "Current domain level:" -msgstr "Tingkat domain saat ini:" - -#, fuzzy -msgid "Change current Domain Level." -msgstr "Mengubah Tingkat Domain saat ini." - -#, fuzzy -msgid "Domain Level" -msgstr "Tingkat Domain" - -#, fuzzy -msgid "Add certificates to host entry" -msgstr "Tambahkan sertifikat ke entri host" - -#, fuzzy -msgid "Remove certificates from host entry" -msgstr "Hapus sertifikat dari entri host" - -#, fuzzy -msgid "Fallback to AD DC LDAP" -msgstr "Kembali ke AD DC LDAP" - -#, fuzzy -msgid "" -"Allow falling back to AD DC LDAP when resolving AD trusted objects. For two-" -"way trusts only." -msgstr "" -"Izinkan jatuh kembali ke AD DC LDAP saat menyelesaikan objek tepercaya AD. " -"Hanya untuk kepercayaan dua arah." - -#, fuzzy -msgid "" -"Applies ID View to specified hosts or current members of specified " -"hostgroups. If any other ID View is applied to the host, it is overridden." -msgstr "" -"Menerapkan Tampilan ID ke host tertentu atau anggota grup host tertentu saat " -"ini. Jika ada Tampilan ID lain yang diterapkan ke host, maka akan ditimpa." - -#, fuzzy -msgid "Add to default group" -msgstr "Menambahkan ke grup default" - -#, fuzzy -msgid "Add migrated users without a group to a default group (default: true)" -msgstr "" -"Menambahkan pengguna yang dimigrasikan tanpa grup ke grup default (default: " -"true)" - -#, fuzzy -msgid "Search scope" -msgstr "Lingkup pencarian" - -#, fuzzy -msgid "" -"LDAP search scope for users and groups: base, onelevel, or subtree. Defaults " -"to onelevel" -msgstr "" -"Lingkup pencarian LDAP untuk pengguna dan grup: basis, onelevel, atau " -"subtree. Asali ke onelevel" - -#, fuzzy -msgid "Remove users that can manage this token." -msgstr "Hapus pengguna yang bisa mengelola token ini." - -#, fuzzy -msgid "Target DN subtree" -msgstr "Subtree DN target" - -#, fuzzy -msgid "" -"Optional DN subtree where an entry can be moved to (must be in the subtree, " -"but may not yet exist)" -msgstr "" -"Subtree DN opsional tempat entri dapat dipindahkan (harus berada di subtree, " -"tetapi mungkin belum ada)" - -#, fuzzy -msgid "Origin DN subtree" -msgstr "Subtree DN asal" - -#, fuzzy -msgid "" -"Optional DN subtree from where an entry can be moved (must be in the " -"subtree, but may not yet exist)" -msgstr "" -"Subtree DN opsional dari tempat entri dapat dipindahkan (harus berada di " -"subtree, tetapi mungkin belum ada)" - -#, fuzzy -msgid "" -"\n" -"IPA servers\n" -"\n" -"Get information about installed IPA servers.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Find all servers:\n" -" ipa server-find\n" -"\n" -" Show specific server:\n" -" ipa server-show ipa.example.com\n" -msgstr "" -"\n" -"Server IPA\n" -"\n" -"Dapatkan informasi tentang server IPA yang terinstal.\n" -"\n" -"Contoh:\n" -"\n" -"Temukan semua server:\n" -" ipa server-find\n" -"\n" -"Tampilkan peladen tertentu:\n" -" ipa server-show ipa.example.com\n" - -#, fuzzy -msgid "Server name" -msgstr "Nama server" - -#, fuzzy -msgid "IPA server hostname" -msgstr "Nama host server IPA" - -#, fuzzy -msgid "Managed suffix" -msgstr "Akhiran terkelola" - -#, fuzzy -msgid "Min domain level" -msgstr "Tingkat domain min" - -#, fuzzy -msgid "Minimum domain level" -msgstr "Tingkat domain minimum" - -#, fuzzy -msgid "Max domain level" -msgstr "Tingkat domain maks" - -#, fuzzy -msgid "Maximum domain level" -msgstr "Tingkat domain maksimum" - -#, fuzzy -msgid "Delete IPA server." -msgstr "Hapus server IPA." - -#, fuzzy -msgid "Search for IPA servers." -msgstr "Cari server IPA." - -#, fuzzy -msgid "Show IPA server." -msgstr "Tampilkan server IPA." - -#, fuzzy -msgid "Add new certificates to a service" -msgstr "Menambahkan sertifikat baru ke layanan" - -#, fuzzy -msgid "Remove certificates from a service" -msgstr "Menghapus sertifikat dari layanan" - -#, fuzzy -msgid "" -"\n" -"Service Constrained Delegation\n" -"\n" -"Manage rules to allow constrained delegation of credentials so\n" -"that a service can impersonate a user when communicating with another\n" -"service without requiring the user to actually forward their TGT.\n" -"This makes for a much better method of delegating credentials as it\n" -"prevents exposure of the short term secret of the user.\n" -"\n" -"The naming convention is to append the word \"target\" or \"targets\" to\n" -"a matching rule name. This is not mandatory but helps conceptually\n" -"to associate rules and targets.\n" -"\n" -"A rule consists of two things:\n" -" - A list of targets the rule applies to\n" -" - A list of memberPrincipals that are allowed to delegate for\n" -" those targets\n" -"\n" -"A target consists of a list of principals that can be delegated.\n" -"\n" -"In English, a rule says that this principal can delegate as this\n" -"list of principals, as defined by these targets.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new constrained delegation rule:\n" -" ipa servicedelegationrule-add ftp-delegation\n" -"\n" -" Add a new constrained delegation target:\n" -" ipa servicedelegationtarget-add ftp-delegation-target\n" -"\n" -" Add a principal to the rule:\n" -" ipa servicedelegationrule-add-member --principals=ftp/ipa.example." -"com ftp-delegation\n" -"\n" -" Add our target to the rule:\n" -" ipa servicedelegationrule-add-target --servicedelegationtargets=ftp-" -"delegation-target ftp-delegation\n" -"\n" -" Add a principal to the target:\n" -" ipa servicedelegationtarget-add-member --principals=ldap/ipa.example." -"com ftp-delegation-target\n" -"\n" -" Display information about a named delegation rule and target:\n" -" ipa servicedelegationrule_show ftp-delegation\n" -" ipa servicedelegationtarget_show ftp-delegation-target\n" -"\n" -" Remove a constrained delegation:\n" -" ipa servicedelegationrule-del ftp-delegation-target\n" -" ipa servicedelegationtarget-del ftp-delegation\n" -"\n" -"In this example the ftp service can get a TGT for the ldap service on\n" -"the bound user's behalf.\n" -"\n" -"It is strongly discouraged to modify the delegations that ship with\n" -"IPA, ipa-http-delegation and its targets ipa-cifs-delegation-targets and\n" -"ipa-ldap-delegation-targets. Incorrect changes can remove the ability\n" -"to delegate, causing the framework to stop functioning.\n" -msgstr "" -"\n" -"Delegasi Terkendala Layanan\n" -"\n" -"Mengelola aturan untuk memungkinkan pelimpahan kredensial yang dibatasi " -"sehingga\n" -"bahwa layanan dapat meniru pengguna saat berkomunikasi dengan pengguna lain\n" -"layanan tanpa mengharuskan pengguna untuk benar-benar meneruskan TGT mereka." -"\n" -"Ini membuat metode yang jauh lebih baik untuk mendelegasikan kredensial " -"karena\n" -"mencegah paparan rahasia jangka pendek pengguna.\n" -"\n" -"Konvensi penamaan adalah untuk menambahkan kata \"target\" atau \"target\" " -"untuk\n" -"nama aturan yang cocok. Ini bukan wajib tetapi membantu secara konseptual\n" -"untuk mengaitkan aturan dan target.\n" -"\n" -"Aturan terdiri dari dua hal:\n" -" - Daftar target aturan berlaku untuk\n" -" - Daftar anggotaPrincipal yang diizinkan untuk mendelegasikan untuk\n" -" target tersebut\n" -"\n" -"Target terdiri dari daftar prinsipal yang dapat didelegasikan.\n" -"\n" -"Dalam bahasa Inggris, sebuah aturan mengatakan bahwa kepala sekolah ini " -"dapat mendelegasikan\n" -"daftar prinsipal, sebagaimana didefinisikan oleh target-target ini.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan aturan delegasi terkendala baru:\n" -" ipa servicedelegationrule-add ftp-delegasi\n" -"\n" -"Tambahkan target delegasi terkendala baru:\n" -" ipa servicedelegationtarget-add ftp-delegation-target\n" -"\n" -"Tambahkan pokok ke aturan:\n" -" ipa servicedelegationrule-add-member --principals=ftp/ipa.example.com ftp-" -"delegation\n" -"\n" -"Tambahkan target kami ke aturan:\n" -" ipa servicedelegationrule-add-target --servicedelegationtargets=ftp-" -"delegation-target ftp-delegation\n" -"\n" -"Tambahkan pokok ke target:\n" -" ipa servicedelegationtarget-add-member --principals=ldap/ipa.example.com " -"ftp-delegation-target\n" -"\n" -"Tampilkan informasi tentang aturan dan target delegasi bernama:\n" -" ipa servicedelegationrule_show ftp-delegasi\n" -" ipa servicedelegationtarget_show ftp-delegation-target\n" -"\n" -"Menghapus delegasi yang dibatasi:\n" -" ipa servicedelegationrule-del ftp-delegation-target\n" -" ipa servicedelegationtarget-del ftp-delegasi\n" -"\n" -"Dalam contoh ini layanan FTP bisa mendapatkan TGT untuk layanan ldap pada\n" -"nama pengguna yang terikat.\n" -"\n" -"Sangat tidak dianjurkan untuk memodifikasi delegasi yang\n" -"IPA, ipa-http-delegasi dan targetnya ipa-cifs-delegasi-target dan\n" -"ipa-ldap-delegasi-target. Perubahan yang salah dapat menghapus kemampuan\n" -"untuk mendelegasikan, menyebabkan kerangka kerja berhenti berfungsi.\n" - -#, fuzzy -msgid "Allowed Target" -msgstr "Target yang Diperkenankan" - -#, fuzzy -msgid "Create a new service delegation rule." -msgstr "Membuat aturan delegasi layanan baru." - -#, fuzzy -msgid "Add member to a named service delegation rule." -msgstr "Tambahkan anggota ke aturan delegasi layanan bernama." - -#, fuzzy -msgid "member principal" -msgstr "kepala sekolah anggota" - -#, fuzzy -msgid "principal to add" -msgstr "kepala sekolah untuk menambahkan" - -#, fuzzy -msgid "Add target to a named service delegation rule." -msgstr "Tambahkan target ke aturan delegasi layanan bernama." - -#, fuzzy -msgid "member service delegation target" -msgstr "target delegasi layanan anggota" - -#, fuzzy -msgid "service delegation targets to add" -msgstr "target delegasi layanan untuk ditambahkan" - -#, fuzzy -msgid "Delete service delegation." -msgstr "Hapus delegasi layanan." - -#, fuzzy -msgid "Search for service delegations rule." -msgstr "Cari aturan delegasi layanan." - -#, fuzzy -msgid "Results should contain primary key attribute only (\"delegation-name\")" -msgstr "Hasil hanya boleh berisi atribut utama (\"nama delegasi\")" - -#, fuzzy -msgid "Remove member from a named service delegation rule." -msgstr "Hapus anggota dari aturan delegasi layanan bernama." - -#, fuzzy -msgid "principal to remove" -msgstr "kepala sekolah untuk dihapus" - -#, fuzzy -msgid "Remove target from a named service delegation rule." -msgstr "Hapus target dari aturan delegasi layanan bernama." - -#, fuzzy -msgid "service delegation targets to remove" -msgstr "target delegasi layanan untuk dihapus" - -#, fuzzy -msgid "Display information about a named service delegation rule." -msgstr "Menampilkan informasi tentang aturan delegasi layanan bernama." - -#, fuzzy -msgid "Create a new service delegation target." -msgstr "Buat target delegasi layanan baru." - -#, fuzzy -msgid "Add member to a named service delegation target." -msgstr "Tambahkan anggota ke target delegasi layanan bernama." - -#, fuzzy -msgid "Delete service delegation target." -msgstr "Hapus target delegasi layanan." - -#, fuzzy -msgid "Search for service delegation target." -msgstr "Cari target delegasi layanan." - -#, fuzzy -msgid "Remove member from a named service delegation target." -msgstr "Hapus anggota dari target delegasi layanan bernama." - -#, fuzzy -msgid "Display information about a named service delegation target." -msgstr "Menampilkan informasi tentang target delegasi layanan bernama." - -#, fuzzy -msgid "" -"\n" -"Stageusers\n" -"\n" -"Manage stage user entries.\n" -"\n" -"Stage user entries are directly under the container: \"cn=stage users,\n" -"cn=accounts, cn=provisioning, SUFFIX\".\n" -"User can not authenticate with those entries (even if the entries\n" -"contain credentials) and are candidate to become Active entries.\n" -"\n" -"Active user entries are Posix users directly under the container: " -"\"cn=accounts, SUFFIX\".\n" -"User can authenticate with Active entries, at the condition they have\n" -"credentials\n" -"\n" -"Delete user entries are Posix users directly under the container: " -"\"cn=deleted users,\n" -"cn=accounts, cn=provisioning, SUFFIX\".\n" -"User can not authenticate with those entries (even if the entries contain " -"credentials)\n" -"\n" -"The stage user container contains entries\n" -" - created by 'stageuser-add' commands that are Posix users\n" -" - created by external provisioning system\n" -"\n" -"A valid stage user entry MUST:\n" -" - entry RDN is 'uid'\n" -" - ipaUniqueID is 'autogenerate'\n" -"\n" -"IPA supports a wide range of username formats, but you need to be aware of " -"any\n" -"restrictions that may apply to your particular environment. For example,\n" -"usernames that start with a digit or usernames that exceed a certain length\n" -"may cause problems for some UNIX systems.\n" -"Use 'ipa config-mod' to change the username format allowed by IPA tools.\n" -"\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new stageuser:\n" -" ipa stageuser-add --first=Tim --last=User --password tuser1\n" -"\n" -" Add a stageuser from the Delete container\n" -" ipa stageuser-add --first=Tim --last=User --from-delete tuser1\n" -msgstr "" -"\n" -"Stageusers\n" -"\n" -"Mengelola entri pengguna tahap.\n" -"\n" -"Entri pengguna tahap langsung di bawah kontainer: \"pengguna cn=stage,\n" -"cn=akun, cn=provisioning, SUFFIX\".\n" -"Pengguna tidak dapat mengotentikasi dengan entri tersebut (bahkan jika " -"entri\n" -"berisi kredensial) dan merupakan kandidat untuk menjadi entri Aktif.\n" -"\n" -"Entri pengguna aktif adalah pengguna Posix langsung di bawah kontainer: \"cn" -"=accounts, SUFFIX\".\n" -"Pengguna dapat mengotentikasi dengan entri Aktif, pada kondisi yang mereka " -"miliki\n" -"Kredensial\n" -"\n" -"Hapus entri pengguna adalah pengguna Posix langsung di bawah kontainer: \"cn" -"=pengguna yang dihapus,\n" -"cn=akun, cn=provisioning, SUFFIX\".\n" -"Pengguna tak bisa mengotentikasi dengan entri tersebut (meskipun entri " -"tersebut memuat mandat)\n" -"\n" -"Kontainer pengguna tahap berisi entri\n" -" - dibuat oleh perintah 'stageuser-add' yang merupakan pengguna Posix\n" -" - dibuat oleh sistem penyediaan eksternal\n" -"\n" -"Entri pengguna tahap yang valid HARUS:\n" -" - entri RDN adalah 'uid'\n" -" - ipaUniqueID adalah 'autogenerasi'\n" -"\n" -"IPA mendukung berbagai format nama pengguna, tetapi Anda perlu menyadari\n" -"pembatasan yang mungkin berlaku untuk lingkungan tertentu Anda. Misalnya,\n" -"nama pengguna yang dimulai dengan digit atau nama pengguna yang melebihi " -"panjang tertentu\n" -"dapat menyebabkan masalah untuk beberapa sistem UNIX.\n" -"Gunakan 'ipa config-mod' untuk mengubah format nama pengguna yang diizinkan " -"oleh alat IPA.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan stageuser baru:\n" -" ipa stageuser-add --first=Tim --last=User --password tuser1\n" -"\n" -"Menambahkan stageuser dari kontainer Delete\n" -" ipa stageuser-add --first=Tim --last=User --from-delete tuser1\n" - -#, fuzzy -msgid "Activate a stage user." -msgstr "Mengaktifkan pengguna panggung." - -#, fuzzy -msgid "Add a new stage user." -msgstr "Menambahkan pengguna tahap baru." - -#, fuzzy -msgid "Create Stage user in from a delete user" -msgstr "Membuat pengguna Tahap dari pengguna yang dihapus" - -#, fuzzy -msgid "Delete a stage user." -msgstr "Menghapus pengguna panggung." - -#, fuzzy -msgid "Search for stage users." -msgstr "Cari pengguna panggung." - -#, fuzzy -msgid "Search for stage users with these member of groups." -msgstr "Cari pengguna tahap dengan anggota grup ini." - -#, fuzzy -msgid "Search for stage users without these member of groups." -msgstr "Cari pengguna tahap tanpa anggota grup ini." - -#, fuzzy -msgid "Search for stage users with these member of netgroups." -msgstr "Cari pengguna tahap dengan anggota netgroup ini." - -#, fuzzy -msgid "Search for stage users without these member of netgroups." -msgstr "Cari pengguna tahap tanpa anggota netgroup ini." - -#, fuzzy -msgid "Search for stage users with these member of roles." -msgstr "Cari pengguna panggung dengan anggota peran ini." - -#, fuzzy -msgid "Search for stage users without these member of roles." -msgstr "Cari pengguna tahap tanpa anggota peran ini." - -#, fuzzy -msgid "Search for stage users with these member of HBAC rules." -msgstr "Cari pengguna tahap dengan anggota aturan HBAC ini." - -#, fuzzy -msgid "Search for stage users without these member of HBAC rules." -msgstr "Cari pengguna tahap tanpa anggota aturan HBAC ini." - -#, fuzzy -msgid "Search for stage users with these member of sudo rules." -msgstr "Cari pengguna panggung dengan anggota aturan sudo ini." - -#, fuzzy -msgid "Search for stage users without these member of sudo rules." -msgstr "Cari pengguna panggung tanpa anggota aturan sudo ini." - -#, fuzzy -msgid "Modify a stage user." -msgstr "Mengubah pengguna panggung." - -#, fuzzy -msgid "Rename the stage user object" -msgstr "Mengganti nama objek pengguna panggung" - -#, fuzzy -msgid "Display information about a stage user." -msgstr "Menampilkan informasi tentang pengguna panggung." - -#, fuzzy -msgid "" -"\n" -"Topology\n" -"\n" -"Management of a replication topology.\n" -"\n" -"Requires minimum domain level 1.\n" -msgstr "" -"\n" -"Topologi\n" -"\n" -"Manajemen topologi replikasi.\n" -"\n" -"Memerlukan domain minimum level 1.\n" - -#, fuzzy -msgid "Segment name" -msgstr "Nama segmen" - -#, fuzzy -msgid "Arbitrary string identifying the segment" -msgstr "String sewenang-wenang mengidentifikasi segmen" - -#, fuzzy -msgid "Left node" -msgstr "Simpul kiri" - -#, fuzzy -msgid "Left replication node - an IPA server" -msgstr "Node replikasi kiri - server IPA" - -#, fuzzy -msgid "Right node" -msgstr "Simpul kanan" - -#, fuzzy -msgid "Right replication node - an IPA server" -msgstr "Node replikasi kanan - server IPA" - -#, fuzzy -msgid "Connectivity" -msgstr "Konektivitas" - -#, fuzzy -msgid "Direction of replication between left and right replication node" -msgstr "Arah replikasi antara node replikasi kiri dan kanan" - -#, fuzzy -msgid "Attributes to strip" -msgstr "Atribut untuk strip" - -#, fuzzy -msgid "" -"A space separated list of attributes which are removed from replication " -"updates." -msgstr "Daftar atribut terpisah spasi yang dihapus dari pembaruan replikasi." - -#, fuzzy -msgid "Attributes to replicate" -msgstr "Atribut untuk direplikasi" - -#, fuzzy -msgid "" -"Attributes that are not replicated to a consumer server during a fractional " -"update. E.g., `(objectclass=*) $ EXCLUDE accountlockout memberof" -msgstr "" -"Atribut yang tidak direplikasi ke server konsumen selama pembaruan pecahan. " -"Misalnya, '(objectclass=*) $ EXCLUDE accountlockout memberof" - -#, fuzzy -msgid "Attributes for total update" -msgstr "Atribut untuk pembaruan total" - -#, fuzzy -msgid "" -"Attributes that are not replicated to a consumer server during a total " -"update. E.g. (objectclass=*) $ EXCLUDE accountlockout" -msgstr "" -"Atribut yang tidak direplikasi ke server konsumen selama pembaruan total. " -"Misalnya (objectclass=*) $ EXCLUDE accountlockout" - -#, fuzzy -msgid "Session timeout" -msgstr "Waktu sesi habis" - -#, fuzzy -msgid "" -"Number of seconds outbound LDAP operations waits for a response from the " -"remote replica before timing out and failing" -msgstr "" -"Jumlah detik operasi LDAP keluar menunggu respons dari replika jarak jauh " -"sebelum waktu habis dan gagal" - -#, fuzzy -msgid "Replication agreement enabled" -msgstr "Perjanjian replikasi diaktifkan" - -#, fuzzy -msgid "" -"Whether a replication agreement is active, meaning whether replication is " -"occurring per that agreement" -msgstr "" -"Apakah perjanjian replikasi aktif, yang berarti apakah replikasi terjadi " -"sesuai perjanjian itu" - -#, fuzzy -msgid "Suffix name" -msgstr "Nama akhiran" - -#, fuzzy -msgid "LDAP suffix to be managed" -msgstr "Akhiran LDAP yang akan dikelola" - -#, fuzzy -msgid "Add a new segment." -msgstr "Tambahkan segmen baru." - -#, fuzzy -msgid "Delete a segment." -msgstr "_Hapus Segmen" - -#, fuzzy -msgid "Search for topology segments." -msgstr "Cari segmen topologi." - -#, fuzzy -msgid "Modify a segment." -msgstr "Mengubah segmen." - -#, fuzzy -msgid "" -"Request a full re-initialization of the node retrieving data from the other " -"node." -msgstr "" -"Minta inisialisasi ulang penuh dari node yang mengambil data dari node lain." - -#, fuzzy -msgid "Initialize left node" -msgstr "Menginisialisasi node kiri" - -#, fuzzy -msgid "Initialize right node" -msgstr "Menginisialisasi node kanan" - -#, fuzzy -msgid "Stop already started refresh of chosen node(s)" -msgstr "Berhenti sudah memulai refresh dari node yang dipilih" - -#, fuzzy -msgid "Display a segment." -msgstr "Menampilkan segmen." - -#, fuzzy -msgid "Add a new topology suffix to be managed." -msgstr "Tambahkan akhiran topologi baru untuk dikelola." - -#, fuzzy -msgid "Delete a topology suffix." -msgstr "Menghapus akhiran topologi." - -#, fuzzy -msgid "Search for topology suffices." -msgstr "Cari topologi sudah cukup." - -#, fuzzy -msgid "Modify a topology suffix." -msgstr "Memodifikasi akhiran topologi." - -#, fuzzy -msgid "Show managed suffix." -msgstr "Menunjukkan akhiran terkelola." - -#, fuzzy -msgid "" -"\n" -"Verify replication topology for suffix.\n" -"\n" -"Checks done:\n" -" 1. check if a topology is not disconnected. In other words if there are\n" -" replication paths between all servers.\n" -" 2. check if servers don't have more than the recommended number of\n" -" replication agreements\n" -" " -msgstr "" -"\n" -"Verifikasi topologi replikasi untuk akhiran.\n" -"\n" -"Pemeriksaan dilakukan:\n" -" 1. periksa apakah topologi tidak terputus. Dengan kata lain jika ada\n" -" jalur replikasi di antara semua server.\n" -" 2. periksa apakah server tidak memiliki lebih dari jumlah\n" -" perjanjian replikasi\n" -" " - -#, fuzzy -msgid "Preserved user" -msgstr "Pengguna yang dipertahankan" - -#, fuzzy -msgid "Add one or more certificates to the user entry" -msgstr "Menambahkan satu atau beberapa sertifikat ke entri pengguna" - -#, fuzzy -msgid "Remove one or more certificates to the user entry" -msgstr "Menghapus satu atau beberapa sertifikat ke entri pengguna" - -#, fuzzy -msgid "Move deleted user into staged area" -msgstr "Memindahkan pengguna yang dihapus ke area yang dipentaskan" - -#, fuzzy -msgid "Undelete a delete user account." -msgstr "Membatalkan penghapusan akun pengguna." - -#, fuzzy -msgid "" -"\n" -"Vaults\n" -"\n" -"Manage vaults.\n" -"\n" -"Vault is a secure place to store a secret.\n" -"\n" -"Based on the ownership there are three vault categories:\n" -"* user/private vault\n" -"* service vault\n" -"* shared vault\n" -"\n" -"User vaults are vaults owned used by a particular user. Private\n" -"vaults are vaults owned the current user. Service vaults are\n" -"vaults owned by a service. Shared vaults are owned by the admin\n" -"but they can be used by other users or services.\n" -"\n" -"Based on the security mechanism there are three types of\n" -"vaults:\n" -"* standard vault\n" -"* symmetric vault\n" -"* asymmetric vault\n" -"\n" -"Standard vault uses a secure mechanism to transport and\n" -"store the secret. The secret can only be retrieved by users\n" -"that have access to the vault.\n" -"\n" -"Symmetric vault is similar to the standard vault, but it\n" -"pre-encrypts the secret using a password before transport.\n" -"The secret can only be retrieved using the same password.\n" -"\n" -"Asymmetric vault is similar to the standard vault, but it\n" -"pre-encrypts the secret using a public key before transport.\n" -"The secret can only be retrieved using the private key.\n" -"\n" -"EXAMPLES:\n" -"\n" -" List vaults:\n" -" ipa vault-find\n" -" [--user |--service |--shared]\n" -"\n" -" Add a standard vault:\n" -" ipa vault-add \n" -" [--user |--service |--shared]\n" -" --type standard\n" -"\n" -" Add a symmetric vault:\n" -" ipa vault-add \n" -" [--user |--service |--shared]\n" -" --type symmetric --password-file password.txt\n" -"\n" -" Add an asymmetric vault:\n" -" ipa vault-add \n" -" [--user |--service |--shared]\n" -" --type asymmetric --public-key-file public.pem\n" -"\n" -" Show a vault:\n" -" ipa vault-show \n" -" [--user |--service |--shared]\n" -"\n" -" Modify vault description:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --desc \n" -"\n" -" Modify vault type:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --type \n" -" [old password/private key]\n" -" [new password/public key]\n" -"\n" -" Modify symmetric vault password:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --change-password\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --old-password \n" -" --new-password \n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --old-password-file \n" -" --new-password-file \n" -"\n" -" Modify asymmetric vault keys:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --private-key-file \n" -" --public-key-file \n" -"\n" -" Delete a vault:\n" -" ipa vault-del \n" -" [--user |--service |--shared]\n" -"\n" -" Display vault configuration:\n" -" ipa vaultconfig-show\n" -"\n" -" Archive data into standard vault:\n" -" ipa vault-archive \n" -" [--user |--service |--shared]\n" -" --in \n" -"\n" -" Archive data into symmetric vault:\n" -" ipa vault-archive \n" -" [--user |--service |--shared]\n" -" --in \n" -" --password-file password.txt\n" -"\n" -" Archive data into asymmetric vault:\n" -" ipa vault-archive \n" -" [--user |--service |--shared]\n" -" --in \n" -"\n" -" Retrieve data from standard vault:\n" -" ipa vault-retrieve \n" -" [--user |--service |--shared]\n" -" --out \n" -"\n" -" Retrieve data from symmetric vault:\n" -" ipa vault-retrieve \n" -" [--user |--service |--shared]\n" -" --out \n" -" --password-file password.txt\n" -"\n" -" Retrieve data from asymmetric vault:\n" -" ipa vault-retrieve \n" -" [--user |--service |--shared]\n" -" --out --private-key-file private.pem\n" -"\n" -" Add vault owners:\n" -" ipa vault-add-owner \n" -" [--user |--service |--shared]\n" -" [--users ] [--groups ] [--services ]\n" -"\n" -" Delete vault owners:\n" -" ipa vault-remove-owner \n" -" [--user |--service |--shared]\n" -" [--users ] [--groups ] [--services ]\n" -"\n" -" Add vault members:\n" -" ipa vault-add-member \n" -" [--user |--service |--shared]\n" -" [--users ] [--groups ] [--services ]\n" -"\n" -" Delete vault members:\n" -" ipa vault-remove-member \n" -" [--user |--service |--shared]\n" -" [--users ] [--groups ] [--services ]\n" -msgstr "" -"\n" -"Vaults Kelola vault. Vault adalah tempat yang aman untuk menyimpan rahasia. " -"Berdasarkan kepemilikan, ada tiga kategori vault: * brankas pengguna / " -"pribadi * brankas layanan * brankas bersama Kubah pengguna adalah brankas " -"yang digunakan oleh pengguna tertentu. Kubah pribadi adalah brankas yang " -"dimiliki pengguna saat ini. Brankas layanan adalah brankas yang dimiliki " -"oleh suatu layanan. Vault bersama dimiliki oleh admin tetapi dapat digunakan " -"oleh pengguna atau layanan lain. Berdasarkan mekanisme keamanan, ada tiga " -"jenis brankas: * lemari besi standar * lemari besi simetris * lemari besi " -"asimetris Kubah standar menggunakan mekanisme aman untuk mengangkut dan " -"menyimpan rahasia. Rahasianya hanya dapat diambil oleh pengguna yang " -"memiliki akses ke lemari besi. Lemari besi simetris mirip dengan lemari besi " -"standar, tetapi pra-enkripsi rahasia menggunakan kata sandi sebelum dikirim. " -"Rahasianya hanya dapat diambil dengan menggunakan kata sandi yang sama. " -"Lemari besi asimetris mirip dengan lemari besi standar, tetapi pra-enkripsi " -"rahasia menggunakan kunci publik sebelum transportasi. Rahasianya hanya " -"dapat diambil menggunakan kunci pribadi. CONTOH: Cantumkan vaults: ipa vault-" -"find [--user | --service | - shared] Tambahkan lemari besi " -"standar: ipa vault-add [--pengguna | --service | - " -"shared] --type standard Menambahkan kubah simetris: ipa vault-add [--" -"pengguna | --service | - shared] --type simetris --password-" -"file password.txt Tambahkan kubah asimetris: ipa vault-add [--" -"pengguna | --service | - shared] --type asymmetric --public-" -"key-file public.pem Tampilkan lemari besi: ipa vault-show [--" -"pengguna | --service | --shared] Modifikasi deskripsi lemari " -"besi: ipa vault-mod [--pengguna | --service | - shared] " -"--desc Ubah jenis vault: ipa vault-mod [--pengguna |" -" --service | - shared] --type [kata sandi lama / kunci " -"pribadi] [kata sandi baru / kunci publik] Ubah kata sandi kubah simetris: " -"ipa vault-mod [--pengguna | --service | --berbagi] " -"--ubah-kata sandi ipa vault-mod [--pengguna | --service " -"| --berbagi] - kata sandi lama --kata sandi baru " -"ipa vault-mod [--pengguna | --service | --berbagi] " -"--file-password-lama --new-password-file Ubah kunci kubah asimetris: ipa vault-mod [--pengguna | --" -"service | - shared] --private-key-file " -"--public-key-file Hapus lemari besi: ipa vault-" -"del [--pengguna | --service | - shared] Menampilkan " -"konfigurasi vault: ipa vaultconfig-show Arsipkan data ke dalam vault standar:" -" ipa vault-archive [--pengguna | --service | --berbagi] " -"--dalam Arsipkan data ke dalam lemari besi simetris: ipa vault-" -"archive [--pengguna | --service | --berbagi] --" -"dalam --password-file password.txt Arsipkan data ke dalam lemari " -"besi asimetris: ipa vault-archive [--pengguna | --" -"service | --berbagi] --dalam Ambil data dari lemari " -"besi standar: ipa vault-ambil [--pengguna | --service | " -"--berbagi] --out Ambil data dari lemari besi simetris: ipa " -"vault-ambil [--pengguna | --service | --berbagi] --" -"out --password-file password.txt Ambil data dari lemari besi " -"asimetris: ipa vault-ambil [--pengguna | --service | " -"--berbagi] --out --private-key-file private.pem Tambahkan " -"pemilik vault: ipa vault-add-owner [--pengguna | --" -"service | --berbagi] [--pengguna ] [--groups ] [--" -"jasa ] Hapus pemilik vault: ipa vault-remove-owner [--" -"pengguna | --service | --berbagi] [--pengguna ] [--" -"groups ] [--jasa ] Tambah anggota vault: ipa vault-add-" -"member [--pengguna | --service | --berbagi] [--" -"pengguna ] [--groups ] [--jasa ] Hapus anggota " -"vault: ipa vault-remove-member [--pengguna | --service |" -" --berbagi] [--pengguna ] [--groups ] [--jasa ]\n" - -#, fuzzy -msgid "Vault name" -msgstr "Nama kubah" - -#, fuzzy -msgid "Vault description" -msgstr "Deskripsi kubah" - -#, fuzzy -msgid "Vault type" -msgstr "Tipe kubah" - -#, fuzzy -msgid "Salt" -msgstr "Garam" - -#, fuzzy -msgid "Vault salt" -msgstr "Garam lemari besi" - -#, fuzzy -msgid "Public key" -msgstr "Kunci publik" - -#, fuzzy -msgid "Vault public key" -msgstr "Kunci publik kubah" - -#, fuzzy -msgid "Owner users" -msgstr "Pengguna pemilik" - -#, fuzzy -msgid "Owner groups" -msgstr "Grup pemilik" - -#, fuzzy -msgid "Owner services" -msgstr "Layanan pemilik" - -#, fuzzy -msgid "Failed owners" -msgstr "Pemilik gagal" - -#, fuzzy -msgid "Vault service" -msgstr "Layanan Kubah" - -#, fuzzy -msgid "Shared vault" -msgstr "Kubah bersama" - -#, fuzzy -msgid "Vault user" -msgstr "Pengguna Vault" - -#, fuzzy -msgid "Transport Certificate" -msgstr "Sertifikat Transang" - -#, fuzzy -msgid "Service name of the service vault" -msgstr "Nama layanan kubah layanan" - -#, fuzzy -msgid "Username of the user vault" -msgstr "Nama pengguna kubah pengguna" - -#, fuzzy -msgid "Add members to a vault." -msgstr "Menambahkan anggota ke kubah." - -#, fuzzy -msgid "Add owners to a vault." -msgstr "Tambahkan pemilik ke kubah." - -#, fuzzy -msgid "owner user" -msgstr "pengguna pemilik" - -#, fuzzy -msgid "owner group" -msgstr "Ubah pemilik/grup" - -#, fuzzy -msgid "owner service" -msgstr "layanan pemilik" - -#, fuzzy -msgid "Owners that could not be added" -msgstr "Pemilik yang tak bisa ditambahkan" - -#, fuzzy -msgid "Number of owners added" -msgstr "Jumlah pemilik yang ditambahkan" - -#, fuzzy -msgid "Session key wrapped with transport certificate" -msgstr "Kunci sesi dibungkus dengan sertifikat transang" - -#, fuzzy -msgid "Vault data encrypted with session key" -msgstr "Data vault dienkripsi dengan tombol sesi" - -msgid "Nonce" -msgstr "Nonce" - -#, fuzzy -msgid "Delete a vault." -msgstr "Menghapus kubah." - -#, fuzzy -msgid "Search for vaults." -msgstr "Cari kubah." - -#, fuzzy -msgid "List all service vaults" -msgstr "Daftar semua kubah layanan" - -#, fuzzy -msgid "List all user vaults" -msgstr "Daftar semua kubah pengguna" - -#, fuzzy -msgid "Remove members from a vault." -msgstr "Menghapus anggota dari kubah." - -#, fuzzy -msgid "Remove owners from a vault." -msgstr "Hapus pemilik dari kubah." - -#, fuzzy -msgid "Owners that could not be removed" -msgstr "Pemilik yang tak bisa dihapus" - -#, fuzzy -msgid "Number of owners removed" -msgstr "Jumlah pemilik yang dihapus" - -#, fuzzy -msgid "Display information about a vault." -msgstr "Menampilkan informasi tentang kubah." - -#, fuzzy -msgid "Show vault configuration." -msgstr "Tampilkan konfigurasi kubah." - -#, fuzzy -msgid "Output file to store the transport certificate" -msgstr "Berkas keluaran untuk menyimpan sertifikat transang" - -#, fuzzy -msgid "Add owners to a vault container." -msgstr "Tambahkan pemilik ke wadah kubah." - -#, fuzzy -msgid "Delete a vault container." -msgstr "Menghapus wadah kubah." - -#, fuzzy -msgid "Remove owners from a vault container." -msgstr "Hapus pemilik dari wadah kubah." - -#, fuzzy -msgid "Display information about a vault container." -msgstr "Tampilkan informasi tentang wadah kubah." - -#, fuzzy -msgid "Certificate Profile to use" -msgstr "Profil Sertifikat yang akan digunakan" - -#, fuzzy -msgid "Two-way trust" -msgstr "Kepercayaan dua arah" - -#, fuzzy -msgid "" -"Establish bi-directional trust. By default trust is inbound one-way only." -msgstr "" -"Membangun kepercayaan dua arah. Secara default kepercayaan masuk satu arah " -"saja." - -#, fuzzy -msgid "" -"\n" -"ID ranges\n" -"\n" -"Manage ID ranges used to map Posix IDs to SIDs and back.\n" -"\n" -"There are two type of ID ranges which are both handled by this utility:\n" -"\n" -" - the ID ranges of the local domain\n" -" - the ID ranges of trusted remote domains\n" -"\n" -"Both types have the following attributes in common:\n" -"\n" -" - base-id: the first ID of the Posix ID range\n" -" - range-size: the size of the range\n" -"\n" -"With those two attributes a range object can reserve the Posix IDs starting\n" -"with base-id up to but not including base-id+range-size exclusively.\n" -"\n" -"Additionally an ID range of the local domain may set\n" -" - rid-base: the first RID(*) of the corresponding RID range\n" -" - secondary-rid-base: first RID of the secondary RID range\n" -"\n" -"and an ID range of a trusted domain must set\n" -" - rid-base: the first RID of the corresponding RID range\n" -" - sid: domain SID of the trusted domain\n" -"\n" -"\n" -"\n" -"EXAMPLE: Add a new ID range for a trusted domain\n" -"\n" -"Since there might be more than one trusted domain the domain SID must be " -"given\n" -"while creating the ID range.\n" -"\n" -" ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" -"base=0 --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" -"\n" -"This ID range is then used by the IPA server and the SSSD IPA provider to\n" -"assign Posix UIDs to users from the trusted domain.\n" -"\n" -"If e.g. a range for a trusted domain is configured with the following " -"values:\n" -" base-id = 1200000\n" -" range-size = 200000\n" -" rid-base = 0\n" -"the RIDs 0 to 199999 are mapped to the Posix ID from 1200000 to 13999999. " -"So\n" -"RID 1000 <-> Posix ID 1201000\n" -"\n" -"\n" -"\n" -"EXAMPLE: Add a new ID range for the local domain\n" -"\n" -"To create an ID range for the local domain it is not necessary to specify a\n" -"domain SID. But since it is possible that a user and a group can have the " -"same\n" -"value as Posix ID a second RID interval is needed to handle conflicts.\n" -"\n" -" ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" -"base=1000 --secondary-rid-base=1000000 local_range\n" -"\n" -"The data from the ID ranges of the local domain are used by the IPA server\n" -"internally to assign SIDs to IPA users and groups. The SID will then be " -"stored\n" -"in the user or group objects.\n" -"\n" -"If e.g. the ID range for the local domain is configured with the values " -"from\n" -"the example above then a new user with the UID 1200007 will get the RID " -"1007.\n" -"If this RID is already used by a group the RID will be 1000007. This can " -"only\n" -"happen if a user or a group object was created with a fixed ID because the\n" -"automatic assignment will not assign the same ID twice. Since there are " -"only\n" -"users and groups sharing the same ID namespace it is sufficient to have " -"only\n" -"one fallback range to handle conflicts.\n" -"\n" -"To find the Posix ID for a given RID from the local domain it has to be\n" -"checked first if the RID falls in the primary or secondary RID range and\n" -"the rid-base or the secondary-rid-base has to be subtracted, respectively,\n" -"and the base-id has to be added to get the Posix ID.\n" -"\n" -"Typically the creation of ID ranges happens behind the scenes and this CLI\n" -"must not be used at all. The ID range for the local domain will be created\n" -"during installation or upgrade from an older version. The ID range for a\n" -"trusted domain will be created together with the trust by 'ipa trust-" -"add ...'.\n" -"\n" -"USE CASES:\n" -"\n" -" Add an ID range from a transitively trusted domain\n" -"\n" -" If the trusted domain (A) trusts another domain (B) as well and this " -"trust\n" -" is transitive 'ipa trust-add domain-A' will only create a range for\n" -" domain A. The ID range for domain B must be added manually.\n" -"\n" -" Add an additional ID range for the local domain\n" -"\n" -" If the ID range of the local domain is exhausted, i.e. no new IDs can " -"be\n" -" assigned to Posix users or groups by the DNA plugin, a new range has to " -"be\n" -" created to allow new users and groups to be added. (Currently there is " -"no\n" -" connection between this range CLI and the DNA plugin, but a future " -"version\n" -" might be able to modify the configuration of the DNS plugin as well)\n" -"\n" -"In general it is not necessary to modify or delete ID ranges. If there is " -"no\n" -"other way to achieve a certain configuration than to modify or delete an ID\n" -"range it should be done with great care. Because UIDs are stored in the " -"file\n" -"system and are used for access control it might be possible that users are\n" -"allowed to access files of other users if an ID range got deleted and " -"reused\n" -"for a different domain.\n" -"\n" -"(*) The RID is typically the last integer of a user or group SID which " -"follows\n" -"the domain SID. E.g. if the domain SID is S-1-5-21-123-456-789 and a user " -"from\n" -"this domain has the SID S-1-5-21-123-456-789-1010 then 1010 is the RID of " -"the\n" -"user. RIDs are unique in a domain, 32bit values and are used for users and\n" -"groups.\n" -"\n" -"=======\n" -"WARNING:\n" -"\n" -"DNA plugin in 389-ds will allocate IDs based on the ranges configured for " -"the\n" -"local domain. Currently the DNA plugin *cannot* be reconfigured itself " -"based\n" -"on the local ranges set via this family of commands.\n" -"\n" -"Manual configuration change has to be done in the DNA plugin configuration " -"for\n" -"the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" -"IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " -"be\n" -"modified to match the new range.\n" -"=======\n" -msgstr "" -"\n" -"Rentang ID Kelola rentang ID yang digunakan untuk memetakan ID Posix ke SID " -"dan sebaliknya. Ada dua jenis rentang ID yang keduanya ditangani oleh " -"utilitas ini: - Rentang ID domain lokal - rentang ID domain jarak jauh " -"tepercaya Kedua jenis memiliki kesamaan atribut berikut: - base-id: ID " -"pertama dari Rentang ID Posix - ukuran rentang: ukuran rentang Dengan kedua " -"atribut tersebut, objek rentang dapat memesan ID Posix yang dimulai dengan " -"id dasar hingga tetapi tidak termasuk ukuran basis-id + rentang secara " -"eksklusif. Selain itu rentang ID dari domain lokal dapat ditetapkan - rid-" -"base: RID pertama (*) dari rentang RID yang sesuai - sekunder-rid-base: RID " -"pertama dari rentang RID sekunder dan rentang ID dari domain tepercaya harus " -"ditetapkan - rid-base: RID pertama dari rentang RID yang sesuai - sid: " -"domain SID dari domain tepercaya CONTOH: Tambahkan rentang ID baru untuk " -"domain tepercaya Karena mungkin ada lebih dari satu domain tepercaya, SID " -"domain harus diberikan saat membuat kisaran ID. ipa idrange-add --base-id = " -"1200000 --range-size = 200000 --rid-base = 0 --dom-sid = S-1-5-21-123-456-" -"789 Trusted_dom_range Rentang ID ini kemudian digunakan oleh server IPA dan " -"penyedia SSSD IPA untuk menetapkan UID Posix ke pengguna dari domain " -"tepercaya. Jika misalnya rentang untuk domain tepercaya dikonfigurasi dengan " -"nilai berikut: base-id = 1200000 range-size = 200000 rid-base = 0 RID 0 " -"hingga 199999 dipetakan ke ID Posix dari 1200000 hingga 13999999. Jadi RID " -"1000 < -> Posix ID 1201000 CONTOH: Tambahkan rentang ID baru untuk domain " -"lokal Untuk membuat rentang ID untuk domain lokal, Anda tidak perlu " -"menentukan SID domain. Tetapi karena ada kemungkinan bahwa pengguna dan grup " -"dapat memiliki nilai yang sama dengan ID Posix, interval RID kedua " -"diperlukan untuk menangani konflik. ipa idrange-add --base-id = 1200000 " -"--range-size = 200000 --rid-base = 1000 --secondary-rid-base = 1000000 " -"local_range Data dari rentang ID domain lokal digunakan oleh IPA server " -"secara internal untuk menetapkan SID ke pengguna dan grup IPA. SID kemudian " -"akan disimpan di objek pengguna atau grup. Jika misalnya kisaran ID untuk " -"domain lokal dikonfigurasi dengan nilai dari contoh di atas maka pengguna " -"baru dengan UID 1200007 akan mendapatkan RID 1007. Jika RID ini sudah " -"digunakan oleh grup, RID akan menjadi 1000007. Ini hanya bisa terjadi jika " -"pengguna atau objek grup dibuat dengan ID tetap karena tugas otomatis tidak " -"akan menetapkan ID yang sama dua kali. Karena hanya ada pengguna dan grup " -"yang berbagi ruang nama ID yang sama, maka cukup hanya memiliki satu rentang " -"cadangan untuk menangani konflik. Untuk menemukan ID Posix untuk RID " -"tertentu dari domain lokal, ia harus diperiksa terlebih dahulu jika RID " -"termasuk dalam rentang RID primer atau sekunder dan rid-base atau secondary-" -"rid-base harus dikurangi, dan basis-id harus ditambahkan untuk mendapatkan " -"ID Posix. Biasanya pembuatan rentang ID terjadi di belakang layar dan CLI " -"ini tidak boleh digunakan sama sekali. Rentang ID untuk domain lokal akan " -"dibuat selama penginstalan atau peningkatan dari versi yang lebih lama. " -"Rentang ID untuk domain tepercaya akan dibuat bersama dengan kepercayaan " -"oleh 'ipa trust-add ...'. KASUS PENGGUNAAN: Tambahkan rentang ID dari domain " -"yang dipercaya secara transitif Jika domain tepercaya (A) mempercayai domain " -"lain (B) juga dan kepercayaan ini bersifat transitif 'ipa trust-add domain-" -"A' hanya akan membuat rentang untuk domain A. Rentang ID untuk domain B " -"harus ditambahkan secara manual. Tambahkan rentang ID tambahan untuk domain " -"lokal Jika rentang ID domain lokal sudah habis, yaitu tidak ada ID baru yang " -"dapat ditetapkan ke pengguna atau grup Posix dengan plugin DNA, rentang baru " -"harus dibuat untuk memungkinkan pengguna dan grup baru untuk ditambahkan. (" -"Saat ini tidak ada koneksi antara rentang CLI ini dan plugin DNA, tetapi " -"versi yang akan datang mungkin dapat mengubah konfigurasi plugin DNS juga) " -"Secara umum rentang ID tidak perlu diubah atau dihapus. Jika tidak ada cara " -"lain untuk mencapai konfigurasi tertentu selain mengubah atau menghapus " -"rentang ID, tindakan ini harus dilakukan dengan sangat hati-hati. Karena UID " -"disimpan dalam sistem file dan digunakan untuk kontrol akses, mungkin saja " -"pengguna diizinkan untuk mengakses file pengguna lain jika rentang ID " -"dihapus dan digunakan kembali untuk domain yang berbeda. (*) RID biasanya " -"adalah bilangan bulat terakhir dari pengguna atau grup SID yang mengikuti " -"domain SID. Misalnya jika domain SID adalah S-1-5-21-123-456-789 dan " -"pengguna dari domain ini memiliki SID S-1-5-21-123-456-789-1010 maka 1010 " -"adalah RID dari pengguna. RID unik dalam suatu domain, nilai 32bit dan " -"digunakan untuk pengguna dan grup. ======= PERINGATAN: Plugin DNA dalam 389-" -"ds akan mengalokasikan ID berdasarkan rentang yang dikonfigurasi untuk " -"domain lokal. Saat ini plugin DNA * tidak dapat * dikonfigurasi ulang " -"sendiri berdasarkan rentang lokal yang disetel melalui rangkaian perintah " -"ini. Perubahan konfigurasi manual harus dilakukan dalam konfigurasi plugin " -"DNA untuk rentang lokal baru. Secara khusus, Atribut dnaNextRange dari 'cn = " -"Posix IDs, cn = Distributed Numeric Assignment Plugin, cn = plugins, cn = " -"config' harus dimodifikasi agar sesuai dengan kisaran baru. =======\n" - -#, fuzzy -msgid "" -"\n" -"Add new ID range.\n" -"\n" -" To add a new ID range you always have to specify\n" -"\n" -" --base-id\n" -" --range-size\n" -"\n" -" Additionally\n" -"\n" -" --rid-base\n" -" --secondary-rid-base\n" -"\n" -" may be given for a new ID range for the local domain while\n" -"\n" -" --rid-base\n" -" --dom-sid\n" -"\n" -" must be given to add a new range for a trusted AD domain.\n" -"\n" -"=======\n" -"WARNING:\n" -"\n" -"DNA plugin in 389-ds will allocate IDs based on the ranges configured for " -"the\n" -"local domain. Currently the DNA plugin *cannot* be reconfigured itself " -"based\n" -"on the local ranges set via this family of commands.\n" -"\n" -"Manual configuration change has to be done in the DNA plugin configuration " -"for\n" -"the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" -"IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " -"be\n" -"modified to match the new range.\n" -"=======\n" -" " -msgstr "" -"\n" -"Tambahkan rentang ID baru.\n" -"\n" -"Untuk menambahkan rentang ID baru yang selalu harus Anda tentukan\n" -"\n" -"--base-id\n" -" --range-size\n" -"\n" -"Selain itu\n" -"\n" -"--rid-base\n" -" --secondary-rid-base\n" -"\n" -"dapat diberikan untuk rentang ID baru untuk domain lokal sementara\n" -"\n" -"--rid-base\n" -" --dom-sid\n" -"\n" -"harus diberikan untuk menambahkan rentang baru untuk domain AD tepercaya.\n" -"\n" -"=======\n" -"Peringatan:\n" -"\n" -"Plugin DNA dalam 389-ds akan mengalokasikan ID berdasarkan rentang yang " -"dikonfigurasi untuk\n" -"domain lokal. Saat ini plugin DNA *tidak dapat* dikonfigurasi ulang sendiri " -"berdasarkan\n" -"pada rentang lokal yang ditetapkan melalui keluarga perintah ini.\n" -"\n" -"Perubahan konfigurasi manual harus dilakukan dalam konfigurasi plugin DNA " -"untuk\n" -"jangkauan lokal baru. Secara khusus, atribut dnaNextRange dari 'cn=Posix\n" -"CD,cn=Plugin Penugasan Numerik Terdistribusi, cn=plugins,cn=config' harus\n" -"dimodifikasi agar sesuai dengan rentang baru.\n" -"=======\n" -" " - -#, fuzzy -msgid "" -"\n" -"Modify ID range.\n" -"\n" -"=======\n" -"WARNING:\n" -"\n" -"DNA plugin in 389-ds will allocate IDs based on the ranges configured for " -"the\n" -"local domain. Currently the DNA plugin *cannot* be reconfigured itself " -"based\n" -"on the local ranges set via this family of commands.\n" -"\n" -"Manual configuration change has to be done in the DNA plugin configuration " -"for\n" -"the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" -"IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " -"be\n" -"modified to match the new range.\n" -"=======\n" -" " -msgstr "" -"\n" -"Ubah rentang ID.\n" -"\n" -"=======\n" -"Peringatan:\n" -"\n" -"Plugin DNA dalam 389-ds akan mengalokasikan ID berdasarkan rentang yang " -"dikonfigurasi untuk\n" -"domain lokal. Saat ini plugin DNA *tidak dapat* dikonfigurasi ulang sendiri " -"berdasarkan\n" -"pada rentang lokal yang ditetapkan melalui keluarga perintah ini.\n" -"\n" -"Perubahan konfigurasi manual harus dilakukan dalam konfigurasi plugin DNA " -"untuk\n" -"jangkauan lokal baru. Secara khusus, atribut dnaNextRange dari 'cn=Posix\n" -"CD,cn=Plugin Penugasan Numerik Terdistribusi, cn=plugins,cn=config' harus\n" -"dimodifikasi agar sesuai dengan rentang baru.\n" -"=======\n" -" " - -#, fuzzy -msgid "Resolve a host name in DNS. (Deprecated)" -msgstr "Atasi nama host di DNS. (Tidak digunakan lagi)" - -#, fuzzy -msgid "Hostname (FQDN)" -msgstr "Nama host (FQDN)" - -#, fuzzy -msgid "Force DNS zone creation even if it will overlap with an existing zone." -msgstr "" -"Paksa pembuatan zona DNS meskipun akan tumpang tindih dengan zona yang ada." - -#, fuzzy -msgid "" -"Force DNS zone creation even if nameserver is not resolvable. (Deprecated)" -msgstr "" -"Paksa pembuatan zona DNS meskipun server nama tidak dapat disesuaikan. (" -"Tidak digunakan lagi)" - -#, fuzzy -msgid "" -"\n" -"Groups of users\n" -"\n" -"Manage groups of users. By default, new groups are POSIX groups. You\n" -"can add the --nonposix option to the group-add command to mark a new group\n" -"as non-POSIX. You can use the --posix argument with the group-mod command\n" -"to convert a non-POSIX group into a POSIX group. POSIX groups cannot be\n" -"converted to non-POSIX groups.\n" -"\n" -"Every group must have a description.\n" -"\n" -"POSIX groups must have a Group ID (GID) number. Changing a GID is\n" -"supported but can have an impact on your file permissions. It is not " -"necessary\n" -"to supply a GID when creating a group. IPA will generate one automatically\n" -"if it is not provided.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new group:\n" -" ipa group-add --desc='local administrators' localadmins\n" -"\n" -" Add a new non-POSIX group:\n" -" ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" -"\n" -" Convert a non-POSIX group to posix:\n" -" ipa group-mod --posix remoteadmins\n" -"\n" -" Add a new POSIX group with a specific Group ID number:\n" -" ipa group-add --gid=500 --desc='unix admins' unixadmins\n" -"\n" -" Add a new POSIX group and let IPA assign a Group ID number:\n" -" ipa group-add --desc='printer admins' printeradmins\n" -"\n" -" Remove a group:\n" -" ipa group-del unixadmins\n" -"\n" -" To add the \"remoteadmins\" group to the \"localadmins\" group:\n" -" ipa group-add-member --groups=remoteadmins localadmins\n" -"\n" -" Add multiple users to the \"localadmins\" group:\n" -" ipa group-add-member --users=test1 --users=test2 localadmins\n" -"\n" -" Remove a user from the \"localadmins\" group:\n" -" ipa group-remove-member --users=test2 localadmins\n" -"\n" -" Display information about a named group.\n" -" ipa group-show localadmins\n" -"\n" -"External group membership is designed to allow users from trusted domains\n" -"to be mapped to local POSIX groups in order to actually use IPA resources.\n" -"External members should be added to groups that specifically created as\n" -"external and non-POSIX. Such group later should be included into one of " -"POSIX\n" -"groups.\n" -"\n" -"An external group member is currently a Security Identifier (SID) as defined " -"by\n" -"the trusted domain. When adding external group members, it is possible to\n" -"specify them in either SID, or DOM\n" -"ame, or name@domain format. IPA will attempt\n" -"to resolve passed name to SID with the use of Global Catalog of the trusted " -"domain.\n" -"\n" -"Example:\n" -"\n" -"1. Create group for the trusted domain admins' mapping and their local POSIX " -"group:\n" -"\n" -" ipa group-add --desc=' admins external map' ad_admins_external " -"--external\n" -" ipa group-add --desc=' admins' ad_admins\n" -"\n" -"2. Add security identifier of Domain Admins of the to the " -"ad_admins_external\n" -" group:\n" -"\n" -" ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Allow members of ad_admins_external group to be associated with ad_admins " -"POSIX group:\n" -"\n" -" ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. List members of external members of ad_admins_external group to see their " -"SIDs:\n" -"\n" -" ipa group-show ad_admins_external\n" -msgstr "" -"\n" -"Grup pengguna\n" -"\n" -"Mengelola grup pengguna. Secara default, grup baru adalah grup POSIX. Anda\n" -"dapat menambahkan opsi --nonposix ke perintah group-add untuk menandai grup " -"baru\n" -"sebagai non-POSIX. Anda dapat menggunakan argumen --posix dengan perintah " -"group-mod\n" -"untuk mengonversi grup non-POSIX menjadi grup POSIX. Grup POSIX tidak dapat\n" -"dikonversi ke grup non-POSIX.\n" -"\n" -"Setiap kelompok harus memiliki deskripsi.\n" -"\n" -"Grup POSIX harus memiliki nomor Group ID (GID). Mengubah GID adalah\n" -"didukung tetapi dapat berdampak pada izin file Anda. Hal ini tidak perlu\n" -"untuk menyediakan GID saat membuat grup. IPA akan menghasilkan satu secara " -"otomatis\n" -"jika tidak disediakan.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan grup baru:\n" -" ipa group-add --desc='local administrators' localadmins\n" -"\n" -"Menambahkan grup non-POSIX baru:\n" -" ipa group-add --nonposix --desc='remoteadmins administrator jarak jauh\n" -"\n" -"Mengonversi grup non-POSIX menjadi posix:\n" -" ipa group-mod --posix remoteadmins\n" -"\n" -"Menambahkan grup POSIX baru dengan nomor ID Grup tertentu:\n" -" ipa group-add --gid=500 --desc='unix admins' unixadmins\n" -"\n" -"Tambahkan grup POSIX baru dan biarkan IPA menetapkan nomor ID Grup:\n" -" ipa group-add --desc='printer admins' printeradmins\n" -"\n" -"Menghapus grup:\n" -" ipa grup-del unixadmins\n" -"\n" -"Untuk menambahkan grup \"remoteadmins\" ke grup \"localadmins\":\n" -" ipa group-add-member --groups=remoteadmins localadmins\n" -"\n" -"Tambahkan beberapa pengguna ke grup \"localadmins\":\n" -" ipa group-add-member --users=test1 --users=test2 localadmins\n" -"\n" -"Menghapus pengguna dari grup \"localadmins\":\n" -" ipa group-remove-member --users=test2 localadmins\n" -"\n" -"Menampilkan informasi tentang grup bernama.\n" -" ipa group-show localadmins\n" -"\n" -"Keanggotaan grup eksternal dirancang untuk memperbolehkan pengguna dari " -"domain tepercaya\n" -"untuk dipetakan ke grup POSIX lokal untuk benar-benar menggunakan sumber " -"daya IPA.\n" -"Anggota eksternal harus ditambahkan ke grup yang secara khusus dibuat " -"sebagai\n" -"eksternal dan non-POSIX. Kelompok tersebut nantinya harus dimasukkan ke " -"dalam salah satu POSIX\n" -"Kelompok.\n" -"\n" -"Anggota grup eksternal saat ini adalah Pengidentifikasi Keamanan (SID) " -"sebagaimana didefinisikan oleh\n" -"domain tepercaya. Saat menambahkan anggota grup eksternal, dimungkinkan " -"untuk\n" -"tentukan mereka dalam SID, atau DOM\n" -"ame, atau name@domain format. IPA akan mencoba\n" -"untuk mengatasi nama yang diteruskan ke SID dengan menggunakan Katalog " -"Global domain tepercaya.\n" -"\n" -"Contoh:\n" -"\n" -"1. Buat grup untuk pemetaan admin domain tepercaya dan grup POSIX lokal " -"mereka:\n" -"\n" -"ipa group-add --desc=' admin peta eksternal' ad_admins_external --" -"external\n" -" ipa group-add --desc=' akun admin ad_admins\n" -"\n" -"2. Tambahkan pengidentifikasi keamanan Admin Domain ke " -"ad_admins_external\n" -" Kelompok:\n" -"\n" -"ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Izinkan anggota ad_admins_external grup dikaitkan dengan ad_admins POSIX:" -"\n" -"\n" -"ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. Daftar anggota eksternal ad_admins_external untuk melihat SID mereka:\n" -"\n" -"Acara grup ipa ad_admins_external\n" - -#, fuzzy -msgid "" -"\n" -"Simulate use of Host-based access controls\n" -"\n" -"HBAC rules control who can access what services on what hosts.\n" -"You can use HBAC to control which users or groups can access a service,\n" -"or group of services, on a target host.\n" -"\n" -"Since applying HBAC rules implies use of a production environment,\n" -"this plugin aims to provide simulation of HBAC rules evaluation without\n" -"having access to the production environment.\n" -"\n" -" Test user coming to a service on a named host against\n" -" existing enabled rules.\n" -"\n" -" ipa hbactest --user= --host= --service=\n" -" [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" -" [--sizelimit= ]\n" -"\n" -" --user, --host, and --service are mandatory, others are optional.\n" -"\n" -" If --rules is specified simulate enabling of the specified rules and test\n" -" the login of the user using only these rules.\n" -"\n" -" If --enabled is specified, all enabled HBAC rules will be added to " -"simulation\n" -"\n" -" If --disabled is specified, all disabled HBAC rules will be added to " -"simulation\n" -"\n" -" If --nodetail is specified, do not return information about rules matched/" -"not matched.\n" -"\n" -" If both --rules and --enabled are specified, apply simulation to --rules " -"_and_\n" -" all IPA enabled rules.\n" -"\n" -" If no --rules specified, simulation is run against all IPA enabled rules.\n" -" By default there is a IPA-wide limit to number of entries fetched, you can " -"change it\n" -" with --sizelimit option.\n" -"\n" -"EXAMPLES:\n" -"\n" -" 1. Use all enabled HBAC rules in IPA database to simulate:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -" Matched rules: allow_all\n" -"\n" -" 2. Disable detailed summary of how rules were applied:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -"\n" -" 3. Test explicitly specified HBAC rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --" -"rules=myrule --rules=my-second-rule\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: myrule\n" -"\n" -" 4. Use all enabled HBAC rules in IPA database + explicitly specified " -"rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --" -"rules=myrule --rules=my-second-rule --enabled\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -" Matched rules: allow_all\n" -"\n" -" 5. Test all disabled HBAC rules in IPA database:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" Not matched rules: new-rule\n" -"\n" -" 6. Test all disabled HBAC rules in IPA database + explicitly specified " -"rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --" -"rules=myrule --rules=my-second-rule --disabled\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -"\n" -" 7. Test all (enabled and disabled) HBAC rules in IPA database:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --enabled " -"--disabled\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -" Not matched rules: new-rule\n" -" Matched rules: allow_all\n" -"\n" -"\n" -"HBACTEST AND TRUSTED DOMAINS\n" -"\n" -"When an external trusted domain is configured in IPA, HBAC rules are also " -"applied\n" -"on users accessing IPA resources from the trusted domain. Trusted domain " -"users and\n" -"groups (and their SIDs) can be then assigned to external groups which can " -"be\n" -"members of POSIX groups in IPA which can be used in HBAC rules and thus " -"allowing\n" -"access to resources protected by the HBAC system.\n" -"\n" -"hbactest plugin is capable of testing access for both local IPA users and " -"users\n" -"from the trusted domains, either by a fully qualified user name or by user " -"SID.\n" -"Such user names need to have a trusted domain specified as a short name\n" -"(DOMAIN\\Administrator) or with a user principal name (UPN), " -"Administrator@ad.test.\n" -"\n" -"Please note that hbactest executed with a trusted domain user as --user " -"parameter\n" -"can be only run by members of \"trust admins\" group.\n" -"\n" -"EXAMPLES:\n" -"\n" -" 1. Test if a user from a trusted domain specified by its shortname " -"matches any\n" -" rule:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN\\Administrator' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Matched rules: can_login\n" -"\n" -" 2. Test if a user from a trusted domain specified by its domain name " -"matches\n" -" any rule:\n" -"\n" -" $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Matched rules: can_login\n" -"\n" -" 3. Test if a user from a trusted domain specified by its SID matches any " -"rule:\n" -"\n" -" $ ipa hbactest --user " -"S-1-5-21-3035198329-144811719-1378114514-500 --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Matched rules: can_login\n" -"\n" -" 4. Test if other user from a trusted domain specified by its SID matches " -"any rule:\n" -"\n" -" $ ipa hbactest --user " -"S-1-5-21-3035198329-144811719-1378114514-1203 --host `hostname` " -"--service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Not matched rules: can_login\n" -"\n" -" 5. Test if other user from a trusted domain specified by its shortname " -"matches\n" -" any rule:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN\\Otheruser' --host `hostname` --service " -"sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Not matched rules: can_login\n" -msgstr "" -"\n" -"Mensimulasikan penggunaan kontrol akses berbasis Host\n" -"\n" -"Aturan HBAC mengontrol siapa yang dapat mengakses layanan apa pada host apa." -"\n" -"Anda dapat menggunakan HBAC untuk mengontrol pengguna atau grup mana yang " -"dapat mengakses layanan,\n" -"atau sekelompok layanan, pada host target.\n" -"\n" -"Karena penerapan aturan HBAC menyiratkan penggunaan lingkungan produksi,\n" -"Plugin ini bertujuan untuk memberikan simulasi evaluasi tanpa aturan HBAC\n" -"memiliki akses ke lingkungan produksi.\n" -"\n" -" Uji pengguna yang datang ke layanan pada host bernama melawan\n" -" aturan aktif yang ada.\n" -"\n" -" ipa hbactest --user = --host = --service =\n" -" [--rules = rules-list] [--nodetail] [--enabled] [--disabled]\n" -" [--sizelimit =]\n" -"\n" -" --user, --host, dan --service adalah wajib, yang lainnya opsional.\n" -"\n" -" Jika --rules ditentukan, simulasikan pengaktifan aturan dan pengujian yang " -"ditentukan\n" -" login pengguna hanya menggunakan aturan ini.\n" -"\n" -" Jika --enabled ditentukan, semua aturan HBAC yang diaktifkan akan " -"ditambahkan ke simulasi\n" -"\n" -" Jika --disabled ditentukan, semua aturan HBAC yang dinonaktifkan akan " -"ditambahkan ke simulasi\n" -"\n" -" Jika --nodetail ditentukan, jangan kembalikan informasi tentang aturan yang " -"cocok / tidak cocok.\n" -"\n" -" Jika --rules dan --enabled ditentukan, terapkan simulasi ke --rules _and_\n" -" semua aturan yang mendukung IPA.\n" -"\n" -" Jika tidak ada --rules yang ditentukan, simulasi dijalankan terhadap semua " -"aturan yang mendukung IPA.\n" -" Secara default, ada batas seluruh IPA untuk jumlah entri yang diambil, Anda " -"dapat mengubahnya\n" -" dengan opsi --sizelimit.\n" -"\n" -"CONTOH:\n" -"\n" -" 1. Gunakan semua aturan HBAC yang diaktifkan di database IPA untuk " -"mensimulasikan:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -" Aturan yang cocok: allow_all\n" -"\n" -" 2. Nonaktifkan ringkasan mendetail tentang bagaimana aturan diterapkan:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --nodetail\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -"\n" -" 3. Uji aturan HBAC yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --rules = " -"myrule --rules = my-second-rule\n" -" ---------------------\n" -" Akses diberikan: False\n" -" ---------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: myrule\n" -"\n" -" 4. Gunakan semua aturan HBAC yang diaktifkan dalam database IPA + aturan " -"yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --rules = " -"myrule --rules = my-second-rule --enabled\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -" Aturan yang cocok: allow_all\n" -"\n" -" 5. Uji semua aturan HBAC yang dinonaktifkan di database IPA:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --disabled\n" -" ---------------------\n" -" Akses diberikan: False\n" -" ---------------------\n" -" Aturan tidak cocok: aturan baru\n" -"\n" -" 6. Uji semua aturan HBAC yang dinonaktifkan dalam database IPA + aturan " -"yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --rules = " -"myrule --rules = my-second-rule --disabled\n" -" ---------------------\n" -" Akses diberikan: False\n" -" ---------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -"\n" -" 7. Uji semua aturan HBAC (diaktifkan dan dinonaktifkan) di database IPA:" -"\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --enabled --" -"disabled\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -" Aturan tidak cocok: aturan baru\n" -" Aturan yang cocok: allow_all\n" -"\n" -"\n" -"DOMAIN HBACTEST DAN TEPERCAYA\n" -"\n" -"Ketika domain tepercaya eksternal dikonfigurasi di IPA, aturan HBAC juga " -"diterapkan\n" -"pada pengguna yang mengakses sumber daya IPA dari domain tepercaya. Pengguna " -"domain tepercaya dan\n" -"grup (dan SID mereka) kemudian dapat ditetapkan ke grup eksternal yang " -"dapat\n" -"anggota grup POSIX di IPA yang dapat digunakan dalam aturan HBAC dan dengan " -"demikian memungkinkan\n" -"akses ke sumber daya yang dilindungi oleh sistem HBAC.\n" -"\n" -"plugin hbactest mampu menguji akses untuk pengguna dan pengguna IPA lokal\n" -"dari domain tepercaya, baik dengan nama pengguna yang memenuhi syarat atau " -"dengan SID pengguna.\n" -"Nama pengguna tersebut harus memiliki domain tepercaya yang ditetapkan " -"sebagai nama pendek\n" -"(DOMAIN \\ Administrator) atau dengan nama utama pengguna (UPN), " -"Administrator@ad.test.\n" -"\n" -"Harap dicatat bahwa hbactest dijalankan dengan pengguna domain tepercaya " -"sebagai parameter --user\n" -"hanya dapat dijalankan oleh anggota grup \"admin tepercaya\".\n" -"\n" -"CONTOH:\n" -"\n" -" 1. Uji apakah pengguna dari domain tepercaya yang ditentukan oleh nama " -"pendeknya cocok dengan salah satu\n" -" aturan:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN \\ Administrator' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan yang cocok: can_login\n" -"\n" -" 2. Uji apakah pengguna dari domain tepercaya yang ditentukan oleh nama " -"domainnya cocok\n" -" aturan apapun:\n" -"\n" -" $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan yang cocok: can_login\n" -"\n" -" 3. Uji apakah pengguna dari domain tepercaya yang ditentukan oleh SID-" -"nya cocok dengan aturan apa pun:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-500 --" -"host `hostname` --service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan yang cocok: can_login\n" -"\n" -" 4. Uji apakah pengguna lain dari domain tepercaya yang ditentukan oleh " -"SID-nya cocok dengan aturan apa pun:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-1203 --" -"host `hostname` --service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan tidak cocok: can_login\n" -"\n" -" 5. Uji apakah pengguna lain dari domain tepercaya yang ditentukan oleh " -"nama pendeknya cocok\n" -" aturan apapun:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN \\ Otheruser' --host `hostname` --service " -"sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan tidak cocok: can_login\n" - -#, fuzzy -msgid "Managed suffixes" -msgstr "Akhiran terkelola" - -#, fuzzy -msgid "Check connection to remote IPA server." -msgstr "Periksa sambungan ke peladen IPA jarak jauh." - -#, fuzzy -msgid "Remote server name" -msgstr "Nama server jarak jauh" - -#, fuzzy -msgid "Remote IPA server hostname" -msgstr "Nama host server IPA jarak jauh" - -#, fuzzy -msgid "suffix" -msgstr "Akhiran nama sertifikat server." - -#, fuzzy -msgid "Search for servers with these managed suffixes." -msgstr "Cari server dengan akhiran terkelola ini." - -#, fuzzy -msgid "Search for servers without these managed suffixes." -msgstr "Cari server tanpa akhiran terkelola ini." - -#, fuzzy -msgid "Add a manager to the stage user entry" -msgstr "Menambahkan manajer ke entri pengguna tahap" - -#, fuzzy -msgid "Remove a manager to the stage user entry" -msgstr "Menghapus manajer ke entri pengguna tahap" - -#, fuzzy -msgid "" -"\n" -"Topology\n" -"\n" -"Management of a replication topology at domain level 1.\n" -"\n" -"IPA server's data is stored in LDAP server in two suffixes:\n" -"* domain suffix, e.g., 'dc=example,dc=com', contains all domain related " -"data\n" -"* ca suffix, 'o=ipaca', is present only on server with CA installed. It\n" -" contains data for Certificate Server component\n" -"\n" -"Data stored on IPA servers is replicated to other IPA servers. The way it " -"is\n" -"replicated is defined by replication agreements. Replication agreements " -"needs\n" -"to be set for both suffixes separately. On domain level 0 they are managed\n" -"using ipa-replica-manage and ipa-csreplica-manage tools. With domain level " -"1\n" -"they are managed centrally using `ipa topology*` commands.\n" -"\n" -"Agreements are represented by topology segments. By default topology " -"segment\n" -"represents 2 replication agreements - one for each direction, e.g., A to B " -"and\n" -"B to A. Creation of unidirectional segments is not allowed.\n" -"\n" -"To verify that no server is disconnected in the topology of the given " -"suffix,\n" -"use:\n" -" ipa topologysuffix-verify $suffix\n" -"\n" -"\n" -"Examples:\n" -" Find all IPA servers:\n" -" ipa server-find\n" -"\n" -" Find all suffixes:\n" -" ipa topologysuffix-find\n" -"\n" -" Add topology segment to 'domain' suffix:\n" -" ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n" -"\n" -" Add topology segment to 'ca' suffix:\n" -" ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n" -"\n" -" List all topology segments in 'domain' suffix:\n" -" ipa topologysegment-find domain\n" -"\n" -" List all topology segments in 'ca' suffix:\n" -" ipa topologysegment-find ca\n" -"\n" -" Delete topology segment in 'domain' suffix:\n" -" ipa topologysegment-del domain segment_name\n" -"\n" -" Delete topology segment in 'ca' suffix:\n" -" ipa topologysegment-del ca segment_name\n" -"\n" -" Verify topology of 'domain' suffix:\n" -" ipa topologysuffix-verify domain\n" -"\n" -" Verify topology of 'ca' suffix:\n" -" ipa topologysuffix-verify ca\n" -msgstr "" -"\n" -"Topologi\n" -"\n" -"Manajemen topologi replikasi di tingkat domain 1.\n" -"\n" -"Data server IPA disimpan di server LDAP dalam dua akhiran:\n" -"* akhiran domain, misalnya, 'dc=example,dc=com', berisi semua data terkait " -"domain\n" -"* akhiran ca, 'o=ipaca', hanya ada di server dengan CA diinstal. Itu\n" -" berisi data untuk komponen Server Sertifikat\n" -"\n" -"Data yang disimpan di server IPA direplikasi ke server IPA lainnya. Cara " -"itu\n" -"direplikasi didefinisikan oleh perjanjian replikasi. Kebutuhan perjanjian " -"replikasi\n" -"diatur untuk kedua akhiran secara terpisah. Di tingkat domain 0 mereka " -"dikelola\n" -"menggunakan ipa-replica-manage dan ipa-csreplica-manage tools. Dengan domain " -"level 1\n" -"mereka dikelola secara terpusat menggunakan perintah 'ipa topology*'.\n" -"\n" -"Perjanjian diwakili oleh segmen topologi. Secara default segmen topologi\n" -"mewakili 2 perjanjian replikasi - satu untuk setiap arah, misalnya, A ke B " -"dan\n" -"B to A. Pembuatan segmen unidirectional tidak diperbolehkan.\n" -"\n" -"Untuk memverifikasi bahwa tidak ada server yang terputus dalam topologi " -"akhiran yang diberikan,\n" -"Menggunakan:\n" -" ipa topologi akhiran-verifikasi $suffix\n" -"\n" -"Contoh:\n" -" Temukan semua server IPA:\n" -" ipa server-find\n" -"\n" -"Temukan semua akhiran:\n" -" ipa topologi akhiran-menemukan\n" -"\n" -"Tambahkan segmen topologi ke akhiran 'domain':\n" -" ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n" -"\n" -"Tambahkan segmen topologi ke akhiran 'ca':\n" -" ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n" -"\n" -"Daftar semua segmen topologi dalam akhiran 'domain':\n" -" Domain ipa topologysegment-find\n" -"\n" -"Daftar semua segmen topologi dalam akhiran 'ca':\n" -" ipa topologysegment-find ca\n" -"\n" -"Hapus segmen topologi dalam akhiran 'domain':\n" -" Domain ipa topologysegment-del segment_name\n" -"\n" -"Hapus segmen topologi dalam akhiran 'ca':\n" -" ipa topologisegment-del ca segment_name\n" -"\n" -"Verifikasi topologi akhiran 'domain':\n" -" Domain ipa topologysuffix-verify\n" -"\n" -"Verifikasi topologi akhiran 'ca':\n" -" ipa topologi akhiran-verifikasi ca\n" - -#, fuzzy -msgid "Managed LDAP suffix DN" -msgstr "Akhiran LDAP terkelola DN" - -#, fuzzy -msgid "Search for topology suffixes." -msgstr "Cari akhiran topologi." - -#, fuzzy -msgid "Add a manager to the user entry" -msgstr "Menambahkan manajer ke entri pengguna" - -#, fuzzy -msgid "Remove a manager to the user entry" -msgstr "Menghapus manajer ke entri pengguna" - -#, fuzzy -msgid "" -"\n" -"Directory Server Access Control Instructions (ACIs)\n" -"\n" -"ACIs are used to allow or deny access to information. This module is\n" -"currently designed to allow, not deny, access.\n" -"\n" -"The aci commands are designed to grant permissions that allow updating\n" -"existing entries or adding or deleting new ones. The goal of the ACIs\n" -"that ship with IPA is to provide a set of low-level permissions that\n" -"grant access to special groups called taskgroups. These low-level\n" -"permissions can be combined into roles that grant broader access. These\n" -"roles are another type of group, roles.\n" -"\n" -"For example, if you have taskgroups that allow adding and modifying users " -"you\n" -"could create a role, useradmin. You would assign users to the useradmin\n" -"role to allow them to do the operations defined by the taskgroups.\n" -"\n" -"You can create ACIs that delegate permission so users in group A can write\n" -"attributes on group B.\n" -"\n" -"The type option is a map that applies to all entries in the users, groups " -"or\n" -"host location. It is primarily designed to be used when granting add\n" -"permissions (to write new entries).\n" -"\n" -"An ACI consists of three parts:\n" -"1. target\n" -"2. permissions\n" -"3. bind rules\n" -"\n" -"The target is a set of rules that define which LDAP objects are being\n" -"targeted. This can include a list of attributes, an area of that LDAP\n" -"tree or an LDAP filter.\n" -"\n" -"The targets include:\n" -"- attrs: list of attributes affected\n" -"- type: an object type (user, group, host, service, etc)\n" -"- memberof: members of a group\n" -"- targetgroup: grant access to modify a specific group. This is primarily\n" -" designed to enable users to add or remove members of a specific group.\n" -"- filter: A legal LDAP filter used to narrow the scope of the target.\n" -"- subtree: Used to apply a rule across an entire set of objects. For " -"example,\n" -" to allow adding users you need to grant \"add\" permission to the subtree\n" -" ldap://uid=*,cn=users,cn=accounts,dc=example,dc=com. The subtree option\n" -" is a fail-safe for objects that may not be covered by the type option.\n" -"\n" -"The permissions define what the ACI is allowed to do, and are one or\n" -"more of:\n" -"1. write - write one or more attributes\n" -"2. read - read one or more attributes\n" -"3. add - add a new entry to the tree\n" -"4. delete - delete an existing entry\n" -"5. all - all permissions are granted\n" -"\n" -"Note the distinction between attributes and entries. The permissions are\n" -"independent, so being able to add a user does not mean that the user will\n" -"be editable.\n" -"\n" -"The bind rule defines who this ACI grants permissions to. The LDAP server\n" -"allows this to be any valid LDAP entry but we encourage the use of\n" -"taskgroups so that the rights can be easily shared through roles.\n" -"\n" -"For a more thorough description of access controls see\n" -"http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control." -"html\n" -"\n" -"EXAMPLES:\n" -"\n" -"NOTE: ACIs are now added via the permission plugin. These examples are to\n" -"demonstrate how the various options work but this is done via the " -"permission\n" -"command-line now (see last example).\n" -"\n" -" Add an ACI so that the group \"secretaries\" can update the address on any " -"user:\n" -" ipa group-add --desc=\"Office secretaries\" secretaries\n" -" ipa aci-add --attrs=streetAddress --memberof=ipausers --group=secretaries " -"--permissions=write --prefix=none \"Secretaries write addresses\"\n" -"\n" -" Show the new ACI:\n" -" ipa aci-show --prefix=none \"Secretaries write addresses\"\n" -"\n" -" Add an ACI that allows members of the \"addusers\" permission to add new " -"users:\n" -" ipa aci-add --type=user --permission=addusers --permissions=add --" -"prefix=none \"Add new users\"\n" -"\n" -" Add an ACI that allows members of the editors manage members of the admins " -"group:\n" -" ipa aci-add --permissions=write --attrs=member --targetgroup=admins --" -"group=editors --prefix=none \"Editors manage admins\"\n" -"\n" -" Add an ACI that allows members of the admins group to manage the street and " -"zip code of those in the editors group:\n" -" ipa aci-add --permissions=write --memberof=editors --group=admins --" -"attrs=street,postalcode --prefix=none \"admins edit the address of editors" -"\"\n" -"\n" -" Add an ACI that allows the admins group manage the street and zipcode of " -"those who work for the boss:\n" -" ipa aci-add --permissions=write --group=admins --attrs=street,postalcode " -"--filter=\"(manager=uid=boss,cn=users,cn=accounts,dc=example,dc=com)\" --" -"prefix=none \"Edit the address of those who work for the boss\"\n" -"\n" -" Add an entirely new kind of record to IPA that isn't covered by any of the " -"--type options, creating a permission:\n" -" ipa permission-add --permissions=add --subtree=\"cn=*,cn=orange," -"cn=accounts,dc=example,dc=com\" --desc=\"Add Orange Entries\" add_orange\n" -"\n" -"\n" -"The show command shows the raw 389-ds ACI.\n" -"\n" -"IMPORTANT: When modifying the target attributes of an existing ACI you\n" -"must include all existing attributes as well. When doing an aci-mod the\n" -"targetattr REPLACES the current attributes, it does not add to them.\n" -msgstr "" -"\n" -"Petunjuk Kontrol Akses Server Direktori (ACI)\n" -"\n" -"ACI digunakan untuk mengizinkan atau menolak akses ke informasi. Modul ini " -"adalah\n" -"saat ini dirancang untuk mengizinkan, bukan menolak, akses.\n" -"\n" -"Perintah aci dirancang untuk memberikan izin yang memungkinkan pembaruan\n" -"entri yang ada atau menambah atau menghapus yang baru. Tujuan ACI\n" -"kapal itu dengan IPA adalah untuk menyediakan satu set izin tingkat rendah " -"itu\n" -"berikan akses ke grup khusus yang disebut grup tugas. Tingkat rendah ini\n" -"izin dapat digabungkan menjadi peran yang memberikan akses yang lebih luas. " -"Ini\n" -"peran adalah jenis lain dari grup, peran.\n" -"\n" -"Misalnya, jika Anda memiliki grup tugas yang memungkinkan Anda menambahkan " -"dan mengubah pengguna\n" -"bisa membuat peran, useradmin. Anda akan menetapkan pengguna ke useradmin\n" -"peran untuk memungkinkan mereka melakukan operasi yang ditentukan oleh grup " -"tugas.\n" -"\n" -"Anda dapat membuat ACI yang mendelegasikan izin sehingga pengguna di grup A " -"dapat menulis\n" -"atribut pada kelompok B.\n" -"\n" -"Opsi tipe adalah peta yang berlaku untuk semua entri dalam pengguna, grup " -"atau\n" -"lokasi tuan rumah. Ini terutama dirancang untuk digunakan saat memberikan " -"add\n" -"izin (untuk menulis entri baru).\n" -"\n" -"ACI terdiri dari tiga bagian:\n" -"1. target\n" -"2. izin\n" -"3. mengikat aturan\n" -"\n" -"Target adalah sekumpulan aturan yang menentukan objek LDAP yang mana\n" -"ditargetkan. Ini dapat mencakup daftar atribut, area LDAP itu\n" -"pohon atau filter LDAP.\n" -"\n" -"Sasarannya meliputi:\n" -"- attrs: daftar atribut yang terpengaruh\n" -"- type: tipe objek (pengguna, grup, host, layanan, dll)\n" -"- memberof: anggota grup\n" -"- targetgroup: memberikan akses untuk mengubah grup tertentu. Ini terutama\n" -" dirancang untuk memungkinkan pengguna menambah atau menghapus anggota grup " -"tertentu.\n" -"- filter: Filter LDAP legal yang digunakan untuk mempersempit cakupan target." -"\n" -"- subpohon: Digunakan untuk menerapkan aturan di seluruh kumpulan objek. " -"Sebagai contoh,\n" -" untuk mengizinkan penambahan pengguna, Anda harus memberikan izin " -"\"tambahkan\" ke subpohon\n" -" ldap: // uid = *, cn = pengguna, cn = akun, dc = contoh, dc = com. Opsi " -"subpohon\n" -" adalah perlindungan-gagal untuk objek yang mungkin tidak tercakup oleh " -"opsi tipe.\n" -"\n" -"Izin menentukan apa yang diperbolehkan untuk dilakukan ACI, dan satu atau\n" -"lebih dari:\n" -"1. tulis - tulis satu atau lebih atribut\n" -"2. baca - baca satu atau lebih atribut\n" -"3. tambah - tambahkan entri baru ke pohon\n" -"4. hapus - menghapus entri yang ada\n" -"5. semua - semua izin diberikan\n" -"\n" -"Perhatikan perbedaan antara atribut dan entri. Izinnya adalah\n" -"independen, jadi dapat menambahkan pengguna tidak berarti bahwa pengguna " -"akan melakukannya\n" -"dapat diedit.\n" -"\n" -"Aturan mengikat menentukan kepada siapa ACI ini memberikan izin. Server " -"LDAP\n" -"mengizinkan ini menjadi entri LDAP yang valid, tetapi kami mendorong " -"penggunaan\n" -"kelompok tugas sehingga hak dapat dengan mudah dibagikan melalui peran.\n" -"\n" -"Untuk penjelasan yang lebih lengkap tentang kontrol akses, lihat\n" -"http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control." -"html\n" -"\n" -"CONTOH:\n" -"\n" -"CATATAN: ACI sekarang ditambahkan melalui plugin izin. Contoh-contoh ini " -"adalah untuk\n" -"mendemonstrasikan bagaimana berbagai opsi bekerja tetapi ini dilakukan " -"melalui izin\n" -"baris perintah sekarang (lihat contoh terakhir).\n" -"\n" -" Tambahkan ACI sehingga \"sekretaris\" grup dapat memperbarui alamat " -"pengguna mana pun:\n" -" ipa group-add --desc = \"Sekretaris kantor\"\n" -" ipa aci-add --attrs = streetAddress --memberof = ipausers --group = " -"secretaries --permissions = write --prefix = none \"Sekretaris menulis " -"alamat\"\n" -"\n" -" Tunjukkan ACI baru:\n" -" ipa aci-show --prefix = none \"Sekretaris menulis alamat\"\n" -"\n" -" Tambahkan ACI yang mengizinkan anggota \"addusers\" untuk menambahkan " -"pengguna baru:\n" -" ipa aci-add --type = user --permission = addusers --permissions = add --" -"prefix = none \"Tambahkan pengguna baru\"\n" -"\n" -" Tambahkan ACI yang memungkinkan anggota editor mengelola anggota grup admin:" -"\n" -" ipa aci-add --permissions = write --attrs = member --targetgroup = admins " -"--group = editor --prefix = none \"Editor mengelola admin\"\n" -"\n" -" Tambahkan ACI yang memungkinkan anggota grup admin untuk mengelola jalan " -"dan kode pos orang-orang di grup editor:\n" -" ipa aci-add --permissions = write --memberof = editor --group = admins --" -"attrs = street, postalcode --prefix = none \"admin mengedit alamat editor\"\n" -"\n" -" Tambahkan ACI yang memungkinkan grup admin mengelola jalan dan kode pos " -"mereka yang bekerja untuk bos:\n" -" ipa aci-add --permissions = write --group = admins --attrs = street, " -"postalcode --filter = \"(manager = uid = boss, cn = users, cn = accounts, dc " -"= example, dc = com)\" --prefix = none \"Edit alamat mereka yang bekerja " -"untuk bos\"\n" -"\n" -" Tambahkan jenis data yang benar-benar baru ke IPA yang tidak tercakup oleh " -"opsi --type apa pun, membuat izin:\n" -" ipa permission-add --permissions = add --subtree = \"cn = *, cn = orange, " -"cn = accounts, dc = example, dc = com\" --desc = \"Add Orange Entries\" " -"add_orange\n" -"\n" -"\n" -"Perintah show menampilkan ACI 389-ds mentah.\n" -"\n" -"PENTING: Saat memodifikasi atribut target ACI yang ada, Anda\n" -"harus menyertakan semua atribut yang ada juga. Saat melakukan aci-mod, file\n" -"targetattr MENGGANTI atribut saat ini, itu tidak menambahnya.\n" - -#, fuzzy -msgid "" -"comma-separated list of permissions to grant(read, write, add, delete, all)" -msgstr "" -"daftar izin yang dipisahkan koma untuk diberikan (baca, tulis, tambahkan, " -"hapus, semua)" - -#, fuzzy -msgid "Comma-separated list of attributes" -msgstr "Daftar atribut yang dipisahkan koma" - -#, fuzzy -msgid "" -"\n" -"Auto Membership Rule.\n" -"\n" -"Bring clarity to the membership of hosts and users by configuring inclusive\n" -"or exclusive regex patterns, you can automatically assign a new entries " -"into\n" -"a group or hostgroup based upon attribute information.\n" -"\n" -"A rule is directly associated with a group by name, so you cannot create\n" -"a rule without an accompanying group or hostgroup.\n" -"\n" -"A condition is a regular expression used by 389-ds to match a new incoming\n" -"entry with an automember rule. If it matches an inclusive rule then the\n" -"entry is added to the appropriate group or hostgroup.\n" -"\n" -"A default group or hostgroup could be specified for entries that do not\n" -"match any rule. In case of user entries this group will be a fallback group\n" -"because all users are by default members of group specified in IPA config.\n" -"\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add the initial group or hostgroup:\n" -" ipa hostgroup-add --desc=\"Web Servers\" webservers\n" -" ipa group-add --desc=\"Developers\" devel\n" -"\n" -" Add the initial rule:\n" -" ipa automember-add --type=hostgroup webservers\n" -" ipa automember-add --type=group devel\n" -"\n" -" Add a condition to the rule:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webservers\n" -" ipa automember-add-condition --key=manager --type=group --inclusive-" -"regex=^uid=mscott devel\n" -"\n" -" Add an exclusive condition to the rule to prevent auto assignment:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" -"regex=^web5\\.example\\.com webservers\n" -"\n" -" Add a host:\n" -" ipa host-add web1.example.com\n" -"\n" -" Add a user:\n" -" ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" -"\n" -" Verify automembership:\n" -" ipa hostgroup-show webservers\n" -" Host-group: webservers\n" -" Description: Web Servers\n" -" Member hosts: web1.example.com\n" -"\n" -" ipa group-show devel\n" -" Group name: devel\n" -" Description: Developers\n" -" GID: 1004200000\n" -" Member users: tuser\n" -"\n" -" Remove a condition from the rule:\n" -" ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webservers\n" -"\n" -" Modify the automember rule:\n" -" ipa automember-mod\n" -"\n" -" Set the default (fallback) target group:\n" -" ipa automember-default-group-set --default-group=webservers --" -"type=hostgroup\n" -" ipa automember-default-group-set --default-group=ipausers --type=group\n" -"\n" -" Remove the default (fallback) target group:\n" -" ipa automember-default-group-remove --type=hostgroup\n" -" ipa automember-default-group-remove --type=group\n" -"\n" -" Show the default (fallback) target group:\n" -" ipa automember-default-group-show --type=hostgroup\n" -" ipa automember-default-group-show --type=group\n" -"\n" -" Find all of the automember rules:\n" -" ipa automember-find\n" -"\n" -" Display a automember rule:\n" -" ipa automember-show --type=hostgroup webservers\n" -" ipa automember-show --type=group devel\n" -"\n" -" Delete an automember rule:\n" -" ipa automember-del --type=hostgroup webservers\n" -" ipa automember-del --type=group devel\n" -msgstr "" -"\n" -"Aturan Keanggotaan Otomatis.\n" -"\n" -"Bawa kejelasan pada keanggotaan host dan pengguna dengan mengonfigurasi\n" -"atau pola regex eksklusif, Anda dapat secara otomatis menetapkan entri baru " -"ke dalam\n" -"grup atau grup host berdasarkan informasi atribut.\n" -"\n" -"Aturan secara langsung dikaitkan dengan grup menurut nama, sehingga Anda " -"tidak bisa membuat\n" -"aturan tanpa grup atau grup host yang menyertainya.\n" -"\n" -"Kondisi adalah ekspresi reguler yang digunakan oleh 389-ds untuk mencocokkan " -"masuk baru\n" -"entri dengan aturan automember. Jika cocok dengan aturan inklusif, maka\n" -"entri ditambahkan ke grup atau grup host yang sesuai.\n" -"\n" -"Grup asali atau grup host bisa ditentukan untuk entri yang tidak\n" -"cocok dengan aturan apa pun. Dalam kasus entri pengguna grup ini akan " -"menjadi grup fallback\n" -"karena semua pengguna adalah anggota default grup yang ditentukan dalam " -"konfigurasi IPA.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan grup awal atau grup host:\n" -" ipa hostgroup-add --desc=\"Server Web\" webserver\n" -" ipa group-add --desc=\"Pengembang\" devel\n" -"\n" -"Tambahkan aturan awal:\n" -" ipa automember-add --type=hostgroup webserver\n" -" ipa automember-add --type=group devel\n" -"\n" -"Menambahkan kondisi ke aturan:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webservers\n" -" ipa automember-add-condition --key=manager --type=group --inclusive-" -"regex=^uid=mscott devel\n" -"\n" -"Tambahkan kondisi eksklusif ke aturan untuk mencegah penetapan otomatis:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" -"regex=^web5\\.example\\.com webserver\n" -"\n" -"Tambahkan host:\n" -" ipa host-add web1.example.com\n" -"\n" -"Tambah pengguna:\n" -" ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" -"\n" -"Verifikasi pemotongan otomatis:\n" -" Server web ipa hostgroup-show\n" -" Grup host: server web\n" -" Deskripsi: Server Web\n" -" Host anggota: web1.example.com\n" -"\n" -"ipa grup-show devel\n" -" Nama grup: devel\n" -" Deskripsi: Pengembang\n" -" GID: 1004200000\n" -" Pengguna anggota: tuser\n" -"\n" -"Menghapus kondisi dari aturan:\n" -" ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webserver\n" -"\n" -"Mengubah aturan automember:\n" -" ipa automember-mod\n" -"\n" -"Atur grup target default (fallback):\n" -" ipa automember-default-group-set --default-group=webservers --type=" -"hostgroup\n" -" ipa automember-default-group-set --default-group=ipausers --type=group\n" -"\n" -"Hapus grup target default (fallback):\n" -" ipa automember-default-group-remove --type=hostgroup\n" -" ipa automember-default-group-remove --type=group\n" -"\n" -"Tampilkan grup target default (fallback):\n" -" ipa automember-default-group-show --type=hostgroup\n" -" ipa automember-default-group-show --type=group\n" -"\n" -"Temukan semua aturan automember:\n" -" ipa automember-find\n" -"\n" -"Menampilkan aturan automember:\n" -" ipa automember-show --type=hostgroup webserver\n" -" ipa automember-show --type=group devel\n" -"\n" -"Menghapus aturan pembuat otomatis:\n" -" ipa automember-del --type=hostgroup webserver\n" -" ipa automember-del --type=grup devel\n" - -#, fuzzy -msgid "" -"\n" -"IPA certificate operations\n" -"\n" -"Implements a set of commands for managing server SSL certificates.\n" -"\n" -"Certificate requests exist in the form of a Certificate Signing Request " -"(CSR)\n" -"in PEM format.\n" -"\n" -"If using the selfsign back end then the subject in the CSR needs to match\n" -"the subject configured in the server. The dogtag CA uses just the CN\n" -"value of the CSR and forces the rest of the subject.\n" -"\n" -"A certificate is stored with a service principal and a service principal\n" -"needs a host.\n" -"\n" -"In order to request a certificate:\n" -"\n" -"* The host must exist\n" -"* The service must exist (or you use the --add option to automatically add " -"it)\n" -"\n" -"EXAMPLES:\n" -"\n" -" Request a new certificate and add the principal:\n" -" ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" -"\n" -" Retrieve an existing certificate:\n" -" ipa cert-show 1032\n" -"\n" -" Revoke a certificate (see RFC 5280 for reason details):\n" -" ipa cert-revoke --revocation-reason=6 1032\n" -"\n" -" Remove a certificate from revocation hold status:\n" -" ipa cert-remove-hold 1032\n" -"\n" -" Check the status of a signing request:\n" -" ipa cert-status 10\n" -"\n" -"IPA currently immediately issues (or declines) all certificate requests so\n" -"the status of a request is not normally useful. This is for future use\n" -"or the case where a CA does not immediately issue a certificate.\n" -"\n" -"The following revocation reasons are supported:\n" -"\n" -" * 0 - unspecified\n" -" * 1 - keyCompromise\n" -" * 2 - cACompromise\n" -" * 3 - affiliationChanged\n" -" * 4 - superseded\n" -" * 5 - cessationOfOperation\n" -" * 6 - certificateHold\n" -" * 8 - removeFromCRL\n" -" * 9 - privilegeWithdrawn\n" -" * 10 - aACompromise\n" -"\n" -"Note that reason code 7 is not used. See RFC 5280 for more details:\n" -"\n" -"http://www.ietf.org/rfc/rfc5280.txt\n" -msgstr "" -"\n" -"Operasi sertifikat IPA\n" -"\n" -"Menerapkan serangkaian perintah untuk mengelola sertifikat SSL server.\n" -"\n" -"Permintaan sertifikat ada dalam bentuk Permintaan Penandatanganan Sertifikat " -"(CSR)\n" -"dalam format PEM.\n" -"\n" -"Jika menggunakan back end selfsign maka subjek dalam CSR perlu\n" -"subjek yang dikonfigurasi di server. Dogtag CA hanya menggunakan CN\n" -"nilai CSR dan memaksa subjek lainnya.\n" -"\n" -"Sertifikat disimpan dengan prinsipal layanan dan kepala layanan\n" -"butuh tuan rumah.\n" -"\n" -"Untuk meminta sertifikat:\n" -"\n" -"* Tuan rumah harus ada\n" -"* Layanan harus ada (atau Anda menggunakan opsi --add untuk secara otomatis " -"menambahkannya)\n" -"\n" -"Contoh:\n" -"\n" -"Minta sertifikat baru dan tambahkan pokok:\n" -" ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" -"\n" -"Mengambil sertifikat yang sudah ada:\n" -" ipa cert-show 1032\n" -"\n" -"Mencabut sertifikat (lihat RFC 5280 untuk detail alasan):\n" -" ipa cert-mencabut --revocation-reason=6 1032\n" -"\n" -"Menghapus sertifikat dari status penahanan pembatalan:\n" -" ipa cert-remove-hold 1032\n" -"\n" -"Periksa status permintaan penandatanganan:\n" -" status ipa cert 10\n" -"\n" -"IPA saat ini segera mengeluarkan (atau menolak) semua permintaan sertifikat " -"sehingga\n" -"status permintaan biasanya tidak berguna. Ini untuk penggunaan di masa " -"mendatang\n" -"atau kasus di mana CA tidak segera menerbitkan sertifikat.\n" -"\n" -"Alasan pencabutan berikut didukung:\n" -"\n" -"* 0 - tidak ditentukan\n" -" * 1 - keyCompromise\n" -" * 2 - cACompromise\n" -" * 3 - afiliasi Dipertukarkan\n" -" * 4 - supersededed\n" -" * 5 - penghentianOfOperasi\n" -" * 6 - certificateHold\n" -" * 8 - hapusDariCRL\n" -" * 9 - hak istimewaWithdrawn\n" -" * 10 - aACompromise\n" -"\n" -"Perhatikan bahwa kode alasan 7 tidak digunakan. Lihat RFC 5280 untuk detail " -"selengkapnya:\n" -"\n" -"http://www.ietf.org/rfc/rfc5280.txt\n" - -#, fuzzy -msgid "" -"\n" -"Group to Group Delegation\n" -"\n" -"A permission enables fine-grained delegation of permissions. Access Control\n" -"Rules, or instructions (ACIs), grant permission to permissions to perform\n" -"given tasks such as adding a user, modifying a group, etc.\n" -"\n" -"Group to Group Delegations grants the members of one group to update a set\n" -"of attributes of members of another group.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a delegation rule to allow managers to edit employee's addresses:\n" -" ipa delegation-add --attrs=street --group=managers --" -"membergroup=employees \"managers edit employees' street\"\n" -"\n" -" When managing the list of attributes you need to include all attributes\n" -" in the list, including existing ones. Add postalCode to the list:\n" -" ipa delegation-mod --attrs=street,postalCode --group=managers --" -"membergroup=employees \"managers edit employees' street\"\n" -"\n" -" Display our updated rule:\n" -" ipa delegation-show \"managers edit employees' street\"\n" -"\n" -" Delete a rule:\n" -" ipa delegation-del \"managers edit employees' street\"\n" -msgstr "" -"\n" -"Delegasi Grup ke Grup\n" -"\n" -"Izin memungkinkan pelimpahan izin yang halus. Kontrol Akses\n" -"Aturan, atau instruksi (ATI), memberikan izin kepada izin untuk\n" -"tugas yang diberikan seperti menambahkan pengguna, memodifikasi grup, dll.\n" -"\n" -"Delegasi Grup ke Grup memberi anggota satu grup untuk memperbarui satu set\n" -"atribut anggota kelompok lain.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan aturan delegasi untuk memungkinkan manajer mengedit alamat " -"karyawan:\n" -" ipa delegation-add --attrs=street --group=managers --" -"membergroup=employees \"managers edit employees' street\"\n" -"\n" -"Saat mengelola daftar atribut, Anda harus menyertakan semua atribut\n" -" dalam daftar, termasuk yang sudah ada. Tambahkan kode pos ke daftar:\n" -" ipa delegation-mod --attrs=street,postalCode --group=managers --" -"membergroup=employees \"managers edit employees' street\"\n" -"\n" -"Tampilkan aturan terbaru kami:\n" -" ipa delegation-show \"manajer edit jalan karyawan\"\n" -"\n" -"Menghapus aturan:\n" -" ipa delegasi-del \"manajer mengedit jalan karyawan\"\n" - -#, fuzzy -msgid "" -"Comma-separated list of permissions to grant (read, write). Default is write." -msgstr "" -"Daftar izin yang dipisahkan koma untuk diberikan (baca, tulis). Asalinya " -"adalah menulis." - -#, fuzzy -msgid "" -"\n" -"Domain Name System (DNS)\n" -"\n" -"Manage DNS zone and resource records.\n" -"\n" -"\n" -"USING STRUCTURED PER-TYPE OPTIONS\n" -"\n" -"There are many structured DNS RR types where DNS data stored in LDAP server\n" -"is not just a scalar value, for example an IP address or a domain name, but\n" -"a data structure which may be often complex. A good example is a LOC record\n" -"[RFC1876] which consists of many mandatory and optional parts (degrees,\n" -"minutes, seconds of latitude and longitude, altitude or precision).\n" -"\n" -"It may be difficult to manipulate such DNS records without making a mistake\n" -"and entering an invalid value. DNS module provides an abstraction over " -"these\n" -"raw records and allows to manipulate each RR type with specific options. " -"For\n" -"each supported RR type, DNS module provides a standard option to manipulate\n" -"a raw records with format ---rec, e.g. --mx-rec, and special " -"options\n" -"for every part of the RR structure with format ---, e.g.\n" -"--mx-preference and --mx-exchanger.\n" -"\n" -"When adding a record, either RR specific options or standard option for a " -"raw\n" -"value can be used, they just should not be combined in one add operation. " -"When\n" -"modifying an existing entry, new RR specific options can be used to change\n" -"one part of a DNS record, where the standard option for raw value is used\n" -"to specify the modified value. The following example demonstrates\n" -"a modification of MX record preference from 0 to 1 in a record without\n" -"modifying the exchanger:\n" -"ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" -"\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add new zone:\n" -" ipa dnszone-add example.com --name-" -"server=ns --admin-email=admin@example." -"com --ip-address=10.0.0.1\n" -"\n" -" Add system permission that can be used for per-zone privilege delegation:\n" -" ipa dnszone-add-permission example.com\n" -"\n" -" Modify the zone to allow dynamic updates for hosts own records in realm " -"EXAMPLE.COM:\n" -" ipa dnszone-mod example.com --dynamic-update=TRUE\n" -"\n" -" This is the equivalent of:\n" -" ipa dnszone-mod example.com --dynamic-update=TRUE --update-policy=" -"\"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM krb5-self * AAAA; grant " -"EXAMPLE.COM krb5-self * SSHFP;\"\n" -"\n" -" Modify the zone to allow zone transfers for local network only:\n" -" ipa dnszone-mod example.com --allow-transfer=10.0.0.0/8\n" -"\n" -" Add new reverse zone specified by network IP address:\n" -" ipa dnszone-add --name-from-ip=80.142.15.0/24 --name-" -"server=ns.example.com.\n" -"\n" -" Add second nameserver for example.com:\n" -" ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" -"\n" -" Add a mail server for example.com:\n" -" ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" -"\n" -" Add another record using MX record specific options:\n" -" ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" -"\n" -" Add another record using interactive mode (started when dnsrecord-add, " -"dnsrecord-mod,\n" -" or dnsrecord-del are executed with no options):\n" -" ipa dnsrecord-add example.com @\n" -" Please choose a type of DNS resource record to be added\n" -" The most common types for this type of zone are: NS, MX, LOC\n" -"\n" -" DNS resource record type: MX\n" -" MX Preference: 30\n" -" MX Exchanger: mail3\n" -" Record name: example.com\n" -" MX record: 10 mail1, 20 mail2, 30 mail3\n" -" NS record: nameserver.example.com., nameserver2.example.com.\n" -"\n" -" Delete previously added nameserver from example.com:\n" -" ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" -"\n" -" Add LOC record for example.com:\n" -" ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42.4 N 16 36 29.6 E " -"227.64m\"\n" -"\n" -" Add new A record for www.example.com. Create a reverse record in " -"appropriate\n" -" reverse zone as well. In this case a PTR record \"2\" pointing to www." -"example.com\n" -" will be created in zone 15.142.80.in-addr.arpa.\n" -" ipa dnsrecord-add example.com www --a-rec=80.142.15.2 --a-create-reverse\n" -"\n" -" Add new PTR record for www.example.com\n" -" ipa dnsrecord-add 15.142.80.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" -"\n" -" Add new SRV records for LDAP servers. Three quarters of the requests\n" -" should go to fast.example.com, one quarter to slow.example.com. If neither\n" -" is available, switch to backup.example.com.\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." -"com\"\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." -"com\"\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." -"example.com\"\n" -"\n" -" The interactive mode can be used for easy modification:\n" -" ipa dnsrecord-mod example.com _ldap._tcp\n" -" No option to modify specific record provided.\n" -" Current DNS record contents:\n" -"\n" -" SRV record: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 " -"backup.example.com\n" -"\n" -" Modify SRV record '0 3 389 fast.example.com'? Yes/No (default No):\n" -" Modify SRV record '0 1 389 slow.example.com'? Yes/No (default No): y\n" -" SRV Priority [0]: (keep the default value)\n" -" SRV Weight [1]: 2 (modified value)\n" -" SRV Port [389]: (keep the default value)\n" -" SRV Target [slow.example.com]: (keep the default value)\n" -" 1 SRV record skipped. Only one value per DNS record type can be modified " -"at one time.\n" -" Record name: _ldap._tcp\n" -" SRV record: 0 3 389 fast.example.com, 1 1 389 backup.example.com, 0 2 " -"389 slow.example.com\n" -"\n" -" After this modification, three fifths of the requests should go to\n" -" fast.example.com and two fifths to slow.example.com.\n" -"\n" -" An example of the interactive mode for dnsrecord-del command:\n" -" ipa dnsrecord-del example.com www\n" -" No option to delete specific record provided.\n" -" Delete all? Yes/No (default No): (do not delete all records)\n" -" Current DNS record contents:\n" -"\n" -" A record: 1.2.3.4, 11.22.33.44\n" -"\n" -" Delete A record '1.2.3.4'? Yes/No (default No):\n" -" Delete A record '11.22.33.44'? Yes/No (default No): y\n" -" Record name: www\n" -" A record: 1.2.3.4 (A record 11.22.33.44 has been " -"deleted)\n" -"\n" -" Show zone example.com:\n" -" ipa dnszone-show example.com\n" -"\n" -" Find zone with \"example\" in its domain name:\n" -" ipa dnszone-find example\n" -"\n" -" Find records for resources with \"www\" in their name in zone example.com:\n" -" ipa dnsrecord-find example.com www\n" -"\n" -" Find A records with value 10.10.0.1 in zone example.com\n" -" ipa dnsrecord-find example.com --a-rec=10.10.0.1\n" -"\n" -" Show records for resource www in zone example.com\n" -" ipa dnsrecord-show example.com www\n" -"\n" -" Delegate zone sub.example to another nameserver:\n" -" ipa dnsrecord-add example.com ns.sub --a-rec=10.0.100.5\n" -" ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" -"\n" -" If global forwarder is configured, all requests to sub.example.com will be\n" -" routed through the global forwarder. To change the behavior for example." -"com\n" -" zone only and forward the request directly to ns.sub.example.com., global\n" -" forwarding may be disabled per-zone:\n" -" ipa dnszone-mod example.com --forward-policy=none\n" -"\n" -" Forward all requests for the zone external.com to another nameserver using\n" -" a \"first\" policy (it will send the queries to the selected forwarder and " -"if\n" -" not answered it will use global resolvers):\n" -" ipa dnszone-add external.com\n" -" ipa dnszone-mod external.com --" -"forwarder=10.20.0.1 --forward-policy=first\n" -"\n" -" Delete zone example.com with all resource records:\n" -" ipa dnszone-del example.com\n" -"\n" -" Resolve a host name to see if it exists (will add default IPA domain\n" -" if one is not included):\n" -" ipa dns-resolve www.example.com\n" -" ipa dns-resolve www\n" -"\n" -"\n" -"GLOBAL DNS CONFIGURATION\n" -"\n" -"DNS configuration passed to command line install script is stored in a " -"local\n" -"configuration file on each IPA server where DNS service is configured. " -"These\n" -"local settings can be overridden with a common configuration stored in LDAP\n" -"server:\n" -"\n" -" Show global DNS configuration:\n" -" ipa dnsconfig-show\n" -"\n" -" Modify global DNS configuration and set a list of global forwarders:\n" -" ipa dnsconfig-mod --forwarder=10.0.0.1\n" -msgstr "" -"\n" -"Domain Name System (DNS) Mengelola zona DNS dan catatan sumber daya. " -"MENGGUNAKAN OPSI PER JENIS TERStruktur Ada banyak tipe RR DNS terstruktur di " -"mana data DNS yang disimpan di server LDAP bukan hanya nilai skalar, " -"misalnya alamat IP atau nama domain, tetapi struktur data yang sering kali " -"rumit. Contoh yang baik adalah data LOC [RFC1876] yang terdiri dari banyak " -"bagian wajib dan opsional (derajat, menit, detik lintang dan bujur, " -"ketinggian atau presisi). Mungkin sulit untuk memanipulasi catatan DNS " -"seperti itu tanpa membuat kesalahan dan memasukkan nilai yang tidak valid. " -"Modul DNS menyediakan abstraksi atas catatan mentah ini dan memungkinkan " -"untuk memanipulasi setiap jenis RR dengan opsi tertentu. Untuk setiap jenis " -"RR yang didukung, modul DNS menyediakan opsi standar untuk memanipulasi " -"catatan mentah dengan format - -rec, misalnya --mx-rec, dan opsi " -"khusus untuk setiap bagian dari struktur RR dengan format - -" -" , misalnya --mx-preference dan --mx-exchanger. Saat menambahkan " -"record, baik opsi RR tertentu atau opsi standar untuk nilai mentah dapat " -"digunakan, mereka tidak boleh digabungkan dalam satu operasi penambahan. " -"Saat memodifikasi entri yang ada, opsi khusus RR baru dapat digunakan untuk " -"mengubah satu bagian dari catatan DNS, di mana opsi standar untuk nilai " -"mentah digunakan untuk menentukan nilai yang dimodifikasi. Contoh berikut " -"mendemonstrasikan modifikasi preferensi data MX dari 0 menjadi 1 dalam " -"sebuah catatan tanpa mengubah exchanger: ipa dnsrecord-mod --mx-rec = \"0 mx." -"example.com.\" --mx-preference = 1 CONTOH: Tambahkan zona baru: ipa dnszone-" -"add example.com --name-server = ns --admin-email=admin@example.com --ip-" -"address = 10.0.0.1 Tambahkan izin sistem yang dapat digunakan untuk delegasi " -"hak istimewa per zona: ipa dnszone-add-permission example.com Ubah zona " -"untuk mengizinkan pembaruan dinamis untuk catatan host sendiri di ranah " -"EXAMPLE.COM: ipa dnszone-mod example.com --dynamic-update = BENAR Ini sama " -"dengan: ipa dnszone-mod example.com --dynamic-update = TRUE --update-policy " -"= \"berikan EXAMPLE.COM krb5-self * A; berikan EXAMPLE.COM krb5-self * AAAA; " -"berikan CONTOH .COM krb5-self * SSHFP; \" Ubah zona untuk mengizinkan " -"transfer zona hanya untuk jaringan lokal: ipa dnszone-mod example.com " -"--allow-transfer = 10.0.0.0 / 8 Tambahkan zona balik baru yang ditentukan " -"oleh alamat IP jaringan: ipa dnszone-add --name-from- ip = 80.142.15.0 / 24 " -"--name-server = ns.example.com. Tambahkan server nama kedua untuk example." -"com: ipa dnsrecord-add example.com @ --ns-rec = nameserver2.example.com " -"Tambahkan server email untuk example.com: ipa dnsrecord-add example.com @ " -"--mx-rec = \"10 mail1\" Tambahkan data lain menggunakan opsi khusus data MX: " -"ipa dnsrecord-add example.com @ --mx-preference = 20 --mx-exchanger = mail2 " -"Tambahkan data lain menggunakan mode interaktif (dimulai saat dnsrecord-add, " -"dnsrecord- mod, atau dnsrecord-del dijalankan tanpa opsi): ipa dnsrecord-add " -"example.com @ Pilih jenis catatan sumber daya DNS yang akan ditambahkan " -"Jenis yang paling umum untuk jenis zona ini adalah: NS, MX, LOC sumber daya " -"DNS jenis data: MX MX Preferensi: 30 MX Exchanger: mail3 Nama data: " -"example.com Data MX: 10 mail1, 20 mail2, 30 mail3 NS record: " -"nameserver.example.com., nameserver2.example.com. Hapus nameserver yang " -"ditambahkan sebelumnya dari example.com: ipa dnsrecord-del example.com @ " -"--ns-rec = nameserver2.example.com. Tambahkan data LOC untuk example.com: " -"ipa dnsrecord-add example.com @ --loc-rec = \"49 11 42.4 N 16 36 29.6 E 227." -"64m\" Tambahkan data A baru untuk www.example.com. Buat juga rekaman " -"terbalik di zona terbalik yang sesuai. Dalam hal ini, data PTR \"2\" yang " -"mengarah ke www.example.com akan dibuat di zona 15.142.80.in-addr.arpa. ipa " -"dnsrecord-add example.com www --a-rec = 80.142.15.2 --a-create-reverse " -"Tambahkan data PTR baru untuk www.example.com ipa dnsrecord-add 15.142.80.in-" -"addr.arpa. 2 --ptr-rec = www.example.com. Tambahkan data SRV baru untuk " -"server LDAP. Tiga perempat dari permintaan harus masuk ke fast.example.com, " -"seperempat ke slow.example.com. Jika tidak ada yang tersedia, alihkan ke " -"backup.example.com. ipa dnsrecord-add example.com _ldap._tcp --srv-rec = \"0 " -"3 389 fast.example.com\" ipa dnsrecord-add example.com _ldap._tcp --srv-rec " -"= \"0 1 389 slow.example. com \"ipa dnsrecord-add example.com _ldap._tcp " -"--srv-rec =\" 1 1 389 backup.example.com \"Mode interaktif dapat digunakan " -"untuk modifikasi mudah: ipa dnsrecord-mod example.com _ldap._tcp Tidak ada " -"opsi untuk mengubah catatan tertentu yang disediakan. Isi catatan DNS saat " -"ini: catatan SRV: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 " -"389 backup.example.com Ubah catatan SRV '0 3 389 fast.example.com'? Ya / " -"Tidak (default Tidak): Ubah catatan SRV '0 1 389 slow.example.com'? Ya / " -"Tidak (default Tidak): y SRV Priority [0]: (pertahankan nilai default) SRV " -"Weight [1]: 2 (nilai modifikasi) SRV Port [389]: (pertahankan nilai default) " -"Target SRV [slow.example .com]: (pertahankan nilai default) 1 data SRV " -"dilewati. Hanya satu nilai per jenis catatan DNS yang dapat diubah dalam " -"satu waktu. Nama catatan: _ldap._tcp Catatan SRV: 0 3 389 fast.example.com, " -"1 1 389 backup.example.com, 0 2 389 slow.example.com Setelah modifikasi ini, " -"tiga perlima permintaan harus dialihkan ke fast.example .com dan dua perlima " -"untuk slow.example.com. Contoh mode interaktif untuk perintah dnsrecord-del: " -"ipa dnsrecord-del example.com www Tidak ada opsi untuk menghapus rekaman " -"tertentu yang disediakan. Hapus semua? Ya / Tidak (default Tidak): (jangan " -"hapus semua catatan) Isi catatan DNS saat ini: Rekaman A: 1.2.3.4, " -"11.22.33.44 Hapus A record '1.2.3.4'? Ya / Tidak (default Tidak): Hapus A " -"record '11 .22.33.44 '? Ya / Tidak (default Tidak): y Nama rekam: www Rekam " -"A: 1.2.3.4 (Rekam 11.22.33.44 telah dihapus) Tampilkan zona example.com: ipa " -"dnszone-show example.com Temukan zona dengan \"contoh\" di nama domain: " -"contoh ipa dnszone-find Temukan data untuk sumber daya dengan \"www\" pada " -"namanya di zona example.com: ipa dnsrecord-find example.com www Temukan " -"rekam A dengan nilai 10.10.0.1 di zona example.com ipa dnsrecord-find " -"example.com --a-rec = 10.10.0.1 Tampilkan record untuk resource www di zona " -"example.com ipa dnsrecord-show example.com www Delegasikan zona sub.example " -"ke nameserver lain: ipa dnsrecord-add example.com ns.sub - -a-rec = " -"10.0.100.5 ipa dnsrecord-add example.com sub --ns-rec = ns.sub.example.com. " -"Jika penerusan global dikonfigurasi, semua permintaan ke sub.example.com " -"akan dirutekan melalui penerusan global. Untuk mengubah perilaku hanya zona " -"example.com dan meneruskan permintaan langsung ke ns.sub.example.com., " -"Penerusan global mungkin dinonaktifkan per zona: ipa dnszone-mod example.com " -"--forward-policy = none Teruskan semua permintaan untuk zona external.com ke " -"nameserver lain menggunakan kebijakan \"pertama\" (ini akan mengirim kueri " -"ke penerusan yang dipilih dan jika tidak dijawab akan menggunakan resolver " -"global): ipa dnszone-add external.com ipa dnszone-mod external. com --" -"forwarder = 10.20.0.1 --forward-policy = first Hapus zona example.com dengan " -"semua catatan sumber daya: ipa dnszone-del example.com Selesaikan nama host " -"untuk melihat apakah nama itu ada (akan menambahkan domain IPA default jika " -"ada tidak termasuk): ipa dns-menyelesaikan www.example.com ipa dns-" -"menyelesaikan www KONFIGURASI DNS GLOBAL Konfigurasi DNS yang diteruskan ke " -"skrip pemasangan baris perintah disimpan dalam file konfigurasi lokal di " -"setiap server IPA tempat layanan DNS dikonfigurasi. Pengaturan lokal ini " -"dapat diganti dengan konfigurasi umum yang disimpan di server LDAP: " -"Tampilkan konfigurasi DNS global: ipa dnsconfig-show Ubah konfigurasi DNS " -"global dan tetapkan daftar penerusan global: ipa dnsconfig-mod --forwarder = " -"10.0.0.1\n" - -#, fuzzy -msgid "" -"A list of global forwarders. A custom port can be specified for each " -"forwarder using a standard format \"IP_ADDRESS port PORT\"" -msgstr "" -"Daftar penerus global. Port kustom dapat ditentukan untuk setiap penerus " -"menggunakan format standar \"port port IP_ADDRESS\"" - -#, fuzzy -msgid "An interval between regular polls of the name server for new DNS zones" -msgstr "Interval antara polling reguler server nama untuk zona DNS baru" - -#, fuzzy -msgid "DNS class" -msgstr "Kelas DNS" - -#, fuzzy -msgid "Comma-separated list of raw A records" -msgstr "Daftar catatan A mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw AAAA records" -msgstr "Daftar catatan AAAA mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw A6 records" -msgstr "Daftar catatan A6 mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw AFSDB records" -msgstr "Daftar catatan AFSDB mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw APL records" -msgstr "Daftar catatan APL mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw CERT records" -msgstr "Daftar catatan CERT mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw CNAME records" -msgstr "Daftar catatan CNAME mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw DHCID records" -msgstr "Daftar catatan DHCID mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw DLV records" -msgstr "Daftar catatan DLV mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw DNAME records" -msgstr "Daftar catatan DNAME mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw DNSKEY records" -msgstr "Daftar catatan DNSKEY mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw DS records" -msgstr "Daftar catatan DS mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw HIP records" -msgstr "Daftar catatan HIP mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw IPSECKEY records" -msgstr "Daftar catatan IPSECKEY mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw KEY records" -msgstr "Daftar catatan KEY mentah yang dipisahkan koma" - -#, fuzzy -msgid "KEY Flags" -msgstr "Bendera KUNCI" - -#, fuzzy -msgid "KEY Protocol" -msgstr "Protokol KUNCI" - -#, fuzzy -msgid "Protocol" -msgstr "Protokol" - -#, fuzzy -msgid "KEY Algorithm" -msgstr "Algoritma KUNCI" - -#, fuzzy -msgid "KEY Public Key" -msgstr "Kunci Publik KEY" - -#, fuzzy -msgid "Public Key" -msgstr "Key Publik" - -#, fuzzy -msgid "Comma-separated list of raw KX records" -msgstr "Daftar catatan KX mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw LOC records" -msgstr "Daftar catatan LOC mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw MX records" -msgstr "Daftar catatan MX mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw NAPTR records" -msgstr "Daftar catatan NAPTR mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw NS records" -msgstr "Daftar catatan NS mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw NSEC records" -msgstr "Daftar catatan NSEC mentah yang dipisahkan koma" - -#, fuzzy -msgid "NSEC Next Domain Name" -msgstr "Nama Domain NSEC Berikutnya" - -#, fuzzy -msgid "Next Domain Name" -msgstr "Nama Domain Berikutnya" - -#, fuzzy -msgid "NSEC Type Map" -msgstr "Peta Tipe NSEC" - -#, fuzzy -msgid "Type Map" -msgstr "Ketik Peta" - -#, fuzzy -msgid "Comma-separated list of raw NSEC3 records" -msgstr "Daftar catatan NSEC3 mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw NSEC3PARAM records" -msgstr "Daftar catatan NSEC3PARAM mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw PTR records" -msgstr "Daftar catatan PTR mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw RRSIG records" -msgstr "Daftar catatan RRSIG mentah yang dipisahkan koma" - -#, fuzzy -msgid "RRSIG Type Covered" -msgstr "Tipe RRSIG Tercakup" - -#, fuzzy -msgid "Type Covered" -msgstr "Tipe Tercakup" - -#, fuzzy -msgid "RRSIG Algorithm" -msgstr "Algoritma RRSIG" - -#, fuzzy -msgid "RRSIG Labels" -msgstr "Label RRSIG" - -#, fuzzy -msgid "Labels" -msgstr "Label" - -#, fuzzy -msgid "RRSIG Original TTL" -msgstr "RRSIG TTL Asli" - -#, fuzzy -msgid "Original TTL" -msgstr "TTL Asli" - -#, fuzzy -msgid "RRSIG Signature Expiration" -msgstr "RRSIG Tanda Tangan Kedaluwarsa" - -#, fuzzy -msgid "Signature Expiration" -msgstr "Kedaluwarsa Tanda Tangan" - -#, fuzzy -msgid "RRSIG Signature Inception" -msgstr "Awal Ejak Awal Tanda Tangan RRSIG" - -#, fuzzy -msgid "Signature Inception" -msgstr "Awal Tanda Tangan" - -#, fuzzy -msgid "RRSIG Key Tag" -msgstr "Tag Kunci RRSIG" - -#, fuzzy -msgid "RRSIG Signer's Name" -msgstr "Nama Penandatangan RRSIG" - -#, fuzzy -msgid "Signer's Name" -msgstr "Nama Penanda Tangan" - -#, fuzzy -msgid "RRSIG Signature" -msgstr "Tanda Tangan RRSIG" - -#, fuzzy -msgid "Signature" -msgstr "Tandatangan" - -#, fuzzy -msgid "Comma-separated list of raw RP records" -msgstr "Daftar catatan RP mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw SIG records" -msgstr "Daftar catatan SIG mentah yang dipisahkan koma" - -#, fuzzy -msgid "SIG Type Covered" -msgstr "Tipe SIG Tercakup" - -#, fuzzy -msgid "SIG Algorithm" -msgstr "Algoritma SIG" - -#, fuzzy -msgid "SIG Labels" -msgstr "Label SIG" - -#, fuzzy -msgid "SIG Original TTL" -msgstr "SIG TTL Asli" - -#, fuzzy -msgid "SIG Signature Expiration" -msgstr "Kedaluwarsa Tanda Tangan SIG" - -#, fuzzy -msgid "SIG Signature Inception" -msgstr "Awal Ejak Awal Tanda Tangan SIG" - -#, fuzzy -msgid "SIG Key Tag" -msgstr "Tag Kunci SIG" - -#, fuzzy -msgid "SIG Signer's Name" -msgstr "Nama Penandatangan SIG" - -#, fuzzy -msgid "SIG Signature" -msgstr "Tanda Tangan SIG" - -#, fuzzy -msgid "Comma-separated list of raw SPF records" -msgstr "Daftar catatan SPF mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw SRV records" -msgstr "Daftar catatan SRV mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw SSHFP records" -msgstr "Daftar catatan SSHFP mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw TA records" -msgstr "Daftar catatan TA mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw TKEY records" -msgstr "Daftar catatan TKEY mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw TSIG records" -msgstr "Daftar catatan TSIG mentah yang dipisahkan koma" - -#, fuzzy -msgid "Comma-separated list of raw TXT records" -msgstr "Daftar catatan TXT mentah yang dipisahkan koma" - -#, fuzzy -msgid "SOA time to live" -msgstr "Soa waktu untuk hidup" - -#, fuzzy -msgid "SOA record time to live" -msgstr "SOA mencatat waktu untuk hidup" - -#, fuzzy -msgid "SOA class" -msgstr "Kelas SOA" - -#, fuzzy -msgid "SOA record class" -msgstr "Kelas rekaman SOA" - -#, fuzzy -msgid "" -"A list of per-zone forwarders. A custom port can be specified for each " -"forwarder using a standard format \"IP_ADDRESS port PORT\"" -msgstr "" -"Daftar penerus per zona. Port kustom dapat ditentukan untuk setiap penerus " -"menggunakan format standar \"port port IP_ADDRESS\"" - -#, fuzzy -msgid "Add forward record for nameserver located in the created zone" -msgstr "" -"Menambahkan catatan penerusan untuk server nama yang terletak di zona yang " -"dibuat" - -#, fuzzy -msgid "" -"\n" -"Entitlements\n" -"\n" -"Manage entitlements for client machines\n" -"\n" -"Entitlements can be managed either by registering with an entitlement\n" -"server with a username and password or by manually importing entitlement\n" -"certificates. An entitlement certificate contains embedded information\n" -"such as the product being entitled, the quantity and the validity dates.\n" -"\n" -"An entitlement server manages the number of client entitlements available.\n" -"To mark these entitlements as used by the IPA server you provide a quantity\n" -"and they are marked as consumed on the entitlement server.\n" -"\n" -" Register with an entitlement server:\n" -" ipa entitle-register consumer\n" -"\n" -" Import an entitlement certificate:\n" -" ipa entitle-import /home/user/ipaclient.pem\n" -"\n" -" Display current entitlements:\n" -" ipa entitle-status\n" -"\n" -" Retrieve details on entitlement certificates:\n" -" ipa entitle-get\n" -"\n" -" Consume some entitlements from the entitlement server:\n" -" ipa entitle-consume 50\n" -"\n" -"The registration ID is a Unique Identifier (UUID). This ID will be\n" -"IMPORTED if you have used entitle-import.\n" -"\n" -"Changes to /etc/rhsm/rhsm.conf require a restart of the httpd service.\n" -msgstr "" -"\n" -"Hak\n" -"\n" -"Mengelola penetapan untuk mesin klien\n" -"\n" -"Hak dapat dikelola baik dengan mendaftar dengan hak\n" -"server dengan nama pengguna dan kata sandi atau dengan mengimpor penetapan " -"secara manual\n" -"Sertifikat. Sertifikat penetapan berisi informasi yang disematkan\n" -"seperti produk yang berhak, kuantitas dan tanggal validitas.\n" -"\n" -"Server penetapan mengelola jumlah penetapan klien yang tersedia.\n" -"Untuk menandai penetapan ini seperti yang digunakan oleh server IPA, Anda " -"menyediakan kuantitas\n" -"dan mereka ditandai sebagai dikonsumsi pada server hak.\n" -"\n" -"Daftar dengan server penetapan:\n" -" konsumen ipa entitle-register\n" -"\n" -"Mengimpor sertifikat penetapan:\n" -" ipa entitle-import /home/user/ipaclient.pem\n" -"\n" -"Tampilkan penetapan saat ini:\n" -" status penetapan ipa\n" -"\n" -"Ambil detail tentang sertifikat hak:\n" -" ipa entitle-get\n" -"\n" -"Mengkonsumsi beberapa penetapan dari server penetapan:\n" -" ipa entitle-mengkonsumsi 50\n" -"\n" -"ID pendaftaran adalah Pengidentifikasi Unik (UUID). ID ini akan\n" -"DIIMPOR jika Anda telah menggunakan entitle-import.\n" -"\n" -"Perubahan pada /etc/rhsm/rhsm.conf memerlukan restart layanan httpd.\n" - -msgid "Consume an entitlement." -msgstr "Mengkonsumsi suatu hak." - -#, fuzzy -msgid "Quantity" -msgstr "Jumlah" - -#, fuzzy -msgid "Search for entitlement accounts." -msgstr "Cari akun penetapan." - -#, fuzzy -msgid "Retrieve the entitlement certs." -msgstr "Ambil sertifikasi hak." - -#, fuzzy -msgid "Import an entitlement certificate." -msgstr "Mengimpor sertifikat penetapan." - -#, fuzzy -msgid "UUID" -msgstr "UUID" - -#, fuzzy -msgid "Enrollment UUID" -msgstr "Pendaftaran UUID" - -#, fuzzy -msgid "Register to the entitlement system." -msgstr "Daftar ke sistem penetapan." - -#, fuzzy -msgid "Username" -msgstr "Nama Pengguna" - -msgid "Enrollment UUID (not implemented)" -msgstr "UUID pendaftaran (tidak diimplementasikan)" - -#, fuzzy -msgid "Registration password" -msgstr "Kata sandi pendaftaran" - -#, fuzzy -msgid "Display current entitlements." -msgstr "Tampilkan penetapan saat ini." - -#, fuzzy -msgid "Re-sync the local entitlement cache with the entitlement server." -msgstr "Sinkronkan kembali singgahan hak lokal dengan server penetapan." - -#, fuzzy -msgid "" -"\n" -"Groups of users\n" -"\n" -"Manage groups of users. By default, new groups are POSIX groups. You\n" -"can add the --nonposix option to the group-add command to mark a new group\n" -"as non-POSIX. You can use the --posix argument with the group-mod command\n" -"to convert a non-POSIX group into a POSIX group. POSIX groups cannot be\n" -"converted to non-POSIX groups.\n" -"\n" -"Every group must have a description.\n" -"\n" -"POSIX groups must have a Group ID (GID) number. Changing a GID is\n" -"supported but can have an impact on your file permissions. It is not " -"necessary\n" -"to supply a GID when creating a group. IPA will generate one automatically\n" -"if it is not provided.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new group:\n" -" ipa group-add --desc='local administrators' localadmins\n" -"\n" -" Add a new non-POSIX group:\n" -" ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" -"\n" -" Convert a non-POSIX group to posix:\n" -" ipa group-mod --posix remoteadmins\n" -"\n" -" Add a new POSIX group with a specific Group ID number:\n" -" ipa group-add --gid=500 --desc='unix admins' unixadmins\n" -"\n" -" Add a new POSIX group and let IPA assign a Group ID number:\n" -" ipa group-add --desc='printer admins' printeradmins\n" -"\n" -" Remove a group:\n" -" ipa group-del unixadmins\n" -"\n" -" To add the \"remoteadmins\" group to the \"localadmins\" group:\n" -" ipa group-add-member --groups=remoteadmins localadmins\n" -"\n" -" Add a list of users to the \"localadmins\" group:\n" -" ipa group-add-member --users=test1,test2 localadmins\n" -"\n" -" Remove a user from the \"localadmins\" group:\n" -" ipa group-remove-member --users=test2 localadmins\n" -"\n" -" Display information about a named group.\n" -" ipa group-show localadmins\n" -"\n" -"External group membership is designed to allow users from trusted domains\n" -"to be mapped to local POSIX groups in order to actually use IPA resources.\n" -"External members should be added to groups that specifically created as\n" -"external and non-POSIX. Such group later should be included into one of " -"POSIX\n" -"groups.\n" -"\n" -"An external group member is currently a Security Identifier (SID) as defined " -"by\n" -"the trusted domain. When adding external group members, it is possible to\n" -"specify them in either SID, or DOM\n" -"ame, or name@domain format. IPA will attempt\n" -"to resolve passed name to SID with the use of Global Catalog of the trusted " -"domain.\n" -"\n" -"Example:\n" -"\n" -"1. Create group for the trusted domain admins' mapping and their local POSIX " -"group:\n" -"\n" -" ipa group-add --desc=' admins external map' ad_admins_external " -"--external\n" -" ipa group-add --desc=' admins' ad_admins\n" -"\n" -"2. Add security identifier of Domain Admins of the to the " -"ad_admins_external\n" -" group:\n" -"\n" -" ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Allow members of ad_admins_external group to be associated with ad_admins " -"POSIX group:\n" -"\n" -" ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. List members of external members of ad_admins_external group to see their " -"SIDs:\n" -"\n" -" ipa group-show ad_admins_external\n" -msgstr "" -"\n" -"Grup pengguna\n" -"\n" -"Mengelola grup pengguna. Secara default, grup baru adalah grup POSIX. Anda\n" -"dapat menambahkan opsi --nonposix ke perintah group-add untuk menandai grup " -"baru\n" -"sebagai non-POSIX. Anda dapat menggunakan argumen --posix dengan perintah " -"group-mod\n" -"untuk mengonversi grup non-POSIX menjadi grup POSIX. Grup POSIX tidak dapat\n" -"dikonversi ke grup non-POSIX.\n" -"\n" -"Setiap kelompok harus memiliki deskripsi.\n" -"\n" -"Grup POSIX harus memiliki nomor Group ID (GID). Mengubah GID adalah\n" -"didukung tetapi dapat berdampak pada izin file Anda. Hal ini tidak perlu\n" -"untuk menyediakan GID saat membuat grup. IPA akan menghasilkan satu secara " -"otomatis\n" -"jika tidak disediakan.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan grup baru:\n" -" ipa group-add --desc='local administrators' localadmins\n" -"\n" -"Menambahkan grup non-POSIX baru:\n" -" ipa group-add --nonposix --desc='remoteadmins administrator jarak jauh\n" -"\n" -"Mengonversi grup non-POSIX menjadi posix:\n" -" ipa group-mod --posix remoteadmins\n" -"\n" -"Menambahkan grup POSIX baru dengan nomor ID Grup tertentu:\n" -" ipa group-add --gid=500 --desc='unix admins' unixadmins\n" -"\n" -"Tambahkan grup POSIX baru dan biarkan IPA menetapkan nomor ID Grup:\n" -" ipa group-add --desc='printer admins' printeradmins\n" -"\n" -"Menghapus grup:\n" -" ipa grup-del unixadmins\n" -"\n" -"Untuk menambahkan grup \"remoteadmins\" ke grup \"localadmins\":\n" -" ipa group-add-member --groups=remoteadmins localadmins\n" -"\n" -"Menambahkan daftar pengguna ke grup \"localadmins\":\n" -" ipa group-add-member --users=test1,test2 localadmins\n" -"\n" -"Menghapus pengguna dari grup \"localadmins\":\n" -" ipa group-remove-member --users=test2 localadmins\n" -"\n" -"Menampilkan informasi tentang grup bernama.\n" -" ipa group-show localadmins\n" -"\n" -"Keanggotaan grup eksternal dirancang untuk memperbolehkan pengguna dari " -"domain tepercaya\n" -"untuk dipetakan ke grup POSIX lokal untuk benar-benar menggunakan sumber " -"daya IPA.\n" -"Anggota eksternal harus ditambahkan ke grup yang secara khusus dibuat " -"sebagai\n" -"eksternal dan non-POSIX. Kelompok tersebut nantinya harus dimasukkan ke " -"dalam salah satu POSIX\n" -"Kelompok.\n" -"\n" -"Anggota grup eksternal saat ini adalah Pengidentifikasi Keamanan (SID) " -"sebagaimana didefinisikan oleh\n" -"domain tepercaya. Saat menambahkan anggota grup eksternal, dimungkinkan " -"untuk\n" -"tentukan mereka dalam SID, atau DOM\n" -"ame, atau name@domain format. IPA akan mencoba\n" -"untuk mengatasi nama yang diteruskan ke SID dengan menggunakan Katalog " -"Global domain tepercaya.\n" -"\n" -"Contoh:\n" -"\n" -"1. Buat grup untuk pemetaan admin domain tepercaya dan grup POSIX lokal " -"mereka:\n" -"\n" -"ipa group-add --desc=' admin peta eksternal' ad_admins_external --" -"external\n" -" ipa group-add --desc=' akun admin ad_admins\n" -"\n" -"2. Tambahkan pengidentifikasi keamanan Admin Domain ke " -"ad_admins_external\n" -" Kelompok:\n" -"\n" -"ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Izinkan anggota ad_admins_external grup dikaitkan dengan ad_admins POSIX:" -"\n" -"\n" -"ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. Daftar anggota eksternal ad_admins_external untuk melihat SID mereka:\n" -"\n" -"Acara grup ipa ad_admins_external\n" - -#, fuzzy -msgid "" -"comma-separated list of members of a trusted domain in DOM\\name or " -"name@domain form" -msgstr "" -"daftar anggota domain tepercaya yang dipisahkan koma di DOM\\n" -"ame atau name@domain formulir" - -#, fuzzy -msgid "comma-separated list of users to add" -msgstr "daftar pengguna yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "comma-separated list of groups to add" -msgstr "daftar grup yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "comma-separated list of users to remove" -msgstr "daftar pengguna yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "comma-separated list of groups to remove" -msgstr "daftar grup yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "" -"\n" -"Host-based access control\n" -"\n" -"Control who can access what services on what hosts and from where. You\n" -"can use HBAC to control which users or groups on a source host can\n" -"access a service, or group of services, on a target host.\n" -"\n" -"You can also specify a category of users, target hosts, and source\n" -"hosts. This is currently limited to \"all\", but might be expanded in the\n" -"future.\n" -"\n" -"Target hosts and source hosts in HBAC rules must be hosts managed by IPA.\n" -"\n" -"The available services and groups of services are controlled by the\n" -"hbacsvc and hbacsvcgroup plug-ins respectively.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Create a rule, \"test1\", that grants all users access to the host \"server" -"\" from\n" -" anywhere:\n" -" ipa hbacrule-add --usercat=all --srchostcat=all test1\n" -" ipa hbacrule-add-host --hosts=server.example.com test1\n" -"\n" -" Display the properties of a named HBAC rule:\n" -" ipa hbacrule-show test1\n" -"\n" -" Create a rule for a specific service. This lets the user john access\n" -" the sshd service on any machine from any machine:\n" -" ipa hbacrule-add --hostcat=all --srchostcat=all john_sshd\n" -" ipa hbacrule-add-user --users=john john_sshd\n" -" ipa hbacrule-add-service --hbacsvcs=sshd john_sshd\n" -"\n" -" Create a rule for a new service group. This lets the user john access\n" -" the FTP service on any machine from any machine:\n" -" ipa hbacsvcgroup-add ftpers\n" -" ipa hbacsvc-add sftp\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=ftp,sftp ftpers\n" -" ipa hbacrule-add --hostcat=all --srchostcat=all john_ftp\n" -" ipa hbacrule-add-user --users=john john_ftp\n" -" ipa hbacrule-add-service --hbacsvcgroups=ftpers john_ftp\n" -"\n" -" Disable a named HBAC rule:\n" -" ipa hbacrule-disable test1\n" -"\n" -" Remove a named HBAC rule:\n" -" ipa hbacrule-del allow_server\n" -msgstr "" -"\n" -"Kontrol akses berbasis host\n" -"\n" -"Kontrol siapa yang dapat mengakses layanan apa yang ada di host dan dari " -"mana. Anda\n" -"dapat menggunakan HBAC untuk mengontrol pengguna atau grup mana yang dapat\n" -"mengakses layanan, atau grup layanan, pada host target.\n" -"\n" -"Anda juga dapat menentukan kategori pengguna, host target, dan sumber\n" -"Host. Ini saat ini terbatas pada \"semua\", tetapi mungkin diperluas dalam\n" -"Masa depan.\n" -"\n" -"Host target dan host sumber dalam aturan HBAC harus dikelola oleh IPA.\n" -"\n" -"Layanan dan grup layanan yang tersedia dikendalikan oleh\n" -"plug-in hbacsvc dan hbacsvcgroup masing-masing.\n" -"\n" -"Contoh:\n" -"\n" -"Buat aturan, \"test1\", yang memberi semua pengguna akses ke \"server\" host " -"dari\n" -" Manapun:\n" -" ipa hbacrule-add --usercat=all --srchostcat=all test1\n" -" ipa hbacrule-add-host --hosts=server.example.com test1\n" -"\n" -"Menampilkan properti aturan HBAC bernama:\n" -" ipa hbacrule-show test1\n" -"\n" -"Membuat aturan untuk layanan tertentu. Ini memungkinkan pengguna john akses\n" -" layanan sshd pada mesin apa pun dari mesin apa pun:\n" -" ipa hbacrule-add --hostcat=all --srchostcat=all john_sshd\n" -" ipa hbacrule-add-user --users=john john_sshd\n" -" ipa hbacrule-add-service --hbacsvcs=sshd john_sshd\n" -"\n" -"Membuat aturan untuk grup layanan baru. Ini memungkinkan pengguna john " -"akses\n" -" layanan FTP pada mesin apa pun dari mesin apa pun:\n" -" ipa hbacsvcgroup-tambahkan ftpers\n" -" ipa hbacsvc-add sftp\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=ftp,sftp ftpers\n" -" ipa hbacrule-add --hostcat=all --srchostcat=all john_ftp\n" -" ipa hbacrule-add-user --users=john john_ftp\n" -" ipa hbacrule-add-service --hbacsvcgroups=ftpers john_ftp\n" -"\n" -"Nonaktifkan aturan HBAC bernama:\n" -" ipa hbacrule-disable test1\n" -"\n" -"Menghapus aturan HBAC bernama:\n" -" ipa hbacrule-del allow_server\n" - -#, fuzzy -msgid "Source host category" -msgstr "Kategori host sumber" - -#, fuzzy -msgid "Source host category the rule applies to" -msgstr "Kategori host sumber aturan berlaku untuk" - -#, fuzzy -msgid "Source Hosts" -msgstr "Host Sumber" - -#, fuzzy -msgid "Source Host Groups" -msgstr "Grup Host Sumber" - -#, fuzzy -msgid "comma-separated list of hosts to add" -msgstr "daftar host yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "comma-separated list of host groups to add" -msgstr "daftar grup host yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "comma-separated list of HBAC services to add" -msgstr "daftar layanan HBAC yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "comma-separated list of HBAC service groups to add" -msgstr "daftar grup layanan HBAC yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "Add source hosts and hostgroups from a HBAC rule." -msgstr "Tambahkan host sumber dan grup host dari aturan HBAC." - -#, fuzzy -msgid "comma-separated list of hosts to remove" -msgstr "daftar host yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "comma-separated list of host groups to remove" -msgstr "daftar grup host yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "comma-separated list of HBAC services to remove" -msgstr "daftar layanan HBAC yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "comma-separated list of HBAC service groups to remove" -msgstr "daftar grup layanan HBAC yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "Remove source hosts and hostgroups from an HBAC rule." -msgstr "Hapus host sumber dan grup host dari aturan HBAC." - -#, fuzzy -msgid "" -"\n" -"HBAC Service Groups\n" -"\n" -"HBAC service groups can contain any number of individual services,\n" -"or \"members\". Every group must have a description.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new HBAC service group:\n" -" ipa hbacsvcgroup-add --desc=\"login services\" login\n" -"\n" -" Add members to an HBAC service group:\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=sshd,login login\n" -"\n" -" Display information about a named group:\n" -" ipa hbacsvcgroup-show login\n" -"\n" -" Add a new group to the \"login\" group:\n" -" ipa hbacsvcgroup-add --desc=\"switch users\" login\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=su,su-l login\n" -"\n" -" Delete an HBAC service group:\n" -" ipa hbacsvcgroup-del login\n" -msgstr "" -"\n" -"Grup Layanan HBAC\n" -"\n" -"Grup layanan HBAC dapat berisi sejumlah layanan individual,\n" -"atau \"anggota\". Setiap kelompok harus memiliki deskripsi.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan grup layanan HBAC baru:\n" -" ipa hbacsvcgroup-add --desc=\"login services\" login\n" -"\n" -"Menambahkan anggota ke grup layanan HBAC:\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=sshd, login login\n" -"\n" -"Menampilkan informasi tentang grup bernama:\n" -" ipa hbacsvcgroup-show login\n" -"\n" -"Menambahkan grup baru ke grup \"login\":\n" -" ipa hbacsvcgroup-add --desc=\"switch users\" login\n" -" ipa hbacsvcgroup-add-member --hbacsvcs=su,su-l login\n" -"\n" -"Hapus grup layanan HBAC:\n" -" ipa hbacsvcgroup-del login\n" - -#, fuzzy -msgid "" -"\n" -"Simulate use of Host-based access controls\n" -"\n" -"HBAC rules control who can access what services on what hosts and from " -"where.\n" -"You can use HBAC to control which users or groups can access a service,\n" -"or group of services, on a target host.\n" -"\n" -"Since applying HBAC rules implies use of a production environment,\n" -"this plugin aims to provide simulation of HBAC rules evaluation without\n" -"having access to the production environment.\n" -"\n" -" Test user coming to a service on a named host against\n" -" existing enabled rules.\n" -"\n" -" ipa hbactest --user= --host= --service=\n" -" [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" -" [--srchost= ] [--sizelimit= ]\n" -"\n" -" --user, --host, and --service are mandatory, others are optional.\n" -"\n" -" If --rules is specified simulate enabling of the specified rules and test\n" -" the login of the user using only these rules.\n" -"\n" -" If --enabled is specified, all enabled HBAC rules will be added to " -"simulation\n" -"\n" -" If --disabled is specified, all disabled HBAC rules will be added to " -"simulation\n" -"\n" -" If --nodetail is specified, do not return information about rules matched/" -"not matched.\n" -"\n" -" If both --rules and --enabled are specified, apply simulation to --rules " -"_and_\n" -" all IPA enabled rules.\n" -"\n" -" If no --rules specified, simulation is run against all IPA enabled rules.\n" -" By default there is a IPA-wide limit to number of entries fetched, you can " -"change it\n" -" with --sizelimit option.\n" -"\n" -" If --srchost is specified, it will be ignored. It is left because of " -"compatibility reasons only.\n" -"\n" -"EXAMPLES:\n" -"\n" -" 1. Use all enabled HBAC rules in IPA database to simulate:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" notmatched: my-second-rule\n" -" notmatched: my-third-rule\n" -" notmatched: myrule\n" -" matched: allow_all\n" -"\n" -" 2. Disable detailed summary of how rules were applied:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -"\n" -" 3. Test explicitly specified HBAC rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-" -"second-rule,myrule\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" notmatched: my-second-rule\n" -" notmatched: myrule\n" -"\n" -" 4. Use all enabled HBAC rules in IPA database + explicitly specified " -"rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-" -"second-rule,myrule --enabled\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" notmatched: my-second-rule\n" -" notmatched: my-third-rule\n" -" notmatched: myrule\n" -" matched: allow_all\n" -"\n" -" 5. Test all disabled HBAC rules in IPA database:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" notmatched: new-rule\n" -"\n" -" 6. Test all disabled HBAC rules in IPA database + explicitly specified " -"rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-" -"second-rule,myrule --disabled\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" notmatched: my-second-rule\n" -" notmatched: my-third-rule\n" -" notmatched: myrule\n" -"\n" -" 7. Test all (enabled and disabled) HBAC rules in IPA database:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --enabled " -"--disabled\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" notmatched: my-second-rule\n" -" notmatched: my-third-rule\n" -" notmatched: myrule\n" -" notmatched: new-rule\n" -" matched: allow_all\n" -msgstr "" -"\n" -"Simulasikan penggunaan kontrol akses berbasis Host\n" -"\n" -"Aturan HBAC mengontrol siapa yang dapat mengakses layanan apa pada host dan " -"dari mana.\n" -"Anda dapat menggunakan HBAC untuk mengontrol pengguna atau grup mana yang " -"dapat mengakses layanan,\n" -"atau grup layanan, pada host target.\n" -"\n" -"Karena menerapkan aturan HBAC menyiratkan penggunaan lingkungan produksi,\n" -"plugin ini bertujuan untuk memberikan simulasi evaluasi aturan HBAC tanpa\n" -"memiliki akses ke lingkungan produksi.\n" -"\n" -"Uji pengguna yang datang ke layanan pada host bernama terhadap\n" -" aturan yang diaktifkan yang sudah ada.\n" -"\n" -"ipa hbactest --user= --host= --service=\n" -" [--rules=rules-list] [--nodetail] [--diaktifkan] " -"[--dinonaktifkan]\n" -" [--srchost= ] [--sizelimit= ]\n" -"\n" -"--user, --host, dan --service wajib, yang lain opsional.\n" -"\n" -"Jika --rules dispesifikasikan mensimulasikan pengaktifan aturan dan uji yang " -"ditentukan\n" -" login pengguna hanya menggunakan aturan ini.\n" -"\n" -"Jika --enabled dispesifikasikan, semua aturan HBAC yang diaktifkan akan " -"ditambahkan ke simulasi\n" -"\n" -"Jika --disabled dispesifikasikan, semua aturan HBAC yang dinonaktifkan akan " -"ditambahkan ke simulasi\n" -"\n" -"Jika --nodetail dispesifikasikan, jangan kembalikan informasi tentang aturan " -"yang cocok/tidak cocok.\n" -"\n" -"Jika baik --rules dan --enabled dispesifikasikan, terapkan simulasi ke --" -"rules _and_\n" -" semua aturan yang diaktifkan IPA.\n" -"\n" -"Jika tidak ada --rules yang ditentukan, simulasi dijalankan terhadap semua " -"aturan yang diaktifkan IPA.\n" -" Secara default ada batas lebar IPA untuk jumlah entri yang diambil, Anda " -"dapat mengubahnya\n" -" dengan pilihan --sizelimit.\n" -"\n" -"Jika --srchost dispesifikasikan, maka akan diabaikan. Itu dibiarkan karena " -"alasan kompatibilitas saja.\n" -"\n" -"Contoh:\n" -"\n" -"1. Gunakan semua aturan HBAC yang diaktifkan dalam database IPA untuk " -"mensimulasikan:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd\n" -" --------------------\n" -" Akses diberikan: True\n" -" --------------------\n" -" tidak cocok: aturan kedua saya\n" -" tidak cocok: aturan ketiga saya\n" -" tidak cocok: myrule\n" -" cocok: allow_all\n" -"\n" -"2. Nonaktifkan ringkasan terperinci tentang bagaimana aturan diterapkan:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" -" --------------------\n" -" Akses diberikan: True\n" -" --------------------\n" -"\n" -"3. Uji aturan HBAC yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-second-" -"rule,myrule\n" -" ---------------------\n" -" Akses diberikan: Salah\n" -" ---------------------\n" -" tidak cocok: aturan kedua saya\n" -" tidak cocok: myrule\n" -"\n" -"4. Gunakan semua aturan HBAC yang diaktifkan dalam database IPA + aturan " -"yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-second-" -"rule,myrule --enabled\n" -" --------------------\n" -" Akses diberikan: True\n" -" --------------------\n" -" tidak cocok: aturan kedua saya\n" -" tidak cocok: aturan ketiga saya\n" -" tidak cocok: myrule\n" -" cocok: allow_all\n" -"\n" -"5. Uji semua aturan HBAC yang dinonaktifkan dalam database IPA:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" -" ---------------------\n" -" Akses diberikan: Salah\n" -" ---------------------\n" -" tidak cocok: aturan baru\n" -"\n" -"6. Uji semua aturan HBAC yang dinonaktifkan dalam database IPA + aturan yang " -"ditentukan secara eksplisit:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --rules=my-second-" -"rule,myrule --disabled\n" -" ---------------------\n" -" Akses diberikan: Salah\n" -" ---------------------\n" -" tidak cocok: aturan kedua saya\n" -" tidak cocok: aturan ketiga saya\n" -" tidak cocok: myrule\n" -"\n" -"7. Uji semua aturan HBAC (diaktifkan dan dinonaktifkan) dalam database IPA:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --enabled --" -"disabled\n" -" --------------------\n" -" Akses diberikan: True\n" -" --------------------\n" -" tidak cocok: aturan kedua saya\n" -" tidak cocok: aturan ketiga saya\n" -" tidak cocok: myrule\n" -" tidak cocok: aturan baru\n" -" cocok: allow_all\n" - -#, fuzzy -msgid "Source host" -msgstr "Host _sumber" - -#, fuzzy -msgid "" -"\n" -"Hosts/Machines\n" -"\n" -"A host represents a machine. It can be used in a number of contexts:\n" -"- service entries are associated with a host\n" -"- a host stores the host/ service principal\n" -"- a host can be used in Host-based Access Control (HBAC) rules\n" -"- every enrolled client generates a host entry\n" -"\n" -"ENROLLMENT:\n" -"\n" -"There are three enrollment scenarios when enrolling a new client:\n" -"\n" -"1. You are enrolling as a full administrator. The host entry may exist\n" -" or not. A full administrator is a member of the hostadmin role\n" -" or the admins group.\n" -"2. You are enrolling as a limited administrator. The host must already\n" -" exist. A limited administrator is a member a role with the\n" -" Host Enrollment privilege.\n" -"3. The host has been created with a one-time password.\n" -"\n" -"A host can only be enrolled once. If a client has enrolled and needs to\n" -"be re-enrolled, the host entry must be removed and re-created. Note that\n" -"re-creating the host entry will result in all services for the host being\n" -"removed, and all SSL certificates associated with those services being\n" -"revoked.\n" -"\n" -"A host can optionally store information such as where it is located,\n" -"the OS that it runs, etc.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new host:\n" -" ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example." -"com\n" -"\n" -" Delete a host:\n" -" ipa host-del test.example.com\n" -"\n" -" Add a new host with a one-time password:\n" -" ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" -"\n" -" Add a new host with a random one-time password:\n" -" ipa host-add --os='Fedora 12' --random test.example.com\n" -"\n" -" Modify information about a host:\n" -" ipa host-mod --os='Fedora 12' test.example.com\n" -"\n" -" Remove SSH public keys of a host and update DNS to reflect this change:\n" -" ipa host-mod --sshpubkey= --updatedns test.example.com\n" -"\n" -" Disable the host Kerberos key, SSL certificate and all of its services:\n" -" ipa host-disable test.example.com\n" -"\n" -" Add a host that can manage this host's keytab and certificate:\n" -" ipa host-add-managedby --hosts=test2 test\n" -msgstr "" -"\n" -"Tuan Rumah/Mesin\n" -"\n" -"Tuan rumah mewakili mesin. Ini dapat digunakan dalam sejumlah konteks:\n" -"- entri layanan dikaitkan dengan host\n" -"- tuan rumah menyimpan host / kepala layanan\n" -"- host dapat digunakan dalam aturan Kontrol Akses Berbasis Host (HBAC)\n" -"- setiap klien terdaftar menghasilkan entri host\n" -"\n" -"Pendaftaran:\n" -"\n" -"Ada tiga skenario pendaftaran saat mendaftarkan klien baru:\n" -"\n" -"1. Anda mendaftar sebagai administrator penuh. Entri host mungkin ada\n" -" atau tidak. Administrator lengkap adalah anggota peran hostadmin\n" -" atau grup admin.\n" -"2. Anda mendaftar sebagai administrator terbatas. Tuan rumah harus sudah\n" -" Ada. Administrator terbatas adalah peran anggota dengan\n" -" Hak istimewa Pendaftaran Tuan Rumah.\n" -"3. Host telah dibuat dengan kata sandi satu kali.\n" -"\n" -"Tuan rumah hanya dapat didaftarkan sekali. Jika klien telah mendaftar dan " -"perlu\n" -"didaftarkan kembali, entri host harus dihapus dan dibuat ulang. Perhatikan " -"bahwa\n" -"membuat ulang entri host akan menghasilkan semua layanan untuk tuan rumah\n" -"dihapus, dan semua sertifikat SSL yang terkait dengan layanan tersebut\n" -"Dicabut.\n" -"\n" -"Tuan rumah dapat secara opsional menyimpan informasi seperti di mana ia " -"berada,\n" -"OS yang dijalankannya, dll.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan host baru:\n" -" ipa host-add --location=\"Lab lantai 3\" --locality=Dallas test.example." -"com\n" -"\n" -"Menghapus host:\n" -" ipa host-del test.example.com\n" -"\n" -"Tambahkan host baru dengan kata sandi satu kali:\n" -" ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" -"\n" -"Tambahkan host baru dengan kata sandi satu kali acak:\n" -" ipa host-add --os='Fedora 12' --random test.example.com\n" -"\n" -"Mengubah informasi tentang host:\n" -" ipa host-mod --os='Fedora 12' test.example.com\n" -"\n" -"Hapus kunci publik SSH dari host dan perbarui DNS untuk mencerminkan " -"perubahan ini:\n" -" ipa host-mod --sshpubkey= --updatedns test.example.com\n" -"\n" -"Nonaktifkan kunci host Kerberos, sertifikat SSL dan semua layanannya:\n" -" ipa host-disable test.example.com\n" -"\n" -"Tambahkan host yang dapat mengelola tab kunci dan sertifikat host ini:\n" -" ipa host-add-managedby --hosts=test2 test\n" - -#, fuzzy -msgid "" -"\n" -"Groups of hosts.\n" -"\n" -"Manage groups of hosts. This is useful for applying access control to a\n" -"number of hosts by using Host-based Access Control.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new host group:\n" -" ipa hostgroup-add --desc=\"Baltimore hosts\" baltimore\n" -"\n" -" Add another new host group:\n" -" ipa hostgroup-add --desc=\"Maryland hosts\" maryland\n" -"\n" -" Add members to the hostgroup:\n" -" ipa hostgroup-add-member --hosts=box1,box2,box3 baltimore\n" -"\n" -" Add a hostgroup as a member of another hostgroup:\n" -" ipa hostgroup-add-member --hostgroups=baltimore maryland\n" -"\n" -" Remove a host from the hostgroup:\n" -" ipa hostgroup-remove-member --hosts=box2 baltimore\n" -"\n" -" Display a host group:\n" -" ipa hostgroup-show baltimore\n" -"\n" -" Delete a hostgroup:\n" -" ipa hostgroup-del baltimore\n" -msgstr "" -"\n" -"Grup tuan rumah.\n" -"\n" -"Mengelola grup host. Ini berguna untuk menerapkan kontrol akses ke\n" -"jumlah host dengan menggunakan Kontrol Akses berbasis Host.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan grup host baru:\n" -" ipa hostgroup-add --desc=\"Baltimore host\" baltimore\n" -"\n" -"Tambahkan grup host baru lainnya:\n" -" ipa hostgroup-add --desc=\"Maryland host\" maryland\n" -"\n" -"Tambahkan anggota ke grup host:\n" -" ipa hostgroup-add-member --hosts=box1,box2,box3 baltimore\n" -"\n" -"Menambahkan grup host sebagai anggota grup host lain:\n" -" ipa hostgroup-add-member --hostgroups=baltimore maryland\n" -"\n" -"Menghapus host dari grup host:\n" -" ipa hostgroup-remove-member --hosts=box2 baltimore\n" -"\n" -"Menampilkan grup host:\n" -" ipa hostgroup-show baltimore\n" -"\n" -"Hapus grup host:\n" -" ipa hostgroup-del baltimore\n" - -#, fuzzy -msgid "" -"Comma-separated list of objectclasses used to search for user entries in DS" -msgstr "" -"Daftar kelas objek yang dipisahkan koma yang digunakan untuk mencari entri " -"pengguna di DS" - -#, fuzzy -msgid "" -"Comma-separated list of objectclasses used to search for group entries in DS" -msgstr "" -"Daftar kelas objek yang dipisahkan koma yang digunakan untuk mencari entri " -"grup di DS" - -#, fuzzy -msgid "" -"Comma-separated list of objectclasses to be ignored for user entries in DS" -msgstr "" -"Daftar kelas objek yang dipisahkan koma yang akan diabaikan untuk entri " -"pengguna di DS" - -#, fuzzy -msgid "Comma-separated list of attributes to be ignored for user entries in DS" -msgstr "" -"Daftar atribut yang dipisahkan koma yang akan diabaikan untuk entri pengguna " -"di DS" - -#, fuzzy -msgid "" -"Comma-separated list of objectclasses to be ignored for group entries in DS" -msgstr "" -"Daftar kelas objek yang dipisahkan koma yang akan diabaikan untuk entri grup " -"di DS" - -#, fuzzy -msgid "" -"Comma-separated list of attributes to be ignored for group entries in DS" -msgstr "" -"Daftar atribut yang dipisahkan koma untuk diabaikan untuk entri grup di DS" - -#, fuzzy -msgid "comma-separated list of groups to exclude from migration" -msgstr "daftar grup yang dipisahkan koma untuk dikecualikan dari migrasi" - -#, fuzzy -msgid "comma-separated list of users to exclude from migration" -msgstr "daftar pengguna yang dipisahkan koma untuk dikecualikan dari migrasi" - -#, fuzzy -msgid "" -"\n" -"Netgroups\n" -"\n" -"A netgroup is a group used for permission checking. It can contain both\n" -"user and host values.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new netgroup:\n" -" ipa netgroup-add --desc=\"NFS admins\" admins\n" -"\n" -" Add members to the netgroup:\n" -" ipa netgroup-add-member --users=tuser1,tuser2 admins\n" -"\n" -" Remove a member from the netgroup:\n" -" ipa netgroup-remove-member --users=tuser2 admins\n" -"\n" -" Display information about a netgroup:\n" -" ipa netgroup-show admins\n" -"\n" -" Delete a netgroup:\n" -" ipa netgroup-del admins\n" -msgstr "" -"\n" -"Grup bersih\n" -"\n" -"Grup bersih adalah grup yang digunakan untuk pemeriksaan izin. Ini dapat " -"berisi keduanya\n" -"pengguna dan nilai host.\n" -"\n" -"Contoh:\n" -"\n" -"Tambah grup-bersih baru:\n" -" ipa netgroup-add --desc=\"NFS admin\" admin\n" -"\n" -"Tambahkan anggota ke grup-net:\n" -" ipa netgroup-add-member --users=tuser1,tuser2 admin\n" -"\n" -"Hapus anggota dari grup-net:\n" -" ipa netgroup-remove-member --users=tuser2 admin\n" -"\n" -"Tampilkan informasi tentang grup-net:\n" -" Admin ipa netgroup-show\n" -"\n" -"Hapus grup-bersih:\n" -" Admin ipa netgroup-del\n" - -#, fuzzy -msgid "comma-separated list of netgroups to add" -msgstr "daftar grup bersih yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "comma-separated list of netgroups to remove" -msgstr "daftar grup bersih yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "" -"\n" -"Permissions\n" -"\n" -"A permission enables fine-grained delegation of rights. A permission is\n" -"a human-readable form of a 389-ds Access Control Rule, or instruction " -"(ACI).\n" -"A permission grants the right to perform a specific task such as adding a\n" -"user, modifying a group, etc.\n" -"\n" -"A permission may not contain other permissions.\n" -"\n" -"* A permission grants access to read, write, add or delete.\n" -"* A privilege combines similar permissions (for example all the permissions\n" -" needed to add a user).\n" -"* A role grants a set of privileges to users, groups, hosts or hostgroups.\n" -"\n" -"A permission is made up of a number of different parts:\n" -"\n" -"1. The name of the permission.\n" -"2. The target of the permission.\n" -"3. The rights granted by the permission.\n" -"\n" -"Rights define what operations are allowed, and may be one or more\n" -"of the following:\n" -"1. write - write one or more attributes\n" -"2. read - read one or more attributes\n" -"3. add - add a new entry to the tree\n" -"4. delete - delete an existing entry\n" -"5. all - all permissions are granted\n" -"\n" -"Read permission is granted for most attributes by default so the read\n" -"permission is not expected to be used very often.\n" -"\n" -"Note the distinction between attributes and entries. The permissions are\n" -"independent, so being able to add a user does not mean that the user will\n" -"be editable.\n" -"\n" -"There are a number of allowed targets:\n" -"1. type: a type of object (user, group, etc).\n" -"2. memberof: a member of a group or hostgroup\n" -"3. filter: an LDAP filter\n" -"4. subtree: an LDAP filter specifying part of the LDAP DIT. This is a\n" -" super-set of the \"type\" target.\n" -"5. targetgroup: grant access to modify a specific group (such as granting\n" -" the rights to manage group membership)\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a permission that grants the creation of users:\n" -" ipa permission-add --type=user --permissions=add \"Add Users\"\n" -"\n" -" Add a permission that grants the ability to manage group membership:\n" -" ipa permission-add --attrs=member --permissions=write --type=group " -"\"Manage Group Members\"\n" -msgstr "" -"\n" -"Izin\n" -"\n" -"Izin memungkinkan pelimpahan hak yang halus. Izin adalah\n" -"bentuk aturan kontrol akses 389-ds yang dapat dibaca manusia, atau instruksi " -"(ACI).\n" -"Izin memberikan hak untuk melakukan tugas tertentu seperti menambahkan\n" -"pengguna, memodifikasi grup, dll.\n" -"\n" -"Izin mungkin tak memuat ijin lainnya.\n" -"\n" -"* Izin memberikan akses ke baca, tulis, tambahkan atau hapus.\n" -"* Hak istimewa menggabungkan izin serupa (misalnya semua izin\n" -" diperlukan untuk menambahkan pengguna).\n" -"* Peran memberikan serangkaian hak istimewa kepada pengguna, grup, host, " -"atau grup host.\n" -"\n" -"Izin terdiri dari sejumlah bagian yang berbeda:\n" -"\n" -"1. Nama izin.\n" -"2. Target izin.\n" -"3. Hak yang diberikan oleh izin.\n" -"\n" -"Hak mendefinisikan operasi apa yang diizinkan, dan mungkin satu atau lebih\n" -"berikut ini:\n" -"1. tulis - tulis satu atau beberapa atribut\n" -"2. baca - baca satu atau beberapa atribut\n" -"3. tambahkan - tambahkan entri baru ke pohon\n" -"4. hapus - hapus entri yang ada\n" -"5. semua - semua izin diberikan\n" -"\n" -"Izin baca diberikan untuk sebagian besar atribut secara default sehingga\n" -"izin tidak diharapkan untuk digunakan sangat sering.\n" -"\n" -"Perhatikan perbedaan antara atribut dan entri. Izinnya adalah\n" -"independen, sehingga dapat menambahkan pengguna tidak berarti bahwa pengguna " -"akan\n" -"bisa diedit.\n" -"\n" -"Ada sejumlah target yang diperbolehkan:\n" -"1. jenis: jenis objek (pengguna, grup, dll).\n" -"2. anggota: anggota grup atau grup host\n" -"3. filter: filter LDAP\n" -"4. subtree: filter LDAP yang menentukan bagian dari DIT LDAP. Ini adalah\n" -" super-set dari target \"type\".\n" -"5. targetgroup: memberikan akses untuk memodifikasi grup tertentu (seperti " -"memberikan\n" -" hak untuk mengelola keanggotaan grup)\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan izin yang memberikan pembuatan pengguna:\n" -" ipa izin-tambah --type=user --permissions=tambahkan \"Tambah Pengguna\"\n" -"\n" -"Tambahkan izin yang memberikan kemampuan untuk mengelola keanggotaan grup:\n" -" ipa permission-add --attrs=member --permissions=write --type=group " -"\"Kelola Anggota Grup\"\n" - -#, fuzzy -msgid "" -"Comma-separated list of permissions to grant (read, write, add, delete, all)" -msgstr "" -"Daftar izin yang dipisahkan koma untuk diberikan (baca, tulis, tambahkan, " -"hapus, semua)" - -#, fuzzy -msgid "" -"Type of IPA object (user, group, host, hostgroup, service, netgroup, dns)" -msgstr "" -"Tipe objek IPA (pengguna, grup, host, grup host, layanan, grup bersih, dns)" - -#, fuzzy -msgid "Target members of a group" -msgstr "Menargetkan anggota grup" - -#, fuzzy -msgid "User group to apply permissions to" -msgstr "Grup pengguna untuk menerapkan izin ke" - -#, fuzzy -msgid "comma-separated list of privileges to add" -msgstr "daftar hak istimewa yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "Add a system permission without an ACI" -msgstr "Menambahkan izin sistem tanpa ACI" - -#, fuzzy -msgid "Permission type" -msgstr "Tipe izin" - -#, fuzzy -msgid "comma-separated list of privileges to remove" -msgstr "daftar hak istimewa yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "" -"\n" -"Ping the remote IPA server to ensure it is running.\n" -"\n" -"The ping command sends an echo request to an IPA server. The server\n" -"returns its version information. This is used by an IPA client\n" -"to confirm that the server is available and accepting requests.\n" -"\n" -"The server from xmlrpc_uri in /etc/ipa/default.conf is contacted first.\n" -"If it does not respond then the client will contact any servers defined\n" -"by ldap SRV records in DNS.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Ping an IPA server:\n" -" ipa ping\n" -" ------------------------------------------\n" -" IPA server version 2.1.9. API version 2.20\n" -" ------------------------------------------\n" -"\n" -" Ping an IPA server verbosely:\n" -" ipa -v ping\n" -" ipa: INFO: trying https://ipa.example.com/ipa/xml\n" -" ipa: INFO: Forwarding 'ping' to server u'https://ipa.example.com/ipa/" -"xml'\n" -" -----------------------------------------------------\n" -" IPA server version 2.1.9. API version 2.20\n" -" -----------------------------------------------------\n" -msgstr "" -"\n" -"Ping server IPA jarak jauh untuk memastikannya berjalan.\n" -"\n" -"Perintah ping mengirimkan permintaan gema ke server IPA. Peladen\n" -"mengembalikan informasi versinya. Ini digunakan oleh klien IPA\n" -"untuk mengonfirmasi bahwa server tersedia dan menerima permintaan.\n" -"\n" -"Server dari xmlrpc_uri /etc/ipa/default.conf dihubungi terlebih dahulu.\n" -"Jika tidak merespons maka klien akan menghubungi server apa pun yang " -"didefinisikan\n" -"oleh ldap catatan SRV di DNS.\n" -"\n" -"Contoh:\n" -"\n" -"Ping server IPA:\n" -" ipa ping\n" -" ------------------------------------------\n" -" Server IPA versi 2.1.9. API versi 2.20\n" -" ------------------------------------------\n" -"\n" -"Ping server IPA secara verbosely:\n" -" ipa -v ping\n" -" ipa: INFO: mencoba https://ipa.example.com/ipa/xml\n" -" ipa: INFO: Meneruskan 'ping' ke server u'https://ipa.example.com/ipa/xml'" -"\n" -" -----------------------------------------------------\n" -" Server IPA versi 2.1.9. API versi 2.20\n" -" -----------------------------------------------------\n" - -#, fuzzy -msgid "comma-separated list of roles to add" -msgstr "daftar peran yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "comma-separated list of permissions" -msgstr "daftar izin yang dipisahkan koma" - -#, fuzzy -msgid "comma-separated list of roles to remove" -msgstr "daftar peran yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "comma-separated list of privileges" -msgstr "daftar hak istimewa yang dipisahkan koma" - -#, fuzzy -msgid "" -"\n" -"Self-service Permissions\n" -"\n" -"A permission enables fine-grained delegation of permissions. Access Control\n" -"Rules, or instructions (ACIs), grant permission to permissions to perform\n" -"given tasks such as adding a user, modifying a group, etc.\n" -"\n" -"A Self-service permission defines what an object can change in its own " -"entry.\n" -"\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a self-service rule to allow users to manage their address:\n" -" ipa selfservice-add --permissions=write --attrs=street,postalCode,l,c,st " -"\"Users manage their own address\"\n" -"\n" -" When managing the list of attributes you need to include all attributes\n" -" in the list, including existing ones. Add telephoneNumber to the list:\n" -" ipa selfservice-mod --attrs=street,postalCode,l,c,st,telephoneNumber " -"\"Users manage their own address\"\n" -"\n" -" Display our updated rule:\n" -" ipa selfservice-show \"Users manage their own address\"\n" -"\n" -" Delete a rule:\n" -" ipa selfservice-del \"Users manage their own address\"\n" -msgstr "" -"\n" -"Izin Swalayan\n" -"\n" -"Izin memungkinkan pelimpahan izin yang halus. Kontrol Akses\n" -"Aturan, atau instruksi (ATI), memberikan izin kepada izin untuk\n" -"tugas yang diberikan seperti menambahkan pengguna, memodifikasi grup, dll.\n" -"\n" -"Izin Layanan mandiri menentukan apa yang dapat diubah oleh objek dalam " -"entrinya sendiri.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan aturan layanan mandiri untuk memungkinkan pengguna mengelola " -"alamat mereka:\n" -" ipa selfservice-add --permissions=write --attrs=street,postalCode,l,c,st " -"\"Pengguna mengelola alamat mereka sendiri\"\n" -"\n" -"Saat mengelola daftar atribut, Anda harus menyertakan semua atribut\n" -" dalam daftar, termasuk yang sudah ada. Tambahkan teleponJumlah ke daftar:\n" -" ipa selfservice-mod --attrs=street,postalCode,l,c,st,telephoneNumber " -"\"Pengguna mengelola alamat mereka sendiri\"\n" -"\n" -"Tampilkan aturan terbaru kami:\n" -" ipa selfservice-show \"Pengguna mengelola alamat mereka sendiri\"\n" -"\n" -"Menghapus aturan:\n" -" ipa selfservice-del \"Pengguna mengelola alamat mereka sendiri\"\n" - -#, fuzzy -msgid "" -"\n" -"Services\n" -"\n" -"A IPA service represents a service that runs on a host. The IPA service\n" -"record can store a Kerberos principal, an SSL certificate, or both.\n" -"\n" -"An IPA service can be managed directly from a machine, provided that\n" -"machine has been given the correct permission. This is true even for\n" -"machines other than the one the service is associated with. For example,\n" -"requesting an SSL certificate using the host service principal credentials\n" -"of the host. To manage a service using host credentials you need to\n" -"kinit as the host:\n" -"\n" -" # kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" -"\n" -"Adding an IPA service allows the associated service to request an SSL\n" -"certificate or keytab, but this is performed as a separate step; they\n" -"are not produced as a result of adding the service.\n" -"\n" -"Only the public aspect of a certificate is stored in a service record;\n" -"the private key is not stored.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new IPA service:\n" -" ipa service-add HTTP/web.example.com\n" -"\n" -" Allow a host to manage an IPA service certificate:\n" -" ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" -" ipa role-add-member --hosts=web.example.com certadmin\n" -"\n" -" Override a default list of supported PAC types for the service:\n" -" ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" -"\n" -" Delete an IPA service:\n" -" ipa service-del HTTP/web.example.com\n" -"\n" -" Find all IPA services associated with a host:\n" -" ipa service-find web.example.com\n" -"\n" -" Find all HTTP services:\n" -" ipa service-find HTTP\n" -"\n" -" Disable the service Kerberos key and SSL certificate:\n" -" ipa service-disable HTTP/web.example.com\n" -"\n" -" Request a certificate for an IPA service:\n" -" ipa cert-request --principal=HTTP/web.example.com example.csr\n" -"\n" -" Generate and retrieve a keytab for an IPA service:\n" -" ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" -"httpd.keytab\n" -msgstr "" -"\n" -"Layanan\n" -"\n" -"Layanan IPA mewakili layanan yang berjalan pada host. Layanan IPA\n" -"rekaman dapat menyimpan prinsipal Kerberos, sertifikat SSL, atau keduanya.\n" -"\n" -"Layanan IPA dapat dikelola langsung dari mesin, asalkan\n" -"mesin telah diberi izin yang benar. Ini berlaku bahkan untuk\n" -"mesin selain yang dikaitkan dengan layanan. Misalnya,\n" -"meminta sertifikat SSL menggunakan kredensial utama layanan host\n" -"tuan rumah. Untuk mengelola layanan menggunakan kredensial host, Anda perlu\n" -"kinit sebagai tuan rumah:\n" -"\n" -"# kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" -"\n" -"Menambahkan layanan IPA memungkinkan layanan terkait untuk meminta SSL\n" -"sertifikat atau tab kunci, tetapi ini dilakukan sebagai langkah terpisah; " -"Mereka\n" -"tidak diproduksi sebagai akibat dari penambahan layanan.\n" -"\n" -"Hanya aspek publik dari sertifikat yang disimpan dalam catatan layanan;\n" -"kunci privat tidak disimpan.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan layanan IPA baru:\n" -" ipa service-add HTTP/web.example.com\n" -"\n" -"Perbolehkan tuan rumah mengelola sertifikat layanan IPA:\n" -" ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" -" ipa role-add-member --hosts=web.example.com certadmin\n" -"\n" -"Mengesampingkan daftar default tipe PAC yang didukung untuk layanan:\n" -" ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" -"\n" -"Menghapus layanan IPA:\n" -" layanan ipa-del HTTP/web.example.com\n" -"\n" -"Temukan semua layanan IPA yang terkait dengan host:\n" -" ipa layanan-menemukan web.example.com\n" -"\n" -"Temukan semua layanan HTTP:\n" -" HTTP ipa service-find\n" -"\n" -"Nonaktifkan layanan kunci Kerberos dan sertifikat SSL:\n" -" ipa service-disable HTTP/web.example.com\n" -"\n" -"Meminta sertifikat untuk layanan IPA:\n" -" ipa cert-request --principal=HTTP/web.example.com example.csr\n" -"\n" -"Hasilkan dan ambil tab kunci untuk layanan IPA:\n" -" ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" -"httpd.keytab\n" - -#, fuzzy -msgid "" -"Override default list of supported PAC types. Use 'NONE' to disable PAC " -"support for this service" -msgstr "" -"Mengesampingkan daftar default tipe PAC yang didukung. Gunakan 'NONE' untuk " -"menonaktifkan dukungan PAC untuk layanan ini" - -#, fuzzy -msgid "" -"\n" -"Groups of Sudo Commands\n" -"\n" -"Manage groups of Sudo Commands.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new Sudo Command Group:\n" -" ipa sudocmdgroup-add --desc='administrators commands' admincmds\n" -"\n" -" Remove a Sudo Command Group:\n" -" ipa sudocmdgroup-del admincmds\n" -"\n" -" Manage Sudo Command Group membership, commands:\n" -" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less,/usr/bin/vim " -"admincmds\n" -"\n" -" Manage Sudo Command Group membership, commands:\n" -" ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n" -"\n" -" Show a Sudo Command Group:\n" -" ipa group-show localadmins\n" -msgstr "" -"\n" -"Grup Perintah Sudo\n" -"\n" -"Mengelola grup Perintah Sudo.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan Grup Perintah Sudo baru:\n" -" ipa sudocmdgroup-add --desc='administrator perintah' admincmds\n" -"\n" -"Menghapus Grup Perintah Sudo:\n" -" ipa sudocmdgroup-del admincmds\n" -"\n" -"Mengelola keanggotaan Grup Perintah Sudo, perintah:\n" -" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less,/usr/bin/vim " -"admincmds\n" -"\n" -"Mengelola keanggotaan Grup Perintah Sudo, perintah:\n" -" ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n" -"\n" -"Tampilkan Grup Perintah Sudo:\n" -" ipa group-show localadmins\n" - -#, fuzzy -msgid "comma-separated list of sudo commands to add" -msgstr "daftar perintah sudo yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "comma-separated list of sudo commands to remove" -msgstr "daftar perintah sudo yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "" -"\n" -"Sudo Rules\n" -"\n" -"Sudo (su \"do\") allows a system administrator to delegate authority to\n" -"give certain users (or groups of users) the ability to run some (or all)\n" -"commands as root or another user while providing an audit trail of the\n" -"commands and their arguments.\n" -"\n" -"FreeIPA provides a means to configure the various aspects of Sudo:\n" -" Users: The user(s)/group(s) allowed to invoke Sudo.\n" -" Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke " -"Sudo.\n" -" Allow Command: The specific command(s) permitted to be run via Sudo.\n" -" Deny Command: The specific command(s) prohibited to be run via Sudo.\n" -" RunAsUser: The user(s) or group(s) of users whose rights Sudo will be " -"invoked with.\n" -" RunAsGroup: The group(s) whose gid rights Sudo will be invoked with.\n" -" Options: The various Sudoers Options that can modify Sudo's behavior.\n" -"\n" -"An order can be added to a sudorule to control the order in which they\n" -"are evaluated (if the client supports it). This order is an integer and\n" -"must be unique.\n" -"\n" -"FreeIPA provides a designated binddn to use with Sudo located at:\n" -"uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" -"\n" -"To enable the binddn run the following command to set the password:\n" -"LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" -"ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example," -"dc=com\n" -"\n" -"For more information, see the FreeIPA Documentation to Sudo.\n" -msgstr "" -"\n" -"Aturan Sudo\n" -"\n" -"Sudo (su \"do\") memungkinkan administrator sistem untuk mendelegasikan " -"wewenang untuk\n" -"memberi pengguna tertentu (atau grup pengguna) kemampuan untuk menjalankan " -"beberapa (atau semua)\n" -"sebagai root atau pengguna lain ketika memberikan jejak audit\n" -"perintah dan argumennya.\n" -"\n" -"FreeIPA menyediakan sarana untuk mengkonfigurasi berbagai aspek Sudo:\n" -" Pengguna: Pengguna/grup yang diizinkan memanggil Sudo.\n" -" Tuan rumah: Host/hostgroup yang diizinkan pengguna untuk memanggil Sudo.\n" -" Izinkan Perintah: Perintah khusus yang diizinkan untuk dijalankan melalui " -"Sudo.\n" -" Perintah Tolak: Perintah khusus yang dilarang dijalankan melalui Sudo.\n" -" RunAsUser: Pengguna atau grup pengguna yang haknya akan dipanggil Sudo.\n" -" RunAsGroup: Grup yang hak gid-nya Sudo akan dipanggil.\n" -" Opsi: Berbagai Opsi Sudoers yang dapat memodifikasi perilaku Sudo.\n" -"\n" -"Pesanan dapat ditambahkan ke sudorule untuk mengontrol urutan di mana " -"mereka\n" -"dievaluasi (jika klien mendukungnya). Urutan ini adalah bilangan bulat dan\n" -"pasti unik.\n" -"\n" -"FreeIPA menyediakan ikatan yang ditunjuk untuk digunakan dengan Sudo yang " -"terletak di:\n" -"uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" -"\n" -"Untuk mengaktifkan binddn jalankan perintah berikut untuk mengatur kata " -"sandi:\n" -"LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" -"ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=" -"com\n" -"\n" -"Untuk informasi selengkapnya, lihat Dokumentasi FreeIPA ke Sudo.\n" - -#, fuzzy -msgid "comma-separated list of sudo command groups to add" -msgstr "daftar grup perintah sudo yang dipisahkan koma untuk ditambahkan" - -#, fuzzy -msgid "comma-separated list of sudo command groups to remove" -msgstr "daftar grup perintah sudo yang dipisahkan koma untuk dihapus" - -#, fuzzy -msgid "Active directory domain administrator's password" -msgstr "Kata sandi administrator domain direktori aktif" - -#, fuzzy -msgid "GECOS field" -msgstr "" -"Perintah berikut memungkinkan modifikasi informasi tersimpan pada field " -"spesifik pada basisdata pengguna: passwd mengizinkan " -"pengguna mengganti password mereka, di mana ketika dijalankan, memerbarui " -"berkas /etc/shadow; chfn (CHange " -"Full Name), milik pengguna-super (root), memodifikasi field GECOS. chsh (CHange SHell) mengizinkan pengguna untuk " -"mengubah shell login mereka, akan tetapi pilihan yang tersedia terbatas yang " -"terdaftar pada /etc/shells; di samping itu, " -"administrator tidak terikat pada batasan ini dan dapat mengatur shell ke " -"program pilihan mereka." - -#, fuzzy -msgid "" -"\n" -"ID ranges\n" -"\n" -"Manage ID ranges used to map Posix IDs to SIDs and back.\n" -"\n" -"There are two type of ID ranges which are both handled by this utility:\n" -"\n" -" - the ID ranges of the local domain\n" -" - the ID ranges of trusted remote domains\n" -"\n" -"Both types have the following attributes in common:\n" -"\n" -" - base-id: the first ID of the Posix ID range\n" -" - range-size: the size of the range\n" -"\n" -"With those two attributes a range object can reserve the Posix IDs starting\n" -"with base-id up to but not including base-id+range-size exclusively.\n" -"\n" -"Additionally an ID range of the local domain may set\n" -" - rid-base: the first RID(*) of the corresponding RID range\n" -" - secondary-rid-base: first RID of the secondary RID range\n" -"\n" -"and an ID range of a trusted domain must set\n" -" - rid-base: the first RID of the corresponding RID range\n" -" - dom_sid: domain SID of the trusted domain\n" -"\n" -"\n" -"\n" -"EXAMPLE: Add a new ID range for a trusted domain\n" -"\n" -"Since there might be more than one trusted domain the domain SID must be " -"given\n" -"while creating the ID range.\n" -"\n" -" ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" -"base=0 --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" -"\n" -"This ID range is then used by the IPA server and the SSSD IPA provider to\n" -"assign Posix UIDs to users from the trusted domain.\n" -"\n" -"If e.g. a range for a trusted domain is configured with the following " -"values:\n" -" base-id = 1200000\n" -" range-size = 200000\n" -" rid-base = 0\n" -"the RIDs 0 to 199999 are mapped to the Posix ID from 1200000 to 13999999. " -"So\n" -"RID 1000 <-> Posix ID 1201000\n" -"\n" -"\n" -"\n" -"EXAMPLE: Add a new ID range for the local domain\n" -"\n" -"To create an ID range for the local domain it is not necessary to specify a\n" -"domain SID. But since it is possible that a user and a group can have the " -"same\n" -"value as Posix ID a second RID interval is needed to handle conflicts.\n" -"\n" -" ipa idrange-add --base-id=1200000 --range-size=200000 --rid-" -"base=1000 --secondary-rid-base=1000000 local_range\n" -"\n" -"The data from the ID ranges of the local domain are used by the IPA server\n" -"internally to assign SIDs to IPA users and groups. The SID will then be " -"stored\n" -"in the user or group objects.\n" -"\n" -"If e.g. the ID range for the local domain is configured with the values " -"from\n" -"the example above then a new user with the UID 1200007 will get the RID " -"1007.\n" -"If this RID is already used by a group the RID will be 1000007. This can " -"only\n" -"happen if a user or a group object was created with a fixed ID because the\n" -"automatic assignment will not assign the same ID twice. Since there are " -"only\n" -"users and groups sharing the same ID namespace it is sufficient to have " -"only\n" -"one fallback range to handle conflicts.\n" -"\n" -"To find the Posix ID for a given RID from the local domain it has to be\n" -"checked first if the RID falls in the primary or secondary RID range and\n" -"the rid-base or the secondary-rid-base has to be subtracted, respectively,\n" -"and the base-id has to be added to get the Posix ID.\n" -"\n" -"Typically the creation of ID ranges happens behind the scenes and this CLI\n" -"must not be used at all. The ID range for the local domain will be created\n" -"during installation or upgrade from an older version. The ID range for a\n" -"trusted domain will be created together with the trust by 'ipa trust-" -"add ...'.\n" -"\n" -"USE CASES:\n" -"\n" -" Add an ID range from a transitively trusted domain\n" -"\n" -" If the trusted domain (A) trusts another domain (B) as well and this " -"trust\n" -" is transitive 'ipa trust-add domain-A' will only create a range for\n" -" domain A. The ID range for domain B must be added manually.\n" -"\n" -" Add an additional ID range for the local domain\n" -"\n" -" If the ID range of the local domain is exhausted, i.e. no new IDs can " -"be\n" -" assigned to Posix users or groups by the DNA plugin, a new range has to " -"be\n" -" created to allow new users and groups to be added. (Currently there is " -"no\n" -" connection between this range CLI and the DNA plugin, but a future " -"version\n" -" might be able to modify the configuration of the DNS plugin as well)\n" -"\n" -"In general it is not necessary to modify or delete ID ranges. If there is " -"no\n" -"other way to achieve a certain configuration than to modify or delete an ID\n" -"range it should be done with great care. Because UIDs are stored in the " -"file\n" -"system and are used for access control it might be possible that users are\n" -"allowed to access files of other users if an ID range got deleted and " -"reused\n" -"for a different domain.\n" -"\n" -"(*) The RID is typically the last integer of a user or group SID which " -"follows\n" -"the domain SID. E.g. if the domain SID is S-1-5-21-123-456-789 and a user " -"from\n" -"this domain has the SID S-1-5-21-123-456-789-1010 then 1010 is the RID of " -"the\n" -"user. RIDs are unique in a domain, 32bit values and are used for users and\n" -"groups.\n" -"\n" -"WARNING:\n" -"\n" -"DNA plugin in 389-ds will allocate IDs based on the ranges configured for " -"the\n" -"local domain. Currently the DNA plugin *cannot* be reconfigured itself " -"based\n" -"on the local ranges set via this family of commands.\n" -"\n" -"Manual configuration change has to be done in the DNA plugin configuration " -"for\n" -"the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" -"IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " -"be\n" -"modified to match the new range.\n" -msgstr "" -"\n" -"Rentang ID Kelola rentang ID yang digunakan untuk memetakan ID Posix ke SID " -"dan sebaliknya. Ada dua jenis rentang ID yang keduanya ditangani oleh " -"utilitas ini: - Rentang ID domain lokal - rentang ID domain jarak jauh " -"tepercaya Kedua jenis memiliki kesamaan atribut berikut: - base-id: ID " -"pertama dari Rentang ID Posix - ukuran rentang: ukuran rentang Dengan kedua " -"atribut tersebut, objek rentang dapat memesan ID Posix yang dimulai dengan " -"id dasar hingga tetapi tidak termasuk ukuran basis-id + rentang secara " -"eksklusif. Selain itu rentang ID dari domain lokal dapat ditetapkan - rid-" -"base: RID pertama (*) dari rentang RID yang sesuai - sekunder-rid-base: RID " -"pertama dari rentang RID sekunder dan rentang ID dari domain tepercaya harus " -"ditetapkan - rid-base: RID pertama dari rentang RID yang sesuai - dom_sid: " -"domain SID dari domain tepercaya CONTOH: Tambahkan rentang ID baru untuk " -"domain tepercaya Karena mungkin ada lebih dari satu domain tepercaya, SID " -"domain harus diberikan saat membuat kisaran ID. ipa idrange-add --base-id = " -"1200000 --range-size = 200000 --rid-base = 0 --dom-sid = S-1-5-21-123-456-" -"789 Trusted_dom_range Rentang ID ini kemudian digunakan oleh server IPA dan " -"penyedia SSSD IPA untuk menetapkan UID Posix ke pengguna dari domain " -"tepercaya. Jika misalnya rentang untuk domain tepercaya dikonfigurasi dengan " -"nilai berikut: base-id = 1200000 range-size = 200000 rid-base = 0 RID 0 " -"hingga 199999 dipetakan ke ID Posix dari 1200000 hingga 13999999. Jadi RID " -"1000 < -> Posix ID 1201000 CONTOH: Tambahkan rentang ID baru untuk domain " -"lokal Untuk membuat rentang ID untuk domain lokal, Anda tidak perlu " -"menentukan SID domain. Tetapi karena ada kemungkinan bahwa pengguna dan grup " -"dapat memiliki nilai yang sama dengan ID Posix, interval RID kedua " -"diperlukan untuk menangani konflik. ipa idrange-add --base-id = 1200000 " -"--range-size = 200000 --rid-base = 1000 --secondary-rid-base = 1000000 " -"local_range Data dari rentang ID domain lokal digunakan oleh IPA server " -"secara internal untuk menetapkan SID ke pengguna dan grup IPA. SID kemudian " -"akan disimpan di objek pengguna atau grup. Jika misalnya kisaran ID untuk " -"domain lokal dikonfigurasi dengan nilai dari contoh di atas maka pengguna " -"baru dengan UID 1200007 akan mendapatkan RID 1007. Jika RID ini sudah " -"digunakan oleh grup, RID akan menjadi 1000007. Ini hanya bisa terjadi jika " -"pengguna atau objek grup dibuat dengan ID tetap karena tugas otomatis tidak " -"akan menetapkan ID yang sama dua kali. Karena hanya ada pengguna dan grup " -"yang berbagi ruang nama ID yang sama, maka cukup hanya memiliki satu rentang " -"cadangan untuk menangani konflik. Untuk menemukan ID Posix untuk RID " -"tertentu dari domain lokal, ia harus diperiksa terlebih dahulu jika RID " -"termasuk dalam rentang RID primer atau sekunder dan rid-base atau secondary-" -"rid-base harus dikurangi, dan basis-id harus ditambahkan untuk mendapatkan " -"ID Posix. Biasanya pembuatan rentang ID terjadi di belakang layar dan CLI " -"ini tidak boleh digunakan sama sekali. Rentang ID untuk domain lokal akan " -"dibuat selama penginstalan atau peningkatan dari versi yang lebih lama. " -"Rentang ID untuk domain tepercaya akan dibuat bersama dengan kepercayaan " -"oleh 'ipa trust-add ...'. KASUS PENGGUNAAN: Tambahkan rentang ID dari domain " -"yang dipercaya secara transitif Jika domain tepercaya (A) mempercayai domain " -"lain (B) juga dan kepercayaan ini bersifat transitif 'ipa trust-add domain-" -"A' hanya akan membuat rentang untuk domain A. Rentang ID untuk domain B " -"harus ditambahkan secara manual. Tambahkan rentang ID tambahan untuk domain " -"lokal Jika rentang ID domain lokal sudah habis, yaitu tidak ada ID baru yang " -"dapat ditetapkan ke pengguna atau grup Posix dengan plugin DNA, rentang baru " -"harus dibuat untuk memungkinkan pengguna dan grup baru untuk ditambahkan. (" -"Saat ini tidak ada koneksi antara rentang CLI ini dan plugin DNA, tetapi " -"versi yang akan datang mungkin dapat mengubah konfigurasi plugin DNS juga) " -"Secara umum rentang ID tidak perlu diubah atau dihapus. Jika tidak ada cara " -"lain untuk mencapai konfigurasi tertentu selain mengubah atau menghapus " -"rentang ID, tindakan ini harus dilakukan dengan sangat hati-hati. Karena UID " -"disimpan dalam sistem file dan digunakan untuk kontrol akses, mungkin saja " -"pengguna diizinkan untuk mengakses file pengguna lain jika rentang ID " -"dihapus dan digunakan kembali untuk domain yang berbeda. (*) RID biasanya " -"adalah bilangan bulat terakhir dari pengguna atau grup SID yang mengikuti " -"domain SID. Misalnya jika domain SID adalah S-1-5-21-123-456-789 dan " -"pengguna dari domain ini memiliki SID S-1-5-21-123-456-789-1010 maka 1010 " -"adalah RID dari pengguna. RID unik dalam suatu domain, nilai 32bit dan " -"digunakan untuk pengguna dan grup. PERINGATAN: Plugin DNA dalam 389-ds akan " -"mengalokasikan ID berdasarkan rentang yang dikonfigurasi untuk domain lokal. " -"Saat ini plugin DNA * tidak dapat * dikonfigurasi ulang sendiri berdasarkan " -"rentang lokal yang disetel melalui rangkaian perintah ini. Perubahan " -"konfigurasi manual harus dilakukan dalam konfigurasi plugin DNA untuk " -"rentang lokal baru. Secara khusus, Atribut dnaNextRange dari 'cn = Posix " -"IDs, cn = Distributed Numeric Assignment Plugin, cn = plugins, cn = config' " -"harus dimodifikasi agar sesuai dengan kisaran baru.\n" - -#, fuzzy -msgid "" -"\n" -"Add new ID range.\n" -"\n" -" To add a new ID range you always have to specify\n" -"\n" -" --base-id\n" -" --range-size\n" -"\n" -" Additionally\n" -"\n" -" --rid-base\n" -" --secondary-rid-base\n" -"\n" -" may be given for a new ID range for the local domain while\n" -"\n" -" --rid-bas\n" -" --dom-sid\n" -"\n" -" must be given to add a new range for a trusted AD domain.\n" -"\n" -" WARNING:\n" -"\n" -" DNA plugin in 389-ds will allocate IDs based on the ranges configured " -"for the\n" -" local domain. Currently the DNA plugin *cannot* be reconfigured itself " -"based\n" -" on the local ranges set via this family of commands.\n" -"\n" -" Manual configuration change has to be done in the DNA plugin " -"configuration for\n" -" the new local range. Specifically, The dnaNextRange attribute of " -"'cn=Posix\n" -" IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has " -"to be\n" -" modified to match the new range.\n" -" " -msgstr "" -"\n" -"Tambahkan rentang ID baru.\n" -"\n" -"Untuk menambahkan rentang ID baru yang selalu harus Anda tentukan\n" -"\n" -"--base-id\n" -" --range-size\n" -"\n" -"Selain itu\n" -"\n" -"--rid-base\n" -" --secondary-rid-base\n" -"\n" -"dapat diberikan untuk rentang ID baru untuk domain lokal sementara\n" -"\n" -"--rid-bas\n" -" --dom-sid\n" -"\n" -"harus diberikan untuk menambahkan rentang baru untuk domain AD tepercaya.\n" -"\n" -"Peringatan:\n" -"\n" -"Plugin DNA dalam 389-ds akan mengalokasikan ID berdasarkan rentang yang " -"dikonfigurasi untuk\n" -" domain lokal. Saat ini plugin DNA *tidak dapat* dikonfigurasi ulang " -"sendiri berdasarkan\n" -" pada rentang lokal yang ditetapkan melalui keluarga perintah ini.\n" -"\n" -"Perubahan konfigurasi manual harus dilakukan dalam konfigurasi plugin DNA " -"untuk\n" -" jangkauan lokal baru. Secara khusus, atribut dnaNextRange dari 'cn=" -"Posix\n" -" CD,cn=Plugin Penugasan Numerik Terdistribusi, cn=plugins,cn=config' " -"harus\n" -" dimodifikasi agar sesuai dengan rentang baru.\n" -" " - -#, fuzzy -msgid "Failed members" -msgstr "Anggota gagal" - -#, fuzzy -msgid "Failed source hosts/hostgroups" -msgstr "Host sumber/grup host gagal" - -#, fuzzy -msgid "Failed hosts/hostgroups" -msgstr "Host/grup host gagal" - -#, fuzzy -msgid "Failed users/groups" -msgstr "Pengguna/grup gagal" - -msgid "Failed service/service groups" -msgstr "Grup layanan/layanan gagal" - -#, fuzzy -msgid "Failed to remove" -msgstr "Gagal menghapus" - -#, fuzzy -msgid "Failed RunAs" -msgstr "RunAs Gagal" - -#, fuzzy -msgid "Failed RunAsGroup" -msgstr "RunAsGroup Gagal" - -#, fuzzy -msgid "Failed profiles" -msgstr "Profil gagal" - -#, fuzzy -msgid "Failed CAs" -msgstr "KL gagal" - -#, fuzzy -msgid "Failed member manager" -msgstr "Manajer anggota gagal" - -#, fuzzy -msgid "Failed managedby" -msgstr "Gagal dikelola" - -#, fuzzy -msgid "Failed allowed to retrieve keytab" -msgstr "Gagal diperkenankan untuk mengambil cap kunci" - -#, fuzzy -msgid "Failed allowed to create keytab" -msgstr "Gagal diperbolehkan membuat tab kunci" - -#, fuzzy -msgid "Failed targets" -msgstr "Target gagal" - -#, fuzzy -msgid "" -"\n" -"Routines for constructing certificate signing requests using IPA data and\n" -"stored templates.\n" -msgstr "" -"\n" -"Rutinitas untuk membuat permintaan penandatanganan sertifikat menggunakan " -"data IPA dan\n" -"templat yang disimpan.\n" - -#, fuzzy, python-format -msgid "Required CSR generation rule %(name)s is missing data" -msgstr "Aturan pembuatan CSR yang diperlukan %(name)s hilang data" - -#, fuzzy -msgid "Template error when formatting certificate data" -msgstr "Kesalahan templat saat memformat data sertifikat" - -#, fuzzy, python-format -msgid "No generation rule %(rulename)s found." -msgstr "Tak ada aturan generasi %(nama-aturan) yang ditemukan." - -#, fuzzy, python-format -msgid "Generation rule \"%(rulename)s\" is missing the \"rule\" key" -msgstr "Aturan generasi \"%(nama aturan)s\" tidak memiliki kunci \"aturan\"" - -#, fuzzy, python-format -msgid "No CSR generation rules are defined for profile %(profile_id)s" -msgstr "" -"Tidak ada aturan pembuatan CSR yang didefinisikan untuk profil %profile_id)s" - -#, fuzzy -msgid "any of the configured servers" -msgstr "salah satu server yang dikonfigurasi" - -#, fuzzy -msgid "Exceeded number of tries to forward a request." -msgstr "Melebihi jumlah percobaan untuk meneruskan permintaan." - -#, python-format -msgid "%(count)d variables" -msgstr "%(count)d variabel" - -#, python-format -msgid "%(count)d plugin loaded" -msgid_plural "%(count)d plugins loaded" -msgstr[0] "%(count)d pengaya telah dimuat" - -msgid "incorrect type" -msgstr "tipe salah" - -msgid "Only one value is allowed" -msgstr "Hanya satu nilai yang diperbolehkan" - -#, fuzzy -msgid "this option is deprecated" -msgstr "opsi ini tidak digunakan lagi" - -msgid "must be True or False" -msgstr "harus True atau False" - -msgid "must be an integer" -msgstr "harus merupakan bilangan bulat" - -#, python-format -msgid "must be at least %(minvalue)d" -msgstr "setidaknya harus %(minvalue)d" - -#, python-format -msgid "can be at most %(maxvalue)d" -msgstr "nilai maksimum yang diperbolehkan %(maxvalue)d" - -msgid "must be a decimal number" -msgstr "harus merupakan angka desimal" - -#, python-format -msgid "must be at least %(minvalue)s" -msgstr "setidaknya harus %(minvalue)s" - -#, python-format -msgid "can be at most %(maxvalue)s" -msgstr "boleh maksimum %(maxvalue)s" - -#, fuzzy, python-format -msgid "" -"number class '%(cls)s' is not included in a list of allowed number classes: " -"%(allowed)s" -msgstr "" -"kelas angka '%(cls)s' tidak disertakan dalam daftar kelas angka yang " -"diperbolehkan: %(allowed)s" - -#, python-format -msgid "must match pattern \"%(pattern)s\"" -msgstr "harus cocok dengan pola \"%(pattern)s\"" - -msgid "must be binary data" -msgstr "harus merupakan data biner" - -#, python-format -msgid "must be at least %(minlength)d bytes" -msgstr "panjang minimum yang diperbolehkan %(minlength)d byte" +msgid "can be at most %(len)d characters" +msgstr "boleh maksimum %(len)d karakter" #, python-format msgid "can be at most %(maxlength)d bytes" msgstr "panjang maksimum yang diperbolehkan %(maxlength)d byte" #, python-format -msgid "must be exactly %(length)d bytes" -msgstr "harus tepat %(length)d byte" +msgid "can be at most %(maxlength)d characters" +msgstr "panjang maksimum yang diperbolehkan %(maxlength)d karakter" + +#, python-format +msgid "can be at most %(maxvalue)d" +msgstr "nilai maksimum yang diperbolehkan %(maxvalue)d" + +#, python-format +msgid "can be at most %(maxvalue)s" +msgstr "boleh maksimum %(maxvalue)s" + +#, c-format +msgid "cannot open configuration file %s\n" +msgstr "tidak dapat membuka berkas konfigurasi %s\n" + +#, c-format +msgid "cannot stat() configuration file %s\n" +msgstr "tidak dapat melakukan stat() berkas konfigurasi %s\n" + +msgid "change collided with another change" +msgstr "perubahan bertabrakan dengan perubahan lain" + +#, c-format +msgid "child exited with %d\n" +msgstr "anak keluar dengan %d\n" + +#, c-format +msgid "curl_easy_init() failed\n" +msgstr "curl_easy_init() gagal\n" + +#, c-format +msgid "curl_easy_setopt() failed\n" +msgstr "curl_easy_setopt() gagal\n" + +#, c-format +msgid "curl_global_init() failed\n" +msgstr "curl_global_init() gagal\n" + +#, c-format +msgid "curl_slist_append() failed for value: '%s'\n" +msgstr "curl_slist_append() gagal untuk nilai: '%s'\n" + +#, python-format +msgid "error on server '%(server)s': %(error)s" +msgstr "galat pada server '%(server)s': %(error)s" + +#, c-format +msgid "executing ipa-getkeytab failed, errno %d\n" +msgstr "mengeksekusi ipa-getkeytab gagal, errno %d\n" + +msgid "filename" +msgstr "namaberkas" + +#, c-format +msgid "fork() failed\n" +msgstr "fork() gagal\n" + +msgid "hostname" +msgstr "namahost" + +msgid "incorrect type" +msgstr "tipe salah" + +#, python-format +msgid "invalid '%(name)s': %(error)s" +msgstr "'%(name)s' tidak valid: %(error)s" + +#, c-format +msgid "ipa-getkeytab has bad permissions?\n" +msgstr "ipa-getkeytab memiliki izin yang buruk?\n" + +#, c-format +msgid "ipa-getkeytab not found\n" +msgstr "ipa-getkeytab tidak ditemukan\n" + +#, c-format +msgid "json_dumps() failed\n" +msgstr "json_dumps() gagal\n" + +#, c-format +msgid "json_pack_ex() failed: %s\n" +msgstr "json_pack_ex() gagal: %s\n" + +#, python-format +msgid "key %(key)s already exists" +msgstr "kunci %(key)s sudah ada" + +#, python-format +msgid "key named %(key)s already exists" +msgstr "kunci bernama %(key)s sudah ada" + +#, c-format +msgid "krb5_kt_close %1$d: %2$s\n" +msgstr "krb5_kt_close %1$d: %2$s\n" + +#, c-format +msgid "krb5_kt_get_entry %1$d: %2$s\n" +msgstr "krb5_kt_get_entry %1$d: %2$s\n" + +#, c-format +msgid "krb5_kt_remove_entry %1$d: %2$s\n" +msgstr "krb5_kt_remove_entry %1$d: %2$s\n" + +#, c-format +msgid "krb5_parse_name %1$d: %2$s\n" +msgstr "krb5_parse_name %1$d: %2$s\n" + +#, c-format +msgid "krb5_unparse_name %1$d: %2$s\n" +msgstr "krb5_unparse_name %1$d: %2$s\n" + +#, c-format +msgid "kvno %d\n" +msgstr "kvno %d\n" + +msgid "limits exceeded for this query" +msgstr "query ini telah melampaui batas" + +#, python-format +msgid "map %(map)s already exists" +msgstr "peta %(map)s sudah ada" + +msgid "maximum serial number" +msgstr "nomor seri maksimum" + +msgid "minimum serial number" +msgstr "nomor seri minimum" + +#, python-format +msgid "must be '%(value)s'" +msgstr "harus '%(value)s'" + +msgid "must be DNS name" +msgstr "harus berupa nama DNS" + +msgid "must be TRUE or FALSE" +msgstr "harus TRUE atau FALSE" + +msgid "must be True or False" +msgstr "harus True atau False" + +msgid "must be Unicode text" +msgstr "harus teks Unicode" msgid "must be a certificate" msgstr "harus merupakan sebuah sertifikat" @@ -17917,16875 +1080,128 @@ msgstr "harus merupakan sebuah sertifikat" msgid "must be a certificate signing request" msgstr "harus berupa sebuah permintaan penandatanganan sertifikat" +msgid "must be a decimal number" +msgstr "harus merupakan angka desimal" + +msgid "must be absolute" +msgstr "harus absolut" + +msgid "must be an integer" +msgstr "harus merupakan bilangan bulat" + #, python-format -msgid "Failure decoding Certificate Signing Request: %s" -msgstr "Gagal mengurai Permintaan Penandatanganan Sertifikat: %s" - -msgid "must be Unicode text" -msgstr "harus teks Unicode" - -#, fuzzy -msgid "Leading and trailing spaces are not allowed" -msgstr "Spasi di depan dan di belakang tidak diperbolehkan" +msgid "must be at least %(minlength)d bytes" +msgstr "panjang minimum yang diperbolehkan %(minlength)d byte" #, python-format msgid "must be at least %(minlength)d characters" msgstr "setidaknya minimum harus %(minlength)d karakter" #, python-format -msgid "can be at most %(maxlength)d characters" -msgstr "panjang maksimum yang diperbolehkan %(maxlength)d karakter" +msgid "must be at least %(minvalue)d" +msgstr "setidaknya harus %(minvalue)d" + +#, python-format +msgid "must be at least %(minvalue)s" +msgstr "setidaknya harus %(minvalue)s" + +msgid "must be at least 1" +msgstr "setidaknya harus 1" + +msgid "must be binary data" +msgstr "harus merupakan data biner" + +msgid "must be datetime value" +msgstr "harus berupa nilai datetime" + +msgid "must be dictionary" +msgstr "harus berupa kamus" + +msgid "must be enclosed in parentheses" +msgstr "mesti diapit kurung" + +#, python-format +msgid "must be exactly %(length)d bytes" +msgstr "harus tepat %(length)d byte" #, python-format msgid "must be exactly %(length)d characters" msgstr "harus tepat %(length)d karakter" -#, fuzzy, python-format -msgid "The character %(char)r is not allowed." -msgstr "Karakter %(char)r tidak diperbolehkan." - -#, python-format -msgid "must be '%(value)s'" -msgstr "harus '%(value)s'" - #, python-format msgid "must be one of %(values)s" msgstr "harus satu dari %(values)s" -msgid "must be datetime value" -msgstr "harus berupa nilai datetime" - -#, fuzzy -msgid "does not match any of accepted formats: " -msgstr "tidak cocok dengan format yang diterima: " - -#, fuzzy -msgid "incomplete time value" -msgstr "nilai waktu tidak lengkap" - -msgid "must be DNS name" -msgstr "harus berupa nama DNS" - -msgid "must be absolute" -msgstr "harus absolut" - msgid "must be relative" msgstr "harus relatif" -msgid "must be dictionary" -msgstr "harus berupa kamus" - -#, fuzzy -msgid "must be Kerberos principal" -msgstr "harus kerberos kepala sekolah" - -#, fuzzy, python-format -msgid "Malformed principal: '%(value)s'" -msgstr "Pokok cacat: '%(nilai)s'" - -#, fuzzy -msgid "Service principal is required" -msgstr "Diperlukan pokok layanan" - -#, fuzzy -msgid "A dictionary representing an LDAP entry" -msgstr "Kamus yang mewakili entri LDAP" - -#, fuzzy -msgid "A list of LDAP entries" -msgstr "Daftar entri LDAP" - -#, fuzzy -msgid "All commands should at least have a result" -msgstr "Semua perintah setidaknya harus memiliki hasil" - #, python-format -msgid "Enter %(label)s again to verify: " -msgstr "Masukkan %(label)s lagi untuk verifikasi: " - -msgid "Passwords do not match!" -msgstr "Kata sandi tidak cocok!" - -#, fuzzy -msgid "No matching entries found" -msgstr "Tak ditemukan entri yang cocok" - -#, fuzzy -msgid "Topic or Command" -msgstr "Topik atau Perintah" - -#, fuzzy -msgid "The topic or command name." -msgstr "Topik atau nama perintah." - -#, fuzzy -msgid "Topic commands:" -msgstr "Perintah topik:" - -#, fuzzy -msgid "To get command help, use:" -msgstr "Untuk mendapatkan bantuan perintah, gunakan:" - -#, fuzzy -msgid " ipa --help" -msgstr " ipa --help" - -msgid "Command name" -msgstr "Nama perintah" - -#, fuzzy -msgid "Positional arguments" -msgstr "Argumen posisional" - -#, fuzzy, python-format -msgid "Same as --%s" -msgstr "ada plugin bentrok (%s) yang memiliki nilai %s.%s yang sama" - -#, fuzzy -msgid "Deprecated options" -msgstr "Opsi yang tidak digunakan lagi" - -#, fuzzy -msgid "No file to read" -msgstr "Tidak ada berkas yang bisa dibaca" - -#, fuzzy, python-format -msgid "%(cver)s client incompatible with %(sver)s server at '%(server)s'" -msgstr "%(cver)s klien tidak kompatibel dengan %(sver)s server di '%(server)s'" - -#, python-format -msgid "unknown error %(code)d from %(server)s: %(error)s" -msgstr "kesalahan %(code)d tidak dikenal dari %(server)s: %(error)s" - -msgid "an internal error has occurred" -msgstr "terjadi kesalahan internal" - -#, python-format -msgid "an internal error has occurred on server at '%(server)s'" -msgstr "terjadi kesalahan internal pada server di '%(server)s'" - -#, fuzzy, python-format -msgid "unknown command '%(name)s'" -msgstr "perintah tidak diketahui '%(name)s'" - -#, python-format -msgid "error on server '%(server)s': %(error)s" -msgstr "galat pada server '%(server)s': %(error)s" - -#, fuzzy, python-format -msgid "cannot connect to '%(uri)s': %(error)s" -msgstr "tidak dapat tersambung ke '%(uri)s': %(error)s" - -#, python-format -msgid "Invalid JSON-RPC request: %(error)s" -msgstr "Permintaan JSON-RPC tidak valid: %(error)s" - -#, fuzzy, python-format -msgid "error marshalling data for XML-RPC transport: %(error)s" -msgstr "error marshalling data untuk xml-RPC transport: %(error)s" - -#, fuzzy, python-format -msgid "Missing or invalid HTTP Referer, %(referer)s" -msgstr "Hilang atau tidak valid HTTP Referer, %(referer)s" - -#, fuzzy, python-format -msgid "" -"System encoding must be UTF-8, '%(encoding)s' is not supported. Set LC_ALL=" -"\"C.UTF-8\", or LC_ALL=\"\" and LC_CTYPE=\"C.UTF-8\"." -msgstr "" -"Pengkodean sistem harus UTF-8, '%(pengkodean)s' tidak didukung. Atur LC_ALL=" -"\"C.UTF-8\", atau LC_ALL=\"\" dan LC_CTYPE=\"C.UTF-8\"." - -#, python-format -msgid "Kerberos error: %(major)s/%(minor)s" -msgstr "Kesalahan kerberos: %(major)s/%(minor)s" - -#, fuzzy -msgid "did not receive Kerberos credentials" -msgstr "tidak menerima kredensial Kerberos" - -#, fuzzy, python-format -msgid "Service '%(service)s' not found in Kerberos database" -msgstr "Layanan '%(service)s' tidak ditemukan dalam database Kerberos" - -#, fuzzy -msgid "No credentials cache found" -msgstr "Tidak ditemukan singgahan kredensial" - -msgid "Ticket expired" -msgstr "Tiket kedaluwarsa" - -#, fuzzy -msgid "Credentials cache permissions incorrect" -msgstr "Izin singgahan kredensial salah" - -#, fuzzy -msgid "Bad format in credentials cache" -msgstr "Format buruk di singgahan kredensial" - -#, fuzzy -msgid "Cannot resolve KDC for requested realm" -msgstr "Tak bisa mengatasi KDC untuk ranah yang diminta" - -#, fuzzy -msgid "Session error" -msgstr "Galat sesi" - -#, fuzzy, python-format -msgid "Principal %(principal)s cannot be authenticated: %(message)s" -msgstr "Pokok %(principal)s tidak dapat diautentikasi: %(message)s" - -#, python-format -msgid "Insufficient access: %(info)s" -msgstr "Hak akses tidak mencukupi: %(info)s" - -#, fuzzy, python-format -msgid "command '%(name)s' takes no arguments" -msgstr "perintah '%(name)s' tidak mengambil argumen" - -#, fuzzy, python-format -msgid "command '%(name)s' takes at most %(count)d argument" -msgid_plural "command '%(name)s' takes at most %(count)d arguments" -msgstr[0] "perintah '%(name)s' mengambil paling banyak %(count)d argumen" - -#, fuzzy, python-format -msgid "overlapping arguments and options: %(names)s" -msgstr "argumen dan opsi yang tumpang tindih: %(names)s" - -#, fuzzy, python-format -msgid "'%(name)s' is required" -msgstr "'%(name)s' diperlukan" - -#, python-format -msgid "invalid '%(name)s': %(error)s" -msgstr "'%(name)s' tidak valid: %(error)s" - -#, fuzzy, python-format -msgid "api has no such namespace: '%(name)s'" -msgstr "api tidak memiliki namespace seperti itu: '%(name)s'" - -msgid "Passwords do not match" -msgstr "Kata sandi tidak cocok" - -msgid "Command not implemented" -msgstr "Perintah tidak diimplementasikan" - -#, fuzzy -msgid "Client is not configured. Run ipa-client-install." -msgstr "Klien tidak dikonfigurasi. Jalankan ipa-client-install." - -#, fuzzy, python-format -msgid "Could not get %(name)s interactively" -msgstr "Tak bisa mendapatkan %(name)s secara interaktif" - -#, fuzzy, python-format -msgid "Command '%(name)s' has been deprecated" -msgstr "Perintah '%(name)s' telah ditolak" - -#, fuzzy, python-format -msgid "Domain '%(domain)s' is not a root domain for forest '%(forest)s'" -msgstr "Domain '%(domain)s' bukan domain akar untuk hutan '%(hutan)s'" - -#, python-format -msgid "%(reason)s" -msgstr "%(reason)s" - -msgid "This entry already exists" -msgstr "Entri ini sudah ada" - -msgid "You must enroll a host in order to create a host service" -msgstr "Anda harus mendaftarkan sebuah host untuk membuat layanan host" - -#, fuzzy, python-format -msgid "" -"Service principal is not of the form: service/fully-qualified host name: " -"%(reason)s" -msgstr "" -"Pokok layanan bukan dari bentuk: service/fully-qualified host name: " -"%(reason)s" - -#, fuzzy -msgid "" -"The realm for the principal does not match the realm for this IPA server" -msgstr "Ranah untuk prinsipal tidak cocok dengan ranah untuk server IPA ini" - -msgid "This command requires root access" -msgstr "Perintah ini memerlukan akses root" - -msgid "This is already a posix group" -msgstr "Ini sudah merupakan grup posix" - -#, fuzzy, python-format -msgid "Principal is not of the form user@REALM: '%(principal)s'" -msgstr "Pokok bukan dari bentuk user@REALM: '%(principal)s'" - -#, fuzzy -#| msgid "This entry already exists" -msgid "This entry is already enabled" -msgstr "Entri ini sudah difungsikan" - -#, fuzzy -#| msgid "This entry already exists" -msgid "This entry is already disabled" -msgstr "Entri ini sudah dinonaktifkan" - -#, fuzzy -msgid "This entry cannot be enabled or disabled" -msgstr "Entri ini tak bisa difungsikan atau dinon-fungsikan" - -#, fuzzy -msgid "This entry is not a member" -msgstr "Entri ini bukan anggota" - -msgid "A group may not be a member of itself" -msgstr "Sebuah grup tidak mungkin menjadi anggota grup itu sendiri" - -#, fuzzy -#| msgid "This entry already exists" -msgid "This entry is already a member" -msgstr "Entri ini sudah anggota" - -#, python-format -msgid "Base64 decoding failed: %(reason)s" -msgstr "Penguraian Base64 gagal: %(reason)s" - -#, fuzzy -#| msgid "A group may not be a member of itself" -msgid "A group may not be added as a member of itself" -msgstr "Sebuah grup tidak boleh ditambahkan sebagai anggota grup itu sendiri" - -#, fuzzy -msgid "The default users group cannot be removed" -msgstr "Grup pengguna asali tidak bisa dihapus" - -#, fuzzy -msgid "Deleting a managed group is not allowed. It must be detached first." -msgstr "" -"Menghapus grup terkelola tidak diperbolehkan. Ini harus dilepas terlebih " -"dahulu." - -#, fuzzy -msgid "A managed group cannot have a password policy." -msgstr "Grup terkelola tak bisa memiliki kebijakan sandi." - -#, fuzzy, python-format -msgid "'%(entry)s' doesn't have a certificate." -msgstr "'%(entry)s' tidak memiliki sertifikat." - -#, fuzzy, python-format -msgid "Unable to create private group. A group '%(group)s' already exists." -msgstr "Tak bisa membuat grup privat. Grup '%(grup)s' sudah ada." - -#, fuzzy, python-format -msgid "" -"A problem was encountered when verifying that all members were %(verb)s: " -"%(exc)s" -msgstr "" -"Timbul masalah ketika memverifikasi bahwa semua anggota adalah %(verb)s: " -"%(exc)s" - -#, fuzzy, python-format -msgid "%(attr)s does not contain '%(value)s'" -msgstr "%(attr)s tak memuat '%(value)s'" - -#, fuzzy, python-format -msgid "" -"The search criteria was not specific enough. Expected 1 and found %(found)d." -msgstr "" -"Kriteria pencarian tidak cukup spesifik. Diduga 1 dan ditemukan " -"%(ditemukan)d." - -#, fuzzy -msgid "This group already allows external members" -msgstr "Grup ini sudah memperbolehkan anggota eksternal" - -#, fuzzy -msgid "This group cannot be posix because it is external" -msgstr "Grup ini tidak boleh posix karena" - -#, fuzzy -msgid "This is already a posix group and cannot be converted to external one" -msgstr "" -"Ini sudah menjadi grup posix dan tidak dapat dikonversi ke grup eksternal" - -#, fuzzy, python-format -msgid "Server removal aborted: %(reason)s." -msgstr "Penghapusan server dibatalkan: %(alasan)s." - -#, fuzzy, python-format -msgid "%(operation)s is not supported for %(principal_type)s principals" -msgstr "%(operasi)s tidak didukung untuk prinsipal %principal_type)" - -#, fuzzy, python-format -msgid "Request failed with status %(status)s: %(reason)s" -msgstr "Permintaan gagal dengan status %(status)s: %(reason)s" - -#, fuzzy, python-format -msgid "" -"Mapping ruleset \"%(ruleset)s\" has more than one rule for the %(helper)s " -"helper" -msgstr "" -"Pemetaan ruleset \"%(ruleset)s\" memiliki lebih dari satu aturan untuk " -"pembantu %(helper)" - -#, fuzzy, python-format -msgid "'%(attr)s' already contains one or more values" -msgstr "'%(attr)s' sudah berisi satu atau beberapa nilai" - -#, fuzzy, python-format -msgid "no command nor help topic '%(topic)s'" -msgstr "tidak ada perintah atau topik bantuan '%(topik)s'" - -msgid "change collided with another change" -msgstr "perubahan bertabrakan dengan perubahan lain" +msgid "must match pattern \"%(pattern)s\"" +msgstr "harus cocok dengan pola \"%(pattern)s\"" msgid "no modifications to be performed" msgstr "tidak ada modifikasi yang harus dilakukan" -#, python-format -msgid "%(desc)s: %(info)s" -msgstr "%(desc)s: %(info)s" +#, c-format +msgid "out of memory\n" +msgstr "kehabisan memori!\n" -msgid "limits exceeded for this query" -msgstr "query ini telah melampaui batas" +msgid "password" +msgstr "kata sandi" #, python-format -msgid "%(info)s" -msgstr "%(info)s" +msgid "permission \"%(value)s\" already exists" +msgstr "izin \"%(value)s\" sudah ada" -#, fuzzy -msgid "modifying primary key is not allowed" -msgstr "mengubah kunci utama tidak diperbolehkan" +msgid "pkinit" +msgstr "pkinit" -#, python-format -msgid "%(attr)s: Only one value allowed." -msgstr "%(attr)s: Hanya satu nilai yang diperbolehkan." +#, c-format +msgid "principal not found\n" +msgstr "prinsipal tidak ditemukan\n" -#, fuzzy, python-format -msgid "%(attr)s: Invalid syntax." -msgstr "%(attr)s: Sintaks yang tidak valid." +#, c-format +msgid "principal not found in XML-RPC response\n" +msgstr "prinsipal tidak ditemukan dalam respons XML-RPC\n" -#, fuzzy, python-format -msgid "Bad search filter %(info)s" -msgstr "Filter pencarian buruk %(info)s" - -#, fuzzy -msgid "Not allowed on non-leaf entry" -msgstr "Tidak diperbolehkan pada entri bukan daun" - -#, fuzzy -msgid "LDAP timeout" -msgstr "Batas waktu LDAP" - -#, fuzzy, python-format -msgid "%(task)s LDAP task timeout, Task DN: '%(task_dn)s'" -msgstr "%(tugas)s waktu tugas LDAP habis, Tugas DN: '%(task_dn)s'" - -#, fuzzy -msgid "Configured time limit exceeded" -msgstr "Batas waktu yang dikonfigurasi terlampaui" - -#, fuzzy -msgid "Configured size limit exceeded" -msgstr "Batas ukuran yang dikonfigurasi terlampaui" - -#, fuzzy -msgid "Configured administrative server limit exceeded" -msgstr "Batas server administratif yang dikonfigurasi terlampaui" - -#, python-format -msgid "Certificate operation cannot be completed: %(error)s" -msgstr "Operasi sertifikat tidak dapat diselesaikan: %(error)s" - -#, fuzzy, python-format -#| msgid "Certificate operation cannot be completed: %(error)s" -msgid "Certificate format error: %(error)s" -msgstr "Galat format sertifikat: %(error)s" - -#, fuzzy -msgid "Already registered" -msgstr "Sudah terdaftar" - -#, fuzzy -msgid "Not registered yet" -msgstr "Belum terdaftar" - -#, fuzzy, python-format -msgid "%(key)s cannot be deleted because %(label)s %(dependent)s requires it" -msgstr "" -"%(key)s tidak dapat dihapus karena %(label)s %(dependen)s membutuhkannya" - -#, fuzzy, python-format -msgid "" -"%(key)s cannot be deleted or disabled because it is the last member of " -"%(label)s %(container)s" -msgstr "" -"%(key)s tidak dapat dihapus atau dinon-fungsikan karena merupakan anggota " -"terakhir dari %(label)s %(container)s" - -#, fuzzy, python-format -msgid "%(label)s %(key)s cannot be deleted/modified: %(reason)s" -msgstr "%(label)s %(key)s tidak dapat dihapus/diubah: %(reason)s" - -#, fuzzy, python-format -msgid "%(name)s certificate is not valid" -msgstr "Sertifikat %(name)s tidak sahih" - -#, fuzzy, python-format -msgid "Schema is up to date (FP '%(fingerprint)s', TTL %(ttl)s s)" -msgstr "Skema sudah diperbarui (FP '%(sidik jari)s', TTL %(ttl)s)" - -#, fuzzy, python-format -msgid "Host '%(hostname)s' does not have corresponding DNS A/AAAA record" -msgstr "Host '%(hostname)s' tidak memiliki catatan DNS A/AAAA yang sesuai" - -#, fuzzy, python-format -msgid "DNS check failed: Expected {%(expected)s} got {%(got)s}" -msgstr "Pemeriksaan DNS gagal: Diharapkan {%(diduga)s} mendapat {%(got)s}" - -#, python-format -msgid "%(exception)s" -msgstr "%(exception)s" - -#, fuzzy, python-format -msgid "" -"Forest '%(forest)s' has existing trust to forest(s) %(domains)s which " -"prevents a trust to '%(conflict)s'" -msgstr "" -"Hutan '%(hutan)s' memiliki kepercayaan yang ada pada hutan %(domain)s yang " -"mencegah kepercayaan ke '%(konflik)s'" - -msgid "Results are truncated, try a more specific search" -msgstr "Hasil yang terpotong, coba cari dengan lebih spesifik" - -#, fuzzy, python-format -msgid "Unknown option: %(option)s" -msgstr "Opsi tidak diketahui: %(option)s" - -#, fuzzy -msgid "Client version. Used to determine if server will accept request." -msgstr "" -"Versi klien. Digunakan untuk menentukan apakah server akan menerima " -"permintaan." - -#, fuzzy -msgid "Additional instructions:" -msgstr "Instruksi tambahan:" - -#, fuzzy, python-format -msgid "" -"API Version number was not sent, forward compatibility not guaranteed. " -"Assuming server's API version, %(server_version)s" -msgstr "" -"Nomor Versi API tidak dikirim, kompatibilitas penerusan tidak dijamin. " -"Dengan asumsi versi API server, %(server_version)s" - -#, fuzzy -msgid "" -"DNS forwarder semantics changed since IPA 4.0.\n" -"You may want to use forward zones (dnsforwardzone-*) instead.\n" -"For more details read the docs." -msgstr "" -"Semantik penerus DNS berubah sejak IPA 4.0.\n" -"Anda mungkin ingin menggunakan zona terusan (dnsforwardzone-*) sebagai " -"gantinya.\n" -"Untuk lebih jelasnya baca dokumen." - -#, fuzzy, python-format -msgid "" -"DNSSEC support is experimental.\n" -"%(additional_info)s" -msgstr "" -"Dukungan DNSSEC bersifat eksperimental.\n" -"%(additional_info)s" - -#, fuzzy, python-format -msgid "'%(option)s' option is deprecated. %(additional_info)s" -msgstr "Opsi '%(option)s' tidak digunakan lagi. %(additional_info)s" - -#, fuzzy, python-format -msgid "" -"Semantic of %(label)s was changed. %(current_behavior)s\n" -"%(hint)s" -msgstr "" -"Semantik dari %(label)s telah diubah. %(current_behavior)s\n" -"%(petunjuk)s" - -#, python-format -msgid "DNS server %(server)s: %(error)s." -msgstr "Server DNS %(server)s: %(error)s." - -#, fuzzy, python-format -msgid "" -"DNS server %(server)s does not support DNSSEC: %(error)s.\n" -"If DNSSEC validation is enabled on IPA server(s), please disable it." -msgstr "" -"Server DNS %(server)s tidak mendukung DNSSEC: %(error)s.\n" -"Jika validasi DNSSEC diaktifkan di server IPA, nonaktifkan." - -#, fuzzy, python-format -msgid "" -"forward zone \"%(fwzone)s\" is not effective because of missing proper NS " -"delegation in authoritative zone \"%(authzone)s\". Please add NS record " -"\"%(ns_rec)s\" to parent zone \"%(authzone)s\"." -msgstr "" -"zona maju \"%(fwzone)s\" tidak efektif karena hilang delegasi NS yang tepat " -"di zona otoritatif \"%(authzone)s\". Silakan tambahkan catatan NS \"%(ns_rec)" -"s\" ke zona induk \"%(authzone)s\"." - -#, fuzzy, python-format -msgid "" -"DNS server %(server)s does not support EDNS0 (RFC 6891): %(error)s.\n" -"If DNSSEC validation is enabled on IPA server(s), please disable it." -msgstr "" -"Server DNS %(server)s tidak mendukung EDNS0 (RFC 6891): %(error)s.\n" -"Jika validasi DNSSEC diaktifkan di server IPA, nonaktifkan." - -#, fuzzy, python-format -msgid "" -"DNSSEC validation failed: %(error)s.\n" -"Please verify your DNSSEC configuration or disable DNSSEC validation on all " -"IPA servers." -msgstr "" -"Validasi DNSSEC gagal: %(error)s.\n" -"Silakan verifikasi konfigurasi DNSSEC Anda atau nonaktifkan validasi DNSSEC " -"di semua server IPA." - -#, fuzzy, python-format -msgid "" -"The _kerberos TXT record from domain %(domain)s could not be created " -"(%(error)s).\n" -"This can happen if the zone is not managed by IPA. Please create the record " -"manually, containing the following value: '%(realm)s'" -msgstr "" -"Catatan _kerberos catatan TXT dari domain %(domain)s tak bisa dibuat " -"(%(galat)s).\n" -"Ini dapat terjadi jika zona tidak dikelola oleh IPA. Silakan buat catatan " -"secara manual, berisi nilai berikut: '%(realm)s'" - -#, fuzzy, python-format -msgid "" -"The _kerberos TXT record from domain %(domain)s could not be removed " -"(%(error)s).\n" -"This can happen if the zone is not managed by IPA. Please remove the record " -"manually." -msgstr "" -"Catatan _kerberos catatan TXT dari domain %(domain)s tak bisa dihapus " -"(%(galat)s).\n" -"Ini dapat terjadi jika zona tidak dikelola oleh IPA. Silakan hapus catatan " -"secara manual." - -#, fuzzy -msgid "" -"No DNSSEC key master is installed. DNSSEC zone signing will not work until " -"the DNSSEC key master is installed." -msgstr "" -"Tidak ada master kunci DNSSEC yang terinstal. Penandatanganan zona DNSSEC " -"tidak akan berfungsi sampai master kunci DNSSEC diinstal." - -#, fuzzy, python-format -msgid "" -"Relative record name '%(record)s' contains the zone name '%(zone)s' as a " -"suffix, which results in FQDN '%(fqdn)s'. This is usually a mistake caused " -"by a missing dot at the end of the name specification." -msgstr "" -"Nama catatan relatif '%(record)s' memuat nama zona '%(zone)s' sebagai " -"akhiran, yang menghasilkan FQDN '%(fqdn)s'. Ini biasanya kesalahan yang " -"disebabkan oleh titik yang hilang di akhir spesifikasi nama." - -#, fuzzy, python-format -msgid "'%(command)s' is deprecated. %(additional_info)s" -msgstr "'%(perintah)s' tidak digunakan lagi. %(additional_info)s" - -#, fuzzy, python-format -msgid "%(line)s" -msgstr "%(baris)s" - -#, fuzzy, python-format -msgid "Search result has been truncated: %(reason)s" -msgstr "Hasil pencarian telah dipotong: %(alasan)s" - -#, fuzzy, python-format -msgid "" -"Your trust to %(domain)s is broken. Please re-create it by running 'ipa " -"trust-add' again." -msgstr "" -"Kepercayaan Anda kepada %(domain)s rusak. Silakan buat ulang dengan " -"menjalankan 'ipa trust-add' lagi." - -#, fuzzy, python-format -msgid "DNS record(s) of host %(host)s could not be removed. (%(reason)s)" -msgstr "Catatan DNS dari host %(host)s tak bisa dihapus. (%(alasan)s)" - -#, fuzzy -msgid "" -"Forwarding policy conflicts with some automatic empty zones. Queries for " -"zones specified by RFC 6303 will ignore forwarding and recursion and always " -"result in NXDOMAIN answers. To override this behavior use forward policy " -"'only'." -msgstr "" -"Meneruskan konflik kebijakan dengan beberapa zona kosong otomatis. Kueri " -"untuk zona yang ditentukan oleh RFC 6303 akan mengabaikan penerusan dan " -"rekursi dan selalu menghasilkan jawaban NXDOMAIN. Untuk mengesampingkan " -"perilaku ini, gunakan kebijakan penerusan 'hanya'." - -#, fuzzy, python-format -msgid "Update of system record '%(record)s' failed with error: %(error)s" -msgstr "Pembaruan rekaman sistem '%(record)s' gagal dengan galat: %(error)s" - -#, fuzzy, python-format -msgid "" -"IPA does not manage the zone %(zone)s, please add records to your DNS server " -"manually" -msgstr "" -"IPA tidak mengelola zona %(zone),silakan tambahkan catatan ke peladen DNS " -"Anda secara manual" - -#, fuzzy -msgid "" -"Automatic update of DNS system records failed. Please re-run update of " -"system records manually to get list of missing records." -msgstr "" -"Pembaruan otomatis catatan sistem DNS gagal. Silakan jalankan kembali " -"pembaruan catatan sistem secara manual untuk mendapatkan daftar catatan yang " -"hilang." - -#, fuzzy, python-format -msgid "" -"Service %(service)s requires restart on IPA server %(server)s to apply " -"configuration changes." -msgstr "" -"Layanan %(layanan) memerlukan mulai ulang pada peladen IPA %(peladen)s untuk " -"menerapkan perubahan konfigurasi." - -#, fuzzy, python-format -msgid "" -"No DNS servers in IPA location %(location)s. Without DNS servers location is " -"not working as expected." -msgstr "" -"Tak ada peladen DNS di lokasi IPA %(lokasi).s. Tanpa lokasi server DNS tidak " -"berfungsi seperti yang diharapkan." - -#, fuzzy, python-format -msgid "%(subject)s: Malformed certificate. %(reason)s" -msgstr "%(subjek)s: Sertifikat cacat. %(alasan)s" - -#, fuzzy, python-format -msgid "The host was added but the DNS update failed with: %(reason)s" -msgstr "Host ditambahkan tetapi pembaruan DNS gagal dengan: %(alasan)s" - -#, fuzzy, python-format -msgid "The certificate for %(ca)s is not available on this server." -msgstr "Sertifikat untuk %(ca)s tidak tersedia pada peladen ini." - -#, fuzzy, python-format -msgid "%(filename)s: file not found" -msgstr "%(nama berkas)s: berkas tidak ditemukan" - -#, fuzzy -msgid "Filename is empty" -msgstr "Nama berkas kosong" - -#, fuzzy, python-format -msgid "Permission denied: %(file)s" -msgstr "Ijin ditolak: %(berkas)s" - -#, fuzzy -msgid "empty DNS label" -msgstr "label DNS kosong" - -#, fuzzy -msgid "DNS label cannot be longer that 63 characters" -msgstr "Label DNS tidak boleh lebih panjang dari 63 karakter" - -#, fuzzy, python-format -msgid "" -"only letters, numbers, %(chars)s are allowed. DNS label may not start or end " -"with %(chars2)s" -msgstr "" -"hanya huruf, angka, %(chars)s yang diperbolehkan. Label DNS tidak boleh " -"dimulai atau diakhiri dengan %(chars2)s" - -#, fuzzy -msgid "single label {}s are not supported" -msgstr "label tunggal {}s tidak didukung" - -#, fuzzy -msgid "too many '@' characters" -msgstr "terlalu banyak karakter '@'" - -#, fuzzy -#| msgid "can be at most %(maxlength)d characters" -msgid "cannot be longer that {} characters" -msgstr "tidak boleh lebih panjang dari {} karakter" - -#, fuzzy -msgid "hostname contains empty label (consecutive dots)" -msgstr "nama host berisi label kosong (titik berturut-turut)" - -#, fuzzy -msgid "not fully qualified" -msgstr "" -"Akhirnya, aturan reject_non_fqdn_sender menolak surel " -"yang mengaku berasal dari alamat tanpa fully-qualified domain name. Dalam " -"prakteknya, ini berarti menolak surel yang datang dari " -"user@machine: alamat harus diumumkan sebagai " -"user@machine.example.com atau user@example." -"com." - -#, fuzzy -msgid "invalid SSH public key" -msgstr "kunci publik SSH tidak valid" - -#, fuzzy -msgid "options are not allowed" -msgstr "opsi tidak diperbolehkan" - -#, fuzzy -msgid "invalid hostmask" -msgstr "hostmask tidak valid" +msgid "priority cannot be set on global policy" +msgstr "prioritas tidak dapat ditetapkan pada kebijakan global" #, python-format msgid "query '%(owner)s %(rtype)s': %(error)s" msgstr "kuiri '%(owner)s %(rtype)s': %(error)s" -#, fuzzy, python-format -msgid "query '%(owner)s %(rtype)s' with EDNS0: %(error)s" -msgstr "kueri '%(owner)s %(rtype)s' dengan EDNS0: %(error)s" +#, c-format +msgid "read error\n" +msgstr "galat baca\n" -#, fuzzy, python-format -msgid "" -"answer to query '%(owner)s %(rtype)s' is missing DNSSEC signatures (no RRSIG " -"data)" -msgstr "" -"jawaban atas kueri '%(owner)s %(rtype)s' hilang tanda tangan DNSSEC (tidak " -"ada data RRSIG)" +#, c-format +msgid "realm not found\n" +msgstr "realm tidak ditemukan\n" -#, fuzzy, python-format -msgid "record '%(owner)s %(rtype)s' failed DNSSEC validation on server %(ip)s" -msgstr "record '%(owner)s %(rtype)s' gagal validasi DNSSEC pada server %(ip)s" +#, c-format +msgid "result not found in XML-RPC response\n" +msgstr "hasil tidak ditemukan dalam respons XML-RPC\n" -#, fuzzy -msgid "invalid escape code in domain name" -msgstr "kode escape tidak valid dalam nama domain" +msgid "segment" +msgstr "segmen" -#, fuzzy -msgid "domain name cannot be longer than 255 characters" -msgstr "nama domain tidak boleh lebih panjang dari 255 karakter" +msgid "sidgen_was_run" +msgstr "sidgen_was_run" -#, fuzzy -msgid "DNS label cannot be longer than 63 characters" -msgstr "Label DNS tidak boleh lebih panjang dari 63 karakter" - -#, fuzzy -msgid "invalid domain name" -msgstr "nama domain tidak valid" - -#, fuzzy, python-format -msgid "domain name '%(domain)s' should be normalized to: %(normalized)s" -msgstr "nama domain '%(domain)s' harus dinormalisasi ke: %(dinormalisasi)s" - -#, fuzzy, python-format -msgid "invalid domain-name: %s" -msgstr "nama-domain tidak valid: %s" - -#, fuzzy, python-format -msgid "invalid IP address version (is %(value)d, must be %(required_value)d)!" -msgstr "" -"versi alamat IP tidak valid (adalah %(value)d, harus %(required_value)d)!" - -#, fuzzy -msgid "invalid IP address format" -msgstr "format alamat IP tidak valid" - -#, fuzzy, python-format -msgid "%(port)s is not a valid port" -msgstr "%(port)s bukan porta yang sahih" - -#, fuzzy -msgid "" -"at least one value equal to the canonical principal name must be present" -msgstr "setidaknya satu nilai yang sama dengan nama pokok kanonis harus ada" - -#, fuzzy -msgid "realm or UPN suffix overlaps with trusted domain namespace" -msgstr "akhiran realm atau UPN tumpang tindih dengan namespace domain tepercaya" - -#, fuzzy, python-format -msgid "Retrieving CA cert chain failed: %s" -msgstr "Mengambil ca cert chain gagal: %s" - -#, fuzzy, python-format -msgid "request failed with HTTP status %d" -msgstr "permintaan gagal dengan status HTTP %d" - -#, fuzzy, python-format -msgid "Retrieving CA status failed: %s" -msgstr "Gagal mengambil status CA: %s" - -#, fuzzy, python-format -msgid "Retrieving CA status failed with status %d" -msgstr "Mengambil status CA gagal dengan status %d" - -#, fuzzy, python-format -msgid "objectclass %s not found" -msgstr "objectclass %s tidak ditemukan" - -#, fuzzy, python-format -msgid "Unable to communicate with CMS (status %d)" -msgstr "Tidak dapat berkomunikasi dengan CMS (status %d)" - -#, fuzzy, python-format -msgid "Replication agreement for %(hostname)s not found" -msgstr "Perjanjian replikasi untuk %(hostname)s tidak ditemukan" - -#, fuzzy -msgid "" -"\n" -"Sudo Rules\n" -msgstr "" -"\n" -"Aturan Sudo\n" - -#, fuzzy -msgid "" -"\n" -"Sudo (su \"do\") allows a system administrator to delegate authority to\n" -"give certain users (or groups of users) the ability to run some (or all)\n" -"commands as root or another user while providing an audit trail of the\n" -"commands and their arguments.\n" -msgstr "" -"\n" -"Sudo (su \"do\") memungkinkan administrator sistem untuk mendelegasikan " -"wewenang untuk\n" -"memberi pengguna tertentu (atau grup pengguna) kemampuan untuk menjalankan " -"beberapa (atau semua)\n" -"sebagai root atau pengguna lain ketika memberikan jejak audit\n" -"perintah dan argumennya.\n" - -#, fuzzy -msgid "" -"\n" -"FreeIPA provides a means to configure the various aspects of Sudo:\n" -" Users: The user(s)/group(s) allowed to invoke Sudo.\n" -" Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke " -"Sudo.\n" -" Allow Command: The specific command(s) permitted to be run via Sudo.\n" -" Deny Command: The specific command(s) prohibited to be run via Sudo.\n" -" RunAsUser: The user(s) or group(s) of users whose rights Sudo will be " -"invoked with.\n" -" RunAsGroup: The group(s) whose gid rights Sudo will be invoked with.\n" -" Options: The various Sudoers Options that can modify Sudo's behavior.\n" -msgstr "" -"\n" -"FreeIPA menyediakan sarana untuk mengkonfigurasi berbagai aspek Sudo:\n" -" Pengguna: Pengguna/grup yang diizinkan memanggil Sudo.\n" -" Tuan rumah: Host/hostgroup yang diizinkan pengguna untuk memanggil Sudo.\n" -" Izinkan Perintah: Perintah khusus yang diizinkan untuk dijalankan melalui " -"Sudo.\n" -" Perintah Tolak: Perintah khusus yang dilarang dijalankan melalui Sudo.\n" -" RunAsUser: Pengguna atau grup pengguna yang haknya akan dipanggil Sudo.\n" -" RunAsGroup: Grup yang hak gid-nya Sudo akan dipanggil.\n" -" Opsi: Berbagai Opsi Sudoers yang dapat memodifikasi perilaku Sudo.\n" - -#, fuzzy -msgid "" -"\n" -"An order can be added to a sudorule to control the order in which they\n" -"are evaluated (if the client supports it). This order is an integer and\n" -"must be unique.\n" -msgstr "" -"\n" -"Pesanan dapat ditambahkan ke sudorule untuk mengontrol urutan di mana " -"mereka\n" -"dievaluasi (jika klien mendukungnya). Urutan ini adalah bilangan bulat dan\n" -"pasti unik.\n" - -#, fuzzy -msgid "" -"\n" -"FreeIPA provides a designated binddn to use with Sudo located at:\n" -"uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" -msgstr "" -"\n" -"FreeIPA menyediakan ikatan yang ditunjuk untuk digunakan dengan Sudo yang " -"terletak di:\n" -"uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n" - -#, fuzzy -msgid "" -"\n" -"To enable the binddn run the following command to set the password:\n" -"LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" -"ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example," -"dc=com\n" -msgstr "" -"\n" -"Untuk mengaktifkan binddn jalankan perintah berikut untuk mengatur kata " -"sandi:\n" -"LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -" -"ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=" -"com\n" - -#, fuzzy -msgid "" -"\n" -" Create a new rule:\n" -" ipa sudorule-add readfiles\n" -msgstr "" -"\n" -" Membuat aturan baru:\n" -" bacaan ipa sudorule-add\n" - -#, fuzzy -msgid "" -"\n" -" Add sudo command object and add it as allowed command in the rule:\n" -" ipa sudocmd-add /usr/bin/less\n" -" ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n" -msgstr "" -"\n" -" Tambahkan objek perintah sudo dan tambahkan sebagai perintah yang " -"diperbolehkan dalam aturan:\n" -" ipa sudocmd-add /usr/bin/less\n" -" ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n" - -#, fuzzy -msgid "" -"\n" -" Add a host to the rule:\n" -" ipa sudorule-add-host readfiles --hosts server.example.com\n" -msgstr "" -"\n" -" Menambahkan host ke aturan:\n" -" readfiles ipa sudorule-add-host --hosts server.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Add a user to the rule:\n" -" ipa sudorule-add-user readfiles --users jsmith\n" -msgstr "" -"\n" -" Menambahkan pengguna ke aturan:\n" -" ipa sudorule-add-user readfiles --users jsmith\n" - -#, fuzzy -msgid "" -"\n" -" Add a special Sudo rule for default Sudo server configuration:\n" -" ipa sudorule-add defaults\n" -msgstr "" -"\n" -" Tambahkan aturan Sudo khusus untuk konfigurasi server Sudo default:\n" -" ipa sudorule-add default\n" - -#, fuzzy -msgid "" -"\n" -" Set a default Sudo option:\n" -" ipa sudorule-add-option defaults --sudooption '!authenticate'\n" -msgstr "" -"\n" -" Mengatur opsi Sudo default:\n" -" ipa sudorule-add-option default --sudooption '!authenticate'\n" - -#, fuzzy -msgid "" -"\n" -" Set SELinux type and role transitions on a rule:\n" -" ipa sudorule-add-option sysadmin_sudo --sudooption type=unconfined_t\n" -" ipa sudorule-add-option sysadmin_sudo --sudooption role=unconfined_r\n" -msgstr "" -"\n" -" Mengatur tipe SELinux dan transisi peran pada aturan:\n" -" ipa sudorule-add-option sysadmin_sudo --sudooption type=unconfined_t\n" -" ipa sudorule-add-option sysadmin_sudo --sudooption role=unconfined_r\n" - -#, fuzzy -msgid "this option has been deprecated." -msgstr "opsi ini telah ditolak." - -#, fuzzy -msgid "sudo rules" -msgstr "aturan sudo" - -#, fuzzy -msgid "Sudo Rules" -msgstr "Aturan Sudo" - -#, fuzzy -msgid "Sudo Rule" -msgstr "Aturan Sudo" - -#, fuzzy, python-format -msgid "order must be a unique value (%(order)d already used by %(rule)s)" -msgstr "" -"urutan harus merupakan nilai unik (%(order)d sudah digunakan oleh %(rule)s)" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added Sudo Rule \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted Sudo Rule \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified Sudo Rule \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -msgid "" -"%(type)s category cannot be set to 'all' while there are allowed %(objects)s" -msgstr "" -"%(type)s kategori tidak dapat disetel ke 'all' sementara diperbolehkan " -"%(obyeks)s" +#, python-format +msgid "unknown error %(code)d from %(server)s: %(error)s" +msgstr "kesalahan %(code)d tidak dikenal dari %(server)s: %(error)s" msgid "users" msgstr "pengguna" -#, fuzzy -msgid "command" -msgstr "command" - -#, fuzzy -msgid "commands" -msgstr "perintah" - -#, fuzzy -msgid "runAs user" -msgstr "runAs pengguna" - -#, fuzzy -msgid "runAs users" -msgstr "jalankanSemua pengguna" - -#, fuzzy -msgid "group runAs" -msgstr "runAs grup" - -#, fuzzy -msgid "runAs groups" -msgstr "grup runAs" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d Sudo Rule matched" -msgid_plural "%(count)d Sudo Rules matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "commands cannot be added when command category='all'" -msgstr "perintah tidak dapat ditambahkan ketika kategori perintah='all'" - -#, fuzzy -msgid "users cannot be added when user category='all'" -msgstr "pengguna tidak dapat ditambahkan ketika pengguna category='all'" - -#, fuzzy -msgid "hosts cannot be added when host category='all'" -msgstr "host tidak dapat ditambahkan ketika host category='all'" - -#, fuzzy -msgid "users cannot be added when runAs user or runAs group category='all'" -msgstr "" -"pengguna tidak dapat ditambahkan saat menjalankanSemua pengguna atau runAs " -"grup category='all'" - -#, fuzzy, python-format -msgid "RunAsUser does not accept '%(name)s' as a user name" -msgstr "RunAsUser tidak menerima '%(name)s' sebagai nama pengguna" - -#, fuzzy, python-format -msgid "RunAsUser does not accept '%(name)s' as a group name" -msgstr "RunAsUser tidak menerima '%(name)s' sebagai nama grup" - -#, fuzzy, python-format -msgid "RunAsGroup does not accept '%(name)s' as a group name" -msgstr "RunAsGroup tidak menerima '%(name)s' sebagai nama grup" - -#, fuzzy -msgid "automount location" -msgstr "otomatismount lokasi" - -#, fuzzy -msgid "automount locations" -msgstr "otomatismount lokasi" - -#, fuzzy -msgid "Automount Locations" -msgstr "Otomatiskan Lokasi" - -#, fuzzy -msgid "Automount Location" -msgstr "Otomatiskan Lokasi" - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added automount location \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Deleted automount location \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "%(count)d host matched" -#| msgid_plural "%(count)d hosts matched" -msgid "%(count)d automount location matched" -msgid_plural "%(count)d automount locations matched" -msgstr[0] "%(count)d host sesuai" - -#, fuzzy -msgid "automount map" -msgstr "peta automount" - -#, fuzzy -msgid "automount maps" -msgstr "peta otomatis" - -#, fuzzy -msgid "Automount Maps" -msgstr "Peta Automount" - -#, fuzzy -msgid "Automount Map" -msgstr "Peta Automount" - -#, fuzzy, python-format -#| msgid "Added group \"%(value)s\"" -msgid "Added automount map \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Deleted automount map \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified group \"%(value)s\"" -msgid "Modified automount map \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d group matched" -#| msgid_plural "%(count)d groups matched" -msgid "%(count)d automount map matched" -msgid_plural "%(count)d automount maps matched" -msgstr[0] "%(count)d grup sesuai" - -#, fuzzy -msgid "Automount key object." -msgstr "Otomatiskan objek tombol." - -#, fuzzy -msgid "automount key" -msgstr "tombol otomatismount" - -#, fuzzy -msgid "automount keys" -msgstr "tombol otomatismount" - -#, fuzzy -msgid "Automount Keys" -msgstr "Otomatiskan Tombol" - -#, fuzzy -msgid "Automount Key" -msgstr "Kunci Automount" - -#, fuzzy, python-format -msgid "" -"The key,info pair must be unique. A key named %(key)s with info %(info)s " -"already exists" -msgstr "" -"Kuncinya, pasangan info harus unik. Kunci bernama %(kunci)s dengan info " -"%(info)s sudah ada" - -#, python-format -msgid "key named %(key)s already exists" -msgstr "kunci bernama %(key)s sudah ada" - -#, fuzzy, python-format -msgid "The automount key %(key)s with info %(info)s does not exist" -msgstr "Kunci automount %(key)s dengan info %(info)s tidak ada" - -#, fuzzy, python-format -msgid "" -"More than one entry with key %(key)s found, use --info to select specific " -"entry." -msgstr "" -"Lebih dari satu entri dengan kunci %(kunci)s ditemukan, gunakan --info untuk " -"memilih entri tertentu." - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added automount key \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Added group \"%(value)s\"" -msgid "Added automount indirect map \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "mount point is relative to parent map, cannot begin with /" -msgstr "mount point relatif terhadap peta induk, tidak dapat dimulai dengan /" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Deleted automount key \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified host \"%(value)s\"" -msgid "Modified automount key \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d host matched" -#| msgid_plural "%(count)d hosts matched" -msgid "%(count)d automount key matched" -msgid_plural "%(count)d automount keys matched" -msgstr[0] "%(count)d host sesuai" - -#, fuzzy -msgid "" -"\n" -"Hosts/Machines\n" -"\n" -"A host represents a machine. It can be used in a number of contexts:\n" -"- service entries are associated with a host\n" -"- a host stores the host/ service principal\n" -"- a host can be used in Host-based Access Control (HBAC) rules\n" -"- every enrolled client generates a host entry\n" -msgstr "" -"\n" -"Tuan Rumah/Mesin\n" -"\n" -"Tuan rumah mewakili mesin. Ini dapat digunakan dalam sejumlah konteks:\n" -"- entri layanan dikaitkan dengan host\n" -"- tuan rumah menyimpan host / kepala layanan\n" -"- host dapat digunakan dalam aturan Kontrol Akses Berbasis Host (HBAC)\n" -"- setiap klien terdaftar menghasilkan entri host\n" - -#, fuzzy -msgid "" -"\n" -"ENROLLMENT:\n" -"\n" -"There are three enrollment scenarios when enrolling a new client:\n" -"\n" -"1. You are enrolling as a full administrator. The host entry may exist\n" -" or not. A full administrator is a member of the hostadmin role\n" -" or the admins group.\n" -"2. You are enrolling as a limited administrator. The host must already\n" -" exist. A limited administrator is a member a role with the\n" -" Host Enrollment privilege.\n" -"3. The host has been created with a one-time password.\n" -msgstr "" -"\n" -"Pendaftaran:\n" -"\n" -"Ada tiga skenario pendaftaran saat mendaftarkan klien baru:\n" -"\n" -"1. Anda mendaftar sebagai administrator penuh. Entri host mungkin ada\n" -" atau tidak. Administrator lengkap adalah anggota peran hostadmin\n" -" atau grup admin.\n" -"2. Anda mendaftar sebagai administrator terbatas. Tuan rumah harus sudah\n" -" Ada. Administrator terbatas adalah peran anggota dengan\n" -" Hak istimewa Pendaftaran Tuan Rumah.\n" -"3. Host telah dibuat dengan kata sandi satu kali.\n" - -#, fuzzy -msgid "" -"\n" -"RE-ENROLLMENT:\n" -"\n" -"Host that has been enrolled at some point, and lost its configuration (e.g. " -"VM\n" -"destroyed) can be re-enrolled.\n" -"\n" -"For more information, consult the manual pages for ipa-client-install.\n" -"\n" -"A host can optionally store information such as where it is located,\n" -"the OS that it runs, etc.\n" -msgstr "" -"\n" -"PENDAFTARAN ULANG:\n" -"\n" -"Host yang telah terdaftar di beberapa titik, dan kehilangan konfigurasinya (" -"misalnya VM\n" -"dihancurkan) dapat didaftarkan kembali.\n" -"\n" -"Untuk informasi lebih lanjut, lihat halaman manual untuk ipa-client-install." -"\n" -"\n" -"Tuan rumah dapat secara opsional menyimpan informasi seperti di mana ia " -"berada,\n" -"OS yang dijalankannya, dll.\n" - -#, fuzzy -msgid "" -"\n" -" Add a new host:\n" -" ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example." -"com\n" -msgstr "" -"\n" -" Tambahkan host baru:\n" -" ipa host-add --location=\"Lab lantai 3\" --locality=Dallas test.example." -"com\n" - -#, fuzzy -msgid "" -"\n" -" Delete a host:\n" -" ipa host-del test.example.com\n" -msgstr "" -"\n" -" Menghapus host:\n" -" ipa host-del test.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Add a new host with a one-time password:\n" -" ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" -msgstr "" -"\n" -" Tambahkan host baru dengan kata sandi satu kali:\n" -" ipa host-add --os='Fedora 12' --password=Secret123 test.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Add a new host with a random one-time password:\n" -" ipa host-add --os='Fedora 12' --random test.example.com\n" -msgstr "" -"\n" -" Tambahkan host baru dengan kata sandi satu kali acak:\n" -" ipa host-add --os='Fedora 12' --random test.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Modify information about a host:\n" -" ipa host-mod --os='Fedora 12' test.example.com\n" -msgstr "" -"\n" -" Mengubah informasi tentang host:\n" -" ipa host-mod --os='Fedora 12' test.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Remove SSH public keys of a host and update DNS to reflect this change:\n" -" ipa host-mod --sshpubkey= --updatedns test.example.com\n" -msgstr "" -"\n" -" Hapus kunci publik SSH dari host dan perbarui DNS untuk mencerminkan " -"perubahan ini:\n" -" ipa host-mod --sshpubkey= --updatedns test.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Disable the host Kerberos key, SSL certificate and all of its services:\n" -" ipa host-disable test.example.com\n" -msgstr "" -"\n" -" Nonaktifkan kunci host Kerberos, sertifikat SSL dan semua layanannya:\n" -" ipa host-disable test.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Add a host that can manage this host's keytab and certificate:\n" -" ipa host-add-managedby --hosts=test2 test\n" -msgstr "" -"\n" -" Tambahkan host yang dapat mengelola tab kunci dan sertifikat host ini:\n" -" ipa host-add-managedby --hosts=test2 test\n" - -#, fuzzy -msgid "" -"\n" -" Allow user to create a keytab:\n" -" ipa host-allow-create-keytab test2 --users=tuser1\n" -msgstr "" -"\n" -" Perbolehkan pengguna membuat tab kunci:\n" -" ipa host-allow-create-keytab test2 --users=tuser1\n" - -#, fuzzy -msgid "Host" -msgstr "Host" - -#, fuzzy -msgid "Base-64 encoded host certificate" -msgstr "Sertifikat host yang dikodekan base-64" - -#, fuzzy -msgid "Subject" -msgstr "Perihal" - -#, fuzzy -msgid "Serial Number" -msgstr "Nomor Seri" - -#, fuzzy -msgid "Serial Number (hex)" -msgstr "Nomor Seri (heksa)" - -#, fuzzy -msgid "Issuer" -msgstr "Penerbit" - -#, fuzzy -msgid "Not Before" -msgstr "Tidak Sebelum" - -#, fuzzy -msgid "Not After" -msgstr "Tidak Setelah" - -#, fuzzy -msgid "Fingerprint (SHA1)" -msgstr "Sidik jari (SHA1)" - -#, fuzzy -msgid "Fingerprint (SHA256)" -msgstr "Sidik jari (SHA256)" - -#, fuzzy -msgid "Revocation reason" -msgstr "Alasan pencabutan" - -#, fuzzy -msgid "Principal alias" -msgstr "Alias kepala sekolah" - -#, fuzzy -msgid "SSH public key fingerprint" -msgstr "Sidik jari kunci publik SSH" - -#, fuzzy -msgid "Authentication Indicators" -msgstr "Indikator Otentikasi" - -#, fuzzy -msgid "" -"Defines an allow list for Authentication Indicators. Use 'otp' to allow OTP-" -"based 2FA authentications. Use 'radius' to allow RADIUS-based 2FA " -"authentications. Use 'pkinit' to allow PKINIT-based 2FA authentications. Use " -"'hardened' to allow brute-force hardened password authentication by SPAKE or " -"FAST. With no indicator specified, all authentication mechanisms are allowed." -msgstr "" -"Menentukan daftar perkenankan untuk Indikator Autentikasi. Gunakan 'otp' " -"untuk mengizinkan autentikasi 2FA berbasis OTP. Gunakan 'radius' untuk " -"memungkinkan otentikasi 2FA berbasis RADIUS. Gunakan 'pkinit' untuk " -"memungkinkan autentikasi 2FA berbasis PKINIT. Gunakan 'hardened' untuk " -"memungkinkan otentikasi kata sandi yang diperkeras brute-force oleh SPAKE " -"atau FAST. Tanpa indikator yang ditentukan, semua mekanisme otentikasi " -"diperbolehkan." - -#, python-format -msgid "Added host \"%(value)s\"" -msgstr "Host \"%(value)s\" ditambahkan" - -#, python-format -msgid "can be at most %(len)d characters" -msgstr "boleh maksimum %(len)d karakter" - -#, python-format -msgid "Deleted host \"%(value)s\"" -msgstr "Host \"%(value)s\" dihapus" - -#, fuzzy -msgid "Remove A, AAAA, SSHFP and PTR records of the host(s) managed by IPA DNS" -msgstr "" -"Menghapus catatan A, AAAA, SSHFP, dan PTR dari host yang dikelola oleh IPA " -"DNS" - -#, fuzzy -msgid "No A, AAAA, SSHFP or PTR records found." -msgstr "Tidak ditemukan catatan A, AAAA, SSHFP atau PTR." - -#, python-format -msgid "Modified host \"%(value)s\"" -msgstr "Host \"%(value)s\" dimodifikasi" - -msgid "Password cannot be set on enrolled host." -msgstr "Kata sandi tidak dapat ditata pada host yang didaftarkan." - -#, fuzzy -msgid "cn is immutable" -msgstr "cn tidak dapat diubah" - -#, python-format -msgid "%(count)d host matched" -msgid_plural "%(count)d hosts matched" -msgstr[0] "%(count)d host sesuai" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Disabled host \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added certificates to host \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Modified host \"%(value)s\"" -msgid "Removed certificates from host \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "Add new principal alias to host entry" -msgstr "Tambahkan alias prinsipal baru ke entri host" - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added new aliases to host \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Remove principal alias from a host entry" -msgstr "Menghapus alias utama dari entri host" - -#, fuzzy, python-format -#| msgid "Modified host \"%(value)s\"" -msgid "Removed aliases from host \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "" -"\n" -"Manage CA ACL rules.\n" -"\n" -"This plugin is used to define rules governing which CAs and profiles\n" -"may be used to issue certificates to particular principals or groups\n" -"of principals.\n" -"\n" -"SUBJECT PRINCIPAL SCOPE:\n" -"\n" -"For a certificate request to be allowed, the principal(s) that are\n" -"the subject of a certificate request (not necessarily the principal\n" -"actually requesting the certificate) must be included in the scope\n" -"of a CA ACL that also includes the target CA and profile.\n" -"\n" -"Users can be included by name, group or the \"all users\" category.\n" -"Hosts can be included by name, hostgroup or the \"all hosts\"\n" -"category. Services can be included by service name or the \"all\n" -"services\" category. CA ACLs may be associated with a single type of\n" -"principal, or multiple types.\n" -"\n" -"CERTIFICATE AUTHORITY SCOPE:\n" -"\n" -"A CA ACL can be associated with one or more CAs by name, or by the\n" -"\"all CAs\" category. For compatibility reasons, a CA ACL with no CA\n" -"association implies an association with the 'ipa' CA (and only this\n" -"CA).\n" -"\n" -"PROFILE SCOPE:\n" -"\n" -"A CA ACL can be associated with one or more profiles by Profile ID.\n" -"The Profile ID is a string without spaces or punctuation starting\n" -"with a letter and followed by a sequence of letters, digits or\n" -"underscore (\"_\").\n" -"\n" -"EXAMPLES:\n" -"\n" -" Create a CA ACL \"test\" that grants all users access to the\n" -" \"UserCert\" profile on all CAs:\n" -" ipa caacl-add test --usercat=all --cacat=all\n" -" ipa caacl-add-profile test --certprofiles UserCert\n" -"\n" -" Display the properties of a named CA ACL:\n" -" ipa caacl-show test\n" -"\n" -" Create a CA ACL to let user \"alice\" use the \"DNP3\" profile on \"DNP3-CA" -"\":\n" -" ipa caacl-add alice_dnp3\n" -" ipa caacl-add-ca alice_dnp3 --cas DNP3-CA\n" -" ipa caacl-add-profile alice_dnp3 --certprofiles DNP3\n" -" ipa caacl-add-user alice_dnp3 --user=alice\n" -"\n" -" Disable a CA ACL:\n" -" ipa caacl-disable test\n" -"\n" -" Remove a CA ACL:\n" -" ipa caacl-del test\n" -msgstr "" -"\n" -"Mengelola aturan CA ACL.\n" -"\n" -"Plugin ini digunakan untuk menentukan aturan yang mengatur CAs dan profil " -"mana\n" -"dapat digunakan untuk menerbitkan sertifikat kepada prinsipal atau grup " -"tertentu\n" -"kepala sekolah.\n" -"\n" -"LINGKUP POKOK SUBJEK:\n" -"\n" -"Agar permintaan sertifikat diizinkan, kepala sekolah yang\n" -"subjek permintaan sertifikat (belum tentu\n" -"sebenarnya meminta sertifikat) harus dimasukkan dalam lingkup\n" -"CA ACL yang juga menyertakan CA target dan profil.\n" -"\n" -"Pengguna dapat disertakan berdasarkan nama, grup, atau kategori \"semua " -"pengguna\".\n" -"Host dapat disertakan dengan nama, grup host, atau \"semua host\"\n" -"Kategori. Layanan dapat disertakan dengan nama layanan atau \"semua\n" -"kategori layanan\". ACL CA dapat dikaitkan dengan satu jenis\n" -"atau beberapa jenis.\n" -"\n" -"RUANG LINGKUP OTORITAS SERTIFIKAT:\n" -"\n" -"CA ACL dapat dikaitkan dengan satu atau beberapa CA berdasarkan nama, atau " -"dengan\n" -"Kategori \"semua CAs\". Untuk alasan kompatibilitas, CA ACL tanpa CA\n" -"asosiasi menyiratkan asosiasi dengan CA 'ipa' (dan hanya ini\n" -"Ca, apa yang terjadi?\n" -"\n" -"LINGKUP PROFIL:\n" -"\n" -"CA ACL dapat dikaitkan dengan satu atau beberapa profil berdasarkan ID " -"Profil.\n" -"ID Profil adalah string tanpa spasi atau tanda baca dimulai\n" -"dengan huruf dan diikuti dengan urutan huruf, digit, atau\n" -"garis bawah (\"_\").\n" -"\n" -"Contoh:\n" -"\n" -"Membuat \"uji\" CA ACL yang memberi semua pengguna akses ke\n" -" Profil \"UserCert\" di semua CAs:\n" -" uji ipa caacl-add --usercat=all --cacat=all\n" -" Uji profil ipa caacl-add-profile --certprofiles UserCert\n" -"\n" -"Menampilkan properti ACL CA bernama:\n" -" Tes ipa caacl-show\n" -"\n" -"Buat ACL CA untuk memungkinkan pengguna \"alice\" menggunakan profil \"DNP3\"" -" di \"DNP3-CA\":\n" -" ipa caacl-add alice_dnp3\n" -" ipa caacl-add-ca alice_dnp3 --cas DNP3-CA\n" -" ipa caacl-add-profile alice_dnp3 --certprofiles DNP3\n" -" ipa caacl-add-user alice_dnp3 --user=alice\n" -"\n" -"Nonaktifkan ACL CA:\n" -" Uji nonaktifkan ipa caacl\n" -"\n" -"Menghapus ACL CA:\n" -" Tes ipa caacl-del\n" - -#, fuzzy -msgid "CA ACL" -msgstr "CA ACL" - -#, fuzzy -msgid "CA ACLs" -msgstr "ACL CA" - -#, fuzzy -msgid "CA category" -msgstr "Kategori CA" - -#, fuzzy -msgid "CA category the ACL applies to" -msgstr "CA kategori ACL berlaku untuk" - -#, fuzzy -msgid "CAs" -msgstr "Cas" - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added CA ACL \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted ACI \"%(value)s\"" -msgid "Deleted CA ACL \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "default CA ACL can be only disabled" -msgstr "CA ACL default hanya dapat dinonaktifkan" - -#, fuzzy, python-format -#| msgid "Modified ACI \"%(value)s\"" -msgid "Modified CA ACL \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "CA category cannot be set to 'all' while there are allowed CAs" -msgstr "Kategori CA tidak dapat diatur ke 'semua' sementara CA diperbolehkan" - -#, fuzzy -msgid "" -"profile category cannot be set to 'all' while there are allowed profiles" -msgstr "" -"kategori profil tidak dapat disetel ke 'semua' sementara ada profil yang " -"diperbolehkan" - -#, fuzzy -msgid "user category cannot be set to 'all' while there are allowed users" -msgstr "" -"kategori pengguna tidak dapat disetel ke 'all' sementara ada pengguna yang " -"diperbolehkan" - -#, fuzzy -msgid "host category cannot be set to 'all' while there are allowed hosts" -msgstr "" -"kategori host tidak dapat diatur ke 'all' sementara ada host yang diizinkan" - -#, fuzzy -msgid "" -"service category cannot be set to 'all' while there are allowed services" -msgstr "" -"kategori layanan tidak dapat diatur ke 'semua' sementara ada layanan yang " -"diizinkan" - -#, fuzzy, python-format -#| msgid "%(count)d ACI matched" -#| msgid_plural "%(count)d ACIs matched" -msgid "%(count)d CA ACL matched" -msgid_plural "%(count)d CA ACLs matched" -msgstr[0] "%(count)d ACI sesuai" - -#, fuzzy, python-format -#| msgid "Created ACI \"%(value)s\"" -msgid "Enabled CA ACL \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dibuat" - -#, fuzzy, python-format -#| msgid "Deleted ACI \"%(value)s\"" -msgid "Disabled CA ACL \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -msgid "%i user or group added." -msgstr "%i pengguna atau grup yang ditambahkan." - -#, fuzzy, python-format -msgid "%i users or groups added." -msgstr "%i pengguna atau grup yang ditambahkan." - -#, fuzzy, python-format -msgid "%i user or group removed." -msgstr "%i pengguna atau grup dihapus." - -#, fuzzy, python-format -msgid "%i users or groups removed." -msgstr "%i pengguna atau grup dihapus." - -#, python-format -msgid "%i host or hostgroup added." -msgstr "%i host atau hostgroup ditambahkan." - -#, python-format -msgid "%i hosts or hostgroups added." -msgstr "%i hosts atau hostgroups ditambahkan." - -#, python-format -msgid "%i host or hostgroup removed." -msgstr "%i host atau hostgroup dibuang." - -#, fuzzy, python-format -msgid "%i hosts or hostgroups removed." -msgstr "%i host atau grup host dihapus." - -#, fuzzy, python-format -msgid "%i service added." -msgstr "%i layanan ditambahkan." - -#, fuzzy, python-format -msgid "%i services added." -msgstr "%i layanan ditambahkan." - -#, fuzzy -msgid "services cannot be added when service category='all'" -msgstr "layanan tidak dapat ditambahkan ketika kategori layanan='all'" - -#, fuzzy, python-format -msgid "%i service removed." -msgstr "%i layanan dihapus." - -#, fuzzy, python-format -msgid "%i services removed." -msgstr "%i layanan dihapus." - -#, fuzzy, python-format -msgid "%i profile added." -msgstr "%i profil ditambahkan." - -#, fuzzy, python-format -msgid "%i profiles added." -msgstr "%i profil yang ditambahkan." - -#, fuzzy -msgid "profiles cannot be added when profile category='all'" -msgstr "profil tidak dapat ditambahkan ketika kategori profil='all'" - -#, fuzzy, python-format -msgid "%i profile removed." -msgstr "%i dihapus." - -#, fuzzy, python-format -msgid "%i profiles removed." -msgstr "%i profil dihapus." - -#, fuzzy -msgid "Add CAs to a CA ACL." -msgstr "Tambahkan CA ke ACL CA." - -#, fuzzy, python-format -msgid "%i CA added." -msgstr "%i tambah CA." - -#, fuzzy, python-format -msgid "%i CAs added." -msgstr "%i ditambahkan." - -#, fuzzy -msgid "CAs cannot be added when CA category='all'" -msgstr "CA tidak dapat ditambahkan ketika CA category='all'" - -#, fuzzy -msgid "Remove CAs from a CA ACL." -msgstr "Hapus CA dari ACL CA." - -#, fuzzy, python-format -msgid "%i CA removed." -msgstr "%i CA dihapus." - -#, fuzzy, python-format -msgid "%i CAs removed." -msgstr "%i baru dihapus." - -#, fuzzy -msgid "The deny type has been deprecated." -msgstr "Tipe deny telah ditolak." - -#, fuzzy -msgid "HBAC rules" -msgstr "Aturan HBAC" - -#, fuzzy -msgid "HBAC Rules" -msgstr "Aturan HBAC" - -#, fuzzy -msgid "HBAC Services" -msgstr "Layanan HBAC" - -#, fuzzy -msgid "HBAC Service Groups" -msgstr "Grup Layanan HBAC" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added HBAC rule \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted ACI \"%(value)s\"" -msgid "Deleted HBAC rule \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified ACI \"%(value)s\"" -msgid "Modified HBAC rule \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d ACI matched" -#| msgid_plural "%(count)d ACIs matched" -msgid "%(count)d HBAC rule matched" -msgid_plural "%(count)d HBAC rules matched" -msgstr[0] "%(count)d ACI sesuai" - -#, fuzzy, python-format -#| msgid "Created ACI \"%(value)s\"" -msgid "Enabled HBAC rule \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dibuat" - -#, fuzzy, python-format -#| msgid "Deleted ACI \"%(value)s\"" -msgid "Disabled HBAC rule \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "Access time" -msgstr "" -"Di bawah diagram, nilai-nilai ditampilkan untuk laju baca dan tulis minimum, " -"maksium, dan rata-rata, waktu akses rata-rata, dan waktu berjalan sejak uji " -"benchmark terakhir." - -#, fuzzy -msgid "Add source hosts and hostgroups to an HBAC rule." -msgstr "Tambahkan host sumber dan grup host ke aturan HBAC." - -#, fuzzy -msgid "operation not defined" -msgstr "operasi tidak didefinisikan" - -#, fuzzy, python-format -msgid "not allowed to perform operation: %s" -msgstr "tidak diperbolehkan melakukan operasi: %s" - -#, fuzzy -msgid "No such virtual command" -msgstr "" -"Akhirnya, init memulai program kontrol untuk berbagai " -"konsol virtual (getty). Menampilkan sebuah prompt, " -"menunggu nama pengguna, kemudian mengeksekusi login " -"pengguna untuk memulai sesi." - -#, fuzzy -msgid "" -"\n" -"DNS server configuration\n" -msgstr "" -"\n" -"bind: konfigurasi server DNS (layanan nama);\n" - -#, fuzzy -msgid "" -"\n" -"Manipulate DNS server configuration\n" -msgstr "" -"\n" -"Memanipulasi konfigurasi server DNS\n" - -#, fuzzy -msgid "" -"\n" -" Show configuration of a specific DNS server:\n" -" ipa dnsserver-show\n" -msgstr "" -"\n" -" Perlihatkan konfigurasi server DNS tertentu:\n" -" ipa dnsserver-show\n" - -#, fuzzy -msgid "" -"\n" -" Update configuration of a specific DNS server:\n" -" ipa dnsserver-mod\n" -msgstr "" -"\n" -" Memperbarui konfigurasi server DNS tertentu:\n" -" ipa dnsserver-mod\n" - -#, fuzzy -msgid "DNS server" -msgstr "Server DNS IPv4 \"%s\" tak valid" - -#, fuzzy -msgid "DNS servers" -msgstr "Server DNS" - -#, fuzzy -msgid "DNS Servers" -msgstr "Server DNS" - -#, fuzzy -msgid "DNS Server" -msgstr "Server DNS IPv4 \"%s\" tak valid" - -msgid "DNS Server name" -msgstr "Nama Server DNS" - -#, fuzzy -msgid "SOA mname override" -msgstr "Soa mname override" - -#, fuzzy -msgid "SOA mname (authoritative server) override" -msgstr "SOA mname (server otoritatif) menimpa" - -msgid "Forwarders" -msgstr "Forwarder" - -#, fuzzy -msgid "" -"Per-server forwarders. A custom port can be specified for each forwarder " -"using a standard format \"IP_ADDRESS port PORT\"" -msgstr "" -"Penerus per server. Port kustom dapat ditentukan untuk setiap penerus " -"menggunakan format standar \"port port IP_ADDRESS\"" - -#, fuzzy -msgid "" -"Per-server conditional forwarding policy. Set to \"none\" to disable " -"forwarding to global forwarder for this zone. In that case, conditional zone " -"forwarders are disregarded." -msgstr "" -"Kebijakan penerusan bersyarat per server. Atur ke \"none\" untuk " -"menonaktifkan penerusan ke forwarder global untuk zona ini. Dalam hal ini, " -"forwarder zona bersyarat diabaikan." - -#, fuzzy -msgid "DNS is not configured" -msgstr "DNS tidak dikonfigurasi" - -#, fuzzy -msgid "Modify DNS server configuration" -msgstr "Mengubah konfigurasi server DNS" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified DNS server \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "Search for DNS servers." -msgstr "Cari server DNS." - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d DNS server matched" -msgid_plural "%(count)d DNS servers matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "IPA DNS Server is not installed" -msgstr "Server DNS IPA tidak terinstal" - -#, fuzzy -msgid "Display configuration of a DNS server." -msgstr "Menampilkan konfigurasi server DNS." - -#, fuzzy -msgid "Add a new DNS server." -msgstr "Menambahkan server DNS baru." - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added new DNS server \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Delete a DNS server" -msgstr "Menghapus server DNS" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted DNS server \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "Host-based access control commands" -msgstr "Perintah kontrol akses berbasis host" - -#, fuzzy -msgid "" -"\n" -"HBAC Services\n" -"\n" -"The PAM services that HBAC can control access to. The name used here\n" -"must match the service name that PAM is evaluating.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new HBAC service:\n" -" ipa hbacsvc-add tftp\n" -"\n" -" Modify an existing HBAC service:\n" -" ipa hbacsvc-mod --desc=\"TFTP service\" tftp\n" -"\n" -" Search for HBAC services. This example will return two results, the FTP\n" -" service and the newly-added tftp service:\n" -" ipa hbacsvc-find ftp\n" -"\n" -" Delete an HBAC service:\n" -" ipa hbacsvc-del tftp\n" -"\n" -msgstr "" -"\n" -"Layanan HBAC\n" -"\n" -"Layanan PAM yang dapat dikendalikan oleh HBAC. Nama yang digunakan di sini\n" -"harus sesuai dengan nama layanan yang sedang dievaluasi PAM.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan layanan HBAC baru:\n" -" ipa hbacsvc-add tftp\n" -"\n" -"Mengubah layanan HBAC yang ada:\n" -" ipa hbacsvc-mod --desc=\"Layanan TFTP\" tftp\n" -"\n" -"Cari layanan HBAC. Contoh ini akan mengembalikan dua hasil, FTP\n" -" layanan dan layanan tftp yang baru ditambahkan:\n" -" ipa hbacsvc-find ftp\n" -"\n" -"Hapus layanan HBAC:\n" -" ipa hbacsvc-del tftp\n" -"\n" - -#, fuzzy -msgid "HBAC services" -msgstr "Layanan HBAC" - -#, fuzzy -msgid "HBAC Service" -msgstr "Layanan HBAC" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added HBAC service \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted HBAC service \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified HBAC service \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d HBAC service matched" -msgid_plural "%(count)d HBAC services matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "HBAC service group" -msgstr "Grup layanan HBAC" - -#, fuzzy -msgid "HBAC service groups" -msgstr "Grup layanan HBAC" - -#, fuzzy -msgid "HBAC Service Group" -msgstr "Grup Layanan HBAC" - -#, fuzzy, python-format -#| msgid "Added group \"%(value)s\"" -msgid "Added HBAC service group \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Deleted HBAC service group \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified group \"%(value)s\"" -msgid "Modified HBAC service group \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d group matched" -#| msgid_plural "%(count)d groups matched" -msgid "%(count)d HBAC service group matched" -msgid_plural "%(count)d HBAC service groups matched" -msgstr[0] "%(count)d grup sesuai" - -#, fuzzy, python-format -msgid "" -"cannot add permission \"%(perm)s\" with bindtype \"%(bindtype)s\" to a " -"privilege" -msgstr "" -"tidak dapat menambahkan ijin \"%(perm)s\" dengan bindtype \"%(bindtype)s\" " -"ke suatu hak istimewa" - -#, fuzzy -msgid "Privilege" -msgstr "KOSAKATA Eskalasi privilese" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added privilege \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted privilege \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified privilege \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d privilege matched" -msgid_plural "%(count)d privileges matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "Class of Service object used for linking policies with groups" -msgstr "" -"Objek Kelas Layanan yang digunakan untuk menautkan kebijakan dengan grup" - -#, fuzzy, python-format -msgid "priority must be a unique value (%(prio)d already used by %(gname)s)" -msgstr "" -"prioritas harus merupakan nilai unik (%(prio)d yang sudah digunakan oleh " -"%(gname)s)" - -#, fuzzy -msgid "Add Class of Service entry" -msgstr "Entri Tambahkan Kelas Layanan" - -#, fuzzy -msgid "Delete Class of Service entry" -msgstr "Hapus entri Kelas Layanan" - -#, fuzzy -msgid "Modify Class of Service entry" -msgstr "Ubah entri Kelas Layanan" - -#, fuzzy -msgid "Display Class of Service entry" -msgstr "Entri Kelas Tampilan Layanan" - -#, fuzzy -msgid "Search for Class of Service entry" -msgstr "Cari entri Kelas Layanan" - -#, fuzzy -msgid "password policy" -msgstr "kebijakan kata sandi" - -#, fuzzy -msgid "password policies" -msgstr "kebijakan kata sandi" - -#, fuzzy -msgid "Password Policies" -msgstr "Kebijakan Kata Sandi" - -#, fuzzy -msgid "Password Policy" -msgstr "Kebijakan Kata Sandi" - -#, fuzzy -msgid "Maximum password life must be greater than minimum." -msgstr "Umur kata sandi maksimum harus lebih besar dari minimum." - -#, fuzzy -#| msgid "priority cannot be set on global policy" -msgid "cannot delete global password policy" -msgstr "prioritas tidak dapat ditetapkan pada kebijakan global" - -msgid "priority cannot be set on global policy" -msgstr "prioritas tidak dapat ditetapkan pada kebijakan global" - -#, fuzzy -msgid "" -"\n" -"Realm domains\n" -"\n" -"Manage the list of domains associated with IPA realm.\n" -"\n" -"This list is useful for Domain Controllers from other realms which have\n" -"established trust with this IPA realm. They need the information to know\n" -"which request should be forwarded to KDC of this IPA realm.\n" -"\n" -"Automatic management: a domain is automatically added to the realm domains\n" -"list when a new DNS Zone managed by IPA is created. Same applies for " -"deletion.\n" -"\n" -"Externally managed DNS: domains which are not managed in IPA server DNS\n" -"need to be manually added to the list using ipa realmdomains-mod command.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Display the current list of realm domains:\n" -" ipa realmdomains-show\n" -"\n" -" Replace the list of realm domains:\n" -" ipa realmdomains-mod --domain=example.com\n" -" ipa realmdomains-mod --domain={example1.com,example2.com,example3.com}\n" -"\n" -" Add a domain to the list of realm domains:\n" -" ipa realmdomains-mod --add-domain=newdomain.com\n" -"\n" -" Delete a domain from the list of realm domains:\n" -" ipa realmdomains-mod --del-domain=olddomain.com\n" -msgstr "" -"\n" -"Domain kerajaan\n" -"\n" -"Mengelola daftar domain yang terkait dengan IPA realm.\n" -"\n" -"Daftar ini berguna untuk Pengontrol Domain dari alam lain yang\n" -"membangun kepercayaan dengan ranah IPA ini. Mereka membutuhkan informasi " -"untuk mengetahui\n" -"permintaan mana yang harus diteruskan ke KDC dari ranah IPA ini.\n" -"\n" -"Manajemen otomatis: domain ditambahkan secara otomatis ke domain kerajaan\n" -"daftar saat Zona DNS baru yang dikelola oleh IPA dibuat. Hal yang sama " -"berlaku untuk penghapusan.\n" -"\n" -"DNS yang dikelola secara eksternal: domain yang tidak dikelola di DNS server " -"IPA\n" -"perlu ditambahkan secara manual ke daftar menggunakan perintah ipa " -"realmdomains-mod.\n" -"\n" -"Contoh:\n" -"\n" -"Menampilkan daftar domain kerajaan saat ini:\n" -" ipa realmdomains-show\n" -"\n" -"Ganti daftar domain kerajaan:\n" -" ipa realmdomains-mod --domain=example.com\n" -" ipa realmdomains-mod --domain={example1.com,example2.com,example3.com}\n" -"\n" -"Menambahkan domain ke daftar domain kerajaan:\n" -" ipa realmdomains-mod --add-domain=newdomain.com\n" -"\n" -"Menghapus domain dari daftar domain kerajaan:\n" -" ipa realmdomains-mod --del-domain=olddomain.com\n" - -#, fuzzy -msgid "Realm domains" -msgstr "Domain kerajaan" - -#, fuzzy -msgid "Realm Domains" -msgstr "Domain Dunia" - -#, fuzzy -msgid "" -"\n" -" Modify realm domains\n" -"\n" -" DNS check: When manually adding a domain to the list, a DNS check is\n" -" performed by default. It ensures that the domain is associated with\n" -" the IPA realm, by checking whether the domain has a _kerberos TXT " -"record\n" -" containing the IPA realm name. This check can be skipped by specifying\n" -" --force option.\n" -"\n" -" Removal: when a realm domain which has a matching DNS zone managed by\n" -" IPA is being removed, a corresponding _kerberos TXT record in the zone " -"is\n" -" removed automatically as well. Other records in the zone or the zone\n" -" itself are not affected.\n" -" " -msgstr "" -"\n" -" Ubah domain kerajaan\n" -"\n" -"Pemeriksaan DNS: Saat menambahkan domain ke daftar secara manual, " -"pemeriksaan DNS adalah\n" -" dilakukan secara default. Ini memastikan bahwa domain dikaitkan dengan\n" -" ranah IPA, dengan memeriksa apakah domain tersebut memiliki _kerberos " -"TXT\n" -" yang berisi nama ranah IPA. Pemeriksaan ini dapat dilewati dengan " -"menentukan\n" -" --gaya pilihan.\n" -"\n" -"Penghapusan: ketika domain realm yang memiliki zona DNS yang cocok dikelola " -"oleh\n" -" IPA sedang dihapus, _kerberos TXT yang sesuai di zona ini\n" -" dihapus secara otomatis juga. Rekaman lain di zona atau zona\n" -" itu sendiri tidak terpengaruh.\n" -" " - -#, fuzzy, python-format -msgid "" -"DNS zone for each realmdomain must contain SOA or NS records. No records " -"found for: %s" -msgstr "" -"Zona DNS untuk setiap domain harus berisi catatan SOA atau NS. Tidak ada " -"catatan yang ditemukan untuk: %s" - -#, fuzzy, python-format -msgid "The following domains do not belong to this realm: %(domains)s" -msgstr "Domain berikut ini bukan milik ranah ini: %(domains)s" - -#, fuzzy, python-format -msgid "" -"The realm of the following domains could not be detected: %(domains)s. If " -"these are domains that belong to the this realm, please create a _kerberos " -"TXT record containing \"%(realm)s\" in each of them." -msgstr "" -"Ranah domain berikut ini tak bisa dideteksi: %(domains)s. Jika ini adalah " -"domain milik ranah ini, silakan buat catatan TXT _kerberos yang berisi \"" -"%(realm)s\" di masing-masing wilayah." - -#, fuzzy -msgid "" -"The --domain option cannot be used together with --add-domain or --del-" -"domain. Use --domain to specify the whole realm domain list explicitly, to " -"add/remove individual domains, use --add-domain/del-domain." -msgstr "" -"Opsi --domain tidak dapat digunakan bersama dengan --add-domain atau --del-" -"domain. Gunakan --domain untuk menentukan seluruh daftar domain kerajaan " -"secara eksplisit, untuk menambahkan/menghapus domain individual, gunakan " -"--add-domain/del-domain." - -#, fuzzy -msgid "IPA server domain cannot be omitted" -msgstr "Domain server IPA tidak dapat dihilangkan" - -#, fuzzy -msgid "IPA server domain cannot be deleted" -msgstr "Domain server IPA tidak bisa dihapus" - -#, fuzzy -msgid "" -"\n" -"Services\n" -"\n" -"A IPA service represents a service that runs on a host. The IPA service\n" -"record can store a Kerberos principal, an SSL certificate, or both.\n" -"\n" -"An IPA service can be managed directly from a machine, provided that\n" -"machine has been given the correct permission. This is true even for\n" -"machines other than the one the service is associated with. For example,\n" -"requesting an SSL certificate using the host service principal credentials\n" -"of the host. To manage a service using host credentials you need to\n" -"kinit as the host:\n" -"\n" -" # kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" -"\n" -"Adding an IPA service allows the associated service to request an SSL\n" -"certificate or keytab, but this is performed as a separate step; they\n" -"are not produced as a result of adding the service.\n" -"\n" -"Only the public aspect of a certificate is stored in a service record;\n" -"the private key is not stored.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new IPA service:\n" -" ipa service-add HTTP/web.example.com\n" -"\n" -" Allow a host to manage an IPA service certificate:\n" -" ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" -" ipa role-add-member --hosts=web.example.com certadmin\n" -"\n" -" Override a default list of supported PAC types for the service:\n" -" ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" -"\n" -" A typical use case where overriding the PAC type is needed is NFS.\n" -" Currently the related code in the Linux kernel can only handle Kerberos\n" -" tickets up to a maximal size. Since the PAC data can become quite large " -"it\n" -" is recommended to set --pac-type=NONE for NFS services.\n" -"\n" -" Delete an IPA service:\n" -" ipa service-del HTTP/web.example.com\n" -"\n" -" Find all IPA services associated with a host:\n" -" ipa service-find web.example.com\n" -"\n" -" Find all HTTP services:\n" -" ipa service-find HTTP\n" -"\n" -" Disable the service Kerberos key and SSL certificate:\n" -" ipa service-disable HTTP/web.example.com\n" -"\n" -" Request a certificate for an IPA service:\n" -" ipa cert-request --principal=HTTP/web.example.com example.csr\n" -msgstr "" -"\n" -"Layanan\n" -"\n" -"Layanan IPA mewakili layanan yang berjalan pada host. Layanan IPA\n" -"rekaman dapat menyimpan prinsipal Kerberos, sertifikat SSL, atau keduanya.\n" -"\n" -"Layanan IPA dapat dikelola langsung dari mesin, asalkan\n" -"mesin telah diberi izin yang benar. Ini berlaku bahkan untuk\n" -"mesin selain yang dikaitkan dengan layanan. Misalnya,\n" -"meminta sertifikat SSL menggunakan kredensial utama layanan host\n" -"tuan rumah. Untuk mengelola layanan menggunakan kredensial host, Anda perlu\n" -"kinit sebagai tuan rumah:\n" -"\n" -"# kinit -kt /etc/krb5.keytab host/ipa.example.com@EXAMPLE.COM\n" -"\n" -"Menambahkan layanan IPA memungkinkan layanan terkait untuk meminta SSL\n" -"sertifikat atau tab kunci, tetapi ini dilakukan sebagai langkah terpisah; " -"Mereka\n" -"tidak diproduksi sebagai akibat dari penambahan layanan.\n" -"\n" -"Hanya aspek publik dari sertifikat yang disimpan dalam catatan layanan;\n" -"kunci privat tidak disimpan.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan layanan IPA baru:\n" -" ipa service-add HTTP/web.example.com\n" -"\n" -"Perbolehkan tuan rumah mengelola sertifikat layanan IPA:\n" -" ipa service-add-host --hosts=web.example.com HTTP/web.example.com\n" -" ipa role-add-member --hosts=web.example.com certadmin\n" -"\n" -"Mengesampingkan daftar default tipe PAC yang didukung untuk layanan:\n" -" ipa service-mod HTTP/web.example.com --pac-type=MS-PAC\n" -"\n" -"Kasus penggunaan umum saat mengesampingkan jenis PAC diperlukan adalah NFS.\n" -" Saat ini kode terkait dalam kernel Linux hanya dapat menangani Kerberos\n" -" tiket hingga ukuran maksimal. Karena data PAC bisa menjadi cukup besar\n" -" disarankan untuk mengatur --pac-type=NONE untuk layanan NFS.\n" -"\n" -"Menghapus layanan IPA:\n" -" layanan ipa-del HTTP/web.example.com\n" -"\n" -"Temukan semua layanan IPA yang terkait dengan host:\n" -" ipa layanan-menemukan web.example.com\n" -"\n" -"Temukan semua layanan HTTP:\n" -" HTTP ipa service-find\n" -"\n" -"Nonaktifkan layanan kunci Kerberos dan sertifikat SSL:\n" -" ipa service-disable HTTP/web.example.com\n" -"\n" -"Meminta sertifikat untuk layanan IPA:\n" -" ipa cert-request --principal=HTTP/web.example.com example.csr\n" - -#, fuzzy -msgid "" -"\n" -" Allow user to create a keytab:\n" -" ipa service-allow-create-keytab HTTP/web.example.com --users=tuser1\n" -msgstr "" -"\n" -" Perbolehkan pengguna membuat tab kunci:\n" -" ipa service-allow-create-keytab HTTP/web.example.com --users=tuser1\n" - -#, fuzzy -msgid "" -"\n" -" Generate and retrieve a keytab for an IPA service:\n" -" ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" -"httpd.keytab\n" -"\n" -msgstr "" -"\n" -" Hasilkan dan ambil tab kunci untuk layanan IPA:\n" -" ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/" -"httpd.keytab\n" -"\n" - -#, fuzzy -msgid "Trusted to authenticate as user" -msgstr "Dipercaya untuk mengotentikasi sebagai pengguna" - -#, fuzzy -msgid "The service is allowed to authenticate on behalf of a client" -msgstr "Layanan ini diperbolehkan untuk mengotentikasi atas nama klien" - -#, fuzzy -msgid "Malformed principal" -msgstr "Pokok cacat" - -#, fuzzy -msgid "{} is required by the IPA master" -msgstr "{} diperlukan oleh master IPA" - -#, fuzzy -msgid "service" -msgstr "layanan" - -#, fuzzy -msgid "services" -msgstr "layanan" - -#, fuzzy -msgid "Service principal alias" -msgstr "Alias prinsipal layanan" - -#, fuzzy -msgid "Base-64 encoded service certificate" -msgstr "Sertifikat layanan terkodekan base-64" - -#, fuzzy -msgid "NONE value cannot be combined with other PAC types" -msgstr "Nilai NONE tidak dapat digabungkan dengan tipe PAC lainnya" - -#, fuzzy -msgid "Add a new IPA service." -msgstr "Tambahkan layanan IPA baru." - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added service \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "force principal name even if host not in DNS" -msgstr "paksa nama utama bahkan jika host tidak di DNS" - -#, fuzzy -msgid "Skip host check" -msgstr "Lewati pemeriksaan host" - -#, fuzzy -msgid "" -"force service to be created even when host object does not exist to manage it" -msgstr "" -"force service yang akan dibuat bahkan ketika objek host tidak ada untuk " -"mengelolanya" - -#, fuzzy, python-format -msgid "The host '%s' does not exist to add a service to." -msgstr "Host '%s' tidak ada untuk menambahkan layanan." - -#, fuzzy -msgid "Add a new SMB service." -msgstr "Tambahkan layanan SMB baru." - -#, fuzzy -msgid "SMB service NetBIOS name" -msgstr "Layanan SMB Nama NetBIOS" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted service \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified service \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d service matched" -msgid_plural "%(count)d services matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Disabled service \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -msgid "Added certificates to service principal \"%(value)s\"" -msgstr "Menambahkan sertifikat ke pokok layanan \"%(nilai)s\"" - -#, fuzzy, python-format -msgid "Removed certificates from service principal \"%(value)s\"" -msgstr "Sertifikat yang dihapus dari prinsipal layanan \"%(nilai)s\"" - -#, fuzzy -msgid "Add new principal alias to a service" -msgstr "Menambahkan alias utama baru ke layanan" - -#, fuzzy, python-format -msgid "Added new aliases to the service principal \"%(value)s\"" -msgstr "Menambahkan alias baru ke pokok layanan \"%(value)s\"" - -#, fuzzy -msgid "Remove principal alias from a service" -msgstr "Menghapus alias utama dari layanan" - -#, fuzzy, python-format -msgid "Removed aliases to the service principal \"%(value)s\"" -msgstr "Alias yang dihapus ke pokok layanan \"%(value)s\"" - -#, fuzzy -msgid "" -"=======\n" -"WARNING:\n" -"\n" -"DNA plugin in 389-ds will allocate IDs based on the ranges configured for " -"the\n" -"local domain. Currently the DNA plugin *cannot* be reconfigured itself " -"based\n" -"on the local ranges set via this family of commands.\n" -"\n" -"Manual configuration change has to be done in the DNA plugin configuration " -"for\n" -"the new local range. Specifically, The dnaNextRange attribute of 'cn=Posix\n" -"IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config' has to " -"be\n" -"modified to match the new range.\n" -"=======\n" -msgstr "" -"=======\n" -"Peringatan:\n" -"\n" -"Plugin DNA dalam 389-ds akan mengalokasikan ID berdasarkan rentang yang " -"dikonfigurasi untuk\n" -"domain lokal. Saat ini plugin DNA *tidak dapat* dikonfigurasi ulang sendiri " -"berdasarkan\n" -"pada rentang lokal yang ditetapkan melalui keluarga perintah ini.\n" -"\n" -"Perubahan konfigurasi manual harus dilakukan dalam konfigurasi plugin DNA " -"untuk\n" -"jangkauan lokal baru. Secara khusus, atribut dnaNextRange dari 'cn=Posix\n" -"CD,cn=Plugin Penugasan Numerik Terdistribusi, cn=plugins,cn=config' harus\n" -"dimodifikasi agar sesuai dengan rentang baru.\n" -"=======\n" - -#, fuzzy -msgid "" -"\n" -"ID ranges\n" -"\n" -"Manage ID ranges used to map Posix IDs to SIDs and back.\n" -"\n" -"There are two type of ID ranges which are both handled by this utility:\n" -"\n" -" - the ID ranges of the local domain\n" -" - the ID ranges of trusted remote domains\n" -"\n" -"Both types have the following attributes in common:\n" -"\n" -" - base-id: the first ID of the Posix ID range\n" -" - range-size: the size of the range\n" -"\n" -"With those two attributes a range object can reserve the Posix IDs starting\n" -"with base-id up to but not including base-id+range-size exclusively.\n" -"\n" -"Additionally an ID range of the local domain may set\n" -" - rid-base: the first RID(*) of the corresponding RID range\n" -" - secondary-rid-base: first RID of the secondary RID range\n" -"\n" -"and an ID range of a trusted domain must set\n" -" - rid-base: the first RID of the corresponding RID range\n" -" - sid: domain SID of the trusted domain\n" -"\n" -"\n" -"\n" -"EXAMPLE: Add a new ID range for a trusted domain\n" -"\n" -"Since there might be more than one trusted domain the domain SID must be " -"given\n" -"while creating the ID range.\n" -"\n" -" ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=0 \\\n" -" --dom-sid=S-1-5-21-123-456-789 trusted_dom_range\n" -"\n" -"This ID range is then used by the IPA server and the SSSD IPA provider to\n" -"assign Posix UIDs to users from the trusted domain.\n" -"\n" -"If e.g. a range for a trusted domain is configured with the following " -"values:\n" -" base-id = 1200000\n" -" range-size = 200000\n" -" rid-base = 0\n" -"the RIDs 0 to 199999 are mapped to the Posix ID from 1200000 to 13999999. " -"So\n" -"RID 1000 <-> Posix ID 1201000\n" -"\n" -"\n" -"\n" -"EXAMPLE: Add a new ID range for the local domain\n" -"\n" -"To create an ID range for the local domain it is not necessary to specify a\n" -"domain SID. But since it is possible that a user and a group can have the " -"same\n" -"value as Posix ID a second RID interval is needed to handle conflicts.\n" -"\n" -" ipa idrange-add --base-id=1200000 --range-size=200000 --rid-base=1000 \\\n" -" --secondary-rid-base=1000000 local_range\n" -"\n" -"The data from the ID ranges of the local domain are used by the IPA server\n" -"internally to assign SIDs to IPA users and groups. The SID will then be " -"stored\n" -"in the user or group objects.\n" -"\n" -"If e.g. the ID range for the local domain is configured with the values " -"from\n" -"the example above then a new user with the UID 1200007 will get the RID " -"1007.\n" -"If this RID is already used by a group the RID will be 1000007. This can " -"only\n" -"happen if a user or a group object was created with a fixed ID because the\n" -"automatic assignment will not assign the same ID twice. Since there are " -"only\n" -"users and groups sharing the same ID namespace it is sufficient to have " -"only\n" -"one fallback range to handle conflicts.\n" -"\n" -"To find the Posix ID for a given RID from the local domain it has to be\n" -"checked first if the RID falls in the primary or secondary RID range and\n" -"the rid-base or the secondary-rid-base has to be subtracted, respectively,\n" -"and the base-id has to be added to get the Posix ID.\n" -"\n" -"Typically the creation of ID ranges happens behind the scenes and this CLI\n" -"must not be used at all. The ID range for the local domain will be created\n" -"during installation or upgrade from an older version. The ID range for a\n" -"trusted domain will be created together with the trust by 'ipa trust-" -"add ...'.\n" -"\n" -"USE CASES:\n" -"\n" -" Add an ID range from a transitively trusted domain\n" -"\n" -" If the trusted domain (A) trusts another domain (B) as well and this " -"trust\n" -" is transitive 'ipa trust-add domain-A' will only create a range for\n" -" domain A. The ID range for domain B must be added manually.\n" -"\n" -" Add an additional ID range for the local domain\n" -"\n" -" If the ID range of the local domain is exhausted, i.e. no new IDs can " -"be\n" -" assigned to Posix users or groups by the DNA plugin, a new range has to " -"be\n" -" created to allow new users and groups to be added. (Currently there is " -"no\n" -" connection between this range CLI and the DNA plugin, but a future " -"version\n" -" might be able to modify the configuration of the DNS plugin as well)\n" -"\n" -"In general it is not necessary to modify or delete ID ranges. If there is " -"no\n" -"other way to achieve a certain configuration than to modify or delete an ID\n" -"range it should be done with great care. Because UIDs are stored in the " -"file\n" -"system and are used for access control it might be possible that users are\n" -"allowed to access files of other users if an ID range got deleted and " -"reused\n" -"for a different domain.\n" -"\n" -"(*) The RID is typically the last integer of a user or group SID which " -"follows\n" -"the domain SID. E.g. if the domain SID is S-1-5-21-123-456-789 and a user " -"from\n" -"this domain has the SID S-1-5-21-123-456-789-1010 then 1010 is the RID of " -"the\n" -"user. RIDs are unique in a domain, 32bit values and are used for users and\n" -"groups.\n" -"\n" -msgstr "" -"\n" -"Rentang ID Kelola rentang ID yang digunakan untuk memetakan ID Posix ke SID " -"dan sebaliknya. Ada dua jenis rentang ID yang keduanya ditangani oleh " -"utilitas ini: - Rentang ID domain lokal - rentang ID domain jarak jauh " -"tepercaya Kedua jenis memiliki kesamaan atribut berikut: - base-id: ID " -"pertama dari Rentang ID Posix - ukuran rentang: ukuran rentang Dengan kedua " -"atribut tersebut, objek rentang dapat memesan ID Posix yang dimulai dengan " -"id dasar hingga tetapi tidak termasuk ukuran basis-id + rentang secara " -"eksklusif. Selain itu rentang ID dari domain lokal dapat ditetapkan - rid-" -"base: RID pertama (*) dari rentang RID yang sesuai - sekunder-rid-base: RID " -"pertama dari rentang RID sekunder dan rentang ID dari domain tepercaya harus " -"ditetapkan - rid-base: RID pertama dari rentang RID yang sesuai - sid: " -"domain SID dari domain tepercaya CONTOH: Tambahkan rentang ID baru untuk " -"domain tepercaya Karena mungkin ada lebih dari satu domain tepercaya, SID " -"domain harus diberikan saat membuat kisaran ID. ipa idrange-add --base-id = " -"1200000 --range-size = 200000 --rid-base = 0 \\ --dom-sid = S-1-5-21-123-456-" -"789 Trusted_dom_range Rentang ID ini adalah kemudian digunakan oleh server " -"IPA dan penyedia SSSD IPA untuk menetapkan UID Posix ke pengguna dari domain " -"tepercaya. Jika misalnya rentang untuk domain tepercaya dikonfigurasi dengan " -"nilai berikut: base-id = 1200000 range-size = 200000 rid-base = 0 RID 0 " -"hingga 199999 dipetakan ke ID Posix dari 1200000 hingga 13999999. Jadi RID " -"1000 < -> Posix ID 1201000 CONTOH: Tambahkan rentang ID baru untuk domain " -"lokal Untuk membuat rentang ID untuk domain lokal, Anda tidak perlu " -"menentukan SID domain. Tetapi karena ada kemungkinan bahwa pengguna dan grup " -"dapat memiliki nilai yang sama dengan ID Posix, interval RID kedua " -"diperlukan untuk menangani konflik. ipa idrange-add --base-id = 1200000 " -"--range-size = 200000 --rid-base = 1000 \\ --secondary-rid-base = 1000000 " -"local_range Data dari rentang ID domain lokal digunakan oleh Server IPA " -"secara internal untuk menetapkan SID ke pengguna dan grup IPA. SID kemudian " -"akan disimpan di objek pengguna atau grup. Jika misalnya kisaran ID untuk " -"domain lokal dikonfigurasi dengan nilai dari contoh di atas maka pengguna " -"baru dengan UID 1200007 akan mendapatkan RID 1007. Jika RID ini sudah " -"digunakan oleh grup, RID akan menjadi 1000007. Ini hanya bisa terjadi jika " -"pengguna atau objek grup dibuat dengan ID tetap karena tugas otomatis tidak " -"akan menetapkan ID yang sama dua kali. Karena hanya ada pengguna dan grup " -"yang berbagi ruang nama ID yang sama, maka cukup hanya memiliki satu rentang " -"cadangan untuk menangani konflik. Untuk menemukan ID Posix untuk RID " -"tertentu dari domain lokal, ia harus diperiksa terlebih dahulu jika RID " -"termasuk dalam rentang RID primer atau sekunder dan rid-base atau secondary-" -"rid-base harus dikurangi, dan basis-id harus ditambahkan untuk mendapatkan " -"ID Posix. Biasanya pembuatan rentang ID terjadi di belakang layar dan CLI " -"ini tidak boleh digunakan sama sekali. Rentang ID untuk domain lokal akan " -"dibuat selama penginstalan atau peningkatan dari versi yang lebih lama. " -"Rentang ID untuk domain tepercaya akan dibuat bersama dengan kepercayaan " -"oleh 'ipa trust-add ...'. KASUS PENGGUNAAN: Tambahkan rentang ID dari domain " -"yang dipercaya secara transitif Jika domain tepercaya (A) mempercayai domain " -"lain (B) juga dan kepercayaan ini bersifat transitif 'ipa trust-add domain-" -"A' hanya akan membuat rentang untuk domain A. Rentang ID untuk domain B " -"harus ditambahkan secara manual. Tambahkan rentang ID tambahan untuk domain " -"lokal Jika rentang ID domain lokal sudah habis, yaitu tidak ada ID baru yang " -"dapat ditetapkan ke pengguna atau grup Posix dengan plugin DNA, rentang baru " -"harus dibuat untuk memungkinkan pengguna dan grup baru untuk ditambahkan. (" -"Saat ini tidak ada koneksi antara rentang CLI ini dan plugin DNA, tetapi " -"versi yang akan datang mungkin dapat mengubah konfigurasi plugin DNS juga) " -"Secara umum rentang ID tidak perlu diubah atau dihapus. Jika tidak ada cara " -"lain untuk mencapai konfigurasi tertentu selain mengubah atau menghapus " -"rentang ID, tindakan ini harus dilakukan dengan sangat hati-hati. Karena UID " -"disimpan dalam sistem file dan digunakan untuk kontrol akses, mungkin saja " -"pengguna diizinkan untuk mengakses file pengguna lain jika rentang ID " -"dihapus dan digunakan kembali untuk domain yang berbeda. (*) RID biasanya " -"adalah bilangan bulat terakhir dari pengguna atau grup SID yang mengikuti " -"domain SID. Misalnya jika domain SID adalah S-1-5-21-123-456-789 dan " -"pengguna dari domain ini memiliki SID S-1-5-21-123-456-789-1010 maka 1010 " -"adalah RID dari pengguna. RID unik dalam suatu domain, nilai 32bit dan " -"digunakan untuk pengguna dan grup.\n" -"\n" - -#, fuzzy -msgid "ID Ranges" -msgstr "Rentang ID" - -#, fuzzy -msgid "ID Range" -msgstr "Rentang ID" - -#, fuzzy -msgid "local domain range" -msgstr "rentang domain lokal" - -#, fuzzy -msgid "Active Directory domain range" -msgstr "Rentang domain Direktori Aktif" - -#, fuzzy -msgid "Active Directory trust range with POSIX attributes" -msgstr "Rentang kepercayaan Active Directory dengan atribut POSIX" - -#, fuzzy -msgid "ID range type, one of allowed values" -msgstr "Tipe rentang ID, salah satu nilai yang diperbolehkan" - -#, fuzzy -msgid "" -"range modification leaving objects with ID out of the defined range is not " -"allowed" -msgstr "" -"modifikasi jangkauan meninggalkan objek dengan ID di luar rentang yang " -"ditentukan tidak diperbolehkan" - -#, fuzzy -msgid "" -"Cannot perform SID validation without Samba 4 support installed. Make sure " -"you have installed server-trust-ad sub-package of IPA on the server" -msgstr "" -"Tidak dapat melakukan validasi SID tanpa dukungan Samba 4 terinstal. " -"Pastikan Anda telah menginstal sub-paket IPA server-trust-ad pada server" - -#, fuzzy -msgid "" -"Cross-realm trusts are not configured. Make sure you have run ipa-adtrust-" -"install on the IPA server first" -msgstr "" -"Kepercayaan lintas alam tidak dikonfigurasi. Pastikan Anda telah menjalankan " -"ipa-adtrust-install pada server IPA terlebih dahulu" - -#, fuzzy -msgid "SID is not recognized as a valid SID for a trusted domain" -msgstr "SID tidak diakui sebagai SID yang valid untuk domain tepercaya" - -#, fuzzy -msgid "" -"\n" -" Add new ID range.\n" -"\n" -" To add a new ID range you always have to specify\n" -"\n" -" --base-id\n" -" --range-size\n" -"\n" -" Additionally\n" -"\n" -" --rid-base\n" -" --secondary-rid-base\n" -"\n" -" may be given for a new ID range for the local domain while\n" -"\n" -" --rid-base\n" -" --dom-sid\n" -"\n" -" must be given to add a new range for a trusted AD domain.\n" -"\n" -msgstr "" -"\n" -" Tambahkan rentang ID baru.\n" -"\n" -"Untuk menambahkan rentang ID baru yang selalu harus Anda tentukan\n" -"\n" -"--base-id\n" -" --range-size\n" -"\n" -"Selain itu\n" -"\n" -"--rid-base\n" -" --secondary-rid-base\n" -"\n" -"dapat diberikan untuk rentang ID baru untuk domain lokal sementara\n" -"\n" -"--rid-base\n" -" --dom-sid\n" -"\n" -"harus diberikan untuk menambahkan rentang baru untuk domain AD tepercaya.\n" -"\n" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added ID range \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Options dom-sid and dom-name cannot be used together" -msgstr "Opsi dom-sid dan dom-name tidak dapat digunakan bersamaan" - -#, fuzzy -msgid "Specified trusted domain name could not be found." -msgstr "Nama domain terpercaya yang ditentukan tak bisa ditemukan." - -#, fuzzy -msgid "Options dom-sid/dom-name and rid-base must be used together" -msgstr "Opsi dom-sid/dom-name dan rid-base harus digunakan bersamaan" - -#, fuzzy -msgid "" -"Option rid-base must not be used when IPA range type is ipa-ad-trust-posix" -msgstr "" -"Opsi rid-base tidak boleh digunakan saat tipe rentang IPA adalah ipa-ad-" -"trust-posix" - -#, fuzzy -msgid "" -"IPA Range type must be one of ipa-ad-trust or ipa-ad-trust-posix when SID of " -"the trusted domain is specified" -msgstr "" -"Tipe Rentang IPA harus merupakan salah satu ipa-ad-trust atau ipa-ad-trust-" -"posix ketika SID dari domain tepercaya ditentukan" - -#, fuzzy -msgid "Options dom-sid/dom-name and secondary-rid-base cannot be used together" -msgstr "" -"Opsi dom-sid/dom-name dan secondary-rid-base tidak dapat digunakan bersamaan" - -#, fuzzy -msgid "" -"IPA Range type must not be one of ipa-ad-trust or ipa-ad-trust-posix when " -"SID of the trusted domain is not specified." -msgstr "" -"Tipe Rentang IPA tidak boleh menjadi salah satu ipa-ad-trust atau ipa-ad-" -"trust-posix ketika SID dari domain tepercaya tidak ditentukan." - -#, fuzzy -msgid "Options secondary-rid-base and rid-base must be used together" -msgstr "Opsi secondary-rid-base dan rid-base harus digunakan bersamaan" - -#, fuzzy -msgid "Primary RID range and secondary RID range cannot overlap" -msgstr "Rentang RID utama dan rentang RID sekunder tidak dapat tumpang tindih" - -#, fuzzy -msgid "" -"You must specify both rid-base and secondary-rid-base options, because ipa-" -"adtrust-install has already been run." -msgstr "" -"Anda harus menentukan opsi rid-base dan secondary-rid-base, karena ipa-" -"adtrust-install telah dijalankan." - -#, fuzzy, python-format -#| msgid "Deleted ACI \"%(value)s\"" -msgid "Deleted ID range \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d range matched" -msgid_plural "%(count)d ranges matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "" -"Modify ID range.\n" -"\n" -msgstr "" -"Ubah rentang ID.\n" -"\n" - -#, fuzzy, python-format -#| msgid "Modified ACI \"%(value)s\"" -msgid "Modified ID range \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "" -"This command can not be used to change ID allocation for local IPA domain. " -"Run `ipa help idrange` for more information" -msgstr "" -"Perintah ini tidak dapat digunakan untuk mengubah alokasi ID untuk domain " -"IPA lokal. Jalankan 'ipa help idrange' untuk informasi lebih lanjut" - -#, fuzzy -msgid "" -"SID for the specified trusted domain name could not be found. Please specify " -"the SID directly using dom-sid option." -msgstr "" -"SID untuk nama domain tepercaya yang ditentukan tak bisa ditemukan. Silakan " -"tentukan SID langsung menggunakan opsi dom-sid." - -#, fuzzy -msgid "Options dom-sid and secondary-rid-base cannot be used together" -msgstr "Opsi dom-sid dan secondary-rid-base tidak dapat digunakan bersamaan" - -#, fuzzy -msgid "Options dom-sid and rid-base must be used together" -msgstr "Opsi dom-sid dan rid-base harus digunakan bersamaan" - -#, fuzzy -msgid "netgroups" -msgstr "grup bersih" - -#, fuzzy -msgid "Netgroups" -msgstr "Grup bersih" - -#, fuzzy -msgid "Netgroup" -msgstr "" -"# /etc/nsswitch.conf\n" -"#\n" -"# Example configuration of GNU Name Service Switch functionality.\n" -"# If you have the `glibc-doc' and `info' packages installed, try:\n" -"# `info libc \"Name Service Switch\"' for information about this file.\n" -"\n" -"passwd: ldap compat\n" -"group: ldap compat\n" -"shadow: ldap compat\n" -"\n" -"hosts: files dns ldap\n" -"networks: ldap files\n" -"\n" -"protocols: ldap db files\n" -"services: ldap db files\n" -"ethers: ldap db files\n" -"rpc: ldap db files\n" -"\n" -"netgroup: ldap files" - -#, fuzzy, python-format -#| msgid "Added group \"%(value)s\"" -msgid "Added netgroup \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -msgid "" -"hostgroup with name \"%s\" already exists. Hostgroups and netgroups share a " -"common namespace" -msgstr "" -"hostgroup dengan nama \"%s\" sudah ada. Grup host dan grup-net berbagi ruang " -"nama umum" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Deleted netgroup \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified group \"%(value)s\"" -msgid "Modified netgroup \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d group matched" -#| msgid_plural "%(count)d groups matched" -msgid "%(count)d netgroup matched" -msgid_plural "%(count)d netgroups matched" -msgstr[0] "%(count)d grup sesuai" - -#, fuzzy -msgid "One time password commands" -msgstr "Perintah kata sandi satu kali" - -#, fuzzy -msgid "OTP configuration options" -msgstr "Opsi konfigurasi OTP" - -#, fuzzy -msgid "OTP Configuration" -msgstr "Konfigurasi OTP" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Changed password for \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "" -"\n" -"Kerberos PKINIT feature status reporting tools.\n" -"\n" -"Report IPA masters on which Kerberos PKINIT is enabled or disabled\n" -"\n" -"EXAMPLES:\n" -" List PKINIT status on all masters:\n" -" ipa pkinit-status\n" -"\n" -" Check PKINIT status on `ipa.example.com`:\n" -" ipa pkinit-status --server ipa.example.com\n" -"\n" -" List all IPA masters with disabled PKINIT:\n" -" ipa pkinit-status --status='disabled'\n" -"\n" -"For more info about PKINIT support see:\n" -"\n" -"https://www.freeipa.org/page/V4/Kerberos_PKINIT\n" -msgstr "" -"\n" -"Alat pelaporan status fitur Kerberos PKINIT.\n" -"\n" -"Laporkan master IPA tempat Kerberos PKINIT diaktifkan atau dinonaktifkan\n" -"\n" -"Contoh:\n" -" Daftar status PKINIT pada semua master:\n" -" status pkinit ipa\n" -"\n" -"Periksa status PKINIT di 'ipa.example.com':\n" -" ipa pkinit-status --server ipa.example.com\n" -"\n" -"Mencantumkan semua master IPA dengan PKINIT yang dinonaktifkan:\n" -" ipa pkinit-status --status='dinonaktifkan'\n" -"\n" -"Untuk informasi selengkapnya tentang dukungan PKINIT lihat:\n" -"\n" -"https://www.freeipa.org/page/V4/Kerberos_PKINIT\n" - -msgid "pkinit" -msgstr "pkinit" - -#, fuzzy -msgid "PKINIT" -msgstr "PKINIT" - -#, fuzzy -msgid "PKINIT status" -msgstr "Status PKINIT" - -#, fuzzy -msgid "Whether PKINIT is enabled or disabled" -msgstr "Apakah PKINIT diaktifkan atau dinonaktifkan" - -#, fuzzy -msgid "Report PKINIT status on the IPA masters" -msgstr "Laporkan status PKINIT pada master IPA" - -#, python-format -msgid "%(count)s server matched" -msgid_plural "%(count)s servers matched" -msgstr[0] "%(count)s server cocok" - -#, fuzzy -msgid "" -"\n" -"RADIUS Proxy Servers\n" -msgstr "" -"\n" -"Server Proksi RADIUS\n" - -#, fuzzy -msgid "" -"\n" -"Manage RADIUS Proxy Servers.\n" -msgstr "" -"\n" -"Kelola Server Proksi RADIUS.\n" - -#, fuzzy -msgid "" -"\n" -"IPA supports the use of an external RADIUS proxy server for krb5 OTP\n" -"authentications. This permits a great deal of flexibility when\n" -"integrating with third-party authentication services.\n" -msgstr "" -"\n" -"IPA mendukung penggunaan server proxy RADIUS eksternal untuk OTP krb5\n" -"otentikasi. Ini memungkinkan banyak fleksibilitas ketika\n" -"mengintegrasikan dengan layanan autentikasi pihak ketiga.\n" - -#, fuzzy -msgid "" -"\n" -" Add a new server:\n" -" ipa radiusproxy-add MyRADIUS --server=radius.example.com:1812\n" -msgstr "" -"\n" -" Tambah peladen baru:\n" -" ipa radiusproxy-add MyRADIUS --server=radius.example.com:1812\n" - -#, fuzzy -msgid "" -"\n" -" Find all servers whose entries include the string \"example.com\":\n" -" ipa radiusproxy-find example.com\n" -msgstr "" -"\n" -" Temukan semua server yang entrinya termasuk string \"example.com\":\n" -" ipa radiusproxy-find example.com\n" - -#, fuzzy -msgid "" -"\n" -" Examine the configuration:\n" -" ipa radiusproxy-show MyRADIUS\n" -msgstr "" -"\n" -" Periksa konfigurasi:\n" -" ipa radiusproxy-show MyRADIUS\n" - -#, fuzzy -msgid "" -"\n" -" Change the secret:\n" -" ipa radiusproxy-mod MyRADIUS --secret\n" -msgstr "" -"\n" -" Ubah rahasia:\n" -" ipa radiusproxy-mod MyRADIUS --secret\n" - -#, fuzzy -msgid "" -"\n" -" Delete a configuration:\n" -" ipa radiusproxy-del MyRADIUS\n" -msgstr "" -"\n" -" Hapus konfigurasi:\n" -" ipa radiusproxy-del MyRADIUS\n" - -#, fuzzy -msgid "invalid attribute name" -msgstr "nama atribut tidak valid" - -#, fuzzy -msgid "invalid port number" -msgstr "Nomor port \"%s\" tidak valid." - -#, fuzzy -msgid "RADIUS proxy server" -msgstr "Server proksi RADIUS" - -#, fuzzy -msgid "RADIUS proxy servers" -msgstr "Server proksi RADIUS" - -#, fuzzy -msgid "RADIUS Servers" -msgstr "" -"Memaksa versi PEAP mana yang dipakai ketika PEAP ditata sebagai metoda EAP " -"dalam properti \"eap\". Ketika tak ditata, versi yang dilaporkan oleh server " -"yang akan dipakai. Terkadang ketika memakai server RADIUS yang lebih lama, " -"perlu memaksa klien memakai versi PEAP tertentu. Untuk melakukannya, " -"properti ini bisa ditata ke \"0\" atau \"1\" untuk memaksa versi PEAP " -"spesifik tersebut." - -#, fuzzy -msgid "RADIUS Server" -msgstr "Peladen RADIUS" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added RADIUS proxy server \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted RADIUS proxy server \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified RADIUS proxy server \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d RADIUS proxy server matched" -msgid_plural "%(count)d RADIUS proxy servers matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "ID View" -msgstr "Tampilan ID" - -#, fuzzy -msgid "system ID View" -msgstr "Tampilan ID sistem" - -#, fuzzy -msgid "ID Views" -msgstr "Tampilan ID" - -#, fuzzy -msgid "User object overrides" -msgstr "Override objek pengguna" - -#, fuzzy -msgid "Group object overrides" -msgstr "Kengelompokan objek menimpa" - -#, fuzzy -msgid "Hosts the view applies to" -msgstr "Host tampilan berlaku untuk" - -#, fuzzy -msgid "Domain resolution order" -msgstr "Urutan resolusi domain" - -#, fuzzy -msgid "colon-separated list of domains used for short name qualification" -msgstr "" -"daftar domain yang dipisahkan oleh titik dua yang digunakan untuk " -"kualifikasi nama pendek" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added ID View \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted ACI \"%(value)s\"" -msgid "Deleted ID View \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified ACI \"%(value)s\"" -msgid "Modified an ID View \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d ACI matched" -#| msgid_plural "%(count)d ACIs matched" -msgid "%(count)d ID View matched" -msgid_plural "%(count)d ID Views matched" -msgstr[0] "%(count)d ACI sesuai" - -#, fuzzy -msgid "Default Trust View cannot be applied on hosts" -msgstr "Tampilan Kepercayaan Asali tak bisa diterapkan pada host" - -#, fuzzy -msgid "not found" -msgstr "Tak ditemukan" - -#, fuzzy -msgid "ID View cannot be applied to IPA master" -msgstr "Tampilan ID tidak dapat diterapkan ke master IPA" - -#, fuzzy -msgid "ID View already applied" -msgstr "Tampilan ID sudah diterapkan" - -#, fuzzy -msgid "value" -msgstr "Nilai" - -#, fuzzy, python-format -msgid "ID View applied to %i host." -msgstr "Tampilan ID diterapkan ke host %i anda." - -#, fuzzy, python-format -msgid "ID View applied to %i hosts." -msgstr "TAMPILAN ID diterapkan ke %i host." - -#, fuzzy, python-format -msgid "ID View cleared from %i host." -msgstr "Tampilan ID dibersihkan dari %i host." - -#, fuzzy, python-format -msgid "ID View cleared from %i hosts." -msgstr "Tampilan ID dibersihkan dari %i host." - -#, fuzzy -msgid "" -"You are trying to reference a magic private group which is not allowed to be " -"overridden. Try overriding the GID attribute of the corresponding user " -"instead." -msgstr "" -"Anda mencoba untuk mereferensikan kelompok pribadi ajaib yang tidak " -"diizinkan untuk ditimpa. Cobalah mengesampingkan atribut GID dari pengguna " -"yang sesuai sebagai gantinya." - -#, fuzzy -msgid "IPA object" -msgstr "Objek IPA" - -#, fuzzy -msgid "" -"system IPA objects (e.g. system groups, user private groups) cannot be " -"overridden" -msgstr "" -"objek IPA sistem (misalnya grup sistem, grup privat pengguna) tidak dapat " -"ditimpa" - -#, fuzzy, python-format -msgid "Anchor '%(anchor)s' could not be resolved." -msgstr "Jangkar '%(jangkar)s' tak bisa diselesaikan." - -#, fuzzy -msgid "Default Trust View cannot contain IPA users" -msgstr "Tampilan Kepercayaan Asali tak boleh memuat pengguna IPA" - -#, fuzzy -msgid "Add a new ID override." -msgstr "Tambahkan pengesampingan ID baru." - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added ID override \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Delete an ID override." -msgstr "Hapus pengesampingan ID." - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted ID override \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "Modify an ID override." -msgstr "Ubah pengesampingan ID." - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified an ID override \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "ID override" -msgstr "Pengesampingan ID" - -#, fuzzy -msgid "ID overrides cannot be renamed" -msgstr "Pengesampingan ID tidak dapat diganti namanya" - -#, fuzzy -msgid "Search for an ID override." -msgstr "Cari pengesampingan IDENTITAS." - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d ID override matched" -msgid_plural "%(count)d ID overrides matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "Display information about an ID override." -msgstr "Tampilkan informasi tentang pengesampingan ID." - -#, fuzzy -msgid "User ID override" -msgstr "Pengesampingan ID Pengguna" - -#, fuzzy -msgid "User ID overrides" -msgstr "Pengesampingan ID Pengguna" - -#, fuzzy -msgid "Base-64 encoded user certificate" -msgstr "Sertifikat pengguna bersandi base-64" - -#, fuzzy -msgid "Group ID override" -msgstr "Pengesampingan ID Grup" - -#, fuzzy -msgid "Group ID overrides" -msgstr "Pengesampingan ID Grup" - -#, fuzzy -msgid "Add one or more certificates to the idoverrideuser entry" -msgstr "Menambahkan satu atau beberapa sertifikat ke entri idoverrideuser" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added certificates to idoverrideuser \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Remove one or more certificates to the idoverrideuser entry" -msgstr "Hapus satu atau beberapa sertifikat ke entri idoverrideuser" - -#, fuzzy, python-format -msgid "Removed certificates from idoverrideuser \"%(value)s\"" -msgstr "Sertifikat yang dihapus dari idoverrideuser \"%(value)s\"" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added User ID override \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted User ID override \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified an User ID override \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d User ID override matched" -msgid_plural "%(count)d User ID overrides matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy, python-format -#| msgid "Added group \"%(value)s\"" -msgid "Added Group ID override \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Deleted Group ID override \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified group \"%(value)s\"" -msgid "Modified an Group ID override \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d group matched" -#| msgid_plural "%(count)d groups matched" -msgid "%(count)d Group ID override matched" -msgid_plural "%(count)d Group ID overrides matched" -msgstr[0] "%(count)d grup sesuai" - -#, fuzzy -msgid "" -"\n" -"IPA locations\n" -msgstr "" -"\n" -"Lokasi IPA\n" - -#, fuzzy -msgid "" -"\n" -"Manipulate DNS locations\n" -msgstr "" -"\n" -"Memanipulasi lokasi DNS\n" - -#, fuzzy -msgid "" -"\n" -" Find all locations:\n" -" ipa location-find\n" -msgstr "" -"\n" -" Temukan semua lokasi:\n" -" lokasi ipa-find\n" - -#, fuzzy -msgid "" -"\n" -" Show specific location:\n" -" ipa location-show location\n" -msgstr "" -"\n" -" Tampilkan lokasi tertentu:\n" -" Lokasi peragaan lokasi ipa\n" - -#, fuzzy -msgid "" -"\n" -" Add location:\n" -" ipa location-add location --description 'My location'\n" -msgstr "" -"\n" -" Tambahkan lokasi:\n" -" lokasi ipa-tambahkan lokasi --description 'Lokasi saya'\n" - -#, fuzzy -msgid "" -"\n" -" Delete location:\n" -" ipa location-del location\n" -msgstr "" -"\n" -" Hapus lokasi:\n" -" Lokasi ipa-del\n" - -#, fuzzy -msgid "location" -msgstr "Lokasi" - -#, fuzzy -msgid "locations" -msgstr "Lokasi" - -#, fuzzy -msgid "IPA Locations" -msgstr "Lokasi IPA" - -#, fuzzy -msgid "IPA Location" -msgstr "Lokasi IPA" - -#, fuzzy -msgid "Location name" -msgstr "Nama Lokasi" - -#, fuzzy -msgid "IPA location name" -msgstr "Nama lokasi IPA" - -#, fuzzy -msgid "IPA Location description" -msgstr "Deskripsi Lokasi IPA" - -#, fuzzy -msgid "Servers" -msgstr "Server" - -#, fuzzy -msgid "Servers that belongs to the IPA location" -msgstr "Server milik lokasi IPA" - -#, fuzzy -msgid "Advertised by servers" -msgstr "Diiklankan oleh server" - -#, fuzzy -msgid "List of servers which advertise the given location" -msgstr "Daftar server yang mengiklankan lokasi yang diberikan" - -#, fuzzy -msgid "Add a new IPA location." -msgstr "Tambahkan lokasi IPA baru." - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added IPA location \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Delete an IPA location." -msgstr "Menghapus lokasi IPA." - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Deleted IPA location \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "IPA Server" -msgstr "Peladen IPA" - -#, fuzzy -msgid "Modify information about an IPA location." -msgstr "Mengubah informasi tentang lokasi IPA." - -#, fuzzy, python-format -#| msgid "Modified host \"%(value)s\"" -msgid "Modified IPA location \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "Search for IPA locations." -msgstr "Cari lokasi IPA." - -#, fuzzy, python-format -#| msgid "%(count)d host matched" -#| msgid_plural "%(count)d hosts matched" -msgid "%(count)d IPA location matched" -msgid_plural "%(count)d IPA locations matched" -msgstr[0] "%(count)d host sesuai" - -#, fuzzy -msgid "Display information about an IPA location." -msgstr "Menampilkan informasi tentang lokasi IPA." - -#, fuzzy -msgid "Servers in location" -msgstr "Server di lokasi" - -#, fuzzy -msgid "roles" -msgstr "Role" - -#, fuzzy -msgid "Role" -msgstr "Peran" - -#, fuzzy, python-format -#| msgid "Added group \"%(value)s\"" -msgid "Added role \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Deleted role \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified group \"%(value)s\"" -msgid "Modified role \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d group matched" -#| msgid_plural "%(count)d groups matched" -msgid "%(count)d role matched" -msgid_plural "%(count)d roles matched" -msgstr[0] "%(count)d grup sesuai" - -#, fuzzy -msgid "" -"\n" -"API Schema\n" -msgstr "" -"\n" -"Skema API\n" - -#, fuzzy -msgid "" -"\n" -"Provides API introspection capabilities.\n" -msgstr "" -"\n" -"Menyediakan kemampuan introspeksi API.\n" - -#, fuzzy -msgid "" -"\n" -" Show user-find details:\n" -" ipa command-show user-find\n" -msgstr "" -"\n" -" Tampilkan detil yang ditemukan pengguna:\n" -" ipa perintah-tampilkan pengguna-menemukan\n" - -#, fuzzy -msgid "" -"\n" -" Find user-find parameters:\n" -" ipa param-find user-find\n" -msgstr "" -"\n" -" Menemukan parameter yang ditemukan pengguna:\n" -" ipa param-find user-find\n" - -#, fuzzy -msgid "Name" -msgstr "Nama" - -#, fuzzy -msgid "Documentation" -msgstr "Dokumentasi" - -#, fuzzy -msgid "Exclude from" -msgstr "" -"Pengaturan bank menunjukkan direktori di mana cadangan " -"disimpan. Pengaturan exclude memungkinkan Anda untuk " -"menunjukkan berkas (atau jenis berkas) yang dikecualikan dari cadangan. " -"Runall adalah daftar set berkas yang akan dibuat " -"cadangannya dengan sebuah stempel waktu untuk setiap set, yang memungkinkan " -"Anda untuk menetapkan tanggal yang benar yang akan disalin, dalam kasus " -"cadangan tidak dipicu pada tepat waktu yang ditetapkan. Anda harus " -"menunjukkan waktu yang tepat sebelum waktu eksekusi yang sebenarnya (yang, " -"secara default, 22:04 di Debian, menurut /etc/cron.d/" -"dirvish). Akhirnya, pengaturan expire-default " -"dan expire-rule menetapkan kebijakan kedaluwarsa untuk " -"cadangan. Contoh di atas menyimpan selamanya cadangan yang dihasilkan pada " -"hari Minggu pertama setiap kuartal, menghapus setelah satu tahun dari hari " -"Minggu pertama setiap bulan, dan setelah 3 bulan dari hari Minggu lainnya. " -"Cadangan harian lainnya disimpan selama 15 hari. Urutan aturan penting, " -"Dirvish menggunakan aturan terakhir yang cocok, atau expire-" -"default jika tidak ada expire-rule yang cocok." - -#, fuzzy -msgid "Include in" -msgstr "include" - -#, fuzzy, python-format -msgid "Results should contain primary key attribute only (\"%s\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"%s\")" - -#, fuzzy -msgid "Help topic" -msgstr "Topik bantuan" - -#, fuzzy -msgid "Version" -msgstr "Versi" - -#, fuzzy -msgid "Parameters" -msgstr "Parameter" - -#, fuzzy -msgid "Method of" -msgstr "_Metode" - -#, fuzzy -msgid "Method name" -msgstr "Nama metode" - -#, fuzzy, python-format -msgid "%(pkey)s: %(oname)s not found" -msgstr "%(pkey)s: %(oname)s tidak ditemukan" - -#, fuzzy -msgid "Display information about a command." -msgstr "Menampilkan informasi tentang perintah." - -#, fuzzy -msgid "Search for commands." -msgstr "" -"Masukkan string di kotak teks untuk mempersempit pencarian " -"perintah." - -#, fuzzy -msgid "Return command defaults" -msgstr "Mengembalikan default perintah" - -#, fuzzy -msgid "Display information about a class." -msgstr "Menampilkan informasi tentang kelas." - -#, fuzzy -msgid "Search for classes." -msgstr "Cari kelas." - -#, fuzzy -msgid "Display information about a help topic." -msgstr "Menampilkan informasi tentang topik bantuan." - -#, fuzzy -msgid "Search for help topics." -msgstr "Cari topik bantuan." - -#, fuzzy -msgid "Required" -msgstr "Diperlukan" - -#, fuzzy -msgid "Multi-value" -msgstr "Multinilai" - -#, fuzzy -msgid "Always ask" -msgstr "Selalu tanyakan" - -#, fuzzy -msgid "CLI metavar" -msgstr "Cli metavar" - -#, fuzzy -msgid "CLI name" -msgstr "Nama CLI" - -msgid "Confirm (password)" -msgstr "Konfirmasi (kata sandi)" - -#, fuzzy -msgid "Default" -msgstr "Default" - -#, fuzzy -msgid "Default from" -msgstr "Asali dari" - -#, fuzzy -msgid "Label" -msgstr "Label" - -#, fuzzy -msgid "Convert on server" -msgstr "Konversi pada server" - -#, fuzzy -msgid "Option group" -msgstr "Pilihan kelompok" - -#, fuzzy -msgid "Sensitive" -msgstr "Sensitifitas" - -#, fuzzy -msgid "Positional argument" -msgstr "Argumen posisional" - -#, fuzzy, python-format -msgid "%(metaobject)s: %(oname)s not found" -msgstr "%(metaobject)s: %(oname)s tidak ditemukan" - -#, fuzzy -msgid "Display information about a command parameter." -msgstr "Menampilkan informasi tentang parameter perintah." - -#, fuzzy -msgid "Search command parameters." -msgstr "Parameter perintah pencarian." - -#, fuzzy, python-format -msgid "%(command_name)s: %(oname)s not found" -msgstr "%(command_name)s: %(oname)s tidak ditemukan" - -#, fuzzy -msgid "Display information about a command output." -msgstr "Menampilkan informasi tentang keluaran perintah." - -#, fuzzy -msgid "Search for command outputs." -msgstr "Cari output perintah." - -#, fuzzy -msgid "Store and provide schema for commands and topics" -msgstr "Menyimpan dan menyediakan skema untuk perintah dan topik" - -#, fuzzy -msgid "Fingerprint of schema cached by client" -msgstr "Sidik jari skema yang di-cache oleh klien" - -#, fuzzy -msgid "HBAC rule and local members cannot both be set" -msgstr "Aturan HBAC dan anggota lokal tidak dapat disetel" - -#, fuzzy -msgid "Invalid SELinux user name, must match {}" -msgstr "Nama pengguna SELinux tidak valid, harus cocok dengan {}" - -#, fuzzy, python-brace-format -msgid "Invalid MLS value, must match {mls}, where max level {mls_max}" -msgstr "Nilai MLS tidak valid, harus {mls}, di mana tingkat {mls_max}" - -#, fuzzy, python-brace-format -msgid "Invalid MCS value, must match {mcs}, where max category {mcs_max}" -msgstr "Nilai MCS tidak valid, harus {mcs}, di mana kategori maks {mcs_max}" - -#, fuzzy -msgid "SELinux user map list not found in configuration" -msgstr "Daftar peta pengguna SELinux tidak ditemukan dalam konfigurasi" - -#, fuzzy, python-format -msgid "SELinux user %(user)s not found in ordering list (in config)" -msgstr "" -"Pengguna SELinux %(pengguna)s tidak ditemukan dalam daftar pemesanan (dalam " -"konfigurasi)" - -#, fuzzy -msgid "SELinux User Map rule" -msgstr "Aturan Peta Pengguna SELinux" - -#, fuzzy -msgid "SELinux User Map rules" -msgstr "Aturan Peta Pengguna SELinux" - -#, fuzzy -msgid "SELinux User Maps" -msgstr "Peta Pengguna SELinux" - -#, fuzzy -msgid "SELinux User Map" -msgstr "Peta Pengguna SELinux" - -#, python-format -msgid "HBAC rule %(rule)s not found" -msgstr "Aturan HBAC %(rule)s tidak ditemukan" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added SELinux User Map \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted SELinux User Map \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified SELinux User Map \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d SELinux User Map matched" -msgid_plural "%(count)d SELinux User Maps matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Enabled SELinux User Map \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Disabled SELinux User Map \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "" -"\n" -"Service Constrained Delegation\n" -"\n" -"Manage rules to allow constrained delegation of credentials so\n" -"that a service can impersonate a user when communicating with another\n" -"service without requiring the user to actually forward their TGT.\n" -"This makes for a much better method of delegating credentials as it\n" -"prevents exposure of the short term secret of the user.\n" -"\n" -"The naming convention is to append the word \"target\" or \"targets\" to\n" -"a matching rule name. This is not mandatory but helps conceptually\n" -"to associate rules and targets.\n" -"\n" -"A rule consists of two things:\n" -" - A list of targets the rule applies to\n" -" - A list of memberPrincipals that are allowed to delegate for\n" -" those targets\n" -"\n" -"A target consists of a list of principals that can be delegated.\n" -"\n" -"In English, a rule says that this principal can delegate as this\n" -"list of principals, as defined by these targets.\n" -"\n" -"In both a rule and a target Kerberos principals may be specified\n" -"by their name or an alias and the realm can be omitted. Additionally,\n" -"hosts can be specified by their names. If Kerberos principal specified\n" -"has a single component and does not end with '$' sign, it will be treated\n" -"as a host name. Kerberos principal names ending with '$' are typically\n" -"used as aliases for Active Directory-related services.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new constrained delegation rule:\n" -" ipa servicedelegationrule-add ftp-delegation\n" -"\n" -" Add a new constrained delegation target:\n" -" ipa servicedelegationtarget-add ftp-delegation-target\n" -"\n" -" Add a principal to the rule:\n" -" ipa servicedelegationrule-add-member --principals=ftp/ipa.example." -"com ftp-delegation\n" -"\n" -" Add a host principal of the host 'ipa.example.com' to the rule:\n" -" ipa servicedelegationrule-add-member --principals=ipa.example.com " -"ftp-delegation\n" -"\n" -" Add our target to the rule:\n" -" ipa servicedelegationrule-add-target --servicedelegationtargets=ftp-" -"delegation-target ftp-delegation\n" -"\n" -" Add a principal to the target:\n" -" ipa servicedelegationtarget-add-member --principals=ldap/ipa.example." -"com ftp-delegation-target\n" -"\n" -" Display information about a named delegation rule and target:\n" -" ipa servicedelegationrule_show ftp-delegation\n" -" ipa servicedelegationtarget_show ftp-delegation-target\n" -"\n" -" Remove a constrained delegation:\n" -" ipa servicedelegationrule-del ftp-delegation-target\n" -" ipa servicedelegationtarget-del ftp-delegation\n" -"\n" -"In this example the ftp service can get a TGT for the ldap service on\n" -"the bound user's behalf.\n" -"\n" -"It is strongly discouraged to modify the delegations that ship with\n" -"IPA, ipa-http-delegation and its targets ipa-cifs-delegation-targets and\n" -"ipa-ldap-delegation-targets. Incorrect changes can remove the ability\n" -"to delegate, causing the framework to stop functioning.\n" -msgstr "" -"\n" -"Delegasi Terkendala Layanan\n" -"\n" -"Mengelola aturan untuk memungkinkan pelimpahan kredensial yang dibatasi " -"sehingga\n" -"bahwa layanan dapat meniru pengguna saat berkomunikasi dengan pengguna lain\n" -"layanan tanpa mengharuskan pengguna untuk benar-benar meneruskan TGT mereka." -"\n" -"Ini membuat metode yang jauh lebih baik untuk mendelegasikan kredensial " -"karena\n" -"mencegah paparan rahasia jangka pendek pengguna.\n" -"\n" -"Konvensi penamaan adalah untuk menambahkan kata \"target\" atau \"target\" " -"untuk\n" -"nama aturan yang cocok. Ini bukan wajib tetapi membantu secara konseptual\n" -"untuk mengaitkan aturan dan target.\n" -"\n" -"Aturan terdiri dari dua hal:\n" -" - Daftar target aturan berlaku untuk\n" -" - Daftar anggotaPrincipal yang diizinkan untuk mendelegasikan untuk\n" -" target tersebut\n" -"\n" -"Target terdiri dari daftar prinsipal yang dapat didelegasikan.\n" -"\n" -"Dalam bahasa Inggris, sebuah aturan mengatakan bahwa kepala sekolah ini " -"dapat mendelegasikan\n" -"daftar prinsipal, sebagaimana didefinisikan oleh target-target ini.\n" -"\n" -"Dalam aturan dan target prinsipal Kerberos dapat ditentukan\n" -"dengan nama mereka atau alias dan kerajaan dapat dihilangkan. Selain itu\n" -"host dapat ditentukan dengan nama mereka. Jika pokok Kerberos ditentukan\n" -"memiliki satu komponen dan tidak berakhir dengan tanda '$', maka akan " -"diperlakukan\n" -"sebagai nama tuan rumah. Nama utama Kerberos yang berakhir dengan '$' " -"biasanya\n" -"digunakan sebagai alias untuk layanan terkait Direktori Aktif.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan aturan delegasi terkendala baru:\n" -" ipa servicedelegationrule-add ftp-delegasi\n" -"\n" -"Tambahkan target delegasi terkendala baru:\n" -" ipa servicedelegationtarget-add ftp-delegation-target\n" -"\n" -"Tambahkan pokok ke aturan:\n" -" ipa servicedelegationrule-add-member --principals=ftp/ipa.example.com ftp-" -"delegation\n" -"\n" -"Tambahkan pokok host host 'ipa.example.com' ke aturan:\n" -" ipa servicedelegationrule-add-member --principals=ipa.example.com ftp-" -"delegation\n" -"\n" -"Tambahkan target kami ke aturan:\n" -" ipa servicedelegationrule-add-target --servicedelegationtargets=ftp-" -"delegation-target ftp-delegation\n" -"\n" -"Tambahkan pokok ke target:\n" -" ipa servicedelegationtarget-add-member --principals=ldap/ipa.example.com " -"ftp-delegation-target\n" -"\n" -"Tampilkan informasi tentang aturan dan target delegasi bernama:\n" -" ipa servicedelegationrule_show ftp-delegasi\n" -" ipa servicedelegationtarget_show ftp-delegation-target\n" -"\n" -"Menghapus delegasi yang dibatasi:\n" -" ipa servicedelegationrule-del ftp-delegation-target\n" -" ipa servicedelegationtarget-del ftp-delegasi\n" -"\n" -"Dalam contoh ini layanan FTP bisa mendapatkan TGT untuk layanan ldap pada\n" -"nama pengguna yang terikat.\n" -"\n" -"Sangat tidak dianjurkan untuk memodifikasi delegasi yang\n" -"IPA, ipa-http-delegasi dan targetnya ipa-cifs-delegasi-target dan\n" -"ipa-ldap-delegasi-target. Perubahan yang salah dapat menghapus kemampuan\n" -"untuk mendelegasikan, menyebabkan kerangka kerja berhenti berfungsi.\n" - -#, fuzzy -msgid "Allowed to Impersonate" -msgstr "Diizinkan untuk Menyamar" - -#, fuzzy -msgid "Member principals" -msgstr "Prinsipal anggota" - -#, fuzzy, python-format -msgid "Malformed principal: %(error)s" -msgstr "Pokok cacat: %(error)s" - -#, fuzzy -msgid "Add target to a named service delegation." -msgstr "Tambahkan target ke delegasi layanan bernama." - -#, fuzzy, python-format -msgid "member %s" -msgstr "anggota %s" - -#, fuzzy -msgid "Remove member from a named service delegation." -msgstr "Hapus anggota dari delegasi layanan bernama." - -#, fuzzy -msgid "service delegation rule" -msgstr "aturan delegasi layanan" - -#, fuzzy -msgid "service delegation rules" -msgstr "aturan delegasi layanan" - -#, fuzzy -msgid "Service delegation rules" -msgstr "Aturan delegasi layanan" - -#, fuzzy -msgid "Service delegation rule" -msgstr "Aturan delegasi layanan" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added service delegation rule \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted service delegation \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "privileged service delegation rule" -msgstr "aturan delegasi layanan istimewa" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d service delegation rule matched" -msgid_plural "%(count)d service delegation rules matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "service delegation target" -msgstr "target delegasi layanan" - -#, fuzzy -msgid "service delegation targets" -msgstr "target delegasi layanan" - -#, fuzzy -msgid "Service delegation targets" -msgstr "Target delegasi layanan" - -#, fuzzy -msgid "Service delegation target" -msgstr "Target delegasi layanan" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added service delegation target \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted service delegation target \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "privileged service delegation target" -msgstr "target delegasi layanan istimewa" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d service delegation target matched" -msgid_plural "%(count)d service delegation targets matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "" -"\n" -"Session Support for IPA\n" -msgstr "" -"\n" -"Dukungan Sesi untuk IPA\n" - -#, fuzzy -msgid "" -"\n" -"Stageusers\n" -"\n" -"Manage stage user entries.\n" -"\n" -"Stage user entries are directly under the container: \"cn=stage users,\n" -"cn=accounts, cn=provisioning, SUFFIX\".\n" -"Users can not authenticate with those entries (even if the entries\n" -"contain credentials). Those entries are only candidate to become Active " -"entries.\n" -"\n" -"Active user entries are Posix users directly under the container: " -"\"cn=accounts, SUFFIX\".\n" -"Users can authenticate with Active entries, at the condition they have\n" -"credentials.\n" -"\n" -"Deleted user entries are Posix users directly under the container: " -"\"cn=deleted users,\n" -"cn=accounts, cn=provisioning, SUFFIX\".\n" -"Users can not authenticate with those entries, even if the entries contain " -"credentials.\n" -"\n" -"The stage user container contains entries:\n" -" - created by 'stageuser-add' commands that are Posix users,\n" -" - created by external provisioning system.\n" -"\n" -"A valid stage user entry MUST have:\n" -" - entry RDN is 'uid',\n" -" - ipaUniqueID is 'autogenerate'.\n" -"\n" -"IPA supports a wide range of username formats, but you need to be aware of " -"any\n" -"restrictions that may apply to your particular environment. For example,\n" -"usernames that start with a digit or usernames that exceed a certain length\n" -"may cause problems for some UNIX systems.\n" -"Use 'ipa config-mod' to change the username format allowed by IPA tools.\n" -"\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new stageuser:\n" -" ipa stageuser-add --first=Tim --last=User --password tuser1\n" -"\n" -" Add a stageuser from the deleted users container:\n" -" ipa stageuser-add --first=Tim --last=User --from-delete tuser1\n" -"\n" -msgstr "" -"\n" -"Stageusers\n" -"\n" -"Mengelola entri pengguna tahap.\n" -"\n" -"Entri pengguna tahap langsung di bawah kontainer: \"pengguna cn=stage,\n" -"cn=akun, cn=provisioning, SUFFIX\".\n" -"Pengguna tidak dapat mengautentikasi dengan entri tersebut (meskipun entri\n" -"berisi kredensial). Entri tersebut hanya kandidat untuk menjadi entri Aktif." -"\n" -"\n" -"Entri pengguna aktif adalah pengguna Posix langsung di bawah kontainer: \"cn" -"=accounts, SUFFIX\".\n" -"Pengguna dapat mengautentikasi dengan entri Aktif, dengan syarat\n" -"Kredensial.\n" -"\n" -"Entri pengguna yang dihapus adalah pengguna Posix langsung di bawah " -"kontainer: \"cn=pengguna yang dihapus,\n" -"cn=akun, cn=provisioning, SUFFIX\".\n" -"Pengguna tidak dapat mengautentikasi dengan entri tersebut, meskipun entri " -"tersebut berisi kredensial.\n" -"\n" -"Kontainer pengguna tahap berisi entri:\n" -" - dibuat oleh perintah 'stageuser-add' yang merupakan pengguna Posix,\n" -" - dibuat oleh sistem penyediaan eksternal.\n" -"\n" -"Entri pengguna tahap yang valid HARUS memiliki:\n" -" - entri RDN adalah 'uid',\n" -" - ipaUniqueID adalah 'autogenerasi'.\n" -"\n" -"IPA mendukung berbagai format nama pengguna, tetapi Anda perlu menyadari\n" -"pembatasan yang mungkin berlaku untuk lingkungan tertentu Anda. Misalnya,\n" -"nama pengguna yang dimulai dengan digit atau nama pengguna yang melebihi " -"panjang tertentu\n" -"dapat menyebabkan masalah untuk beberapa sistem UNIX.\n" -"Gunakan 'ipa config-mod' untuk mengubah format nama pengguna yang diizinkan " -"oleh alat IPA.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan stageuser baru:\n" -" ipa stageuser-add --first=Tim --last=User --password tuser1\n" -"\n" -"Tambahkan stageuser dari wadah pengguna yang dihapus:\n" -" ipa stageuser-add --first=Tim --last=User --from-delete tuser1\n" -"\n" - -#, fuzzy -msgid "Stage Users" -msgstr "Pengguna Panggung" - -#, fuzzy -msgid "Stage User" -msgstr "Pengguna Panggung" - -#, fuzzy -msgid "stage user" -msgstr "pengguna tahap" - -#, fuzzy -msgid "stage users" -msgstr "pengguna tahap" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added stage user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "givenname is required" -msgstr "nama diberikan diperlukan" - -#, fuzzy -msgid "sn is required" -msgstr "sn diperlukan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted stage user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified stage user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, python-format -msgid "%(count)d user matched" -msgid_plural "%(count)d users matched" -msgstr[0] "%(count)d pengguna cocok" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Activate a stage user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "Entry RDN is not 'uid'" -msgstr "RDN entri bukan 'uid'" - -#, fuzzy, python-format -msgid "Entry has no '%(attribute)s'" -msgstr "Entri tidak memiliki '%(atribut)s'" - -#, fuzzy, python-format -msgid "active user with name \"%(user)s\" already exists" -msgstr "pengguna aktif dengan nama \"%(user)s\" sudah ada" - -#, fuzzy, python-format -msgid "Stage user %s activated" -msgstr "Tahap pengguna %s diaktifkan" - -#, fuzzy -msgid "Add one or more certificates to the stageuser entry" -msgstr "Menambahkan satu atau beberapa sertifikat ke entri stageuser" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added certificates to stageuser \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Remove one or more certificates to the stageuser entry" -msgstr "Menghapus satu atau beberapa sertifikat ke entri stageuser" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Removed certificates from stageuser \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "Add new principal alias to the stageuser entry" -msgstr "Tambahkan alias pokok baru ke entri stageuser" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added new aliases to stageuser \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Remove principal alias from the stageuser entry" -msgstr "Hapus alias utama dari entri stageuser" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Removed aliases from stageuser \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "Add one or more certificate mappings to the stage user entry." -msgstr "" -"Tambahkan satu atau beberapa pemetaan sertifikat ke entri pengguna tahap." - -#, fuzzy -msgid "Remove one or more certificate mappings from the stage user entry." -msgstr "Hapus satu atau beberapa pemetaan sertifikat dari entri pengguna tahap." - -#, fuzzy -msgid "commands for controlling sudo configuration" -msgstr "perintah untuk mengontrol konfigurasi sudo" - -#, fuzzy -msgid "" -"\n" -"Sudo Commands\n" -"\n" -"Commands used as building blocks for sudo\n" -"\n" -"EXAMPLES:\n" -"\n" -" Create a new command\n" -" ipa sudocmd-add --desc='For reading log files' /usr/bin/less\n" -"\n" -" Remove a command\n" -" ipa sudocmd-del /usr/bin/less\n" -"\n" -msgstr "" -"\n" -"Perintah Sudo\n" -"\n" -"Perintah yang digunakan sebagai blok penyusun untuk sudo\n" -"\n" -"Contoh:\n" -"\n" -"Membuat perintah baru\n" -" ipa sudocmd-add --desc='Untuk membaca berkas log' /usr/bin/less\n" -"\n" -"Menghapus perintah\n" -" ipa sudocmd-del /usr/bin/less\n" -"\n" - -#, fuzzy -msgid "sudo command" -msgstr "sudo" - -#, fuzzy -msgid "sudo commands" -msgstr "perintah sudo" - -#, fuzzy -msgid "Sudo Commands" -msgstr "Perintah Sudo" - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added Sudo Command \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted ACI \"%(value)s\"" -msgid "Deleted Sudo Command \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified ACI \"%(value)s\"" -msgid "Modified Sudo Command \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d ACI matched" -#| msgid_plural "%(count)d ACIs matched" -msgid "%(count)d Sudo Command matched" -msgid_plural "%(count)d Sudo Commands matched" -msgstr[0] "%(count)d ACI sesuai" - -#, fuzzy -msgid "" -"\n" -"Groups of Sudo Commands\n" -"\n" -"Manage groups of Sudo Commands.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new Sudo Command Group:\n" -" ipa sudocmdgroup-add --desc='administrators commands' admincmds\n" -"\n" -" Remove a Sudo Command Group:\n" -" ipa sudocmdgroup-del admincmds\n" -"\n" -" Manage Sudo Command Group membership, commands:\n" -" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less --sudocmds=/usr/bin/" -"vim admincmds\n" -"\n" -" Manage Sudo Command Group membership, commands:\n" -" ipa sudocmdgroup-remove-member --sudocmds=/usr/bin/less admincmds\n" -"\n" -" Show a Sudo Command Group:\n" -" ipa sudocmdgroup-show admincmds\n" -msgstr "" -"\n" -"Grup Perintah Sudo\n" -"\n" -"Mengelola grup Perintah Sudo.\n" -"\n" -"Contoh:\n" -"\n" -"Tambahkan Grup Perintah Sudo baru:\n" -" ipa sudocmdgroup-add --desc='administrator perintah' admincmds\n" -"\n" -"Menghapus Grup Perintah Sudo:\n" -" ipa sudocmdgroup-del admincmds\n" -"\n" -"Mengelola keanggotaan Grup Perintah Sudo, perintah:\n" -" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less --sudocmds=/usr/bin/" -"vim admincmds\n" -"\n" -"Mengelola keanggotaan Grup Perintah Sudo, perintah:\n" -" ipa sudocmdgroup-remove-member --sudocmds=/usr/bin/less admincmds\n" -"\n" -"Tampilkan Grup Perintah Sudo:\n" -" ipa sudocmdgroup-show admincmds\n" - -#, fuzzy -msgid "sudo command group" -msgstr "grup perintah sudo" - -#, fuzzy -msgid "sudo command groups" -msgstr "grup perintah sudo" - -#, fuzzy, python-format -#| msgid "Added group \"%(value)s\"" -msgid "Added Sudo Command Group \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Deleted Sudo Command Group \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified group \"%(value)s\"" -msgid "Modified Sudo Command Group \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d group matched" -#| msgid_plural "%(count)d groups matched" -msgid "%(count)d Sudo Command Group matched" -msgid_plural "%(count)d Sudo Command Groups matched" -msgstr[0] "%(count)d grup sesuai" - -#, fuzzy, python-format -msgid "" -"Insufficient 'write' privilege to the 'krbLastPwdChange' attribute of entry " -"'%s'." -msgstr "" -"Hak istimewa 'tulis' tidak mencukupi untuk atribut 'krbLastPwdChange' masuk " -"'%s'." - -#, fuzzy -msgid "kerberos ticket policy settings" -msgstr "pengaturan kebijakan tiket kerberos" - -#, fuzzy -msgid "Kerberos Ticket Policy" -msgstr "Kebijakan Tiket Kerberos" - -#, fuzzy -msgid "OTP max life" -msgstr "Kehidupan maksimal OTP" - -#, fuzzy -msgid "OTP token maximum ticket life (seconds)" -msgstr "Kehidupan tiket maksimum token OTP (detik)" - -#, fuzzy -msgid "OTP max renew" -msgstr "Perpanjangan maks OTP" - -#, fuzzy -msgid "OTP token ticket maximum renewable age (seconds)" -msgstr "Tiket token OTP usia maksimum terbarukan (detik)" - -#, fuzzy -msgid "RADIUS max life" -msgstr "Radius max life" - -#, fuzzy -msgid "RADIUS maximum ticket life (seconds)" -msgstr "RADIUS maksimum masa hidup tiket (detik)" - -#, fuzzy -msgid "RADIUS max renew" -msgstr "Radius max memperbarui" - -#, fuzzy -msgid "RADIUS ticket maximum renewable age (seconds)" -msgstr "Tiket RADIUS usia maksimum terbarukan (detik)" - -#, fuzzy -msgid "PKINIT max life" -msgstr "Kehidupan maks PKINIT" - -#, fuzzy -msgid "PKINIT maximum ticket life (seconds)" -msgstr "Masa tiket maksimum PKINIT (detik)" - -#, fuzzy -msgid "PKINIT max renew" -msgstr "PKINIT max memperbarui" - -#, fuzzy -msgid "PKINIT ticket maximum renewable age (seconds)" -msgstr "Tiket PKINIT usia maksimum terbarukan (detik)" - -#, fuzzy -msgid "Hardened max life" -msgstr "Kehidupan maks yang mengeras" - -#, fuzzy -msgid "Hardened ticket maximum ticket life (seconds)" -msgstr "Hardened tiket maksimum masa tiket (detik)" - -#, fuzzy -msgid "Hardened max renew" -msgstr "Perpanjangan maks yang diperkeras" - -#, fuzzy -msgid "Hardened ticket maximum renewable age (seconds)" -msgstr "Tiket mengeras usia maksimum terbarukan (detik)" - -#, fuzzy, python-format -msgid "Ticket policy for %s could not be read" -msgstr "Kebijakan tiket %s tidak dapat dibaca" - -#, fuzzy -msgid "Default ticket policy could not be read" -msgstr "Kebijakan tiket asali tak bisa dibaca" - -#, fuzzy -msgid "" -"\n" -"Return information about currently authenticated identity\n" -"\n" -"Who am I command returns information on how to get\n" -"more details about the identity authenticated for this\n" -"request. The information includes:\n" -"\n" -" * type of object\n" -" * command to retrieve details of the object\n" -" * arguments and options to pass to the command\n" -"\n" -"The information is returned as a dictionary. Examples below use\n" -"'key: value' output for illustrative purposes.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Look up as IPA user:\n" -" kinit admin\n" -" ipa console\n" -" >> api.Command.whoami()\n" -" ------------------------------------------\n" -" object: user\n" -" command: user_show/1\n" -" arguments: admin\n" -" ------------------------------------------\n" -"\n" -" Look up as a user from a trusted domain:\n" -" kinit user@AD.DOMAIN\n" -" ipa console\n" -" >> api.Command.whoami()\n" -" ------------------------------------------\n" -" object: idoverrideuser\n" -" command: idoverrideuser_show/1\n" -" arguments: ('default trust view', 'user@ad.domain')\n" -" ------------------------------------------\n" -"\n" -" Look up as a host:\n" -" kinit -k\n" -" ipa console\n" -" >> api.Command.whoami()\n" -" ------------------------------------------\n" -" object: host\n" -" command: host_show/1\n" -" arguments: ipa.example.com\n" -" ------------------------------------------\n" -"\n" -" Look up as a Kerberos service:\n" -" kinit -k -t /path/to/keytab HTTP/ipa.example.com\n" -" ipa console\n" -" >> api.Command.whoami()\n" -" ------------------------------------------\n" -" object: service\n" -" command: service_show/1\n" -" arguments: HTTP/ipa.example.com\n" -" ------------------------------------------\n" -msgstr "" -"\n" -"Informasi pengembalian tentang identitas yang saat ini diautentikasi\n" -"\n" -"Siapa yang saya perintahkan mengembalikan informasi tentang cara " -"mendapatkan\n" -"detail lebih lanjut tentang identitas yang diautentikasi untuk ini\n" -"Permintaan. Informasi tersebut meliputi:\n" -"\n" -"* jenis objek\n" -" * perintah untuk mengambil detail objek\n" -" * argumen dan opsi untuk diteruskan ke perintah\n" -"\n" -"Informasi dikembalikan sebagai kamus. Contoh di bawah ini digunakan\n" -"Output 'key: value' untuk tujuan ilustrasi.\n" -"\n" -"Contoh:\n" -"\n" -"Cari sebagai pengguna IPA:\n" -" admin kinit\n" -" Konsol ipa\n" -" >> api.Command.whoami()\n" -" ------------------------------------------\n" -" objek: pengguna\n" -" perintah: user_show/1\n" -" argumen: admin\n" -" ------------------------------------------\n" -"\n" -"Cari sebagai pengguna dari domain tepercaya:\n" -" kinit user@AD.DOMAIN\n" -" Konsol ipa\n" -" >> api.Command.whoami()\n" -" ------------------------------------------\n" -" objek: idoverrideuser\n" -" perintah: idoverrideuser_show/1\n" -" argumen: ('tampilan kepercayaan default', 'user@ad.domain')\n" -" ------------------------------------------\n" -"\n" -"Cari sebagai tuan rumah:\n" -" kinit -k\n" -" Konsol ipa\n" -" >> api.Command.whoami()\n" -" ------------------------------------------\n" -" objek: host\n" -" perintah: host_show/1\n" -" argumen: ipa.example.com\n" -" ------------------------------------------\n" -"\n" -"Cari sebagai layanan Kerberos:\n" -" kinit -k -t /path/to/keytab HTTP/ipa.example.com\n" -" Konsol ipa\n" -" >> api.Command.whoami()\n" -" ------------------------------------------\n" -" objek: layanan\n" -" perintah: service_show/1\n" -" argumen: HTTP/ipa.example.com\n" -" ------------------------------------------\n" - -#, fuzzy -msgid "Describe currently authenticated identity." -msgstr "Menjelaskan identitas yang saat ini diautentikasi." - -#, fuzzy -msgid "Object class name" -msgstr "Nama kelas objek" - -#, fuzzy -msgid "Function to get details" -msgstr "Fungsi untuk mendapatkan detail" - -#, fuzzy -msgid "Arguments to details function" -msgstr "Argumen ke fungsi detail" - -#, fuzzy -msgid "Cannot query Directory Manager with API" -msgstr "Tidak dapat meminta Manajer Direktori dengan API" - -#, fuzzy -msgid "delegation" -msgstr "" -"Postfix tidak menyediakan greylist secara native, tapi ada fitur dimana " -"keputusan untuk menerima atau menolak pesan tertentu dapat diserahkan ke " -"program eksternal. Paket postgrey memuat " -"program seperti itu, dirancang untuk berinteraksi dengan layanan delegasi " -"kebijakan akses ini." - -#, fuzzy -msgid "delegations" -msgstr "Delegasi" - -#, fuzzy -msgid "Delegations" -msgstr "Delegasi" - -#, fuzzy -msgid "Delegation" -msgstr "Delegasi" - -#, fuzzy -msgid "ACI" -msgstr "Aci" - -#, fuzzy, python-format -#| msgid "Added group \"%(value)s\"" -msgid "Added delegation \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Deleted delegation \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified group \"%(value)s\"" -msgid "Modified delegation \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d group matched" -#| msgid_plural "%(count)d groups matched" -msgid "%(count)d delegation matched" -msgid_plural "%(count)d delegations matched" -msgstr[0] "%(count)d grup sesuai" - -#, fuzzy -msgid "" -"\n" -"Server configuration\n" -"\n" -"Manage the default values that IPA uses and some of its tuning parameters.\n" -"\n" -"NOTES:\n" -"\n" -"The password notification value (--pwdexpnotify) is stored here so it will\n" -"be replicated. It is not currently used to notify users in advance of an\n" -"expiring password.\n" -"\n" -"Some attributes are read-only, provided only for information purposes. " -"These\n" -"include:\n" -"\n" -"Certificate Subject base: the configured certificate subject base,\n" -" e.g. O=EXAMPLE.COM. This is configurable only at install time.\n" -"Password plug-in features: currently defines additional hashes that the\n" -" password will generate (there may be other conditions).\n" -"\n" -"When setting the order list for mapping SELinux users you may need to\n" -"quote the value so it isn't interpreted by the shell.\n" -"\n" -"The maximum length of a hostname in Linux is controlled by\n" -"MAXHOSTNAMELEN in the kernel and defaults to 64. Some other operating\n" -"systems, Solaris for example, allows hostnames up to 255 characters.\n" -"This option will allow flexibility in length but by default limiting\n" -"to the Linux maximum length.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Show basic server configuration:\n" -" ipa config-show\n" -"\n" -" Show all configuration options:\n" -" ipa config-show --all\n" -"\n" -" Change maximum username length to 99 characters:\n" -" ipa config-mod --maxusername=99\n" -"\n" -" Change maximum host name length to 255 characters:\n" -" ipa config-mod --maxhostname=255\n" -"\n" -" Increase default time and size limits for maximum IPA server search:\n" -" ipa config-mod --searchtimelimit=10 --searchrecordslimit=2000\n" -"\n" -" Set default user e-mail domain:\n" -" ipa config-mod --emaildomain=example.com\n" -"\n" -" Enable migration mode to make \"ipa migrate-ds\" command operational:\n" -" ipa config-mod --enable-migration=TRUE\n" -"\n" -" Define SELinux user map order:\n" -" ipa config-mod --ipaselinuxusermaporder='guest_u:s0$xguest_u:s0$user_u:s0-" -"s0:c0.c1023$staff_u:s0-s0:c0.c1023$unconfined_u:s0-s0:c0.c1023'\n" -msgstr "" -"\n" -"Konfigurasi server\n" -"\n" -"Kelola nilai default yang digunakan IPA dan beberapa parameter penyetelannya." -"\n" -"\n" -"Catatan:\n" -"\n" -"Nilai pemberitahuan kata sandi (--pwdexpnotify) disimpan di sini sehingga " -"akan\n" -"direplikasi. Saat ini tidak digunakan untuk memberi tahu pengguna sebelum\n" -"kata sandi kedaluwarsa.\n" -"\n" -"Beberapa atribut bertuliskan baca-saja, disediakan hanya untuk tujuan " -"informasi. Ini\n" -"Termasuk:\n" -"\n" -"Basis Subjek Sertifikat: basis subjek sertifikat yang dikonfigurasi,\n" -" misalnya O=EXAMPLE.COM. Ini hanya dapat dikonfigurasi pada waktu " -"pemasangan.\n" -"Fitur plug-in kata sandi: saat ini mendefinisikan hashes tambahan yang\n" -" kata sandi akan dihasilkan (mungkin ada kondisi lain).\n" -"\n" -"Saat mengatur daftar pesanan untuk memetakan pengguna SELinux, Anda mungkin " -"perlu\n" -"kutip nilainya agar tidak ditafsirkan oleh shell.\n" -"\n" -"Panjang maksimum nama host di Linux dikendalikan oleh\n" -"MAXHOSTNAMELEN di kernel dan default ke 64. Beberapa operasi lainnya\n" -"sistem, Solaris misalnya, memungkinkan hostname hingga 255 karakter.\n" -"Opsi ini akan memungkinkan fleksibilitas panjang tetapi secara default " -"membatasi\n" -"hingga panjang maksimum Linux.\n" -"\n" -"Contoh:\n" -"\n" -"Tampilkan konfigurasi peladen dasar:\n" -" ipa config-show\n" -"\n" -"Tampilkan semua opsi konfigurasi:\n" -" ipa config-show --all\n" -"\n" -"Ubah panjang nama pengguna maksimum menjadi 99 karakter:\n" -" ipa config-mod --maxusername=99\n" -"\n" -"Ubah panjang nama host maksimum menjadi 255 karakter:\n" -" ipa config-mod --maxhostname=255\n" -"\n" -"Tingkatkan batas waktu dan ukuran default untuk pencarian server IPA " -"maksimum:\n" -" ipa config-mod --searchtimelimit=10 --searchrecordslimit=2000\n" -"\n" -"Menyetel domain pos-el pengguna asali:\n" -" ipa config-mod --emaildomain=example.com\n" -"\n" -"Aktifkan mode migrasi untuk membuat operasi perintah \"ipa migrate-ds\":\n" -" ipa config-mod --enable-migration=TRUE\n" -"\n" -"Tentukan urutan peta pengguna SELinux:\n" -" ipa config-mod " -"--ipaselinuxusermaporder='guest_u:s0$xguest_u:s0$user_u:s0-s0:c0." -"c1023$staff_u:s0-s0:c0.c1023$unconfined_u:s0-s0:c0.c1023'\n" - -#, fuzzy -#| msgid "must be at least %(minvalue)d" -msgid "must be at least 10" -msgstr "setidaknya harus %(minvalue)d" - -#, fuzzy -msgid "configuration options" -msgstr "Pilihan Konfigurasi" - -#, fuzzy -msgid "Configuration" -msgstr "Konfigurasi" - -#, fuzzy -msgid "Maximum hostname length" -msgstr "Panjang nama host maksimum" - -#, fuzzy -msgid "IPA masters" -msgstr "Master IPA" - -#, fuzzy -msgid "List of all IPA masters" -msgstr "Daftar semua master IPA" - -#, fuzzy -msgid "Hidden IPA masters" -msgstr "Master IPA tersembunyi" - -#, fuzzy -msgid "List of all hidden IPA masters" -msgstr "Daftar semua master IPA tersembunyi" - -#, fuzzy -msgid "IPA master capable of PKINIT" -msgstr "Master IPA yang mampu PKINIT" - -#, fuzzy -msgid "IPA master which can process PKINIT requests" -msgstr "Master IPA yang dapat memproses permintaan PKINIT" - -#, fuzzy -msgid "IPA CA servers" -msgstr "Server IPA CA" - -#, fuzzy -msgid "IPA servers configured as certificate authority" -msgstr "Server IPA dikonfigurasi sebagai otoritas sertifikat" - -#, fuzzy -msgid "Hidden IPA CA servers" -msgstr "Server IPA CA tersembunyi" - -#, fuzzy -msgid "Hidden IPA servers configured as certificate authority" -msgstr "Server IPA tersembunyi dikonfigurasi sebagai otoritas sertifikat" - -#, fuzzy -msgid "IPA CA renewal master" -msgstr "Master perpanjangan IPA CA" - -#, fuzzy -msgid "Renewal master for IPA certificate authority" -msgstr "Master perpanjangan untuk otoritas sertifikat IPA" - -#, fuzzy -msgid "IPA KRA servers" -msgstr "Server IPA KRA" - -#, fuzzy -msgid "IPA servers configured as key recovery agent" -msgstr "Server IPA dikonfigurasi sebagai agen pemulihan kunci" - -#, fuzzy -msgid "Hidden IPA KRA servers" -msgstr "Server IPA KRA tersembunyi" - -#, fuzzy -msgid "Hidden IPA servers configured as key recovery agent" -msgstr "Server IPA tersembunyi dikonfigurasi sebagai agen pemulihan kunci" - -#, fuzzy -msgid "IPA DNS servers" -msgstr "Server DNS IPA" - -#, fuzzy -msgid "IPA servers configured as domain name server" -msgstr "Server IPA dikonfigurasi sebagai server nama domain" - -#, fuzzy -msgid "Hidden IPA DNS servers" -msgstr "Server DNS IPA tersembunyi" - -#, fuzzy -msgid "Hidden IPA servers configured as domain name server" -msgstr "Server IPA tersembunyi dikonfigurasi sebagai server nama domain" - -#, fuzzy -msgid "IPA DNSSec key master" -msgstr "Master kunci IPA DNSSec" - -#, fuzzy -msgid "DNSec key master" -msgstr "Master kunci DNSec" - -#, fuzzy -msgid "Empty domain is not allowed" -msgstr "Domain kosong tidak diperbolehkan" - -#, fuzzy, python-format -msgid "Invalid domain name '%(domain)s': %(e)s" -msgstr "Nama domain '%(domain)s tidak valid': %(e)s" - -#, fuzzy, python-format -msgid "Server has no information about domain '%(domain)s'" -msgstr "Peladen tak memiliki informasi tentang domain '%(domain)s'" - -#, fuzzy, python-format -msgid "Disabled domain '%(domain)s' is not allowed" -msgstr "Domain yang dinon-fungsikan '%(domain)s' tidak diperbolehkan" - -#, fuzzy -#| msgid "Group '%s' does not exist" -msgid "The group doesn't exist" -msgstr "Grup '%s' tidak ada" - -#, fuzzy, python-format -msgid "attribute \"%s\" not allowed" -msgstr "atribut \"%s\" tidak diperbolehkan" - -#, fuzzy -msgid "May not be empty" -msgstr "Mungkin tidak kosong" - -#, fuzzy, python-format -msgid "%(obj)s default attribute %(attr)s would not be allowed!" -msgstr "%(obj)s atribut asali %(attr)s tidak akan diperbolehkan!" - -#, fuzzy -msgid "A list of SELinux users delimited by $ expected" -msgstr "Daftar pengguna SELinux yang dibatasi oleh $ diduga" - -#, fuzzy, python-format -msgid "SELinux user '%(user)s' is not valid: %(error)s" -msgstr "Pengguna SELinux '%(user)s' tidak sahih: %(error)s" - -#, fuzzy -msgid "SELinux user map default user not in order list" -msgstr "Peta pengguna SELinux pengguna default tidak dalam daftar pesanan" - -#, fuzzy, python-brace-format -msgid "" -"Domain Level cannot be raised to {0}, existing replication conflicts have to " -"be resolved." -msgstr "" -"Tingkat Domain tidak dapat dinaikkan ke {0}, konflik replikasi yang ada " -"harus diselesaikan." - -#, fuzzy -msgid "Server does not support domain level functionality" -msgstr "Server tidak mendukung fungsionalitas tingkat domain" - -#, fuzzy -msgid "Domain Level cannot be lowered." -msgstr "Tingkat Domain tidak dapat diturunkan." - -#, fuzzy, python-brace-format -msgid "Domain Level cannot be raised to {0}, server {1} does not support it." -msgstr "Tingkat Domain tak bisa dinaikkan ke {0}, {1} server tak mendukungnya." - -#, fuzzy -msgid "" -"\n" -"Groups of users\n" -"\n" -"Manage groups of users, groups, or services. By default, new groups are " -"POSIX\n" -"groups. You can add the --nonposix option to the group-add command to mark " -"a\n" -"new group as non-POSIX. You can use the --posix argument with the group-mod\n" -"command to convert a non-POSIX group into a POSIX group. POSIX groups cannot " -"be\n" -"converted to non-POSIX groups.\n" -"\n" -"Every group must have a description.\n" -"\n" -"POSIX groups must have a Group ID (GID) number. Changing a GID is\n" -"supported but can have an impact on your file permissions. It is not " -"necessary\n" -"to supply a GID when creating a group. IPA will generate one automatically\n" -"if it is not provided.\n" -"\n" -"Groups members can be users, other groups, and Kerberos services. In POSIX\n" -"environments only users will be visible as group members, but nested groups " -"and\n" -"groups of services can be used for IPA management purposes.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new group:\n" -" ipa group-add --desc='local administrators' localadmins\n" -"\n" -" Add a new non-POSIX group:\n" -" ipa group-add --nonposix --desc='remote administrators' remoteadmins\n" -"\n" -" Convert a non-POSIX group to posix:\n" -" ipa group-mod --posix remoteadmins\n" -"\n" -" Add a new POSIX group with a specific Group ID number:\n" -" ipa group-add --gid=500 --desc='unix admins' unixadmins\n" -"\n" -" Add a new POSIX group and let IPA assign a Group ID number:\n" -" ipa group-add --desc='printer admins' printeradmins\n" -"\n" -" Remove a group:\n" -" ipa group-del unixadmins\n" -"\n" -" To add the \"remoteadmins\" group to the \"localadmins\" group:\n" -" ipa group-add-member --groups=remoteadmins localadmins\n" -"\n" -" Add multiple users to the \"localadmins\" group:\n" -" ipa group-add-member --users=test1 --users=test2 localadmins\n" -"\n" -" To add Kerberos services to the \"printer admins\" group:\n" -" ipa group-add-member --services=CUPS/some.host printeradmins\n" -"\n" -" Remove a user from the \"localadmins\" group:\n" -" ipa group-remove-member --users=test2 localadmins\n" -"\n" -" Display information about a named group.\n" -" ipa group-show localadmins\n" -"\n" -"Group membership managers are users or groups that can add members to a\n" -"group or remove members from a group.\n" -"\n" -" Allow user \"test2\" to add or remove members from group \"localadmins\":\n" -" ipa group-add-member-manager --users=test2 localadmins\n" -"\n" -" Revoke membership management rights for user \"test2\" from \"localadmins" -"\":\n" -" ipa group-remove-member-manager --users=test2 localadmins\n" -"\n" -"External group membership is designed to allow users from trusted domains\n" -"to be mapped to local POSIX groups in order to actually use IPA resources.\n" -"External members should be added to groups that specifically created as\n" -"external and non-POSIX. Such group later should be included into one of " -"POSIX\n" -"groups.\n" -"\n" -"An external group member is currently a Security Identifier (SID) as defined " -"by\n" -"the trusted domain. When adding external group members, it is possible to\n" -"specify them in either SID, or DOM\\name, or name@domain format. IPA will " -"attempt\n" -"to resolve passed name to SID with the use of Global Catalog of the trusted " -"domain.\n" -"\n" -"Example:\n" -"\n" -"1. Create group for the trusted domain admins' mapping and their local POSIX " -"group:\n" -"\n" -" ipa group-add --desc=' admins external map' ad_admins_external " -"--external\n" -" ipa group-add --desc=' admins' ad_admins\n" -"\n" -"2. Add security identifier of Domain Admins of the to the " -"ad_admins_external\n" -" group:\n" -"\n" -" ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Allow members of ad_admins_external group to be associated with ad_admins " -"POSIX group:\n" -"\n" -" ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. List members of external members of ad_admins_external group to see their " -"SIDs:\n" -"\n" -" ipa group-show ad_admins_external\n" -msgstr "" -"\n" -"Grup pengguna\n" -"\n" -"Mengelola grup pengguna, grup, atau layanan. Secara default, grup baru " -"adalah POSIX\n" -"Kelompok. Anda dapat menambahkan opsi --nonposix ke perintah group-add untuk " -"menandai\n" -"grup baru sebagai non-POSIX. Anda dapat menggunakan argumen --posix dengan " -"group-mod\n" -"untuk mengonversi grup non-POSIX menjadi grup POSIX. Grup POSIX tidak dapat\n" -"dikonversi ke grup non-POSIX.\n" -"\n" -"Setiap kelompok harus memiliki deskripsi.\n" -"\n" -"Grup POSIX harus memiliki nomor Group ID (GID). Mengubah GID adalah\n" -"didukung tetapi dapat berdampak pada izin file Anda. Hal ini tidak perlu\n" -"untuk menyediakan GID saat membuat grup. IPA akan menghasilkan satu secara " -"otomatis\n" -"jika tidak disediakan.\n" -"\n" -"Anggota grup dapat menjadi pengguna, grup lain, dan layanan Kerberos. Dalam " -"POSIX\n" -"lingkungan hanya pengguna yang akan terlihat sebagai anggota grup, tetapi " -"grup bertumpuk dan\n" -"grup layanan dapat digunakan untuk tujuan manajemen IPA.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan grup baru:\n" -" ipa group-add --desc='local administrators' localadmins\n" -"\n" -"Menambahkan grup non-POSIX baru:\n" -" ipa group-add --nonposix --desc='remoteadmins administrator jarak jauh\n" -"\n" -"Mengonversi grup non-POSIX menjadi posix:\n" -" ipa group-mod --posix remoteadmins\n" -"\n" -"Menambahkan grup POSIX baru dengan nomor ID Grup tertentu:\n" -" ipa group-add --gid=500 --desc='unix admins' unixadmins\n" -"\n" -"Tambahkan grup POSIX baru dan biarkan IPA menetapkan nomor ID Grup:\n" -" ipa group-add --desc='printer admins' printeradmins\n" -"\n" -"Menghapus grup:\n" -" ipa grup-del unixadmins\n" -"\n" -"Untuk menambahkan grup \"remoteadmins\" ke grup \"localadmins\":\n" -" ipa group-add-member --groups=remoteadmins localadmins\n" -"\n" -"Tambahkan beberapa pengguna ke grup \"localadmins\":\n" -" ipa group-add-member --users=test1 --users=test2 localadmins\n" -"\n" -"Untuk menambahkan layanan Kerberos ke grup \"admin printer\":\n" -" ipa group-add-member --services=CUPS/some.host printeradmins\n" -"\n" -"Menghapus pengguna dari grup \"localadmins\":\n" -" ipa group-remove-member --users=test2 localadmins\n" -"\n" -"Menampilkan informasi tentang grup bernama.\n" -" ipa group-show localadmins\n" -"\n" -"Manajer keanggotaan grup adalah pengguna atau grup yang dapat menambahkan " -"anggota ke\n" -"mengelompokkan atau menghapus anggota dari grup.\n" -"\n" -"Izinkan pengguna \"test2\" untuk menambahkan atau menghapus anggota dari " -"grup \"localadmins\":\n" -" ipa group-add-member-manager --users=test2 localadmins\n" -"\n" -"Mencabut hak manajemen keanggotaan untuk pengguna \"test2\" dari " -"\"localadmins\":\n" -" ipa group-remove-member-manager --users=test2 localadmins\n" -"\n" -"Keanggotaan grup eksternal dirancang untuk memperbolehkan pengguna dari " -"domain tepercaya\n" -"untuk dipetakan ke grup POSIX lokal untuk benar-benar menggunakan sumber " -"daya IPA.\n" -"Anggota eksternal harus ditambahkan ke grup yang secara khusus dibuat " -"sebagai\n" -"eksternal dan non-POSIX. Kelompok tersebut nantinya harus dimasukkan ke " -"dalam salah satu POSIX\n" -"Kelompok.\n" -"\n" -"Anggota grup eksternal saat ini adalah Pengidentifikasi Keamanan (SID) " -"sebagaimana didefinisikan oleh\n" -"domain tepercaya. Saat menambahkan anggota grup eksternal, dimungkinkan " -"untuk\n" -"tentukan dalam format SID, atau DOM\\n" -"ame, atau name@domain sama. IPA akan mencoba\n" -"untuk mengatasi nama yang diteruskan ke SID dengan menggunakan Katalog " -"Global domain tepercaya.\n" -"\n" -"Contoh:\n" -"\n" -"1. Buat grup untuk pemetaan admin domain tepercaya dan grup POSIX lokal " -"mereka:\n" -"\n" -"ipa group-add --desc=' admin peta eksternal' ad_admins_external --" -"external\n" -" ipa group-add --desc=' akun admin ad_admins\n" -"\n" -"2. Tambahkan pengidentifikasi keamanan Admin Domain ke " -"ad_admins_external\n" -" Kelompok:\n" -"\n" -"ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Izinkan anggota ad_admins_external grup dikaitkan dengan ad_admins POSIX:" -"\n" -"\n" -"ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. Daftar anggota eksternal ad_admins_external untuk melihat SID mereka:\n" -"\n" -"Acara grup ipa ad_admins_external\n" - -#, fuzzy -msgid "groups" -msgstr "grup" - -#, fuzzy -msgid "User Group" -msgstr "Grup Pengguna" - -#, python-format -msgid "Added group \"%(value)s\"" -msgstr "Grup \"%(value)s\" ditambahkan" - -#, fuzzy -msgid "gid cannot be set for external group" -msgstr "gid tidak dapat diatur untuk grup eksternal" - -#, python-format -msgid "Deleted group \"%(value)s\"" -msgstr "Grup \"%(value)s\" dihapus" - -#, fuzzy -msgid "privileged group" -msgstr "kelompok istimewa" - -#, python-format -msgid "Modified group \"%(value)s\"" -msgstr "Grup \"%(value)s\" dimodifikasi" - -#, python-format -msgid "%(count)d group matched" -msgid_plural "%(count)d groups matched" -msgstr[0] "%(count)d grup cocok" - -#, fuzzy -msgid "" -"Cannot perform external member validation without Samba 4 support installed. " -"Make sure you have installed server-trust-ad sub-package of IPA on the server" -msgstr "" -"Tidak dapat melakukan validasi anggota eksternal tanpa dukungan Samba 4 " -"diinstal. Pastikan Anda telah menginstal sub-paket IPA server-trust-ad pada " -"server" - -#, fuzzy -msgid "" -"Cannot perform join operation without own domain configured. Make sure you " -"have run ipa-adtrust-install on the IPA server first" -msgstr "" -"Tak bisa melakukan operasi gabung tanpa domain sendiri yang dikonfigurasi. " -"Pastikan Anda telah menjalankan ipa-adtrust-install pada server IPA terlebih " -"dahulu" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Detached group \"%(value)s\" from user \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "not allowed to modify user entries" -msgstr "tidak diperbolehkan untuk mengubah entri pengguna" - -#, fuzzy -msgid "not allowed to modify group entries" -msgstr "tidak diperbolehkan mengubah entri grup" - -#, fuzzy -msgid "Not a managed group" -msgstr "Bukan grup terkelola" - -#, fuzzy -msgid "Add users that can manage members of this group." -msgstr "Tambahkan pengguna yang bisa mengelola anggota grup ini." - -#, fuzzy -msgid "Remove users that can manage members of this group." -msgstr "Hapus pengguna yang bisa mengelola anggota grup ini." - -#, fuzzy -msgid "Could not read UPG Definition originfilter. Check your permissions." -msgstr "Tak bisa membaca originfilter Definisi UPG. Periksa izin Anda." - -#, python-format -msgid "Added user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" ditambahkan" - -#, fuzzy -msgid "Default group for new users not found" -msgstr "Grup default untuk pengguna baru tidak ditemukan" - -#, fuzzy -msgid "Default group for new users is not POSIX" -msgstr "Grup default untuk pengguna baru bukan POSIX" - -#, python-format -msgid "Deleted user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" dihapus" - -#, fuzzy, python-format -msgid "%s: user is already preserved" -msgstr "%s: pengguna sudah dipertahankan" - -#, python-format -msgid "Modified user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" dimodifikasi" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Undeleted user account \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -msgid "user \"%s\" is already active" -msgstr "pengguna \"%s\" sudah aktif" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Staged user account \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Disabled user account \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Enabled user account \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "" -"\n" -" Unlock a user account\n" -"\n" -" An account may become locked if the password is entered incorrectly too\n" -" many times within a specific time period as controlled by password\n" -" policy. A locked account is a temporary condition and may be unlocked " -"by\n" -" an administrator." -msgstr "" -"\n" -" Membuka kunci akun pengguna\n" -"\n" -"Akun mungkin menjadi terkunci jika kata sandi salah dimasukkan juga\n" -" berkali-kali dalam periode waktu tertentu seperti yang dikontrol oleh " -"kata sandi\n" -" Kebijakan. Akun yang dikunci adalah kondisi sementara dan dapat dibuka " -"kuncinya\n" -" administrator." - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Unlocked account \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "Failed logins" -msgstr "Log masuk gagal" - -#, fuzzy -msgid "Last successful authentication" -msgstr "Otentikasi terakhir yang berhasil" - -#, fuzzy -msgid "Last failed authentication" -msgstr "Otentikasi terakhir gagal" - -#, fuzzy -msgid "Time now" -msgstr "" -"Semua perkakas Debian beroperasi dengan urutan sebagai berikut: debian-cd telah sekian lama sekarang mendukung pembuatan hanya " -"paket-paket pilihan untuk dikemas dalam CD-ROM; debian-installer juga merupakan peng-install modular, dapat diadopsi dengan mudah " -"untuk keperluan khusus. APT akan meng-install paket dari " -"berragam sumber, sambil menjamin konsistensi dari sistem secara keseluruhan." - -#, fuzzy -msgid "" -"\n" -" Lockout status of a user account\n" -"\n" -" An account may become locked if the password is entered incorrectly too\n" -" many times within a specific time period as controlled by password\n" -" policy. A locked account is a temporary condition and may be unlocked " -"by\n" -" an administrator.\n" -"\n" -" This connects to each IPA master and displays the lockout status on\n" -" each one.\n" -"\n" -" To determine whether an account is locked on a given server you need\n" -" to compare the number of failed logins and the time of the last " -"failure.\n" -" For an account to be locked it must exceed the maxfail failures within\n" -" the failinterval duration as specified in the password policy " -"associated\n" -" with the user.\n" -"\n" -" The failed login counter is modified only when a user attempts a log in\n" -" so it is possible that an account may appear locked but the last failed\n" -" login attempt is older than the lockouttime of the password policy. " -"This\n" -" means that the user may attempt a login again. " -msgstr "" -"\n" -" Status penguncian akun pengguna\n" -"\n" -"Akun mungkin menjadi terkunci jika kata sandi salah dimasukkan juga\n" -" berkali-kali dalam periode waktu tertentu seperti yang dikontrol oleh " -"kata sandi\n" -" Kebijakan. Akun yang dikunci adalah kondisi sementara dan dapat dibuka " -"kuncinya\n" -" administrator.\n" -"\n" -"Ini terhubung ke setiap master IPA dan menampilkan status penguncian pada\n" -" masing-masing.\n" -"\n" -"Untuk menentukan apakah akun dikunci pada server tertentu yang Anda " -"butuhkan\n" -" untuk membandingkan jumlah login yang gagal dan waktu kegagalan terakhir." -"\n" -" Agar akun dikunci harus melebihi kegagalan maxfail dalam\n" -" durasi failinterval sebagaimana ditentukan dalam kebijakan kata sandi " -"yang terkait\n" -" dengan pengguna.\n" -"\n" -"Penghitung log masuk yang gagal hanya diubah ketika pengguna mencoba log " -"masuk\n" -" sehingga ada kemungkinan bahwa akun mungkin tampak terkunci tetapi yang " -"terakhir gagal\n" -" upaya login lebih lama dari waktu penguncian kebijakan kata sandi. Ini\n" -" berarti pengguna dapat mencoba login lagi. " - -#, fuzzy, python-format -msgid "%(host)s failed: %(error)s" -msgstr "%(host)s gagal: %(error)s" - -#, fuzzy, python-format -msgid "%(host)s failed" -msgstr "%(host)s gagal" - -#, fuzzy, python-format -msgid "Account disabled: %(disabled)s" -msgstr "Akun dinon-fungsikan: %(dinon-fungsikan)s" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added certificates to user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Removed certificates from user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "Add one or more certificate mappings to the user entry." -msgstr "Tambahkan satu atau beberapa pemetaan sertifikat ke entri pengguna." - -#, fuzzy -msgid "Remove one or more certificate mappings from the user entry." -msgstr "Hapus satu atau beberapa pemetaan sertifikat dari entri pengguna." - -#, fuzzy -msgid "Add new principal alias to the user entry" -msgstr "Menambahkan alias utama baru ke entri pengguna" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added new aliases to user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Remove principal alias from the user entry" -msgstr "Menghapus alias utama dari entri pengguna" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Removed aliases from user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "" -"\n" -"Vaults\n" -msgstr "" -"\n" -"Mekanisme pembuatan cadangan ini mudah diimplementasikan dengan program " -"dirvish. Menggunakan ruang penyimpanan cadangan (\"bank\" " -"dalam kosa katanya) untuk menempatkan salinan set berkas cadangan yang " -"diberi stempel waktu (set ini yang disebut \"vault\" dalam dokumentasi " -"dirvish).\n" - -#, fuzzy -msgid "" -"\n" -"Manage vaults.\n" -msgstr "" -"\n" -"Kelola kubah.\n" - -#, fuzzy -msgid "" -"\n" -"Vault is a secure place to store a secret. One vault can only\n" -"store one secret. When archiving a secret in a vault, the\n" -"existing secret (if any) is overwritten.\n" -msgstr "" -"\n" -"Vault adalah tempat yang aman untuk menyimpan rahasia. Satu kubah hanya " -"bisa\n" -"simpan satu rahasia. Ketika mengarsipkan rahasia dalam lemari besi,\n" -"rahasia yang ada (jika ada) ditimpa.\n" - -#, fuzzy -msgid "" -"\n" -"Based on the ownership there are three vault categories:\n" -"* user/private vault\n" -"* service vault\n" -"* shared vault\n" -msgstr "" -"\n" -"Berdasarkan kepemilikan ada tiga kategori kubah:\n" -"* brankas pengguna / pribadi\n" -"* brankas layanan\n" -"* lemari besi bersama\n" - -#, fuzzy -msgid "" -"\n" -"User vaults are vaults owned used by a particular user. Private\n" -"vaults are vaults owned the current user. Service vaults are\n" -"vaults owned by a service. Shared vaults are owned by the admin\n" -"but they can be used by other users or services.\n" -msgstr "" -"\n" -"Kubah pengguna adalah kubah yang dimiliki oleh pengguna tertentu. Pribadi\n" -"kubah adalah kubah yang dimiliki pengguna saat ini. Kubah layanan\n" -"lemari besi yang dimiliki oleh layanan. Kubah bersama dimiliki oleh admin\n" -"tetapi mereka dapat digunakan oleh pengguna atau layanan lain.\n" - -#, fuzzy -msgid "" -"\n" -"Based on the security mechanism there are three types of\n" -"vaults:\n" -"* standard vault\n" -"* symmetric vault\n" -"* asymmetric vault\n" -msgstr "" -"\n" -"Berdasarkan mekanisme keamanan ada tiga jenis\n" -"Kubah:\n" -"* lemari besi standar\n" -"* Kubah simetris\n" -"* lemari besi asimetris\n" - -#, fuzzy -msgid "" -"\n" -"Standard vault uses a secure mechanism to transport and\n" -"store the secret. The secret can only be retrieved by users\n" -"that have access to the vault.\n" -msgstr "" -"\n" -"Kubah standar menggunakan mekanisme yang aman untuk mengangkut dan\n" -"simpan rahasianya. Rahasia hanya dapat diambil oleh pengguna\n" -"yang memiliki akses ke lemari besi.\n" - -#, fuzzy -msgid "" -"\n" -"Symmetric vault is similar to the standard vault, but it\n" -"pre-encrypts the secret using a password before transport.\n" -"The secret can only be retrieved using the same password.\n" -msgstr "" -"\n" -"Kubah simetris mirip dengan kubah standar, tetapi\n" -"pra-enkripsi rahasia menggunakan kata sandi sebelum diangkut.\n" -"Rahasia hanya dapat diambil menggunakan kata sandi yang sama.\n" - -#, fuzzy -msgid "" -"\n" -"Asymmetric vault is similar to the standard vault, but it\n" -"pre-encrypts the secret using a public key before transport.\n" -"The secret can only be retrieved using the private key.\n" -msgstr "" -"\n" -"Kubah asimetris mirip dengan kubah standar, tetapi\n" -"pra-enkripsi rahasia menggunakan kunci publik sebelum diangkut.\n" -"Rahasia hanya dapat diambil menggunakan kunci pribadi.\n" - -#, fuzzy -msgid "" -"\n" -" List vaults:\n" -" ipa vault-find\n" -" [--user |--service |--shared]\n" -msgstr "" -"\n" -" Daftar kubah:\n" -" ipa kubah-menemukan\n" -" [--user |--service |--shared]\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Add a standard vault:\n" -" ipa vault-add \n" -" [--user |--service |--shared]\n" -" --type standard\n" -msgstr "" -"\n" -" Tambahkan kubah standar:\n" -" ipa vault-add \n" -" [--user |--service |--shared]\n" -" --type standar\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Add a symmetric vault:\n" -" ipa vault-add \n" -" [--user |--service |--shared]\n" -" --type symmetric --password-file password.txt\n" -msgstr "" -"\n" -" Menambahkan kubah simetris:\n" -" ipa vault-add \n" -" [--user |--service |--shared]\n" -" --type simetris --password-file password.txt\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Add an asymmetric vault:\n" -" ipa vault-add \n" -" [--user |--service |--shared]\n" -" --type asymmetric --public-key-file public.pem\n" -msgstr "" -"\n" -" Tambahkan kubah asimetris:\n" -" ipa vault-add \n" -" [--user |--service |--shared]\n" -" --type asimetris --public-key-file public.pem\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Show a vault:\n" -" ipa vault-show \n" -" [--user |--service |--shared]\n" -msgstr "" -"\n" -" Tampilkan kubah:\n" -" Pertunjukan kubah ipa\n" -" [--user |--service |--shared]\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Modify vault description:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --desc \n" -msgstr "" -"\n" -" Ubah deskripsi kubah:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --desc \n" -" \n" - -#, fuzzy -msgid "" -"\n" -" Modify vault type:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --type \n" -" [old password/private key]\n" -" [new password/public key]\n" -msgstr "" -"\n" -" Ubah tipe kubah:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --type \n" -" [kata sandi lama/kunci pribadi]\n" -" [kata sandi baru/kunci publik]\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Modify symmetric vault password:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --change-password\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --old-password \n" -" --new-password \n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --old-password-file \n" -" --new-password-file \n" -msgstr "" -"\n" -" Ubah kata sandi kubah simetris:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --change-password\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --old-password \n" -" --new-password \n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --old-password-file \n" -" --new-password-file \n" -" \n" - -#, fuzzy -msgid "" -"\n" -" Modify asymmetric vault keys:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --private-key-file \n" -" --public-key-file \n" -msgstr "" -"\n" -" Ubah kunci kubah asimetris:\n" -" ipa vault-mod \n" -" [--user |--service |--shared]\n" -" --private-key-berkas \n" -" --public-key-berkas \n" -" \n" - -#, fuzzy -msgid "" -"\n" -" Delete a vault:\n" -" ipa vault-del \n" -" [--user |--service |--shared]\n" -msgstr "" -"\n" -" Hapus kubah:\n" -" kubah ipa-del \n" -" [--user |--service |--shared]\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Display vault configuration:\n" -" ipa vaultconfig-show\n" -msgstr "" -"\n" -" Tampilkan konfigurasi kubah:\n" -" ipa vaultconfig-show\n" - -#, fuzzy -msgid "" -"\n" -" Archive data into standard vault:\n" -" ipa vault-archive \n" -" [--user |--service |--shared]\n" -" --in \n" -msgstr "" -"\n" -" Mengarsipkan data ke dalam kubah standar:\n" -" arsip kubah ipa \n" -" [--pengguna |--service\n" - -#, fuzzy -msgid "" -"\n" -" Archive data into symmetric vault:\n" -" ipa vault-archive \n" -" [--user |--service |--shared]\n" -" --in \n" -" --password-file password.txt\n" -msgstr "" -"\n" -" Mengarsipkan data ke dalam kubah simetris:\n" -" arsip kubah ipa \n" -" [--pengguna |--service |--dibagi-pakai]\n" -" --in --password-file password.txt" -"\n" - -#, fuzzy -msgid "" -"\n" -" Archive data into asymmetric vault:\n" -" ipa vault-archive \n" -" [--user |--service |--shared]\n" -" --in \n" -msgstr "" -"\n" -" Mengarsipkan data ke dalam kubah asimetris:\n" -" arsip kubah ipa \n" -" [--pengguna |--service\n" - -#, fuzzy -msgid "" -"\n" -" Retrieve data from standard vault:\n" -" ipa vault-retrieve \n" -" [--user |--service |--shared]\n" -" --out \n" -msgstr "" -"\n" -" Mengambil data dari kubah standar:\n" -" ipa vault-retrieve \n" -" [--user |--service |--shared]\n" -" --out \n" -" \n" - -#, fuzzy -msgid "" -"\n" -" Retrieve data from symmetric vault:\n" -" ipa vault-retrieve \n" -" [--user |--service |--shared]\n" -" --out \n" -" --password-file password.txt\n" -msgstr "" -"\n" -" Mengambil data dari kubah simetris:\n" -" ipa vault-retrieve \n" -" [--user |--service |--shared]\n" -" --out \n" -" --password-file password.txt\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Retrieve data from asymmetric vault:\n" -" ipa vault-retrieve \n" -" [--user |--service |--shared]\n" -" --out --private-key-file private.pem\n" -msgstr "" -"\n" -" Mengambil data dari kubah asimetris:\n" -" ipa vault-retrieve \n" -" [--user |--service |--shared]\n" -" --out --private-key-file private.pem\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Add vault owners:\n" -" ipa vault-add-owner \n" -" [--user |--service |--shared]\n" -" [--users ] [--groups ] [--services ]\n" -msgstr "" -"\n" -" Tambahkan pemilik kubah:\n" -" Pemilik tambah kubah ipa \n" -" [--user |--service |--shared]\n" -" [--pengguna ] [--grup ] [--layanan ]\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Delete vault owners:\n" -" ipa vault-remove-owner \n" -" [--user |--service |--shared]\n" -" [--users ] [--groups ] [--services ]\n" -msgstr "" -"\n" -" Hapus pemilik kubah:\n" -" pemilik hapus kubah ipa \n" -" [--user |--service |--shared]\n" -" [--pengguna ] [--grup ] [--layanan ]\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Add vault members:\n" -" ipa vault-add-member \n" -" [--user |--service |--shared]\n" -" [--users ] [--groups ] [--services ]\n" -msgstr "" -"\n" -" Tambahkan anggota kubah:\n" -" ipa vault-add-member \n" -" [--user |--service |--shared]\n" -" [--pengguna ] [--grup ] [--layanan ]\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Delete vault members:\n" -" ipa vault-remove-member \n" -" [--user |--service |--shared]\n" -" [--users ] [--groups ] [--services ]\n" -msgstr "" -"\n" -" Hapus anggota kubah:\n" -" ipa vault-remove-member \n" -" [--user |--service |--shared]\n" -" [--pengguna ] [--grup ] [--layanan ]\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Vault Container object.\n" -" " -msgstr "" -"\n" -" Objek Kontainer Vault.\n" -" " - msgid "vaultcontainer" msgstr "vaultcontainer" msgid "vaultcontainers" msgstr "vaultcontainers" -#, fuzzy -msgid "Vault Containers" -msgstr "Kontainer Kubah" - -#, fuzzy -msgid "Vault Container" -msgstr "Kontainer Kubah" - -#, fuzzy -msgid "Service, shared and user options cannot be specified simultaneously" -msgstr "" -"Opsi layanan, berbagi, dan pengguna tidak dapat ditentukan secara bersamaan" - -#, fuzzy -msgid "Host is not supported" -msgstr "Host tidak didukung" - -#, fuzzy -msgid "KRA service is not enabled" -msgstr "Layanan KRA tidak diaktifkan" - -#, fuzzy -msgid "Deleted vault container" -msgstr "Kontainer kubah yang dihapus" - -#, fuzzy, python-format -msgid "owner %s" -msgstr "kuiri '%(owner)s %(rtype)s': %(error)s" - -#, fuzzy -msgid "" -"\n" -" Vault object.\n" -" " -msgstr "" -"\n" -" Objek kubah.\n" -" " - -#, fuzzy -msgid "vault" -msgstr "" -"Ada banyak pilihan yang tersedia, semua didokumentasikan di halaman manual " -"dirvish." -"conf5. Setelah berkas " -"konfigurasi ini disiapkan, Anda mesti menginisialisasi setiap set berkas " -"dengan perintah dirvish --vault " -"vault--init. Selanjutnya dari sana " -"eksekusi harian dirvish-runall akan secara otomatis " -"membuat salinan cadangan baru setelah menghapus yang kedaluwarsa." - -#, fuzzy -msgid "vaults" -msgstr "" -"Mekanisme pembuatan cadangan ini mudah diimplementasikan dengan program " -"dirvish. Menggunakan ruang penyimpanan cadangan (\"bank\" " -"dalam kosa katanya) untuk menempatkan salinan set berkas cadangan yang " -"diberi stempel waktu (set ini yang disebut \"vault\" dalam dokumentasi " -"dirvish)." - -#, fuzzy -msgid "Vaults" -msgstr "" -"Mekanisme pembuatan cadangan ini mudah diimplementasikan dengan program " -"dirvish. Menggunakan ruang penyimpanan cadangan (\"bank\" " -"dalam kosa katanya) untuk menempatkan salinan set berkas cadangan yang " -"diberi stempel waktu (set ini yang disebut \"vault\" dalam dokumentasi " -"dirvish)." - -#, fuzzy -msgid "Vault" -msgstr "" -"Ada banyak pilihan yang tersedia, semua didokumentasikan di halaman manual " -"dirvish." -"conf5. Setelah berkas " -"konfigurasi ini disiapkan, Anda mesti menginisialisasi setiap set berkas " -"dengan perintah dirvish --vault " -"vault--init. Selanjutnya dari sana " -"eksekusi harian dirvish-runall akan secara otomatis " -"membuat salinan cadangan baru setelah menghapus yang kedaluwarsa." - -#, fuzzy -msgid "Service, shared, and user options cannot be specified simultaneously" -msgstr "" -"Opsi layanan, berbagi, dan pengguna tidak dapat ditentukan secara bersamaan" - -#, fuzzy -msgid "Add a vault." -msgstr "Tambahkan kubah." - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added vault \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Deleted vault \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "%(count)d host matched" -#| msgid_plural "%(count)d hosts matched" -msgid "%(count)d vault matched" -msgid_plural "%(count)d vaults matched" -msgstr[0] "%(count)d host sesuai" - -#, fuzzy -msgid "" -"Service(s), shared, and user(s) options cannot be specified simultaneously" -msgstr "" -"Opsi layanan, bersama, dan pengguna tidak dapat ditentukan secara bersamaan" - -#, fuzzy, python-format -#| msgid "Modified host \"%(value)s\"" -msgid "Modified vault \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "Vault configuration" -msgstr "Konfigurasi kubah" - -#, fuzzy -msgid "IPA servers configured as key recovery agents" -msgstr "Server IPA dikonfigurasi sebagai agen pemulihan utama" - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Archived data into vault \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Retrieve data from a vault." -msgstr "Mengambil data dari kubah." - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Retrieved data from vault \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "No archived data." -msgstr "Tidak ada data yang diarsipkan." - -#, fuzzy -msgid "Checks if any of the servers has the KRA service enabled" -msgstr "Memeriksa apakah salah satu server mengaktifkan layanan KRA" - -#, fuzzy -msgid "" -"\n" -"Manage Certificate Authorities\n" -msgstr "" -"\n" -"Kelola Otoritas Sertifikat\n" - -#, fuzzy -msgid "" -"\n" -"Subordinate Certificate Authorities (Sub-CAs) can be added for scoped " -"issuance\n" -"of X.509 certificates.\n" -msgstr "" -"\n" -"Otoritas Sertifikat Subordinat (Sub-LA) dapat ditambahkan untuk penerbitan " -"lingkup\n" -"dari sertifikat X.509.\n" - -#, fuzzy -msgid "" -"\n" -"CAs are enabled on creation, but their use is subject to CA ACLs unless the\n" -"operator has permission to bypass CA ACLs.\n" -msgstr "" -"\n" -"CA diaktifkan pada pembuatan, tetapi penggunaannya tunduk pada ACL CA " -"kecuali\n" -"operator memiliki izin untuk memotong ACL CA.\n" - -#, fuzzy -msgid "" -"\n" -"All CAs except the 'IPA' CA can be disabled or re-enabled. Disabling a CA\n" -"prevents it from issuing certificates but does not affect the validity of " -"its\n" -"certificate.\n" -msgstr "" -"\n" -"Semua CA kecuali CA 'IPA' dapat dinonaktifkan atau diaktifkan kembali. " -"Menonaktifkan CA\n" -"mencegahnya menerbitkan sertifikat tetapi tidak mempengaruhi validitas\n" -"Sertifikat.\n" - -#, fuzzy -msgid "" -"\n" -"CAs (all except the 'IPA' CA) can be deleted. Deleting a CA causes its " -"signing\n" -"certificate to be revoked and its private key deleted.\n" -msgstr "" -"\n" -"CA (semua kecuali CA 'IPA' dapat dihapus. Menghapus CA menyebabkan " -"penandatanganannya\n" -"sertifikat yang akan dicabut dan kunci pribadinya dihapus.\n" - -#, fuzzy -msgid "" -"\n" -" Create new CA, subordinate to the IPA CA (requires permission\n" -" \"System: Add CA\"):\n" -"\n" -" ipa ca-add puppet --desc \"Puppet\" \\\n" -" --subject \"CN=Puppet CA,O=EXAMPLE.COM\"\n" -msgstr "" -"\n" -" Membuat CA baru, subordinat ke IPA CA (memerlukan izin\n" -" \"Sistem: Tambahkan CA\"):\n" -"\n" -"ipa ca-add boneka --desc \"Boneka\" \\\n" -" --subject \"CN=Puppet CA,O=EXAMPLE.COM\"\n" - -#, fuzzy -msgid "" -"\n" -" Disable a CA (requires permission \"System: Modify CA\"):\n" -"\n" -" ipa ca-disable puppet\n" -msgstr "" -"\n" -" Nonaktifkan CA (memerlukan izin \"Sistem: Modifikasi CA\"):\n" -"\n" -"ipa ca-disable boneka\n" - -#, fuzzy -msgid "" -"\n" -" Re-enable a CA (requires permission \"System: Modify CA\"):\n" -"\n" -" ipa ca-enable puppet\n" -msgstr "" -"\n" -" Mengaktifkan kembali CA (memerlukan izin \"Sistem: Ubah CA\"):\n" -"\n" -"boneka ipa ca-enable\n" - -#, fuzzy -msgid "" -"\n" -" Delete a CA (requires permission \"System: Delete CA\"; also requires\n" -" CA to be disabled first):\n" -"\n" -" ipa ca-del puppet\n" -msgstr "" -"\n" -" Hapus CA (memerlukan izin \"Sistem: Hapus CA\"; juga memerlukan\n" -" CA yang akan dinonaktifkan terlebih dahulu):\n" -"\n" -"Boneka ipa ca-del\n" - -#, fuzzy -msgid "Certificate Authority" -msgstr "Certificate Authority" - -#, fuzzy -msgid "Certificate Authorities" -msgstr "Otoritas Sertifikat" - -#, fuzzy -msgid "Name for referencing the CA" -msgstr "Nama untuk mereferensikan CA" - -#, fuzzy -msgid "Description of the purpose of the CA" -msgstr "Deskripsi tujuan CA" - -#, fuzzy -msgid "Authority ID" -msgstr "ID Otoritas" - -#, fuzzy -msgid "Dogtag Authority ID" -msgstr "ID Otoritas Dogtag" - -#, fuzzy -msgid "Subject DN" -msgstr "Subjek DN" - -msgid "Subject Distinguished Name" -msgstr "Distinguished Name Subjek" - -#, fuzzy -msgid "Issuer DN" -msgstr "Penerbit DN" - -#, fuzzy -msgid "Issuer Distinguished Name" -msgstr "Nama Khusus Penerbit" - -#, fuzzy -msgid "Base-64 encoded certificate." -msgstr "Sertifikat dasar-64 dikodekan." - -#, fuzzy -msgid "Certificate chain" -msgstr "Rantai sertifikat" - -#, fuzzy -msgid "X.509 certificate chain" -msgstr "Rantai sertifikat X.509" - -#, fuzzy -msgid "Search for CAs." -msgstr "Cari CAs." - -#, python-format -msgid "%(count)d CA matched" -msgid_plural "%(count)d CAs matched" -msgstr[0] "%(count)d CA cocok" - -#, fuzzy -msgid "Include certificate chain in output" -msgstr "Sertakan rantai sertifikat dalam keluaran" - -#, fuzzy -msgid "Display the properties of a CA." -msgstr "Menampilkan properti CA." - -#, fuzzy -msgid "Create a CA." -msgstr "Membuat CA." - -#, python-format -msgid "Created CA \"%(value)s\"" -msgstr "CA \"%(value)s\" dibuat" - -#, fuzzy, python-format -msgid "Insufficient 'add' privilege for entry '%s'." -msgstr "Hak istimewa 'tambahkan' tidak mencukupi untuk entri '%s'." - -#, fuzzy, python-format -msgid "Unrecognized attributes: %(attrs)s" -msgstr "Atribut tidak dikenal: %(attrs)s" - -#, fuzzy, python-format -msgid "Subject DN is already used by CA '%s'" -msgstr "Subjek DN sudah digunakan oleh CA '%s'" - -#, fuzzy -msgid "Delete a CA (must be disabled first)." -msgstr "Menghapus CA (harus dinonaktifkan terlebih dahulu)." - -#, python-format -msgid "Deleted CA \"%(value)s\"" -msgstr "CA \"%(value)s\" dihapus" - -#, fuzzy -msgid "Insufficient privilege to delete a CA." -msgstr "Tidak cukup hak untuk menghapus CA." - -#, fuzzy -msgid "CA" -msgstr "CA" - -#, fuzzy -msgid "IPA CA cannot be deleted" -msgstr "IPA CA tidak dapat dihapus" - -msgid "Must be disabled first" -msgstr "Harus dinon-fungsikan terlebih dahulu" - -#, fuzzy -msgid "Modify CA configuration." -msgstr "Ubah konfigurasi CA." - -#, python-format -msgid "Modified CA \"%(value)s\"" -msgstr "CA \"%(value)s\" diubah" - -#, fuzzy -msgid "Insufficient privilege to modify a CA." -msgstr "Tidak cukup hak untuk mengubah CA." - -#, fuzzy -msgid "Disable a CA." -msgstr "Nonaktifkan CA." - -#, python-format -msgid "Disabled CA \"%(value)s\"" -msgstr "CA \"%(value)s\" dinonaktifkan" - -#, fuzzy -msgid "IPA CA cannot be disabled" -msgstr "IPA CA tidak dapat dinonaktifkan" - -#, fuzzy -msgid "Enable a CA." -msgstr "Aktifkan CA." - -#, python-format -msgid "Enabled CA \"%(value)s\"" -msgstr "CA \"%(value)s\" difungsikan" - -#, fuzzy -msgid "Internationalization messages" -msgstr "Pesan internasionalisasi" - -#, fuzzy -msgid "Your session has expired. Please log in again." -msgstr "Sesi Anda telah kedaluwarsa. Silakan masuk lagi." - -#, fuzzy -msgid "Apply" -msgstr "Terapkan" - -#, fuzzy -msgid "Rebuild auto membership" -msgstr "Membangun kembali keanggotaan otomatis" - -#, fuzzy -msgid "Are you sure you want to rebuild auto membership?" -msgstr "Yakin ingin membangun kembali keanggotaan otomatis?" - -#, fuzzy -msgid "Automember rebuild membership task completed" -msgstr "Otomatismember membangun kembali tugas keanggotaan selesai" - -#, fuzzy -msgid "Are you sure you want to proceed with the action?" -msgstr "Yakin ingin melanjutkan aksi ini?" - -#, fuzzy, python-brace-format -msgid "Are you sure you want to delete ${object}?" -msgstr "Yakin ingin menghapus ${object}?" - -#, fuzzy, python-brace-format -msgid "Are you sure you want to disable ${object}?" -msgstr "Yakin ingin menon-fungsikan ${object}?" - -#, fuzzy, python-brace-format -msgid "Are you sure you want to enable ${object}?" -msgstr "Yakin ingin memfungsikan ${object}?" - -#, fuzzy -msgid "Actions" -msgstr "Aksi" - -#, fuzzy -msgid "Add" -msgstr "Tambahkan" - -#, fuzzy, python-brace-format -msgid "${count} item(s) added" -msgstr "${count} item yang ditambahkan" - -#, fuzzy -msgid "Direct Membership" -msgstr "Keanggotaan Langsung" - -#, fuzzy, python-brace-format -msgid "Filter available ${other_entity}" -msgstr "Filter tersedia ${other_entity}" - -#, fuzzy -msgid "Indirect Membership" -msgstr "Keanggotaan Tidak Langsung" - -#, fuzzy -msgid "No entries." -msgstr "Entri" - -#, fuzzy, python-brace-format -msgid "Showing ${start} to ${end} of ${total} entries." -msgstr "Memperlihatkan ${start} hingga ${end} entri ${total}." - -#, fuzzy -msgid "Remove" -msgstr "Hapus" - -#, fuzzy, python-brace-format -msgid "${count} item(s) removed" -msgstr "${count} item dihapus" - -#, fuzzy -msgid "Show Results" -msgstr "Perlihatkan Hasil" - -#, fuzzy -msgid "Authentication indicators" -msgstr "Indikator otentikasi" - -#, fuzzy -msgid "Authentication indicator" -msgstr "Indikator otentikasi" - -#, fuzzy -msgid "" -"

Implicit method (password) will be used if no method is chosen.

Password + Two-factor: LDAP and Kerberos allow " -"authentication with either one of the authentication types but Kerberos uses " -"pre-authentication method which requires to use armor ccache.

RADIUS with another type: Kerberos always use RADIUS, " -"but LDAP never does. LDAP only recognize the password and two-factor " -"authentication options.

" -msgstr "" -"

Metode implisit (kata sandi) akan digunakan jika tidak ada metode yang " -"dipilih.

Kata Sandi + Dua faktor: LDAP dan Kerberos " -"memungkinkan otentikasi dengan salah satu jenis otentikasi tetapi Kerberos " -"menggunakan metode pra-otentikasi yang mengharuskan untuk menggunakan armor " -"ccache.

RADIUS dengan tipe lain: Kerberos selalu " -"menggunakan RADIUS, tetapi LDAP tidak pernah melakukannya. LDAP hanya " -"mengenali kata sandi dan opsi autentikasi dua faktor.

" - -#, fuzzy -msgid "Add Custom Authentication Indicator" -msgstr "Tambah Indikator Autentikasi Kustom" - -#, fuzzy -msgid "Two factor authentication (password + OTP)" -msgstr "Autentikasi dua faktor (kata sandi + OTP)" - -#, fuzzy -msgid "RADIUS" -msgstr "Radius" - -#, fuzzy -msgid "Hardened Password (by SPAKE or FAST)" -msgstr "Kata Sandi Yang Diperkeras (oleh SPAKE atau FAST)" - -#, fuzzy -msgid "Disable per-user override" -msgstr "Nonaktifkan penimpaan per pengguna" - -#, fuzzy -msgid "" -"

Per-user setting, overwrites the global setting if any option is checked." -"

Password + Two-factor: LDAP and Kerberos allow " -"authentication with either one of the authentication types but Kerberos uses " -"pre-authentication method which requires to use armor ccache.

RADIUS with another type: Kerberos always use RADIUS, " -"but LDAP never does. LDAP only recognize the password and two-factor " -"authentication options.

" -msgstr "" -"

Pengaturan per pengguna, menimpa pengaturan global jika ada opsi yang " -"dicentang.

Kata Sandi + Dua faktor: LDAP dan Kerberos " -"memungkinkan otentikasi dengan salah satu jenis otentikasi tetapi Kerberos " -"menggunakan metode pra-otentikasi yang mengharuskan untuk menggunakan armor " -"ccache.

RADIUS dengan tipe lain: Kerberos selalu " -"menggunakan RADIUS, tetapi LDAP tidak pernah melakukannya. LDAP hanya " -"mengenali kata sandi dan opsi autentikasi dua faktor.

" - -#, fuzzy -msgid "About" -msgstr "Tentang" - -#, fuzzy -msgid "Activate" -msgstr "Aktifkan" - -#, fuzzy -msgid "Add and Add Another" -msgstr "Tambah dan Tambahkan Yang Lain" - -#, fuzzy -msgid "Add and Close" -msgstr "Tambah dan Tutup" - -#, fuzzy -msgid "Add and Edit" -msgstr "" -"Tambah atau Sunting Teks pada " -"Tajuk" - -#, fuzzy -msgid "Add Many" -msgstr "Tambah Banyak" - -#, fuzzy -msgid "Back" -msgstr "Kembali" - -#, fuzzy -msgid "Cancel" -msgstr "Batal" - -#, fuzzy -msgid "Clear" -msgstr "Hapus" - -#, fuzzy -msgid "Clear all fields on the page." -msgstr "Kosongkan semua bidang di halaman." - -#, fuzzy -msgid "Close" -msgstr "Tutup" - -#, fuzzy -msgid "Disable" -msgstr "Menon-aktifkan" - -#, fuzzy -msgid "Download" -msgstr "Unduh" - -#, fuzzy -msgid "Download certificate as PEM formatted file." -msgstr "Unduh sertifikat sebagai file berformat PEM." - -#, fuzzy -msgid "Edit" -msgstr "Sunting" - -#, fuzzy -msgid "Enable" -msgstr "Memungkinkan" - -#, fuzzy -msgid "Find" -msgstr "Cari" - -#, fuzzy -msgid "Get" -msgstr "Dapatkan" - -#, fuzzy -msgid "Hide" -msgstr "Sembunyikan" - -#, fuzzy -msgid "Issue" -msgstr "Masalah" - -#, fuzzy -msgid "Match" -msgstr "Cocok" - -#, fuzzy -msgid "Match users according to certificate." -msgstr "Cocokkan pengguna sesuai dengan sertifikat." - -#, fuzzy -msgid "Migrate" -msgstr "Bagaimana Memigrasi" - -#, fuzzy -msgid "OK" -msgstr "OK" - -#, fuzzy -msgid "Refresh" -msgstr "Segarkan" - -#, fuzzy -msgid "Reload current settings from the server." -msgstr "Muat ulang setelan saat ini dari peladen." - -#, fuzzy -msgid "Delete" -msgstr "Hapus" - -#, fuzzy -msgid "Remove hold" -msgstr "Hapus menahan" - -#, fuzzy -msgid "Reset" -msgstr "Atur Ulang" - -#, fuzzy -msgid "Reset Password" -msgstr "Setel Ulang Kata Sandi" - -#, fuzzy -msgid "Reset Password and Log in" -msgstr "Reset Kata Sandi dan Masuk" - -#, fuzzy -msgid "Restore" -msgstr "Pulihkan" - -#, fuzzy -msgid "Retry" -msgstr "Coba lagi" - -#, fuzzy -msgid "Revert" -msgstr "Balikkan" - -#, fuzzy -msgid "Revoke" -msgstr "Cabut" - -#, fuzzy -msgid "Save" -msgstr "Simpan" - -#, fuzzy -msgid "Set" -msgstr "Atur" - -#, fuzzy -msgid "Show" -msgstr "Tampilkan" - -#, fuzzy -msgid "Stage" -msgstr "Tahap" - -#, fuzzy -msgid "Update" -msgstr "Pemutakhiran" - -#, fuzzy -msgid "View" -msgstr "Lihat" - -#, fuzzy -msgid "Customization" -msgstr "Kustomisasi" - -#, fuzzy -msgid "Pagination Size" -msgstr "Ukuran Halamannasi" - -#, fuzzy -msgid "Collapse All" -msgstr "Lipat Semua" - -#, fuzzy -msgid "Expand All" -msgstr "Bentang Semua" - -#, fuzzy -msgid "General" -msgstr "Umum" - -#, fuzzy -msgid "Identity Settings" -msgstr "Setelan Identitas" - -#, fuzzy -msgid "Record Settings" -msgstr "Setelan Rekaman" - -#, fuzzy, python-brace-format -msgid "${entity} ${primary_key} Settings" -msgstr "Pengaturan ${entity} ${primary_key}" - -#, fuzzy -msgid "Back to Top" -msgstr "Kembali ke Atas" - -#, fuzzy, python-brace-format -msgid "${entity} ${primary_key} updated" -msgstr "$ {entity} $ {primary_key} diperbarui" - -#, fuzzy, python-brace-format -msgid "${entity} successfully added" -msgstr "${entity} berhasil ditambahkan" - -#, fuzzy -#| msgid "Added host \"%(value)s\"" -msgid "Add custom value" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Available" -msgstr "Tersedia" - -#, fuzzy -msgid "Some operations failed." -msgstr "Beberapa operasi gagal." - -#, fuzzy -msgid "Operations Error" -msgstr "Galat Operasi" - -#, fuzzy -msgid "Confirmation" -msgstr "Konfirmasi" - -#, fuzzy -msgid "Custom value" -msgstr "Nilai kustom" - -#, fuzzy -msgid "This page has unsaved changes. Please save or revert." -msgstr "" -"Halaman ini memiliki perubahan yang belum telamatkan. Silakan simpan atau " -"kembali." - -#, fuzzy -msgid "Unsaved Changes" -msgstr "Perubahan Belum Tersimpan" - -#, python-brace-format -msgid "Edit ${entity}" -msgstr "Sunting ${entity}" - -#, fuzzy -msgid "Hide details" -msgstr "Sembunyi Detil" - -#, fuzzy, python-brace-format -msgid "${product}, version: ${version}" -msgstr "$ {product}, versi: $ {version}" - -#, fuzzy -msgid "Prospective" -msgstr "" -"ā€œDebian Maintainerā€ adalah status lain yang memberi hak kurang dari \"Debian " -"Developer\" tapi dengan proses terkait yang lebih cepat. Dengan status ini, " -"para kontributor hanya dapat mengelola paket mereka sendiri. Seorang " -"pengembang Debian hanya perlu melakukan pemeriksaan pada unggahan awal, dan " -"mengeluarkan penyataan yang kurang lebih mengatakan bahwa mereka percaya " -"dengan kandidat maintainer yang mampu mengelola sendiri paket tersebut." - -#, fuzzy -msgid "Redirection" -msgstr "Pengalihan USB" - -#, fuzzy -msgid "Select entries to be removed." -msgstr "Pilih entri yang akan dihapus." - -#, fuzzy -msgid "Result" -msgstr "Hasil" - -#, fuzzy -msgid "Show details" -msgstr "Tampilkan Rincian" - -#, fuzzy -msgid "Success" -msgstr "Berhasil" - -#, fuzzy -msgid "Validation error" -msgstr "Galat validasi" - -#, fuzzy -msgid "Input form contains invalid or missing values." -msgstr "Formulir masukan berisi nilai yang tidak valid atau hilang." - -#, fuzzy -msgid "Please try the following options:" -msgstr "Silakan coba opsi berikut ini:" - -#, fuzzy -msgid "If the problem persists please contact the system administrator." -msgstr "Jika masalah berlanjut, silakan hubungi administrator sistem." - -#, fuzzy -msgid "Refresh the page." -msgstr "Segarkan halaman." - -#, fuzzy -msgid "Reload the browser." -msgstr "Muat ulang browser." - -#, fuzzy -msgid "Return to the main page and retry the operation" -msgstr "Kembali ke halaman utama dan coba lagi operasi" - -#, python-brace-format -msgid "An error has occurred (${error})" -msgstr "Terjadi kesalahan internal (${error})" - -#, fuzzy -msgid "HTTP Error" -msgstr "HTTP Error" - -#, fuzzy -msgid "Internal Error" -msgstr "Galat Internal" - -#, fuzzy -msgid "IPA Error" -msgstr "Galat IPA" - -#, fuzzy -msgid "No response" -msgstr "Respon" - -#, fuzzy -msgid "Unknown Error" -msgstr "Kesalahan Tidak Dikenal" - -#, fuzzy -msgid "URL" -msgstr "URL" - -#, fuzzy, python-brace-format -msgid "${primary_key} is managed by:" -msgstr "${primary_key} dikelola oleh:" - -#, fuzzy, python-brace-format -msgid "${primary_key} members:" -msgstr "Anggota {primary_key} $100:" - -#, fuzzy, python-brace-format -msgid "${primary_key} is a member of:" -msgstr "${primary_key} adalah anggota dari:" - -#, fuzzy, python-brace-format -msgid "${primary_key} member managers:" -msgstr "Manajer {primary_key} $100:" - -#, fuzzy -msgid "Settings" -msgstr "Pengaturan" - -#, fuzzy -msgid "Search" -msgstr "cari" - -#, fuzzy -msgid "False" -msgstr "Salah" - -#, fuzzy, python-brace-format -msgid "Allow user groups to create keytab of '${primary_key}'" -msgstr "Perbolehkan grup pengguna membuat tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Allow user groups to retrieve keytab of '${primary_key}'" -msgstr "Perbolehkan grup pengguna mengambil tab kunci dari '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Allow host groups to create keytab of '${primary_key}'" -msgstr "Perbolehkan grup host membuat tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Allow host groups to retrieve keytab of '${primary_key}'" -msgstr "Perbolehkan grup host mengambil tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Allow hosts to create keytab of '${primary_key}'" -msgstr "Izinkan host untuk membuat tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Allow hosts to retrieve keytab of '${primary_key}'" -msgstr "Izinkan host untuk mengambil tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Allow users to create keytab of '${primary_key}'" -msgstr "Perbolehkan pengguna membuat keytab '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Allow users to retrieve keytab of '${primary_key}'" -msgstr "Perbolehkan pengguna untuk mengambil keytab dari '${primary_key}'" - -#, fuzzy -msgid "Allowed to create keytab" -msgstr "Diperkenankan untuk membuat tab kunci" - -#, fuzzy -msgid "Allowed to retrieve keytab" -msgstr "Diperbolehkan untuk mengambil tab kunci" - -#, fuzzy, python-brace-format -msgid "Disallow user groups to create keytab of '${primary_key}'" -msgstr "Larang grup pengguna membuat tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Disallow user groups to retrieve keytab of '${primary_key}'" -msgstr "Larang grup pengguna untuk mengambil tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Disallow host groups to create keytab of '${primary_key}'" -msgstr "Larang grup host untuk membuat tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Disallow host groups to retrieve keytab of '${primary_key}'" -msgstr "Larang grup host untuk mengambil tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Disallow hosts to create keytab of '${primary_key}'" -msgstr "Larang host untuk membuat tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Disallow hosts to retrieve keytab of '${primary_key}'" -msgstr "Larang host untuk mengambil tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Disallow users to create keytab of '${primary_key}'" -msgstr "Larang pengguna membuat tab kunci '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Disallow users to retrieve keytab of '${primary_key}'" -msgstr "Larang pengguna untuk mengambil tab kunci '${primary_key}'" - -#, fuzzy -msgid "Add Kerberos Principal Alias" -msgstr "Tambahkan Alias Utama Kerberos" - -#, fuzzy -msgid "New kerberos principal alias" -msgstr "Alias utama kerberos baru" - -#, fuzzy -msgid "Remove Kerberos Alias" -msgstr "Hapus Alias Kerberos" - -#, fuzzy, python-brace-format -msgid "Do you want to remove kerberos alias ${alias}?" -msgstr "Apakah Anda ingin menghapus kerberos alias ${alias}?" - -#, fuzzy -msgid "Inherited from server configuration" -msgstr "Diwarisi dari konfigurasi server" - -#, fuzzy -msgid "MS-PAC" -msgstr "MS-PAC" - -#, fuzzy -msgid "Override inherited settings" -msgstr "Mengesampingkan setelan yang diwariskan" - -#, fuzzy -msgid "PAD" -msgstr "PAD" - -#, fuzzy -msgid "Authenticating" -msgstr "Autentikasi" - -#, fuzzy -msgid "Authentication with personal certificate failed" -msgstr "Pengesahan dengan sertifikat pribadi gagal" - -#, fuzzy -msgid "" -" To log in with certificate, please make sure you have valid personal certificate. " -msgstr "" -" Untuk masuk dengan sertifikat,pastikan Anda memiliki sertifikat pribadi yang sahih. " - -#, fuzzy -msgid "Continue to next page" -msgstr "Melanjutkan ke halaman berikutnya" - -#, fuzzy -msgid "" -" To log in with username and " -"password, enter them in the corresponding fields, then click 'Log " -"in'." -msgstr "" -" Untuk masuk dengan nama pengguna " -"dan katasandi , masukkan di bidang yang sesuai, lalu klik 'Masuk'." - -#, fuzzy -msgid "Login failed due to an unknown reason" -msgstr "Login gagal karena alasan yang tidak diketahui" - -#, fuzzy -msgid "Logged In As" -msgstr "Nama pengguna yang login" - -#, fuzzy -msgid "Authentication with Kerberos failed" -msgstr "Otentikasi dengan Kerberos gagal" - -#, fuzzy, python-brace-format -msgid "" -" To log in with Kerberos, please make sure you have valid tickets (obtainable via kinit) and " -"configured the " -"browser correctly, then click 'Log in'." -msgstr "" -" Untuk masuk dengan Kerberos, pastikan Anda memiliki tiket yang valid (dapat diperoleh melalui " -"kinit) dan " -"mengonfigurasi browser dengan benar, lalu klik 'Masuk'." - -#, fuzzy -msgid "Loading" -msgstr "Memuat" - -#, fuzzy -msgid "Kerberos Principal you entered is expired" -msgstr "Kerberos Principal yang Anda masukkan kedaluwarsa" - -#, fuzzy -msgid "Loading data" -msgstr "Memuat data" - -#, fuzzy -msgid "Log in" -msgstr "Log masuk" - -#, fuzzy -msgid "Log In Using Certificate" -msgstr "Masuk Menggunakan Sertifikat" - -#, fuzzy -msgid "Log in using personal certificate" -msgstr "Masuk menggunakan sertifikat pribadi" - -#, fuzzy -msgid "Log out" -msgstr "Log keluar" - -#, fuzzy -msgid "Log out error" -msgstr "Galat keluar" - -#, fuzzy -msgid "Password or Password+One-Time Password" -msgstr "Kata Sandi atau Kata Sandi+Kata Sandi Satu Kali" - -#, fuzzy, python-brace-format -msgid "You will be redirected in ${count}s" -msgstr "Anda akan dialihkan dalam ${count}s" - -#, fuzzy -msgid "Sync OTP Token" -msgstr "Sinkronkan Token OTP" - -#, fuzzy -msgid "Synchronizing" -msgstr "Melakukan sinkronisasi" - -#, fuzzy -msgid "The user account you entered is locked" -msgstr "Akun pengguna yang Anda masukkan dikunci" - -#, fuzzy -msgid "number of passwords" -msgstr "jumlah kata sandi" - -#, fuzzy -msgid "seconds" -msgstr "detik" - -#, fuzzy -msgid "Migrating" -msgstr "Migrasi ke UTF-8" - -#, fuzzy -msgid "There was a problem with your request. Please, try again later." -msgstr "Ada masalah dengan permintaan Anda. Silakan, coba lagi nanti." - -#, fuzzy -msgid "Password migration was not successful" -msgstr "Migrasi kata sandi tidak berhasil" - -#, fuzzy -msgid "" -"

Password Migration

If you have been sent here by your " -"administrator, your personal information is being migrated to a new identity " -"management solution (IPA).

Please, enter your credentials in the form " -"to complete the process. Upon successful login your kerberos account will be " -"activated.

" -msgstr "" -"

Migrasi Kata Sandi

Jika Anda telah dikirim ke sini oleh " -"administrator Anda, informasi pribadi Anda sedang dimigrasikan ke solusi " -"manajemen identitas (IPA) baru.

Silakan masukkan kredensial Anda dalam " -"formulir untuk menyelesaikan proses. Setelah berhasil login, akun kerberos " -"Anda akan diaktifkan.

" - -#, fuzzy -msgid "The password or username you entered is incorrect" -msgstr "Sandi atau nama pengguna yang Anda masukkan keliru" - -#, fuzzy -msgid "Password migration was successful" -msgstr "Migrasi kata sandi berhasil" - -#, fuzzy -msgid "Attribute" -msgstr "Atribut" - -#, fuzzy -msgid "Add delegation" -msgstr "Menambahkan delegasi" - -#, fuzzy -msgid "Remove delegations" -msgstr "Menghapus delegasi" - -#, fuzzy -msgid "Add permission" -msgstr "Menambahkan izin" - -#, fuzzy, python-brace-format -msgid "Add privileges into permission '${primary_key}'" -msgstr "Tambahkan hak istimewa ke dalam izin '${primary_key}'" - -#, fuzzy -msgid "Remove permissions" -msgstr "Menghapus izin" - -#, fuzzy, python-brace-format -msgid "Remove privileges from permission '${primary_key}'" -msgstr "Hapus hak istimewa dari izin '${primary_key}'" - -#, fuzzy -msgid "Add privilege" -msgstr "Tambahkan hak istimewa" - -#, fuzzy, python-brace-format -msgid "Add privilege '${primary_key}' into permissions" -msgstr "Tambahkan hak istimewa '${primary_key}' ke dalam izin" - -#, fuzzy, python-brace-format -msgid "Add roles into privilege '${primary_key}'" -msgstr "Tambahkan peran ke dalam hak istimewa '${primary_key}'" - -#, fuzzy -msgid "Remove privileges" -msgstr "Hapus hak istimewa" - -#, fuzzy, python-brace-format -msgid "Remove privilege '${primary_key}' from permissions" -msgstr "Hapus hak istimewa '${primary_key}' dari izin" - -#, fuzzy, python-brace-format -msgid "Remove roles from privilege '${primary_key}'" -msgstr "Menghapus peran dari hak istimewa '${primary_key}'" - -#, fuzzy -msgid "Role Settings" -msgstr "Setelan Peran" - -#, fuzzy -msgid "Add role" -msgstr "Menambahkan peran" - -#, fuzzy, python-brace-format -msgid "Add user groups into role '${primary_key}'" -msgstr "Menambahkan grup pengguna ke dalam peran '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add hosts into role '${primary_key}'" -msgstr "Tambahkan host ke dalam peran '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add host groups into role '${primary_key}'" -msgstr "Tambahkan grup host ke dalam peran '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add role '${primary_key}' into privileges" -msgstr "Tambahkan peran '${primary_key}' ke dalam hak istimewa" - -#, fuzzy, python-brace-format -msgid "Add services into role '${primary_key}'" -msgstr "Menambahkan layanan ke dalam peran '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users into role '${primary_key}'" -msgstr "Menambahkan pengguna ke dalam peran '${primary_key}'" - -#, fuzzy -msgid "Remove roles" -msgstr "Menghapus peran" - -#, fuzzy, python-brace-format -msgid "Remove role '${primary_key}' from privileges" -msgstr "Hapus peran '${primary_key}' dari hak istimewa" - -#, fuzzy, python-brace-format -msgid "Remove user groups from role '${primary_key}'" -msgstr "Menghapus grup pengguna dari peran '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove hosts from role '${primary_key}'" -msgstr "Hapus host dari peran '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove host groups from role '${primary_key}'" -msgstr "Hapus grup host dari peran '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove services from role '${primary_key}'" -msgstr "Menghapus layanan dari peran '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from role '${primary_key}'" -msgstr "Menghapus pengguna dari peran '${primary_key}'" - -#, fuzzy -msgid "Add self service permission" -msgstr "Menambahkan izin layanan mandiri" - -#, fuzzy -msgid "Remove self service permissions" -msgstr "Menghapus izin layanan mandiri" - -#, fuzzy -msgid "Add rule" -msgstr "Tambah Aturan" - -#, fuzzy, python-brace-format -msgid "Add inclusive condition into '${primary_key}'" -msgstr "Tambahkan kondisi inklusif ke dalam '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add exclusive condition into '${primary_key}'" -msgstr "Tambahkan kondisi eksklusif ke dalam '${primary_key}'" - -#, fuzzy -msgid "Are you sure you want to change default group?" -msgstr "Yakin ingin mengubah grup asali?" - -#, fuzzy -msgid "Default host group" -msgstr "Grup host default" - -#, fuzzy -msgid "Default user group" -msgstr "Grup pengguna default" - -#, fuzzy -msgid "Exclusive" -msgstr "wiki:en:Exclusive_disjunction" - -#, fuzzy -msgid "Expression" -msgstr "Ekspresi" - -#, fuzzy -msgid "Host group rule" -msgstr "Aturan grup host" - -#, fuzzy -msgid "Host group rules" -msgstr "Aturan grup host" - -#, fuzzy -msgid "Inclusive" -msgstr "Inklusif" - -#, fuzzy -msgid "Remove auto membership rules" -msgstr "Menghapus aturan keanggotaan otomatis" - -#, fuzzy, python-brace-format -msgid "Remove exclusive conditions from rule '${primary_key}'" -msgstr "Menghapus kondisi eksklusif dari aturan '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove inclusive conditions from rule '${primary_key}'" -msgstr "Menghapus kondisi inklusif dari aturan '${primary_key}'" - -#, fuzzy -msgid "User group rule" -msgstr "Aturan grup pengguna" - -#, fuzzy -msgid "User group rules" -msgstr "Aturan grup pengguna" - -#, fuzzy -msgid "Add automount key" -msgstr "Menambahkan tombol otomatis" - -#, fuzzy -msgid "Remove automount keys" -msgstr "Hapus tombol otomatis" - -#, fuzzy -msgid "Add automount location" -msgstr "Tambahkan lokasi kait otomatis" - -#, fuzzy -msgid "Automount Location Settings" -msgstr "Otomatiskan Setelan Lokasi" - -#, fuzzy -msgid "Remove automount locations" -msgstr "Menghapus lokasi automount" - -#, fuzzy -msgid "Add automount map" -msgstr "Menambahkan peta automount" - -#, fuzzy -msgid "Map Type" -msgstr "Tipe Peta" - -#, fuzzy -msgid "Direct" -msgstr "Arahkan" - -#, fuzzy -msgid "Indirect" -msgstr "Tidak langsung" - -#, fuzzy -msgid "Remove automount maps" -msgstr "Menghapus peta otomatis" - -#, fuzzy -msgid "Add certificate authority" -msgstr "Menambahkan otoritas sertifikat" - -#, fuzzy -msgid "Remove certificate authorities" -msgstr "Menghapus otoritas sertifikat" - -#, fuzzy -msgid "Add CA ACL" -msgstr "Tambah CA ACL" - -#, fuzzy, python-brace-format -msgid "Add Certificate Authorities into CA ACL '${primary_key}'" -msgstr "Tambahkan Otoritas Sertifikat ke CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add user groups into CA ACL '${primary_key}'" -msgstr "Menambahkan grup pengguna ke dalam CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add host groups into CA ACL '${primary_key}'" -msgstr "Tambahkan grup host ke DALAM CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add hosts into CA ACL '${primary_key}'" -msgstr "Tambahkan host ke CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add certificate profiles into CA ACL '${primary_key}'" -msgstr "Tambahkan profil sertifikat ke dalam CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add services into CA ACL '${primary_key}'" -msgstr "Tambahkan layanan ke CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users into CA ACL '${primary_key}'" -msgstr "Menambahkan pengguna ke CA ACL '${primary_key}'" - -#, fuzzy -msgid "All" -msgstr "Semua" - -#, fuzzy -msgid "Any CA" -msgstr "CA apa pun" - -#, fuzzy -msgid "Any Host" -msgstr "Host Apa pun" - -#, fuzzy -msgid "Any Service" -msgstr "" -"Fail2Ban adalah keluarga perangkat lunak pencegah intrusi yang dapat " -"dikonfigurasi untuk memonitor layanan apapun yang menulis upaya login ke " -"berkas log. Hal ini dapat ditemukan dalam paket fail2ban." - -#, fuzzy -msgid "Any Profile" -msgstr "" -"Kejadian pertama yang terdeteksi adalah eksekusi program lain. Dalam hal " -"ini, Anda memiliki beberapa pilihan: Anda dapat menjalankan program dengan " -"profil proses induk (pilihan \"Mewarisi\"), Anda dapat menjalankannya " -"sendiri dengan profil khusus (pilihan \"Profile\" dan \"Named\", hanya " -"berbeda pada kemungkinan untuk menggunakan nama profil sebarang), Anda dapat " -"menjalankannya dengan profil sub proses induk (pilihan \"Child\"), Anda " -"dapat menjalankannya tanpa profil (pilihan \"Unconfined\"), atau Anda dapat " -"memutuskan untuk tidak menjalankannya sama sekali (pilihan \"Deny\")." - -#, fuzzy -msgid "Anyone" -msgstr "Siapa Saja" - -#, fuzzy -msgid "Rule status" -msgstr "Status aturan" - -#, fuzzy -msgid "If no CAs are specified, requests to the default CA are allowed." -msgstr "" -"Jika tidak ada CA yang ditentukan, permintaan ke CA default diperbolehkan." - -#, fuzzy -msgid "Remove CA ACLs" -msgstr "Hapus ACL CA" - -#, fuzzy, python-brace-format -msgid "Remove Certificate Authorities from CA ACL '${primary_key}'" -msgstr "Hapus Otoritas Sertifikat dari CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove user groups from CA ACL '${primary_key}'" -msgstr "Menghapus grup pengguna dari CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove host groups from CA ACL '${primary_key}'" -msgstr "Menghapus grup host dari CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove hosts from CA ACL '${primary_key}'" -msgstr "Hapus host dari CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove certificate profiles from CA ACL '${primary_key}'" -msgstr "Menghapus profil sertifikat dari CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove services from CA ACL '${primary_key}'" -msgstr "Hapus layanan dari CA ACL '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from CA ACL '${primary_key}'" -msgstr "Menghapus pengguna dari CA ACL '${primary_key}'" - -#, fuzzy -msgid "Specified CAs" -msgstr "KL yang ditentukan" - -#, fuzzy -msgid "Specified Hosts and Groups" -msgstr "Host dan Grup tertentu" - -#, fuzzy -msgid "Specified Profiles" -msgstr "Profil Yang Ditentukan" - -#, fuzzy -msgid "Specified Services and Groups" -msgstr "Layanan dan Grup tertentu" - -#, fuzzy -msgid "Specified Users and Groups" -msgstr "Pengguna dan Grup tertentu" - -#, fuzzy -msgid "Permitted to have certificates issued" -msgstr "Diizinkan untuk memiliki sertifikat yang dikeluarkan" - -#, fuzzy -msgid "Remove certificate profiles" -msgstr "Menghapus profil sertifikat" - -#, fuzzy -msgid "AA Compromise" -msgstr "Kompromi AA" - -#, fuzzy -msgid "Add principal" -msgstr "Tambahkan prinsipal" - -#, fuzzy -msgid "Affiliation Changed" -msgstr "Afiliasi Diubah" - -#, fuzzy -msgid "CA Compromise" -msgstr "Kompromi CA" - -#, fuzzy -msgid "Certificates" -msgstr "Sertifikat" - -#, fuzzy -msgid "Certificate Hold" -msgstr "Penahanan Sertifikat" - -#, fuzzy -msgid "Cessation of Operation" -msgstr "Penghentian Operasi" - -#, fuzzy -msgid "Common Name" -msgstr "Nama Umum" - -#, fuzzy -msgid "the certificate with serial number " -msgstr "sertifikat dengan nomor seri " - -msgid "Expires On" -msgstr "Kedaluwarsa Pada" - -#, fuzzy -msgid "Issued on from" -msgstr "" -"Internet, dan kebanyakan LAN yang terhubung, beroperasi dalam mode paket dan " -"tidak dalam modus yang terhubung, berarti bahwa paket yang diterbitkan dari " -"satu komputer ke yang lain akan berhenti di beberapa router perantara untuk " -"menemukan jalan ke tujuan. Anda masih dapat mensimulasikan operasi yang " -"terhubung dimana stream dibungkus dalam paket-paket IP normal. Paket ini " -"mengikuti rute biasa mereka, tapi stream ini direkonstruksi tidak berubah di " -"tujuan. Kami menyebutnya \"tunnel\", analog dengan terowongan jalan tempat " -"kendaraan langsung berjalan dari pintu masuk (masukan) ke tempat keluar " -"(keluaran) tanpa menemui persimpangan apapun, dibandingkan dengan jalur pada " -"permukaan yang akan melibatkan persimpangan dan mengubah arah." - -#, fuzzy -msgid "Issued on to" -msgstr "Diterbitkan Oleh" - -msgid "Maximum serial number" -msgstr "Nomor seri maksimum" - -msgid "Minimum serial number" -msgstr "Nomor seri minimum" - -#, fuzzy -msgid "Revoked on from" -msgstr "Dicabut dari" - -#, fuzzy -msgid "Revoked on to" -msgstr "Dicabut ke" - -#, fuzzy -msgid "Valid not after from" -msgstr "Valid tidak setelah dari" - -#, fuzzy -msgid "Valid not after to" -msgstr "Sahih tidak setelah" - -#, fuzzy -msgid "Valid not before from" -msgstr "Sahih tidak sebelumnya dari" - -#, fuzzy -msgid "Valid not before to" -msgstr "Sahih tidak sebelum" - -#, fuzzy -msgid "Fingerprints" -msgstr "Sidik jari pada Sandi dan Kunci" - -#, fuzzy -msgid "Get Certificate" -msgstr "Dapatkan Sertifikat" - -#, fuzzy -msgid "Certificate Hold Removed" -msgstr "Penahanan Sertifikat Dihapus" - -#, fuzzy, python-brace-format -msgid "Issue new certificate for host '${primary_key}'" -msgstr "Terbitkan sertifikat baru untuk host '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Issue new certificate for service '${primary_key}'" -msgstr "Terbitkan sertifikat baru untuk layanan '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Issue new certificate for user '${primary_key}'" -msgstr "Menerbitkan sertifikat baru untuk pengguna '${primary_key}'" - -#, fuzzy -msgid "Issue new certificate" -msgstr "Terbitkan sertifikat baru" - -#, fuzzy -msgid "Issued By" -msgstr "Diterbitkan Oleh" - -#, fuzzy -msgid "Issued On" -msgstr "Diterbitkan Oleh" - -#, fuzzy -msgid "Issued To" -msgstr "Diterbitkan Oleh" - -#, fuzzy -msgid "Key Compromise" -msgstr "Kompromi Kunci" - -#, fuzzy -msgid "No Valid Certificate" -msgstr "Tak Ada Sertifikat Sahih" - -#, fuzzy -msgid "New Certificate" -msgstr "Sertifikat Baru" - -#, fuzzy -msgid "Certificate in base64 or PEM format" -msgstr "Sertifikat dalam format base64 atau PEM" - -#, fuzzy -msgid "Note" -msgstr "Catatan" - -#, fuzzy -msgid "Organization" -msgstr "Organisasi" - -#, fuzzy -msgid "Organizational Unit" -msgstr "" -"$ ./build-ca\n" -"Generating a 2048 bit RSA private key\n" -"...................................................................+++\n" -"...+++\n" -"writing new private key to 'ca.key'\n" -"-----\n" -"You are about to be asked to enter information that will be incorporated\n" -"into your certificate request.\n" -"What you are about to enter is what is called a Distinguished Name or a DN.\n" -"There are quite a few fields but you can leave some blank\n" -"For some fields there will be a default value,\n" -"If you enter '.', the field will be left blank.\n" -"-----\n" -"Country Name (2 letter code) [FR]:\n" -"State or Province Name (full name) [Loire]:\n" -"Locality Name (eg, city) [Saint-Ɖtienne]:\n" -"Organization Name (eg, company) [Falcot Corp]:\n" -"Organizational Unit Name (eg, section) [Certificate authority]:\n" -"Common Name (eg, your name or your server's hostname) [Falcot Corp CA]:\n" -"Name [Certificate authority for Falcot Corp]:\n" -"Email Address [admin@falcot.com]:\n" -"" - -#, fuzzy, python-brace-format -msgid "${count} certificate(s) present" -msgstr "${count} sertifikat hadiah" - -#, fuzzy -msgid "Privilege Withdrawn" -msgstr "Hak Istimewa Ditarik" - -#, fuzzy -msgid "Reason for Revocation" -msgstr "Alasan Pencabutan" - -#, fuzzy -msgid "Remove certificate hold" -msgstr "Hapus penahanan sertifikat" - -#, fuzzy -msgid "Do you want to remove the certificate hold?" -msgstr "Apakah Anda ingin menghapus penahanan sertifikat?" - -#, fuzzy -msgid "Remove from CRL" -msgstr "Hapus dari CRL" - -#, fuzzy, python-brace-format -msgid "" -"
  1. Create a certificate database or use an existing one. To create a " -"new database:
    # certutil -N -d <database path>
  2. " -"
  3. Create a CSR with subject CN=<${cn_name}>,O=<realm>, for example:
    # certutil -R -d <database path> -a -g " -"<key size> -s 'CN=${cn},O=${realm}'${san}
  4. Copy and " -"paste the CSR (from -----BEGIN NEW CERTIFICATE REQUEST----- to " -"-----END NEW CERTIFICATE REQUEST-----) into the text area below:
" -msgstr "" -"
  1. Membuat database sertifikat atau menggunakan database yang sudah " -"ada. Untuk membuat database baru:
    # certutil -N -d <database " -"path>
  2. Buat CSR dengan subjek CN=<$ {cn_name} " -">,O=<realm>, misalnya:
    # certutil -R -d <database " -"path> -a -g <key size> -s 'CN=${cn},O=${realm}'${san}
  3. Salin dan tempel CSR (dari -----BEGIN PERMINTAAN SERTIFIKAT " -"BARU----- hingga -----END PERMINTAAN SERTIFIKAT BARU-----) ke " -"area teks di bawah ini:
" - -#, fuzzy, python-brace-format -msgid " -8 '${cn}'" -msgstr " -8 '${cn}'" - -#, fuzzy -msgid "Certificate requested" -msgstr "Sertifikat yang diminta" - -#, fuzzy -msgid "Revoke certificate" -msgstr "Mencabut sertifikat" - -#, fuzzy -msgid "" -"Do you want to revoke this certificate? Select a reason from the pull-down " -"list." -msgstr "" -"Apakah Anda ingin mencabut sertifikat ini? Pilih alasan dari daftar tarik ke " -"bawah." - -#, fuzzy -msgid "Certificate Revoked" -msgstr "sertifikat dicabut" - -#, fuzzy -msgid "REVOKED" -msgstr "dicabut" - -#, fuzzy -msgid "SHA1 Fingerprint" -msgstr "Sidik Jari SHA1" - -#, fuzzy -msgid "SHA256 Fingerprint" -msgstr "Sidik Jari SHA256" - -#, fuzzy -msgid "Status" -msgstr "Status" - -#, fuzzy -msgid "Superseded" -msgstr "Telah Diganti" - -#, fuzzy -msgid "Unspecified" -msgstr "Tidak disebutkan" - -#, fuzzy -msgid "Valid Certificate Present" -msgstr "Ada Sertifikat Sahih" - -#, fuzzy -msgid "Valid from" -msgstr "Berlaku dari" - -#, fuzzy -msgid "Valid to" -msgstr "Tolong masukkan teka-teki yang valid." - -#, fuzzy -msgid "Validity" -msgstr "Keabsahan" - -#, fuzzy, python-brace-format -msgid "Certificate for ${entity} ${primary_key}" -msgstr "Sertifikat seharga ${entity} ${primary_key}" - -#, fuzzy -msgid "View Certificate" -msgstr "Lihat Sertifikat" - -#, fuzzy -msgid "Certificate Data" -msgstr "Data Sertifikat" - -#, fuzzy -msgid "Certificate For Match" -msgstr "Sertifikat Untuk Kecocokan" - -#, fuzzy -msgid "Certificate Mapping Match" -msgstr "Pemetaan Sertifikat Cocok" - -#, fuzzy -msgid "Matched Users" -msgstr "Pengguna yang Cocok" - -#, fuzzy -msgid "User Login" -msgstr "Log Masuk Pengguna" - -#, fuzzy -msgid "Add certificate identity mapping rule" -msgstr "Menambahkan aturan pemetaan identitas sertifikat" - -#, fuzzy -msgid "Add certificate mapping data" -msgstr "Menambahkan data pemetaan sertifikat" - -#, fuzzy -msgid "Certificate mapping data" -msgstr "Data pemetaan sertifikat" - -#, fuzzy -msgid "Configuration string" -msgstr "String konfigurasi" - -#, fuzzy, python-brace-format -msgid "Do you want to remove certificate mapping data ${data}?" -msgstr "Apakah Anda ingin menghapus data pemetaan sertifikat ${data}?" - -#, fuzzy -msgid "Remove certificate mapping data" -msgstr "Menghapus data pemetaan sertifikat" - -#, fuzzy -msgid "Issuer and subject" -msgstr "Penerbit dan subjek" - -#, fuzzy -msgid "Remove certificate identity mapping rules" -msgstr "Menghapus aturan pemetaan identitas sertifikat" - -#, fuzzy -msgid "Group Options" -msgstr "Opsi Grup" - -#, fuzzy -msgid "Search Options" -msgstr "Opsi Pencarian" - -#, fuzzy -msgid "SELinux Options" -msgstr "Opsi SELinux" - -#, fuzzy -msgid "Server Options" -msgstr "Opsi Server" - -msgid "Service Options" -msgstr "Opsi Layanan" - -#, fuzzy -msgid "User Options" -msgstr "Opsi Pengguna" - -#, fuzzy -msgid "Forward first" -msgstr "Maju dulu" - -#, fuzzy -msgid "Forwarding disabled" -msgstr "Penerusan dinonaktifkan" - -#, fuzzy -msgid "Forward only" -msgstr "Maju saja" - -#, fuzzy -msgid "Options" -msgstr "Opsi" - -#, fuzzy -msgid "Update System DNS Records" -msgstr "Memperbarui Catatan DNS Sistem" - -#, fuzzy -msgid "Do you want to update system DNS records?" -msgstr "Apakah Anda ingin memperbarui catatan DNS sistem?" - -#, fuzzy -msgid "System DNS records updated" -msgstr "Catatan DNS sistem diperbarui" - -#, fuzzy -msgid "Add DNS forward zone" -msgstr "Menambahkan zona penerusan DNS" - -#, fuzzy -msgid "Remove DNS forward zones" -msgstr "Menghapus zona penerusan DNS" - -#, fuzzy -msgid "Add DNS resource record" -msgstr "Menambahkan catatan sumber daya DNS" - -#, fuzzy -msgid "DNS record was deleted because it contained no data." -msgstr "Catatan DNS dihapus karena tidak berisi data." - -#, fuzzy -msgid "Other Record Types" -msgstr "Tipe Catatan Lainnya" - -#, fuzzy -msgid "Address not valid, can't redirect" -msgstr "Alamat tak sahih, tak bisa mengalihkan" - -#, fuzzy -msgid "Create dns record" -msgstr "Membuat catatan dns" - -#, fuzzy -msgid "Creating record." -msgstr "Membuat rekaman." - -#, fuzzy -msgid "Record creation failed." -msgstr "Pembuatan rekaman gagal." - -#, fuzzy -msgid "Checking if record exists." -msgstr "Memeriksa apakah catatan ada." - -#, fuzzy -msgid "Record not found." -msgstr "Catatan tidak ditemukan." - -#, fuzzy -msgid "Redirection to PTR record" -msgstr "Pengalihan ke catatan PTR" - -#, fuzzy, python-brace-format -msgid "Zone found: ${zone}" -msgstr "Zona ditemukan: ${zone}" - -#, fuzzy -msgid "Target reverse zone not found." -msgstr "Zona terbalik target tidak ditemukan." - -#, fuzzy -msgid "Fetching DNS zones." -msgstr "Mengambil zona DNS." - -#, fuzzy -msgid "An error occurred while fetching dns zones." -msgstr "Timbul galat saat mengambil zona dns." - -#, fuzzy -msgid "You will be redirected to DNS Zone." -msgstr "Anda akan diarahkan ke Zona DNS." - -#, fuzzy -msgid "Remove DNS resource records" -msgstr "Menghapus catatan sumber daya DNS" - -#, fuzzy -msgid "Standard Record Types" -msgstr "Tipe Catatan Standar" - -#, fuzzy -msgid "Records for DNS Zone" -msgstr "Catatan untuk Zona DNS" - -#, fuzzy -msgid "Record Type" -msgstr "Tipe record" - -#, fuzzy -msgid "Add DNS zone" -msgstr "Menambahkan zona DNS" - -#, fuzzy, python-brace-format -msgid "Are you sure you want to add permission for DNS Zone ${object}?" -msgstr "Yakin ingin menambahkan ijin untuk Zona DNS ${object}?" - -#, fuzzy -msgid "DNS Zone Settings" -msgstr "Pengaturan Zona DNS" - -#, fuzzy -msgid "Remove DNS zones" -msgstr "Menghapus zona DNS" - -#, fuzzy -msgid "Remove Permission" -msgstr "Hapus Izin" - -#, fuzzy, python-brace-format -msgid "Are you sure you want to remove permission for DNS Zone ${object}?" -msgstr "Apakah Anda yakin ingin menghapus izin untuk Zona DNS ${object}?" - -#, fuzzy -msgid "Skip DNS check" -msgstr "Melewati pemeriksaan DNS" - -#, fuzzy -msgid "Skip overlap check" -msgstr "Lewati pemeriksaan tumpang tindih" - -#, fuzzy -msgid "Do you want to check if new authoritative nameserver address is in DNS" -msgstr "" -"Apakah Anda ingin memeriksa apakah alamat server nama otoritatif baru ada di " -"DNS" - -#, fuzzy -msgid "Authoritative nameserver change" -msgstr "Perubahan server nama otoritatif" - -#, fuzzy -msgid "Level" -msgstr "Tingkat" - -#, fuzzy -msgid "Set Domain Level" -msgstr "Atur Tingkat Domain" - -#, fuzzy -msgid "Add user group" -msgstr "Menambahkan grup pengguna" - -#, fuzzy, python-brace-format -msgid "Add user groups into user group '${primary_key}'" -msgstr "Menambahkan grup pengguna ke dalam grup pengguna '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add user group '${primary_key}' into user groups" -msgstr "Menambahkan grup pengguna '${primary_key}' ke dalam grup pengguna" - -#, fuzzy, python-brace-format -msgid "Add user group '${primary_key}' into HBAC rules" -msgstr "Tambahkan grup pengguna '${primary_key}' ke dalam aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Add user group '${primary_key}' into netgroups" -msgstr "Tambahkan grup pengguna '${primary_key}' ke dalam netgroup" - -#, fuzzy, python-brace-format -msgid "Add user group '${primary_key}' into roles" -msgstr "Menambahkan grup pengguna '${primary_key}' ke dalam peran" - -#, fuzzy, python-brace-format -msgid "Add user group '${primary_key}' into sudo rules" -msgstr "Menambahkan grup pengguna '${primary_key}' ke dalam aturan sudo" - -#, fuzzy, python-brace-format -msgid "Add services into user group '${primary_key}'" -msgstr "Menambahkan layanan ke dalam grup pengguna '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users into user group '${primary_key}'" -msgstr "Menambahkan pengguna ke grup pengguna '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add groups as member managers for user group '${primary_key}'" -msgstr "" -"Menambahkan grup sebagai manajer anggota untuk grup pengguna '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove groups from member managers for user group '${primary_key}'" -msgstr "" -"Menghapus grup dari manajer anggota untuk grup pengguna '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users as member managers for user group '${primary_key}'" -msgstr "" -"Menambahkan pengguna sebagai manajer anggota untuk grup pengguna " -"'${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from member managers for user group '${primary_key}'" -msgstr "" -"Menghapus pengguna dari manajer anggota untuk grup pengguna '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add user ID override into user group '${primary_key}'" -msgstr "" -"Tambahkan pengesampingan ID pengguna ke dalam grup pengguna '${primary_key}'" - -#, fuzzy -msgid "Group Settings" -msgstr "Pengaturan Grup" - -#, fuzzy -msgid "External" -msgstr "Eksternal" - -#, fuzzy -msgid "Groups" -msgstr "Kelompok" - -#, fuzzy -msgid "Group categories" -msgstr "Kategori grup" - -#, fuzzy -msgid "Change to external group" -msgstr "Mengubah ke grup eksternal" - -#, fuzzy -msgid "Change to POSIX group" -msgstr "Ubah ke grup POSIX" - -msgid "Non-POSIX" -msgstr "Non-POSIX" - -#, fuzzy -msgid "POSIX" -msgstr "Posix" - -#, fuzzy -msgid "Remove user groups" -msgstr "Menghapus grup pengguna" - -#, fuzzy, python-brace-format -msgid "Remove user group '${primary_key}' from user groups" -msgstr "Menghapus grup pengguna '${primary_key}' dari grup pengguna" - -#, fuzzy, python-brace-format -msgid "Remove user group '${primary_key}' from netgroups" -msgstr "Hapus grup pengguna '${primary_key}' dari netgroup" - -#, fuzzy, python-brace-format -msgid "Remove user group '${primary_key}' from roles" -msgstr "Menghapus grup pengguna '${primary_key}' dari peran" - -#, fuzzy, python-brace-format -msgid "Remove user group '${primary_key}' from HBAC rules" -msgstr "Hapus grup pengguna '${primary_key}' dari aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Remove user group '${primary_key}' from sudo rules" -msgstr "Hapus grup pengguna '${primary_key}' dari aturan sudo" - -#, fuzzy, python-brace-format -msgid "Remove user groups from user group '${primary_key}'" -msgstr "Menghapus grup pengguna dari grup pengguna '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove services from user group '${primary_key}'" -msgstr "Menghapus layanan dari grup pengguna '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from user group '${primary_key}'" -msgstr "Menghapus pengguna dari grup pengguna '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove user ID overrides from user group '${primary_key}'" -msgstr "" -"Menghapus pengesampingan ID pengguna dari grup pengguna '${primary_key}'" - -#, fuzzy -msgid "Group Type" -msgstr "Tipe Grup" - -#, fuzzy -msgid "Add HBAC rule" -msgstr "Menambahkan aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Add user groups into HBAC rule '${primary_key}'" -msgstr "Menambahkan grup pengguna ke dalam aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add host groups into HBAC rule '${primary_key}'" -msgstr "Tambahkan grup host ke dalam aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add hosts into HBAC rule '${primary_key}'" -msgstr "Tambahkan host ke dalam aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add HBAC service groups into HBAC rule '${primary_key}'" -msgstr "Tambahkan grup layanan HBAC ke dalam aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add HBAC services into HBAC rule '${primary_key}'" -msgstr "Tambahkan layanan HBAC ke dalam aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users into HBAC rule '${primary_key}'" -msgstr "Menambahkan pengguna ke aturan HBAC '${primary_key}'" - -#, fuzzy -msgid "Accessing" -msgstr "Untuk mengakses server Microsoft 365" - -#, fuzzy -msgid "Remove HBAC rules" -msgstr "Hapus aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Remove user groups from HBAC rule '${primary_key}'" -msgstr "Menghapus grup pengguna dari aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove host groups from HBAC rule '${primary_key}'" -msgstr "Menghapus grup host dari aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove hosts from HBAC rule '${primary_key}'" -msgstr "Hapus host dari aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove HBAC service groups from HBAC rule '${primary_key}'" -msgstr "Hapus grup layanan HBAC dari aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove HBAC services from HBAC rule '${primary_key}'" -msgstr "Hapus layanan HBAC dari aturan HBAC '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from HBAC rule '${primary_key}'" -msgstr "Menghapus pengguna dari aturan HBAC '${primary_key}'" - -#, fuzzy -msgid "Via Service" -msgstr "Melalui Layanan" - -#, fuzzy -msgid "Who" -msgstr "Siapa" - -#, fuzzy -msgid "Add HBAC service" -msgstr "Tambahkan layanan HBAC" - -#, fuzzy, python-brace-format -msgid "Add HBAC service '${primary_key}' into HBAC service groups" -msgstr "Tambahkan layanan HBAC '${primary_key}' ke dalam grup layanan HBAC" - -#, fuzzy -msgid "Remove HBAC services" -msgstr "Hapus layanan HBAC" - -#, fuzzy, python-brace-format -msgid "Remove HBAC service '${primary_key}' from HBAC service groups" -msgstr "Hapus layanan HBAC '${primary_key}' dari grup layanan HBAC" - -#, fuzzy -msgid "Add HBAC service group" -msgstr "Menambahkan grup layanan HBAC" - -#, fuzzy, python-brace-format -msgid "Add HBAC services into HBAC service group '${primary_key}'" -msgstr "Tambahkan layanan HBAC ke dalam grup layanan HBAC '${primary_key}'" - -#, fuzzy -msgid "Remove HBAC service groups" -msgstr "Hapus grup layanan HBAC" - -#, fuzzy, python-brace-format -msgid "Remove HBAC services from HBAC service group '${primary_key}'" -msgstr "Hapus layanan HBAC dari grup layanan HBAC '${primary_key}'" - -#, fuzzy -msgid "Access Denied" -msgstr "Akses Ditolak" - -#, fuzzy -msgid "Access Granted" -msgstr "Akses Diberikan" - -#, fuzzy -msgid "Include Disabled" -msgstr "Sertakan Dinon-fungsikan" - -#, fuzzy -msgid "Include Enabled" -msgstr "Sertakan Difungsikan" - -#, fuzzy -msgid "HBAC Test" -msgstr "Tes HBAC" - -#, fuzzy -msgid "Matched" -msgstr "Filter telah dicocokkan" - -#, fuzzy -msgid "Missing values: " -msgstr "Nilai-nilai yang hilang adalah: " - -#, fuzzy -msgid "New Test" -msgstr "Tes Baru" - -#, fuzzy -msgid "Rules" -msgstr "Aturan" - -#, fuzzy -msgid "Run Test" -msgstr "Jalankan Uji" - -#, fuzzy, python-brace-format -msgid "Specify external ${entity}" -msgstr "Tentukan ${entity}" - -#, fuzzy -msgid "Unmatched" -msgstr "Tidak cocok" - -#, fuzzy -msgid "Add host" -msgstr "Tambah host" - -#, fuzzy, python-brace-format -msgid "Add hosts managing host '${primary_key}'" -msgstr "Tambahkan host yang mengelola host '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add host '${primary_key}' into host groups" -msgstr "Tambahkan host '${primary_key}' ke dalam grup host" - -#, fuzzy, python-brace-format -msgid "Add host '${primary_key}' into HBAC rules" -msgstr "Tambahkan host '${primary_key}' ke dalam aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Add host '${primary_key}' into netgroups" -msgstr "Tambahkan host '${primary_key}' ke dalam netgroups" - -#, fuzzy, python-brace-format -msgid "Add host '${primary_key}' into roles" -msgstr "Tambahkan host '${primary_key}' ke dalam peran" - -#, fuzzy, python-brace-format -msgid "Add host '${primary_key}' into sudo rules" -msgstr "Tambahkan host '${primary_key}' ke dalam aturan sudo" - -#, fuzzy -msgid "Host Certificate" -msgstr "Sertifikat Host" - -#, fuzzy -msgid "Host Name" -msgstr "Host Name" - -#, fuzzy -msgid "Delete Key, Unprovision" -msgstr "Hapus Kunci, Tidak Diprovisi" - -#, fuzzy -msgid "Host Settings" -msgstr "Setelan Host" - -#, fuzzy -msgid "Enrolled" -msgstr "Diambil" - -#, fuzzy -msgid "Enrollment" -msgstr "Pendaftaran" - -#, fuzzy -msgid "Fully Qualified Host Name" -msgstr "Nama Host yang Sepenuhnya Memenuhi Syarat" - -#, fuzzy -msgid "Generate OTP" -msgstr "Hasilkan OTP" - -#, fuzzy -msgid "Generated OTP" -msgstr "OTP yang dihasilkan" - -#, fuzzy -msgid "Kerberos Key" -msgstr "Kunci Kerberos" - -#, fuzzy -msgid "Kerberos Key Not Present" -msgstr "Kunci Kerberos Tidak Ada" - -#, fuzzy -msgid "Kerberos Key Present, Host Provisioned" -msgstr "Kerberos Key Hadir, Host Disediakan" - -#, fuzzy -msgid "One-Time Password" -msgstr "_One time password" - -#, fuzzy -msgid "One-Time Password Not Present" -msgstr "Kata Sandi Satu Kali Tidak Ada" - -#, fuzzy -msgid "One-Time Password Present" -msgstr "Satu Kali Sandi Hadir" - -msgid "Reset OTP" -msgstr "OTP Reset" - -#, fuzzy -msgid "Reset One-Time Password" -msgstr "Reset Kata Sandi Satu Kali" - -#, fuzzy -msgid "Set OTP" -msgstr "Atur OTP" - -#, fuzzy -msgid "OTP set" -msgstr "Set OTP" - -#, fuzzy -msgid "Set One-Time Password" -msgstr "Atur Kata Sandi Satu Kali" - -#, fuzzy -msgid "Remove hosts" -msgstr "Hapus host" - -#, fuzzy, python-brace-format -msgid "Remove hosts managing host '${primary_key}'" -msgstr "Hapus host yang mengelola host '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove host '${primary_key}' from host groups" -msgstr "Hapus host '${primary_key}' dari grup host" - -#, fuzzy, python-brace-format -msgid "Remove host '${primary_key}' from netgroups" -msgstr "Hapus host '${primary_key}' dari netgroups" - -#, fuzzy, python-brace-format -msgid "Remove host '${primary_key}' from roles" -msgstr "Hapus host '${primary_key}' dari peran" - -#, fuzzy, python-brace-format -msgid "Remove host '${primary_key}' from HBAC rules" -msgstr "Hapus host '${primary_key}' dari aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Remove host '${primary_key}' from sudo rules" -msgstr "Hapus host '${primary_key}' dari aturan sudo" - -#, fuzzy -msgid "Unprovision" -msgstr "Tidak diprovisi" - -#, fuzzy -msgid "Are you sure you want to unprovision this host?" -msgstr "Yakin ingin membuka bayangkan host ini?" - -#, fuzzy -msgid "Unprovisioning host" -msgstr "Host yang tidak diprovisi" - -#, fuzzy -msgid "Host unprovisioned" -msgstr "Host tidak diprovisi" - -msgid "Add host group" -msgstr "Tambah grup host" - -#, fuzzy, python-brace-format -msgid "Add hosts into host group '${primary_key}'" -msgstr "Tambahkan host ke grup host '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add host groups into host group '${primary_key}'" -msgstr "Tambahkan grup host ke grup host '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add host group '${primary_key}' into host groups" -msgstr "Tambahkan grup host '${primary_key}' ke dalam grup host" - -#, fuzzy, python-brace-format -msgid "Add host group '${primary_key}' into HBAC rules" -msgstr "Tambahkan grup host '${primary_key}' ke dalam aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Add host group '${primary_key}' into netgroups" -msgstr "Tambahkan grup host '${primary_key}' ke dalam netgroup" - -#, fuzzy, python-brace-format -msgid "Add host group '${primary_key}' into sudo rules" -msgstr "Tambahkan grup host '${primary_key}' ke dalam aturan sudo" - -#, fuzzy, python-brace-format -msgid "Add groups as member managers for host group '${primary_key}'" -msgstr "" -"Menambahkan grup sebagai manajer anggota untuk grup host '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove groups from member managers for host group '${primary_key}'" -msgstr "Menghapus grup dari manajer anggota untuk grup host '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users as member managers for host group '${primary_key}'" -msgstr "" -"Menambahkan pengguna sebagai manajer anggota untuk grup host '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from member managers for host group '${primary_key}'" -msgstr "" -"Menghapus pengguna dari manajer anggota untuk grup host '${primary_key}'" - -#, fuzzy -msgid "Host Group Settings" -msgstr "Setelan Grup Host" - -#, fuzzy -msgid "Remove host groups" -msgstr "Menghapus grup host" - -#, fuzzy, python-brace-format -msgid "Remove host group '${primary_key}' from host groups" -msgstr "Hapus grup host '${primary_key}' dari grup host" - -#, fuzzy, python-brace-format -msgid "Remove host group '${primary_key}' from netgroups" -msgstr "Hapus grup host '${primary_key}' dari netgroups" - -#, fuzzy, python-brace-format -msgid "Remove host group '${primary_key}' from HBAC rules" -msgstr "Hapus grup host '${primary_key}' dari aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Remove host group '${primary_key}' from sudo rules" -msgstr "Hapus grup host '${primary_key}' dari aturan sudo" - -#, fuzzy, python-brace-format -msgid "Remove hosts from host group '${primary_key}'" -msgstr "Menghapus host dari grup host '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove host groups from host group '${primary_key}'" -msgstr "Menghapus grup host dari grup host '${primary_key}'" - -#, fuzzy -msgid "User to override" -msgstr "Pengguna untuk menimpa" - -#, fuzzy -msgid "" -"Enter trusted or IPA user login. Note: search doesn't list users from " -"trusted domains." -msgstr "" -"Masukkan login pengguna tepercaya atau IPA. Catatan: pencarian tidak " -"mencantumkan pengguna dari domain tepercaya." - -#, fuzzy -msgid "Enter trusted user login." -msgstr "Masukkan login pengguna tepercaya." - -#, fuzzy -msgid "Profile" -msgstr "Profil" - -#, fuzzy -msgid "Group to override" -msgstr "Kelompokkan untuk menimpa" - -#, fuzzy -msgid "" -"Enter trusted or IPA group name. Note: search doesn't list groups from " -"trusted domains." -msgstr "" -"Masukkan nama grup tepercaya atau IPA. Catatan: pencarian tidak mencantumkan " -"grup dari domain tepercaya." - -#, fuzzy -msgid "Enter trusted group name." -msgstr "Masukkan nama grup tepercaya." - -#, fuzzy -msgid "Add ID view" -msgstr "Menambahkan tampilan ID" - -#, fuzzy -msgid "Add group ID override" -msgstr "Menambahkan pengesampingan ID grup" - -#, fuzzy -msgid "Add user ID override" -msgstr "Menambahkan pengesampingan ID pengguna" - -#, fuzzy, python-brace-format -msgid "${primary_key} applies to:" -msgstr "${primary_key} berlaku untuk:" - -#, fuzzy -msgid "Applied to hosts" -msgstr "Diterapkan ke host" - -#, fuzzy -msgid "Apply to host groups" -msgstr "Terapkan ke grup host" - -#, fuzzy, python-brace-format -msgid "Apply ID view '${primary_key}' on hosts of host groups" -msgstr "Terapkan tampilan ID '${primary_key}' pada host grup host" - -#, fuzzy -msgid "Apply to hosts" -msgstr "" -"Menggunakan permit_mynetworks sebagai aturan pertama " -"memiliki efek samping yang menarik: aturan berikutnya hanya diterapkan ke " -"host di luar jaringan lokal. Hal ini memungkinkan mencekal semua host yang " -"mengumumkan diri mereka sebagai bagian dari falcot.com, " -"misalnya dengan menambahkan baris falcot.com REJECT Anda tidak " -"berada dalam jaringan kami! ke dalam berkas / postfix/" -"dll/access_helo." - -#, fuzzy, python-brace-format -msgid "Apply ID view '${primary_key}' on hosts" -msgstr "Terapkan tampilan ID '${primary_key}' pada host" - -#, fuzzy, python-brace-format -msgid "${primary_key} overrides:" -msgstr "${primary_key} menimpa:" - -#, fuzzy -msgid "Remove ID views" -msgstr "Menghapus tampilan ID" - -#, fuzzy -msgid "Remove user ID overrides" -msgstr "Hapus pengesampingan ID pengguna" - -#, fuzzy -msgid "Remove group ID overrides" -msgstr "Hapus pengesampingan ID grup" - -#, fuzzy -msgid "Un-apply from host groups" -msgstr "Batal menerapkan dari grup host" - -#, fuzzy -msgid "Un-apply ID Views from hosts of hostgroups" -msgstr "Batal menerapkan Tampilan ID dari host grup host" - -#, fuzzy -msgid "Un-apply" -msgstr "Batal menerapkan" - -#, fuzzy -msgid "Un-apply from hosts" -msgstr "Batal menerapkan dari host" - -#, fuzzy -msgid "Un-apply ID Views from hosts" -msgstr "Batal menerapkan Tampilan ID dari host" - -#, fuzzy -msgid "Are you sure you want to un-apply ID view from selected entries?" -msgstr "Yakin ingin menerapkan tampilan ID dari entri terpilih?" - -#, fuzzy, python-brace-format -msgid "Un-apply ID view '${primary_key}' from hosts" -msgstr "Batal menerapkan tampilan ID '${primary_key}' dari host" - -#, fuzzy -msgid "Add netgroup" -msgstr "Tambah grup-bersih" - -#, fuzzy, python-brace-format -msgid "Add netgroup '${primary_key}' into netgroups" -msgstr "Tambahkan netgroup '${primary_key}' ke dalam netgroup" - -#, fuzzy, python-brace-format -msgid "Add netgroups into netgroup '${primary_key}'" -msgstr "Tambahkan netgroup ke dalam netgroup '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add user groups into netgroup '${primary_key}'" -msgstr "Tambahkan grup pengguna ke dalam netgroup '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add hosts into netgroup '${primary_key}'" -msgstr "Tambahkan host ke dalam netgroup '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add host groups into netgroup '${primary_key}'" -msgstr "Tambahkan grup host ke dalam netgroup '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users into netgroup '${primary_key}'" -msgstr "Tambahkan pengguna ke dalam netgroup '${primary_key}'" - -#, fuzzy -msgid "Netgroup Settings" -msgstr "Setelan Grup-bersih" - -#, fuzzy -msgid "Remove netgroups" -msgstr "Hapus grup-net" - -#, fuzzy, python-brace-format -msgid "Remove netgroup '${primary_key}' from netgroups" -msgstr "Hapus netgroup '${primary_key}' dari netgroups" - -#, fuzzy, python-brace-format -msgid "Remove user groups from netgroup '${primary_key}'" -msgstr "Hapus grup pengguna dari netgroup '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove hosts from netgroup '${primary_key}'" -msgstr "Hapus host dari netgroup '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove host groups from netgroup '${primary_key}'" -msgstr "Hapus grup host dari netgroup '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove netgroups from netgroup '${primary_key}'" -msgstr "Hapus grup bersih dari netgroup '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from netgroup '${primary_key}'" -msgstr "Hapus pengguna dari netgroup '${primary_key}'" - -#, fuzzy -msgid "Add OTP token" -msgstr "Tambahkan token OTP" - -#, fuzzy, python-brace-format -msgid "Add users managing OTP token '${primary_key}'" -msgstr "Menambahkan pengguna yang mengelola token OTP '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "" -"You can use FreeOTP as a software " -"OTP token application." -msgstr "" -"Anda dapat menggunakan FreeOTP " -"sebagai aplikasi token OTP perangkat lunak." - -#, fuzzy -msgid "Configure your token" -msgstr "Mengonfigurasi token Anda" - -#, fuzzy -msgid "" -"Configure your token by scanning the QR code below. Click on the QR code if " -"you see this on the device you want to configure." -msgstr "" -"Konfigurasikan token Anda dengan memindai kode QR di bawah ini. Klik kode QR " -"jika Anda melihat ini pada perangkat yang ingin Anda konfigurasi." - -#, fuzzy -msgid "OTP Token Settings" -msgstr "Setelan Token OTP" - -#, fuzzy -msgid "Disable token" -msgstr "Nonaktifkan token" - -#, fuzzy -msgid "Enable token" -msgstr "Fungsikan token" - -#, fuzzy -msgid "Remove OTP tokens" -msgstr "Hapus token OTP" - -#, fuzzy, python-brace-format -msgid "Remove users managing OTP token '${primary_key}'" -msgstr "Hapus pengguna yang mengelola token OTP '${primary_key}'" - -#, fuzzy -msgid "Show QR code" -msgstr "Tampilkan kode QR" - -#, fuzzy -msgid "Show configuration uri" -msgstr "Tampilkan uri konfigurasi" - -#, fuzzy -msgid "Counter-based (HOTP)" -msgstr "Berbasis kontra (HOTP)" - -#, fuzzy -msgid "Time-based (TOTP)" -msgstr "Berbasis waktu (TOTP)" - -#, fuzzy -msgid "Add Custom Attribute" -msgstr "Tambah Atribut Kustom" - -#, fuzzy -msgid "Permission settings" -msgstr "Setelan ijin" - -#, fuzzy -msgid "Attribute breakdown" -msgstr "Perincian atribut" - -#, fuzzy -msgid "Privilege Settings" -msgstr "Setelan Hak Istimewa" - -msgid "Public key:" -msgstr "Kunci publik:" - -#, fuzzy -msgid "Set public key" -msgstr "Atur kunci publik" - -#, fuzzy -msgid "Show/Set key" -msgstr "Tombol Perlihatkan/Atur" - -#, fuzzy -msgid "Modified: key not set" -msgstr "Dimodifikasi: tombol tidak disetel" - -#, fuzzy -msgid "Modified" -msgstr "Diubah" - -#, fuzzy -msgid "New: key not set" -msgstr "Baru: kunci belum disetel" - -#, fuzzy -msgid "New: key set" -msgstr "Baru: set kunci" - -#, fuzzy -msgid "Add password policy" -msgstr "Menambahkan kebijakan kata sandi" - -#, fuzzy -msgid "Remove password policies" -msgstr "Menghapus kebijakan kata sandi" - -#, fuzzy -msgid "Add ID range" -msgstr "Menambahkan rentang ID" - -#, fuzzy -msgid "Range Settings" -msgstr "Setelan Rentang" - -#, fuzzy -msgid "Base ID" -msgstr "ID Dasar" - -#, fuzzy -msgid "Primary RID base" -msgstr "Basis RID utama" - -#, fuzzy -msgid "Range size" -msgstr "Ukuran rentang" - -msgid "Domain SID" -msgstr "SID Domain" - -#, fuzzy -msgid "Secondary RID base" -msgstr "Basis RID sekunder" - -#, fuzzy -msgid "Remove ID ranges" -msgstr "Menghapus rentang ID" - -msgid "Active Directory domain" -msgstr "Domain Active Directory" - -#, fuzzy -msgid "Active Directory domain with POSIX attributes" -msgstr "Domain Direktori Aktif dengan atribut POSIX" - -#, fuzzy -msgid "Detect" -msgstr "Sensor" - -#, fuzzy -msgid "Local domain" -msgstr "" -"Langkah pertama adalah untuk menambahkan domain lokal. Proses harus dimulai " -"ulang setelah menambahkan atau menghapus domain dari daftar." - -#, fuzzy -msgid "IPA trust" -msgstr "Kepercayaan IPA" - -#, fuzzy -msgid "Active Directory winsync" -msgstr "Direktori Aktif winsync" - -#, fuzzy -msgid "Add RADIUS server" -msgstr "Tambah server RADIUS" - -#, fuzzy -msgid "RADIUS Proxy Server Settings" -msgstr "Setelan Server Proksi RADIUS" - -#, fuzzy -msgid "Remove RADIUS servers" -msgstr "Hapus server RADIUS" - -#, fuzzy -msgid "Check DNS" -msgstr "Periksa DNS" - -#, fuzzy -msgid "Do you also want to perform DNS check?" -msgstr "Apakah Anda juga ingin melakukan pemeriksaan DNS?" - -#, fuzzy -msgid "Force Update" -msgstr "Paksa Pembaruan" - -#, fuzzy -msgid "Add SELinux user map" -msgstr "Menambahkan peta pengguna SELinux" - -#, fuzzy, python-brace-format -msgid "Add user groups into SELinux user map '${primary_key}'" -msgstr "Tambahkan grup pengguna ke peta pengguna SELinux '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add host groups into SELinux user map '${primary_key}'" -msgstr "Tambahkan grup host ke peta pengguna SELinux '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add hosts into SELinux user map '${primary_key}'" -msgstr "Tambahkan host ke peta pengguna SELinux '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users into SELinux user map '${primary_key}'" -msgstr "Tambahkan pengguna ke peta pengguna SELinux '${primary_key}'" - -#, fuzzy -msgid "Remove selinux user maps" -msgstr "Menghapus peta pengguna selinux" - -#, fuzzy, python-brace-format -msgid "Remove user groups from SELinux user map '${primary_key}'" -msgstr "Hapus grup pengguna dari peta pengguna SELinux '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove host groups from SELinux user map '${primary_key}'" -msgstr "Hapus grup host dari peta pengguna SELinux '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove hosts from SELinux user map '${primary_key}'" -msgstr "Hapus host dari peta pengguna SELinux '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from SELinux user map '${primary_key}'" -msgstr "Hapus pengguna dari peta pengguna SELinux '${primary_key}'" - -#, fuzzy -msgid "Server Roles" -msgstr "Peran Server" - -#, fuzzy -msgid "Server Role" -msgstr "Peran Server" - -#, fuzzy -msgid "Warning: Consider service replication" -msgstr "Peringatan: Pertimbangkan replikasi layanan" - -#, fuzzy -msgid "" -"It is strongly recommended to keep the following services installed on more " -"than one server:" -msgstr "" -"Sangat disarankan untuk menjaga layanan berikut ini diinstal di lebih dari " -"satu server:" - -#, fuzzy -msgid "Delete Server" -msgstr "Hapus Server" - -#, fuzzy -msgid "" -"Deleting a server removes it permanently from the topology. Note that this " -"is a non-reversible action." -msgstr "" -"Menghapus server akan menghapusnya secara permanen dari topologi. Perhatikan " -"bahwa ini adalah tindakan yang tidak dapat dibalik." - -#, fuzzy -msgid "Add service" -msgstr "Tambah layanan" - -#, fuzzy, python-brace-format -msgid "Add hosts managing service '${primary_key}'" -msgstr "Tambahkan host yang mengelola layanan '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add service '${primary_key}' into roles" -msgstr "Tambahkan layanan '${primary_key}' ke dalam peran" - -#, fuzzy -msgid "Service Certificate" -msgstr "Sertifikat Layanan" - -#, fuzzy -msgid "Service Settings" -msgstr "Setelan Layanan" - -#, fuzzy -msgid "Provisioning" -msgstr "Bawaan" - -#, fuzzy -msgid "Remove services" -msgstr "Hapus layanan" - -#, fuzzy, python-brace-format -msgid "Remove service '${primary_key}' from roles" -msgstr "Hapus layanan '${primary_key}' dari peran" - -#, fuzzy, python-brace-format -msgid "Remove hosts managing service '${primary_key}'" -msgstr "Hapus host yang mengelola layanan '${primary_key}'" - -#, fuzzy -msgid "Are you sure you want to unprovision this service?" -msgstr "Yakin ingin membuka-bayangkan layanan ini?" - -#, fuzzy -msgid "Unprovisioning service" -msgstr "Layanan yang tidak diprovisi" - -#, fuzzy -msgid "Service unprovisioned" -msgstr "Layanan tidak diprovisi" - -#, fuzzy -msgid "Kerberos Key Present, Service Provisioned" -msgstr "Kerberos Key Present, Layanan Disediakan" - -#, fuzzy -msgid "SSH public keys" -msgstr "Kunci publik SSH" - -msgid "SSH public key:" -msgstr "Kunci publik SSH:" - -#, fuzzy -msgid "Set SSH key" -msgstr "Atur tombol SSH" - -#, fuzzy -msgid "Are you sure you want to activate selected users?" -msgstr "Yakin ingin mengaktifkan pengguna terpilih?" - -#, fuzzy, python-brace-format -msgid "Are you sure you want to activate ${object}?" -msgstr "Yakin ingin mengaktifkan ${object}?" - -#, python-brace-format -msgid "${count} user(s) activated" -msgstr "${count} pengguna diaktifkan" - -#, fuzzy -msgid "Add stage user" -msgstr "Menambahkan pengguna tahap" - -#, fuzzy -msgid "Stage users" -msgstr "Pengguna panggung" - -#, fuzzy -msgid "Preserved users" -msgstr "Pengguna yang dipertahankan" - -#, fuzzy -msgid "Remove preserved users" -msgstr "Menghapus pengguna yang dipertahankan" - -#, fuzzy -msgid "Remove stage users" -msgstr "Menghapus pengguna tahap" - -#, fuzzy -msgid "Are you sure you want to stage selected users?" -msgstr "Yakin ingin menggelar pengguna terpilih?" - -#, python-brace-format -msgid "${count} users(s) staged" -msgstr "${count} pengguna digelar" - -#, fuzzy, python-brace-format -msgid "Are you sure you want to stage ${object}?" -msgstr "Apakah Anda yakin ingin menggelar ${object}?" - -#, fuzzy -msgid "Are you sure you want to restore selected users?" -msgstr "Yakin ingin memulihkan pengguna terpilih?" - -#, fuzzy, python-brace-format -msgid "Are you sure you want to restore ${object}?" -msgstr "Yakin ingin memulihkan ${object}?" - -#, fuzzy, python-brace-format -msgid "${count} user(s) restored" -msgstr "${count} pengguna dipulihkan" - -#, fuzzy -msgid "User categories" -msgstr "Kategori pengguna" - -#, fuzzy -msgid "Add sudo command" -msgstr "Perintah Tambahkan sudo" - -#, fuzzy, python-brace-format -msgid "Add sudo command '${primary_key}' into sudo command groups" -msgstr "Tambahkan perintah sudo '${primary_key}' ke dalam grup perintah sudo" - -#, fuzzy -msgid "Remove sudo commands" -msgstr "Menghapus perintah sudo" - -#, fuzzy, python-brace-format -msgid "Remove sudo command '${primary_key}' from sudo command groups" -msgstr "Hapus perintah sudo '${primary_key}' dari grup perintah sudo" - -#, fuzzy -msgid "Add sudo command group" -msgstr "Menambahkan grup perintah sudo" - -#, fuzzy, python-brace-format -msgid "Add sudo commands into sudo command group '${primary_key}'" -msgstr "Menambahkan perintah sudo ke dalam grup perintah sudo '${primary_key}'" - -#, fuzzy -msgid "Remove sudo command groups" -msgstr "Menghapus grup perintah sudo" - -#, fuzzy, python-brace-format -msgid "Remove sudo commands from sudo command group '${primary_key}'" -msgstr "Menghapus perintah sudo dari grup perintah sudo '${primary_key}'" - -#, fuzzy -msgid "Add sudo rule" -msgstr "Menambahkan aturan sudo" - -#, fuzzy -msgid "Add sudo option" -msgstr "Opsi Tambahkan sudo" - -#, fuzzy, python-brace-format -msgid "Add allow sudo commands into sudo rule '${primary_key}'" -msgstr "Tambahkan izinkan perintah sudo ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add allow sudo command groups into sudo rule '${primary_key}'" -msgstr "" -"Tambahkan izinkan grup perintah sudo ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add deny sudo commands into sudo rule '${primary_key}'" -msgstr "Tambahkan perintah deny sudo ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add deny sudo command groups into sudo rule '${primary_key}'" -msgstr "" -"Tambahkan kelompok perintah deny sudo ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add user groups into sudo rule '${primary_key}'" -msgstr "Menambahkan grup pengguna ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add host groups into sudo rule '${primary_key}'" -msgstr "Tambahkan grup host ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add hosts into sudo rule '${primary_key}'" -msgstr "Tambahkan host ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add RunAs users into sudo rule '${primary_key}'" -msgstr "Menambahkan pengguna RunAs ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add RunAs user groups into sudo rule '${primary_key}'" -msgstr "Tambahkan grup pengguna RunAs ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add RunAs groups into sudo rule '${primary_key}'" -msgstr "Tambahkan grup RunAs ke dalam aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users into sudo rule '${primary_key}'" -msgstr "Menambahkan pengguna ke dalam aturan sudo '${primary_key}'" - -#, fuzzy -msgid "Allow" -msgstr "Mengijinkan" - -#, fuzzy -msgid "Any Command" -msgstr "Setiap Perintah" - -#, fuzzy -msgid "Any Group" -msgstr "" -"Paket lxc berisi skrip inisialisasi yang " -"dapat secara otomatis memulai satu atau beberapa container ketika host mem-" -"boot (bergantung pada lxc-autostart yang memulai " -"container yang opsi lxc.start.auto diberi nilai 1). " -"Kontrol urutan startup yang lebih baik dimungkinkan dengan lxc.start" -".order dan lxc.group: secara default, skrip " -"inisialisasi pertama-tama memulai container yang merupakan bagian dari grup " -"< literal>onboot
dan kemudian container yang bukan bagian dari " -"grup manapun. Dalam kedua kasus, urutan dalam grup ditentukan oleh opsi " -"lxc.start.order." - -#, fuzzy -msgid "Run Commands" -msgstr "Jalankan Perintah" - -#, fuzzy -msgid "Deny" -msgstr "Tolak" - -#, fuzzy -msgid "Access this host" -msgstr "" -"Sebelum SNI, Apache akan selalu menggunakan sertifikat yang didefinisikan " -"dalam host virtual baku. Klien yang mencoba untuk mengakses host virtual " -"lain kemudian akan menampilkan peringatan, karena sertifikat yang mereka " -"terima tidak cocok dengan situs web mereka coba akses. Untungnya, sebagian " -"besar peramban sekarang bekerja dengan SNI; ini termasuk Microsoft Internet " -"Explorer mulai versi 7.0 (mulai pada Vista), Mozilla Firefox dimulai dengan " -"versi 2.0, Apple Safari sejak versi 3.2.1 dan semua versi Google Chrome." - -#, fuzzy -msgid "Option added" -msgstr "Opsi ditambahkan" - -#, fuzzy, python-brace-format -msgid "${count} option(s) removed" -msgstr "Opsi {count} ${count} dihapus" - -#, fuzzy -msgid "Remove sudo rules" -msgstr "Menghapus aturan sudo" - -#, fuzzy, python-brace-format -msgid "Remove allow sudo commands from sudo rule '${primary_key}'" -msgstr "Hapus izinkan perintah sudo dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove allow sudo command groups from sudo rule '${primary_key}'" -msgstr "Hapus perbolehkan grup perintah sudo dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove deny sudo commands from sudo rule '${primary_key}'" -msgstr "Hapus perintah deny sudo dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove deny sudo command groups from sudo rule '${primary_key}'" -msgstr "Hapus grup perintah deny sudo dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove user groups from sudo rule '${primary_key}'" -msgstr "Menghapus grup pengguna dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove host groups from sudo rule '${primary_key}'" -msgstr "Menghapus grup host dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove hosts from sudo rule '${primary_key}'" -msgstr "Hapus host dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove RunAs users from sudo rule '${primary_key}'" -msgstr "Hapus pengguna RunAs dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove RunAs user groups from sudo rule '${primary_key}'" -msgstr "Hapus grup pengguna RunAs dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove RunAs groups from sudo rule '${primary_key}'" -msgstr "Hapus grup RunAs dari aturan sudo '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from sudo rule '${primary_key}'" -msgstr "Menghapus pengguna dari aturan sudo '${primary_key}'" - -#, fuzzy -msgid "As Whom" -msgstr "Sebagai Siapa" - -#, fuzzy -msgid "Specified Commands and Groups" -msgstr "Perintah dan Grup tertentu" - -#, fuzzy -msgid "Specified Groups" -msgstr "Grup yang Ditentukan" - -#, fuzzy -msgid "Remove sudo options" -msgstr "Menghapus opsi sudo" - -#, fuzzy -msgid "Autogenerated" -msgstr "" -"Konfigurasi dapat berupa berkas tunggal (/etc/exim4/exim4.conf." -"template) atau terpecah dalam beberapa potongan konfigurasi " -"tersimpan di bawah /etc/exim4/conf.d/. Keduanya, berkas " -"tersebut digunakan olehperintah update-exim4.conf sebagai " -"palet untuk menghasilkan /var/lib/exim4/config.autogenerated. Yang terakhir adalah berkas yang digunakan oleh Exim4. Berkat " -"mekanisme ini, nilai yang dihasilkan melalui konfigurasi debconf Exim --yang " -"tersimpan dalam /etc/exim4/update-exim4.conf.conf-- " -"dapat disuntikkan ke dalam berkas konfigurasi Exim, bahkan ketika " -"administrator atau paket lain telah mengubah konfigurasi bawaan Exim." - -#, fuzzy -msgid "Segment details" -msgstr "Detail segmen" - -#, fuzzy -msgid "Replication configuration" -msgstr "Konfigurasi replikasi" - -#, fuzzy, python-brace-format -msgid "Managed topology requires minimal domain level ${domainlevel}" -msgstr "Topologi terkelola membutuhkan tingkat domain minimal ${domainlevel}" - -#, fuzzy -msgid "Add IPA location" -msgstr "Menambahkan lokasi IPA" - -#, fuzzy, python-brace-format -msgid "Add IPA server into IPA location '${primary_key}'" -msgstr "Tambahkan server IPA ke lokasi IPA '${primary_key}'" - -#, fuzzy -msgid "Remove IPA locations" -msgstr "Menghapus lokasi IPA" - -#, fuzzy, python-brace-format -msgid "Remove IPA servers from IPA location '${primary_key}'" -msgstr "Hapus server IPA dari lokasi IPA '${primary_key}'" - -#, fuzzy -msgid "Add topology segment" -msgstr "Menambahkan segmen topologi" - -#, fuzzy -msgid "Remove topology segments" -msgstr "Menghapus segmen topologi" - -#, fuzzy -msgid "Account" -msgstr "Akun" - -#, fuzzy -msgid "Add trust" -msgstr "Menambahkan kepercayaan" - -#, fuzzy -msgid "Administrative account" -msgstr "Akun administratif" - -#, fuzzy -msgid "SID blocklists" -msgstr "Daftar blok SID" - -#, fuzzy -msgid "Trust Settings" -msgstr "Setelan Kepercayaan" - -#, fuzzy -msgid "Establish using" -msgstr "Menetapkan penggunaan" - -#, fuzzy -msgid "Fetch domains" -msgstr "Mengambil domain" - -#, fuzzy -msgid "Pre-shared password" -msgstr "Kata sandi pra-bagi-bagi" - -#, fuzzy -msgid "Remove trusts" -msgstr "Menghapus kepercayaan" - -#, fuzzy -msgid "Remove domains" -msgstr "Menghapus domain" - -#, fuzzy -msgid "Trust direction" -msgstr "Arah kepercayaan" - -#, fuzzy -msgid "Trust status" -msgstr "Status kepercayaan" - -#, fuzzy -msgid "Trust type" -msgstr "Tipe kepercayaan" - -#, fuzzy -msgid "Alternative UPN suffixes" -msgstr "Akhiran UPN alternatif" - -#, fuzzy -msgid "User attributes for SMB services" -msgstr "Atribut pengguna untuk layanan SMB" - -#, fuzzy -msgid "Path to a script executed on a Windows system at logon" -msgstr "Jalur ke skrip yang dijalankan pada sistem Windows saat log masuk" - -#, fuzzy -msgid "Path to a user profile, in UNC format \\\\server\\share\\" -msgstr "Jalur ke profil pengguna, dalam format UNC \\\\server\\share\\" - -#, fuzzy -msgid "Path to a user home directory, in UNC format" -msgstr "Jalur ke direktori beranda pengguna, dalam format UNC" - -#, fuzzy -msgid "Drive to mount a home directory" -msgstr "Kandar untuk memasang direktori rumah" - -#, fuzzy -msgid "Account Settings" -msgstr "Pengaturan Akun" - -#, fuzzy -msgid "Account Status" -msgstr "Status akun" - -#, fuzzy -msgid "Active users" -msgstr "Pengguna aktif" - -#, fuzzy -msgid "Add user" -msgstr "Tambah pengguna" - -#, fuzzy, python-brace-format -msgid "Add user '${primary_key}' into user groups" -msgstr "Menambahkan pengguna '${primary_key}' ke dalam grup pengguna" - -#, fuzzy, python-brace-format -msgid "Add user '${primary_key}' into HBAC rules" -msgstr "Tambahkan pengguna '${primary_key}' ke dalam aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Add user '${primary_key}' into netgroups" -msgstr "Tambahkan pengguna '${primary_key}' ke dalam netgroups" - -#, fuzzy, python-brace-format -msgid "Add user '${primary_key}' into roles" -msgstr "Tambahkan pengguna '${primary_key}' ke dalam peran" - -#, fuzzy, python-brace-format -msgid "Add user '${primary_key}' into sudo rules" -msgstr "Tambahkan pengguna '${primary_key}' ke dalam aturan sudo" - -#, fuzzy -msgid "Contact Settings" -msgstr "Setelan Kontak" - -#, fuzzy -msgid "Delete mode" -msgstr "Mode hapus" - -#, fuzzy -msgid "Employee Information" -msgstr "Informasi Karyawan" - -#, fuzzy -msgid "Error changing account status" -msgstr "Galat saat mengubah status akun" - -#, fuzzy -msgid "Password expiration" -msgstr "beberapa field mengelola masa kadaluarsa kata sandi." - -msgid "Mailing Address" -msgstr "Alamat Surat" - -#, fuzzy -msgid "Misc. Information" -msgstr "Misc. Informasi" - -#, fuzzy -msgid "delete" -msgstr "hapus" - -#, fuzzy -msgid "preserve" -msgstr "Pertahankan" - -#, fuzzy -msgid "No private group" -msgstr "Tidak ada grup privat" - -#, fuzzy -msgid "Remove users" -msgstr "Menghapus pengguna" - -#, fuzzy, python-brace-format -msgid "Remove user '${primary_key}' from user groups" -msgstr "Menghapus pengguna '${primary_key}' dari grup pengguna" - -#, fuzzy, python-brace-format -msgid "Remove user '${primary_key}' from netgroups" -msgstr "Hapus pengguna '${primary_key}' dari netgroups" - -#, fuzzy, python-brace-format -msgid "Remove user '${primary_key}' from roles" -msgstr "Hapus pengguna '${primary_key}' dari peran" - -#, fuzzy, python-brace-format -msgid "Remove user '${primary_key}' from HBAC rules" -msgstr "Hapus pengguna '${primary_key}' dari aturan HBAC" - -#, fuzzy, python-brace-format -msgid "Remove user '${primary_key}' from sudo rules" -msgstr "Hapus pengguna '${primary_key}' dari aturan sudo" - -#, fuzzy, python-brace-format -msgid "" -"Are you sure you want to ${action} the user?
The change will take effect " -"immediately." -msgstr "Yakin ingin $ {action} pengguna?
Perubahan akan segera berlaku." - -#, python-brace-format -msgid "Click to ${action}" -msgstr "Klik untuk ${action}" - -#, fuzzy -msgid "Unlock" -msgstr "Buka-kunci" - -#, fuzzy, python-brace-format -msgid "Are you sure you want to unlock user ${object}?" -msgstr "Yakin ingin membuka kunci pengguna ${object}?" - -#, fuzzy -msgid "Add vault" -msgstr "Tambah kubah" - -#, fuzzy, python-brace-format -msgid "Add user groups into members of vault '${primary_key}'" -msgstr "Menambahkan grup pengguna ke dalam anggota vault '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add services into members of vault '${primary_key}'" -msgstr "Tambahkan layanan ke anggota vault '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users into members of vault '${primary_key}'" -msgstr "Menambahkan pengguna ke dalam anggota vault '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add user groups into owners of vault '${primary_key}'" -msgstr "Tambahkan grup pengguna ke pemilik kubah '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add services into owners of vault '${primary_key}'" -msgstr "Tambahkan layanan ke pemilik vault '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Add users into owners of vault '${primary_key}'" -msgstr "Tambahkan pengguna ke pemilik vault '${primary_key}'" - -#, fuzzy -msgid "" -"Secrets can be added/retrieved to vault only by using vault-archive and " -"vault-retrieve from CLI." -msgstr "" -"Rahasia dapat ditambahkan/diambil ke vault hanya dengan menggunakan vault-" -"archive dan vault-retrieve dari CLI." - -#, fuzzy -msgid "" -"Content of 'standard' vaults can be seen by users with higher privileges " -"(admins)." -msgstr "" -"Konten kubah 'standar' dapat dilihat oleh pengguna dengan hak istimewa " -"(admin) yang lebih tinggi." - -#, fuzzy -msgid "Asymmetric" -msgstr "Asimetris" - -#, fuzzy -msgid "Vaults Config" -msgstr "Konfigurasi Kubah" - -#, fuzzy -msgid "Members" -msgstr "Anggota" - -#, fuzzy -msgid "My User Vaults" -msgstr "Kubah Pengguna Saya" - -#, fuzzy -msgid "Owners" -msgstr "Pemilik" - -#, fuzzy -msgid "Remove vaults" -msgstr "Hapus kubah" - -#, fuzzy, python-brace-format -msgid "Remove user groups from members of vault '${primary_key}'" -msgstr "Menghapus grup pengguna dari anggota vault '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove services from members of vault '${primary_key}'" -msgstr "Menghapus layanan dari anggota vault '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from members of vault '${primary_key}'" -msgstr "Menghapus pengguna dari anggota vault '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove user groups from owners of vault '${primary_key}'" -msgstr "Menghapus grup pengguna dari pemilik kubah '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove services from owners of vault '${primary_key}'" -msgstr "Hapus layanan dari pemilik kubah '${primary_key}'" - -#, fuzzy, python-brace-format -msgid "Remove users from owners of vault '${primary_key}'" -msgstr "Hapus pengguna dari pemilik vault '${primary_key}'" - -#, fuzzy -msgid "Service Vaults" -msgstr "Kubah Layanan" - -#, fuzzy -msgid "Shared" -msgstr "Pakai-bersama" - -#, fuzzy -msgid "Shared Vaults" -msgstr "Kubah Bersama" - -#, fuzzy -msgid "Standard" -msgstr "Standar" - -#, fuzzy -msgid "Symmetric" -msgstr "Cipher simetris klien ke server" - -#, fuzzy -msgid "Vault Type" -msgstr "Tipe Kubah" - -#, fuzzy -msgid "" -"Only standard vaults can be created in WebUI, use CLI for other types of " -"vaults." -msgstr "" -"Hanya kubah standar yang dapat dibuat di WebUI, gunakan CLI untuk jenis " -"kubah lainnya." - -#, fuzzy -msgid "User Vaults" -msgstr "Kubah Pengguna" - -#, fuzzy -msgid "Current password is required" -msgstr "Kata sandi saat ini diperlukan" - -#, fuzzy, python-brace-format -msgid "Your password expires in ${days} days." -msgstr "Kata sandi Anda kedaluwarsa dalam $ {days} hari." - -#, fuzzy -msgid "First OTP" -msgstr "OTP Pertama" - -#, fuzzy -msgid "New password is required" -msgstr "Kata sandi baru diperlukan" - -#, fuzzy -msgid "" -" OTP (One-Time Password):Generate new OTP code for each OTP field." -msgstr "" -"OTP (Kata Sandi Satu Kali): Hasilkan kode OTP baru untuk setiap bidang OTP." - -#, fuzzy -msgid "" -" OTP (One-Time Password):Leave blank if you are not using OTP tokensfor authentication." -msgstr "" -"OTP (Kata Sandi Satu Kali): Biarkan kosong jika Anda tidak menggunakan token OTPuntuk otentikasi." - -#, fuzzy -msgid "Token synchronization failed" -msgstr "Sinkronisasi token gagal" - -#, fuzzy -msgid "The username, password or token codes are not correct" -msgstr "Nama pengguna, kata sandi, atau kode token tidak benar" - -#, fuzzy -msgid "Token was synchronized" -msgstr "Token disinkronkan" - -#, fuzzy -msgid "Password change complete" -msgstr "Perubahan kata sandi selesai" - -#, fuzzy -msgid "Your password has expired. Please enter a new password." -msgstr "Kata sandi Anda telah kedaluwarsa. Masukkan sandi baru." - -msgid "Passwords must match" -msgstr "Kata sandi harus cocok" - -#, fuzzy -msgid "Password reset was not successful." -msgstr "Reset kata sandi tidak berhasil." - -#, fuzzy -msgid "Reset your password." -msgstr "Atur ulang kata sandi Anda." - -#, fuzzy -msgid "Second OTP" -msgstr "OTP Kedua" - -#, fuzzy -msgid "Verify Password" -msgstr "Verifikasi Kata Sandi" - -#, fuzzy -msgid "Are you sure you want to delete selected entries?" -msgstr "Yakin ingin menghapus entri yang dipilih?" - -#, fuzzy, python-brace-format -msgid "${count} item(s) deleted" -msgstr "${count} item yang dihapus" - -#, fuzzy -msgid "Are you sure you want to disable selected entries?" -msgstr "Yakin ingin menon-fungsikan entri yang dipilih?" - -#, fuzzy, python-brace-format -msgid "${count} item(s) disabled" -msgstr "${count} item dinonaktifkan" - -#, fuzzy -msgid "Are you sure you want to enable selected entries?" -msgstr "Yakin ingin memfungsikan entri terpilih?" - -#, fuzzy, python-brace-format -msgid "${count} item(s) enabled" -msgstr "${count} item diaktifkan" - -#, fuzzy -msgid "Some entries were not deleted" -msgstr "Beberapa entri tidak dihapus" - -#, fuzzy -msgid "Quick Links" -msgstr "Link Pintas" - -#, fuzzy -msgid "Select All" -msgstr "Pilih Semua" - -#, fuzzy, python-brace-format -msgid "" -"Query returned more results than the configured size limit. Displaying the " -"first ${counter} results." -msgstr "" -"Kueri mengembalikan lebih banyak hasil daripada batas ukuran yang " -"dikonfigurasi. Menampilkan hasil ${counter} pertama." - -#, fuzzy -msgid "Unselect All" -msgstr "Tidak pilih semua" - -#, fuzzy -msgid "" -"

Browser Kerberos Setup

\n" -"\n" -msgstr "" -"

Penyetelan Browser Kerberos

\n" -"\n" - -#, fuzzy -msgid "" -"

Firefox

\n" -"\n" -"

\n" -" You can configure Firefox to use Kerberos for Single Sign-on. " -"The following instructions will guide you in configuring your web browser to " -"send your Kerberos credentials to the appropriate Key Distribution Center " -"which enables Single Sign-on.\n" -"

\n" -"\n" -msgstr "" -"

Firefox

\n" -"\n" -"

Anda dapat mengonfigurasi Firefox untuk menggunakan Kerberos untuk Single " -"Sign-on. Instruksi berikut akan memandu Anda dalam mengonfigurasi browser " -"web untuk mengirim kredensial Kerberos Anda ke Pusat Distribusi Kunci yang " -"sesuai yang memungkinkan Masuk Tunggal.

\n" -"\n" - -#, fuzzy -msgid "" -"
    \n" -"
  1. \n" -"

    \n" -"Import " -"Certificate Authority certificate\n" -"

    \n" -"

    \n" -" Make sure you select all three checkboxes.\n" -"

    \n" -"
  2. \n" -"
  3. \n" -" In the address bar of Firefox, type about:config to display the list of current configuration options.\n" -"
  4. \n" -"
  5. \n" -" In the Filter field, type negotiate to restrict " -"the list of options.\n" -"
  6. \n" -"
  7. \n" -" Double-click the network.negotiate-auth.trusted-uris entry to display the Enter string value dialog box.\n" -"
  8. \n" -"
  9. \n" -" Enter the name of the domain against which you want to " -"authenticate, for example, .example.com.\n" -"
  10. \n" -"
  11. Return to Web UI
  12. \n" -"
\n" -"\n" -msgstr "" -"
    \n" -"
  1. \n" -"

    \n" -"Sertifikat " -"Otoritas Impor Sertifikat\n" -"

    \n" -"

    Pastikan Anda memilih ketiga kotak centang.

    \n" -"
  2. \n" -"
  3. Di bilah alamat Firefox, ketik untuk about:config " -"menampilkan daftar opsi konfigurasi saat ini.
  4. \n" -"
  5. Di bidang Filter, ketik negotiate untuk membatasi daftar " -"opsi.
  6. \n" -"
  7. Klik ganda entri network.negotiate-auth.trusted-uris untuk " -"menampilkan kotak dialog Masukkan nilai string.
  8. \n" -"
  9. Masukkan nama domain yang ingin Anda otentikasi, misalnya, .example.com .
  10. \n" -"
  11. Kembali ke UI Web
  12. \n" -"
\n" -"\n" - -#, fuzzy -msgid "" -"

Chrome

\n" -"\n" -"

\n" -" You can configure Chrome to use Kerberos for Single Sign-on. The " -"following instructions will guide you in configuring your web browser to " -"send your Kerberos credentials to the appropriate Key Distribution Center " -"which enables Single Sign-on.\n" -"

\n" -"\n" -msgstr "" -"

Chrome

\n" -"\n" -"

Anda dapat mengonfigurasi Chrome untuk menggunakan Kerberos untuk Single " -"Sign-on. Instruksi berikut akan memandu Anda dalam mengonfigurasi browser " -"web untuk mengirim kredensial Kerberos Anda ke Pusat Distribusi Kunci yang " -"sesuai yang memungkinkan Masuk Tunggal.

\n" -"\n" - -#, fuzzy -msgid "" -"

Import CA Certificate

\n" -"
    \n" -"
  1. \n" -" Download the CA certificate. " -"Alternatively, if the host is also an IdM client, you can find the " -"certificate in /etc/ipa/ca.crt.\n" -"
  2. \n" -"
  3. \n" -" Click the menu button with the Customize and control " -"Google Chrome tooltip, which is by default in the top right-hand corner " -"of Chrome, and click Settings.\n" -"
  4. \n" -"
  5. \n" -" Click Show advanced settings to display more " -"options, and then click the Manage certificates button located " -"under the HTTPS/SSL heading.\n" -"
  6. \n" -"
  7. \n" -" In the Authorities tab, click the Import " -"button at the bottom.\n" -"
  8. \n" -"
  9. Select the CA certificate file that you downloaded in the first step.\n" -"
\n" -"\n" -msgstr "" -"

Impor Sertifikat CA

\n" -"
    \n" -"
  1. Unduh sertifikat CA. Atau, jika host juga " -"merupakan klien IdM, Anda dapat menemukan sertifikat di /etc/ipa/ca.crt.
  2. " -"\n" -"
  3. Klik tombol menu dengan tooltip Kustomisasi dan kontrol Google " -"Chrome, yang secara default berada di sudut kanan atas Chrome, dan klik " -"Pengaturan.
  4. \n" -"
  5. Klik Perlihatkan pengaturan tingkat lanjut untuk menampilkan " -"opsi lainnya, lalu klik tombol Kelola sertifikat yang terletak di " -"bawah judul HTTPS/SSL.
  6. \n" -"
  7. Di tab Pihak Berwenang, klik tombol Impor di bagian " -"bawah.
  8. \n" -"
  9. Pilih file sertifikat CA yang Anda unduh di langkah pertama.
  10. \n" -"
\n" -"\n" - -#, fuzzy -msgid "" -"

\n" -" Enable SPNEGO (Simple and Protected GSSAPI Negotiation " -"Mechanism) to Use Kerberos Authentication\n" -" in Chrome\n" -"

\n" -"
    \n" -"
  1. \n" -" Make sure you have the necessary directory created by " -"running:\n" -"
    \n" -" [root@client]# mkdir -p /etc/opt/chrome/policies/" -"managed/\n" -"
    \n" -"
  2. \n" -"
  3. \n" -" Create a new /etc/opt/chrome/policies/managed/mydomain." -"json file with write privileges limited to the system administrator " -"or root, and include the following line:\n" -"
    \n" -" { \"AuthServerWhitelist\": \"*.example.com\" }\n" -"
    \n" -"
    \n" -" You can do this by running:\n" -"
    \n" -"
    \n" -" [root@server]# echo '{ \"AuthServerWhitelist\": \"*.example.com\" }' > /etc/opt/chrome/policies/" -"managed/mydomain.json\n" -"
    \n" -"
  4. \n" -"
\n" -"
    \n" -"

    \n" -"Note: If using Chromium, use /etc/chromium/policies/" -"managed/ instead of /etc/opt/chrome/policies/managed/ " -"for the two SPNEGO Chrome configuration steps above.\n" -"

    \n" -"
\n" -"\n" -msgstr "" -"

Aktifkan SPNEGO (Mekanisme Negosiasi GSSAPI yang Sederhana dan " -"Terlindungi) untuk Menggunakan Otentikasi Kerberos\n" -" di Chrome

\n" -"
    \n" -"
  1. Pastikan Anda memiliki direktori yang diperlukan yang dibuat dengan " -"menjalankan:
    \n" -" [root@client]# mkdir -p /etc/opt/chrome/policies/managed/" -"\n" -"
    \n" -"
  2. \n" -"
  3. Buat file baru /etc/opt/chrome/policies/managed/mydomain.json dengan hak tulis terbatas pada administrator atau root sistem, dan " -"sertakan baris berikut:
    \n" -" { \"AuthServerWhitelist\": \"*.example.com\" }\n" -"
    \n" -"
    Anda dapat melakukan ini dengan menjalankan:
    \n" -"
    \n" -" [root@server]# echo '{ \"AuthServerWhitelist\": \"*.example.com\" }' > /etc/opt/chrome/policies/" -"managed/mydomain.json\n" -"
    \n" -"
  4. \n" -"
\n" -"
    \n" -"

    \n" -"Catatan: Jika menggunakan Chromium, gunakan /etc/" -"chromium/policies/managed/ /etc/opt/chrome/policies/managed/ alih-alih untuk dua langkah konfigurasi SpNEGO Chrome di atas.

    \n" -"
\n" -"\n" - -#, fuzzy -msgid "" -"

Internet Explorer

\n" -"

WARNING: Internet Explorer is no longer a supported " -"browser.

\n" -"

\n" -" Once you are able to log into the workstation with your kerberos " -"key you are now able to use that ticket in Internet Explorer.\n" -"

\n" -"

\n" -msgstr "" -"

Internet Explorer

\n" -"

PERINGATAN: Internet Explorer bukan lagi penjelajah yang " -"didukung.

\n" -"

Setelah Anda dapat masuk ke stasiun kerja dengan kunci kerberos Anda " -"sekarang dapat menggunakan tiket itu di Internet Explorer.

\n" -"

\n" - -#, fuzzy -msgid "" -"Log into the Windows machine using an account of your Kerberos realm " -"(administrative domain)\n" -"

\n" -"

\n" -"In Internet Explorer, click Tools, and then click Internet Options.\n" -"

\n" -"
\n" -"
    \n" -"
  1. Click the Security tab
  2. \n" -"
  3. Click Local intranet
  4. \n" -"
  5. Click Sites
  6. \n" -"
  7. Click Advanced
  8. \n" -"
  9. Add your domain to the list
  10. \n" -"
\n" -"
    \n" -"
  1. Click the Security tab
  2. \n" -"
  3. Click Local intranet
  4. \n" -"
  5. Click Custom Level
  6. \n" -"
  7. Select Automatic logon only in Intranet zone
  8. \n" -"
\n" -"\n" -"
    \n" -"
  1. Visit a kerberized web site using IE (You must use the fully-qualified " -"Domain Name in the URL)
  2. \n" -"
  3. You are all set.
  4. \n" -"
\n" -"
\n" -"\n" -msgstr "" -"Masuk ke mesin Windows menggunakan akun ranah Kerberos Anda (domain " -"administratif)\n" -"

\n" -"

\n" -"Di Internet Explorer, klik Alat, lalu klik Opsi Internet.\n" -"

\n" -"
\n" -"
    \n" -"
  1. Klik tab Keamanan
  2. \n" -"
  3. Klik Intranet lokal
  4. \n" -"
  5. Klik Situs
  6. \n" -"
  7. Klik Tingkat Lanjut
  8. \n" -"
  9. Menambahkan domain Anda ke daftar
  10. \n" -"
\n" -"
    \n" -"
  1. Klik tab Keamanan
  2. \n" -"
  3. Klik Intranet lokal
  4. \n" -"
  5. Klik Tingkat Kustom
  6. \n" -"
  7. Pilih Otomatis log masuk hanya di zona Intranet
  8. \n" -"
\n" -"\n" -"
    \n" -"
  1. Kunjungi situs web kerberisasi menggunakan IE (Anda harus menggunakan " -"Nama Domain yang sepenuhnya memenuhi syarat di URL)
  2. \n" -"
  3. Kalian sudah siap.
  4. \n" -"
\n" -"
\n" -"\n" - -#, fuzzy -msgid "Working" -msgstr "Bekerja" - -msgid "Audit" -msgstr "Audit" - -#, fuzzy -msgid "Authentication" -msgstr "Autentikasi" - -#, fuzzy -msgid "Automember" -msgstr "Automember" - -#, fuzzy -msgid "Automount" -msgstr "Putar-auto" - -#, fuzzy -msgid "DNS" -msgstr "DNS" - -#, fuzzy -msgid "Host-Based Access Control" -msgstr "Kontrol Akses Berbasis Host" - -#, fuzzy -msgid "Identity" -msgstr "Identitas" - -#, fuzzy -msgid "Network Services" -msgstr "Layanan Jaringan Dinonaktifkan" - -#, fuzzy -msgid "Policy" -msgstr "Kebijakan" - -#, fuzzy -msgid "Role-Based Access Control" -msgstr "Kontrol Akses Berbasis Peran" - -msgid "Sudo" -msgstr "Sudo" - -#, fuzzy -msgid "Topology" -msgstr "" -"Dalam kasus-kasus yang mana konfigurasi ini tidak dapat digunakan (misalnya " -"jika tidak ada alamat IP publik dapat diberikan ke container), antarmuka " -"virtual tap akan dibuat dan terhubung dengan bridge. " -"Topologi jaringan kemudian menjadi suatu host dengan kartu jaringan kedua " -"yang ditancapkan ke sebuah switch yang terpisah, dengan container juga " -"dicolokkan ke switch itu. Host kemudian mesti bertindak sebagai sebuah " -"gateway untuk container jika mereka dimaksudkan untuk berkomunikasi dengan " -"dunia luar." - -#, fuzzy -msgid "Trusts" -msgstr "" -"Jika Anda tidak menggunakan fitur keamanan berbasis Kerberos, sangat penting " -"untuk memastikan bahwa hanya mesin-mesin yang diizinkan untuk menggunakan " -"NFS dapat terhubung ke berbagai server RPC yang diperlukan, karena protokol " -"dasar mempercayai data yang diterima dari jaringan. Firewall juga harus " -"memblokir IP spoofing untuk mencegah mesin di luar dari " -"bertindak sebagai seolah di dalam, dan akses ke port yang sesuai harus " -"dibatasi hanya untuk mesin-mesin yang memang akan mengakses share NFS." - -#, fuzzy -msgid "True" -msgstr "Benar" - -#, fuzzy -msgid "" -"

Unable to verify your Kerberos credentials

\n" -"

\n" -" Please make sure that you have valid Kerberos tickets " -"(obtainable via kinit), and that you have configured your " -"browser correctly.\n" -"

\n" -"\n" -"

Browser configuration

\n" -"\n" -"
\n" -"

\n" -" If this is your first time, please configure your browser.\n" -"

\n" -"
\n" -msgstr "" -"

Tidak dapat memverifikasi kredensial Kerberos Anda

\n" -"

Pastikan Anda memiliki tiket Kerberos yang valid (dapat diperoleh melalui " -"kinit),dan Bahwa Anda telah mengkonfigurasi browser Anda " -"dengan benar.

\n" -"\n" -"

Konfigurasi browser

\n" -"\n" -"
\n" -"

Jika ini adalah pertama kalinya Anda, silakan konfigurasikan browser Anda.

\n" -"
\n" - -#, fuzzy -msgid "API Browser" -msgstr "Penjelajah API" - -#, fuzzy -msgid "First" -msgstr "Pertama" - -#, fuzzy -msgid "Last" -msgstr "Terakhir" - -#, fuzzy -msgid "Next" -msgstr "Berikutnya" - -#, fuzzy -msgid "Page" -msgstr "Halaman" - -#, fuzzy -msgid "Prev" -msgstr "Sebelumnya" - -msgid "Undo" -msgstr "Tak Jadi" - -#, fuzzy -msgid "Undo this change." -msgstr "Batalkan perubahan ini." - -#, fuzzy -msgid "Undo All" -msgstr "" -"Anda dapat membatalkan semua pemfomatan yang belum dibuat oleh gaya dalam " -"beberapa langkah." - -#, fuzzy -msgid "Undo all changes in this field." -msgstr "Batalkan semua perubahan dalam bidang ini." - -#, fuzzy -msgid "Text does not match field pattern" -msgstr "Teks tidak cocok dengan pola bidang" - -#, fuzzy -msgid "Must be an UTC date/time value (e.g., \"2014-01-20 17:58:01Z\")" -msgstr "" -"Harus merupakan nilai tanggal/waktu UTC (misalnya, \"2014-01-20 17:58:01Z\")" - -msgid "Must be a decimal number" -msgstr "Harus angka desimal" - -#, fuzzy -msgid "Format error" -msgstr "Kesalahan format" - -msgid "Must be an integer" -msgstr "Harus bilangan bulat" - -#, fuzzy -msgid "Not a valid IP address" -msgstr "Tidak ada alamat IP yang valid." - -#, fuzzy -msgid "Not a valid IPv4 address" -msgstr "'%s' bukan alamat IPv4 yang valid" - -#, fuzzy -msgid "Not a valid IPv6 address" -msgstr "'%s' bukan alamat IPv6 yang valid" - -#, fuzzy, python-brace-format -msgid "Maximum value is ${value}" -msgstr "Nilai maksimum adalah ${value}" - -#, fuzzy, python-brace-format -msgid "Minimum value is ${value}" -msgstr "Nilai minimum adalah ${value}" - -#, fuzzy -msgid "Not a valid network address (examples: 2001:db8::/64, 192.0.2.0/24)" -msgstr "Bukan alamat jaringan yang valid (contoh: 2001:db8::/64, 192.0.2.0/24)" - -#, fuzzy -msgid "Parse error" -msgstr "Kesalahan Mengurai" - -msgid "Must be a positive number" -msgstr "Harus angka positif" - -#, fuzzy, python-brace-format -msgid "'${port}' is not a valid port" -msgstr "'${port}' bukan porta yang valid" - -#, fuzzy -msgid "Required field" -msgstr "Kolom yang wajib diisi" - -#, fuzzy -msgid "Unsupported value" -msgstr "Nilai yang tidak didukung" - -#, fuzzy -msgid "pyhbac is not installed." -msgstr "pyhbac tidak terpasang." - -#, fuzzy -msgid "" -"\n" -"Simulate use of Host-based access controls\n" -"\n" -"HBAC rules control who can access what services on what hosts.\n" -"You can use HBAC to control which users or groups can access a service,\n" -"or group of services, on a target host.\n" -"\n" -"Since applying HBAC rules implies use of a production environment,\n" -"this plugin aims to provide simulation of HBAC rules evaluation without\n" -"having access to the production environment.\n" -"\n" -" Test user coming to a service on a named host against\n" -" existing enabled rules.\n" -"\n" -" ipa hbactest --user= --host= --service=\n" -" [--rules=rules-list] [--nodetail] [--enabled] [--disabled]\n" -" [--sizelimit= ]\n" -"\n" -" --user, --host, and --service are mandatory, others are optional.\n" -"\n" -" If --rules is specified simulate enabling of the specified rules and test\n" -" the login of the user using only these rules.\n" -"\n" -" If --enabled is specified, all enabled HBAC rules will be added to " -"simulation\n" -"\n" -" If --disabled is specified, all disabled HBAC rules will be added to " -"simulation\n" -"\n" -" If --nodetail is specified, do not return information about rules matched/" -"not matched.\n" -"\n" -" If both --rules and --enabled are specified, apply simulation to --rules " -"_and_\n" -" all IPA enabled rules.\n" -"\n" -" If no --rules specified, simulation is run against all IPA enabled rules.\n" -" By default there is a IPA-wide limit to number of entries fetched, you can " -"change it\n" -" with --sizelimit option.\n" -"\n" -"EXAMPLES:\n" -"\n" -" 1. Use all enabled HBAC rules in IPA database to simulate:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -" Matched rules: allow_all\n" -"\n" -" 2. Disable detailed summary of how rules were applied:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --nodetail\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -"\n" -" 3. Test explicitly specified HBAC rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd \\\\\n" -" --rules=myrule --rules=my-second-rule\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: myrule\n" -"\n" -" 4. Use all enabled HBAC rules in IPA database + explicitly specified " -"rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd \\\\\n" -" --rules=myrule --rules=my-second-rule --enabled\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -" Matched rules: allow_all\n" -"\n" -" 5. Test all disabled HBAC rules in IPA database:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd --disabled\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" Not matched rules: new-rule\n" -"\n" -" 6. Test all disabled HBAC rules in IPA database + explicitly specified " -"rules:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd \\\\\n" -" --rules=myrule --rules=my-second-rule --disabled\n" -" ---------------------\n" -" Access granted: False\n" -" ---------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -"\n" -" 7. Test all (enabled and disabled) HBAC rules in IPA database:\n" -" $ ipa hbactest --user=a1a --host=bar --service=sshd \\\\\n" -" --enabled --disabled\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Not matched rules: my-second-rule\n" -" Not matched rules: my-third-rule\n" -" Not matched rules: myrule\n" -" Not matched rules: new-rule\n" -" Matched rules: allow_all\n" -"\n" -"\n" -"HBACTEST AND TRUSTED DOMAINS\n" -"\n" -"When an external trusted domain is configured in IPA, HBAC rules are also " -"applied\n" -"on users accessing IPA resources from the trusted domain. Trusted domain " -"users and\n" -"groups (and their SIDs) can be then assigned to external groups which can " -"be\n" -"members of POSIX groups in IPA which can be used in HBAC rules and thus " -"allowing\n" -"access to resources protected by the HBAC system.\n" -"\n" -"hbactest plugin is capable of testing access for both local IPA users and " -"users\n" -"from the trusted domains, either by a fully qualified user name or by user " -"SID.\n" -"Such user names need to have a trusted domain specified as a short name\n" -"(DOMAIN\\Administrator) or with a user principal name (UPN), " -"Administrator@ad.test.\n" -"\n" -"Please note that hbactest executed with a trusted domain user as --user " -"parameter\n" -"can be only run by members of \"trust admins\" group.\n" -"\n" -"EXAMPLES:\n" -"\n" -" 1. Test if a user from a trusted domain specified by its shortname " -"matches any\n" -" rule:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN\\Administrator' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Matched rules: can_login\n" -"\n" -" 2. Test if a user from a trusted domain specified by its domain name " -"matches\n" -" any rule:\n" -"\n" -" $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Matched rules: can_login\n" -"\n" -" 3. Test if a user from a trusted domain specified by its SID matches any " -"rule:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-500 \\\\\n" -" --host `hostname` --service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Matched rules: can_login\n" -"\n" -" 4. Test if other user from a trusted domain specified by its SID matches " -"any rule:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-1203 \\" -"\\\n" -" --host `hostname` --service sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Not matched rules: can_login\n" -"\n" -" 5. Test if other user from a trusted domain specified by its shortname " -"matches\n" -" any rule:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN\\Otheruser' --host `hostname` --service " -"sshd\n" -" --------------------\n" -" Access granted: True\n" -" --------------------\n" -" Matched rules: allow_all\n" -" Not matched rules: can_login\n" -msgstr "" -"\n" -"Mensimulasikan penggunaan kontrol akses berbasis Host\n" -"\n" -"Aturan HBAC mengontrol siapa yang dapat mengakses layanan apa pada host apa." -"\n" -"Anda dapat menggunakan HBAC untuk mengontrol pengguna atau grup mana yang " -"dapat mengakses layanan,\n" -"atau sekelompok layanan, pada host target.\n" -"\n" -"Karena penerapan aturan HBAC menyiratkan penggunaan lingkungan produksi,\n" -"Plugin ini bertujuan untuk memberikan simulasi evaluasi tanpa aturan HBAC\n" -"memiliki akses ke lingkungan produksi.\n" -"\n" -" Uji pengguna yang datang ke layanan pada host bernama melawan\n" -" aturan aktif yang ada.\n" -"\n" -" ipa hbactest --user = --host = --service =\n" -" [--rules = rules-list] [--nodetail] [--enabled] [--disabled]\n" -" [--sizelimit =]\n" -"\n" -" --user, --host, dan --service adalah wajib, yang lainnya opsional.\n" -"\n" -" Jika --rules ditentukan, simulasikan pengaktifan aturan dan pengujian yang " -"ditentukan\n" -" login pengguna hanya menggunakan aturan ini.\n" -"\n" -" Jika --enabled ditentukan, semua aturan HBAC yang diaktifkan akan " -"ditambahkan ke simulasi\n" -"\n" -" Jika --disabled ditentukan, semua aturan HBAC yang dinonaktifkan akan " -"ditambahkan ke simulasi\n" -"\n" -" Jika --nodetail ditentukan, jangan kembalikan informasi tentang aturan yang " -"cocok / tidak cocok.\n" -"\n" -" Jika --rules dan --enabled ditentukan, terapkan simulasi ke --rules _and_\n" -" semua aturan yang mendukung IPA.\n" -"\n" -" Jika tidak ada --rules yang ditentukan, simulasi dijalankan terhadap semua " -"aturan yang mendukung IPA.\n" -" Secara default, ada batas seluruh IPA untuk jumlah entri yang diambil, Anda " -"dapat mengubahnya\n" -" dengan opsi --sizelimit.\n" -"\n" -"CONTOH:\n" -"\n" -" 1. Gunakan semua aturan HBAC yang diaktifkan di database IPA untuk " -"mensimulasikan:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -" Aturan yang cocok: allow_all\n" -"\n" -" 2. Nonaktifkan ringkasan mendetail tentang bagaimana aturan diterapkan:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --nodetail\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -"\n" -" 3. Uji aturan HBAC yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd \\\\\n" -" --rules = myrule --rules = my-second-rule\n" -" ---------------------\n" -" Akses diberikan: False\n" -" ---------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: myrule\n" -"\n" -" 4. Gunakan semua aturan HBAC yang diaktifkan dalam database IPA + aturan " -"yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd \\\\\n" -" --rules = myrule --rules = my-second-rule --enabled\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -" Aturan yang cocok: allow_all\n" -"\n" -" 5. Uji semua aturan HBAC yang dinonaktifkan di database IPA:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd --disabled\n" -" ---------------------\n" -" Akses diberikan: False\n" -" ---------------------\n" -" Aturan tidak cocok: aturan baru\n" -"\n" -" 6. Uji semua aturan HBAC yang dinonaktifkan dalam database IPA + aturan " -"yang ditentukan secara eksplisit:\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd \\\\\n" -" --rules = myrule --rules = my-second-rule --disabled\n" -" ---------------------\n" -" Akses diberikan: False\n" -" ---------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -"\n" -" 7. Uji semua aturan HBAC (diaktifkan dan dinonaktifkan) di database IPA:" -"\n" -" $ ipa hbactest --user = a1a --host = bar --service = sshd \\\\\n" -" --Diaktifkan dinonaktifkan\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan tidak cocok: aturan-kedua-saya\n" -" Aturan tidak cocok: aturan ketiga saya\n" -" Aturan tidak cocok: myrule\n" -" Aturan tidak cocok: aturan baru\n" -" Aturan yang cocok: allow_all\n" -"\n" -"\n" -"DOMAIN HBACTEST DAN TEPERCAYA\n" -"\n" -"Ketika domain tepercaya eksternal dikonfigurasi di IPA, aturan HBAC juga " -"diterapkan\n" -"pada pengguna yang mengakses sumber daya IPA dari domain tepercaya. Pengguna " -"domain tepercaya dan\n" -"grup (dan SID mereka) kemudian dapat ditetapkan ke grup eksternal yang " -"dapat\n" -"anggota grup POSIX di IPA yang dapat digunakan dalam aturan HBAC dan dengan " -"demikian memungkinkan\n" -"akses ke sumber daya yang dilindungi oleh sistem HBAC.\n" -"\n" -"plugin hbactest mampu menguji akses untuk pengguna dan pengguna IPA lokal\n" -"dari domain tepercaya, baik dengan nama pengguna yang memenuhi syarat atau " -"dengan SID pengguna.\n" -"Nama pengguna tersebut harus memiliki domain tepercaya yang ditetapkan " -"sebagai nama pendek\n" -"(DOMAIN \\ Administrator) atau dengan nama utama pengguna (UPN), " -"Administrator@ad.test.\n" -"\n" -"Harap dicatat bahwa hbactest dijalankan dengan pengguna domain tepercaya " -"sebagai parameter --user\n" -"hanya dapat dijalankan oleh anggota grup \"admin tepercaya\".\n" -"\n" -"CONTOH:\n" -"\n" -" 1. Uji apakah pengguna dari domain tepercaya yang ditentukan oleh nama " -"pendeknya cocok dengan salah satu\n" -" aturan:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN \\ Administrator' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan yang cocok: can_login\n" -"\n" -" 2. Uji apakah pengguna dari domain tepercaya yang ditentukan oleh nama " -"domainnya cocok\n" -" aturan apapun:\n" -"\n" -" $ ipa hbactest --user 'Administrator@domain.com' --host `hostname` --" -"service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan yang cocok: can_login\n" -"\n" -" 3. Uji apakah pengguna dari domain tepercaya yang ditentukan oleh SID-" -"nya cocok dengan aturan apa pun:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-500 \\\\\n" -" --host `hostname` --service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan yang cocok: can_login\n" -"\n" -" 4. Uji apakah pengguna lain dari domain tepercaya yang ditentukan oleh " -"SID-nya cocok dengan aturan apa pun:\n" -"\n" -" $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-1203 \\\\" -"\n" -" --host `hostname` --service sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan tidak cocok: can_login\n" -"\n" -" 5. Uji apakah pengguna lain dari domain tepercaya yang ditentukan oleh " -"nama pendeknya cocok\n" -" aturan apapun:\n" -"\n" -" $ ipa hbactest --user 'DOMAIN \\ Otheruser' --host `hostname` --service " -"sshd\n" -" --------------------\n" -" Akses diberikan: Benar\n" -" --------------------\n" -" Aturan yang cocok: allow_all\n" -" Aturan tidak cocok: can_login\n" - -#, fuzzy -msgid "Unresolved rules in --rules" -msgstr "Aturan yang belum terselesaikan dalam --rules" - -#, fuzzy -msgid "" -"Cannot search in trusted domains without own domain configured. Make sure " -"you have run ipa-adtrust-install on the IPA server first" -msgstr "" -"Tak bisa mencari di domain tepercaya tanpa domain sendiri dikonfigurasi. " -"Pastikan Anda telah menjalankan ipa-adtrust-install pada server IPA terlebih " -"dahulu" - -#, fuzzy, python-format -msgid "Access granted: %s" -msgstr "Akses diberikan: %s" - -#, fuzzy -msgid "" -"\n" -"OTP Tokens\n" -msgstr "" -"\n" -"Token OTP\n" - -#, fuzzy -msgid "" -"\n" -"Manage OTP tokens.\n" -msgstr "" -"\n" -"Kelola token OTP.\n" - -#, fuzzy -msgid "" -"\n" -"IPA supports the use of OTP tokens for multi-factor authentication. This\n" -"code enables the management of OTP tokens.\n" -msgstr "" -"\n" -"IPA mendukung penggunaan token OTP untuk autentikasi multifaktor. Ini\n" -"kode memungkinkan pengelolaan token OTP.\n" - -#, fuzzy -msgid "" -"\n" -" Add a new token:\n" -" ipa otptoken-add --type=totp --owner=jdoe --desc=\"My soft token\"\n" -msgstr "" -"\n" -" Tambahkan token baru:\n" -" ipa otptoken-add --type=totp --owner=jdoe --desc=\"Token lunak saya\"\n" - -#, fuzzy -msgid "" -"\n" -" Examine the token:\n" -" ipa otptoken-show a93db710-a31a-4639-8647-f15b2c70b78a\n" -msgstr "" -"\n" -" Periksa token:\n" -" ipa otptoken-show a93db710-a31a-4639-8647-f15b2c70b78a\n" - -#, fuzzy -msgid "" -"\n" -" Change the vendor:\n" -" ipa otptoken-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor=\"Red Hat" -"\"\n" -msgstr "" -"\n" -" Mengubah vendor:\n" -" ipa otptoken-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor=\"Red Hat\"" -"\n" - -#, fuzzy -msgid "" -"\n" -" Delete a token:\n" -" ipa otptoken-del a93db710-a31a-4639-8647-f15b2c70b78a\n" -msgstr "" -"\n" -" Hapus token:\n" -" ipa otptoken-del a93db710-a31a-4639-8647-f15b2c70b78a\n" - -#, fuzzy -msgid "OTP token" -msgstr "Token OTP" - -#, fuzzy -msgid "OTP tokens" -msgstr "Token OTP" - -#, fuzzy -msgid "OTP Tokens" -msgstr "Token OTP" - -msgid "OTP Token" -msgstr "Token OTP" - -#, fuzzy -msgid "URI" -msgstr "URI" - -#, python-format -msgid "Added OTP token \"%(value)s\"" -msgstr "Menambah token OTP \"%(value)s\"" - -#, fuzzy -msgid "cannot be empty" -msgstr "Port tidak boleh kosong untuk interface host." - -#, python-format -msgid "Deleted OTP token \"%(value)s\"" -msgstr "Menghapus token OTP \"%(value)s\"" - -#, python-format -msgid "Modified OTP token \"%(value)s\"" -msgstr "Mengubah token OTP \"%(value)s\"" - -#, python-format -msgid "%(count)d OTP token matched" -msgid_plural "%(count)d OTP tokens matched" -msgstr[0] "%(count)d token OTP cocok" - -#, fuzzy -msgid "" -"\n" -"Permissions\n" -msgstr "" -"\n" -"Izin\n" - -#, fuzzy -msgid "" -"\n" -"A permission enables fine-grained delegation of rights. A permission is\n" -"a human-readable wrapper around a 389-ds Access Control Rule,\n" -"or instruction (ACI).\n" -"A permission grants the right to perform a specific task such as adding a\n" -"user, modifying a group, etc.\n" -msgstr "" -"\n" -"Izin memungkinkan pelimpahan hak yang halus. Izin adalah\n" -"pembungkus yang dapat dibaca manusia di sekitar Aturan Kontrol Akses 389-ds," -"\n" -"atau instruksi (ACI).\n" -"Izin memberikan hak untuk melakukan tugas tertentu seperti menambahkan\n" -"pengguna, memodifikasi grup, dll.\n" - -#, fuzzy -msgid "" -"\n" -"A permission may not contain other permissions.\n" -msgstr "" -"\n" -"Izin mungkin tak memuat ijin lainnya.\n" - -#, fuzzy -msgid "" -"\n" -"* A permission grants access to read, write, add, delete, read, search,\n" -" or compare.\n" -"* A privilege combines similar permissions (for example all the permissions\n" -" needed to add a user).\n" -"* A role grants a set of privileges to users, groups, hosts or hostgroups.\n" -msgstr "" -"\n" -"* Izin memberikan akses ke baca, tulis, tambahkan, hapus, baca, cari,\n" -" atau bandingkan.\n" -"* Hak istimewa menggabungkan izin serupa (misalnya semua izin\n" -" diperlukan untuk menambahkan pengguna).\n" -"* Peran memberikan serangkaian hak istimewa kepada pengguna, grup, host, " -"atau grup host.\n" - -#, fuzzy -msgid "" -"\n" -"A permission is made up of a number of different parts:\n" -"\n" -"1. The name of the permission.\n" -"2. The target of the permission.\n" -"3. The rights granted by the permission.\n" -msgstr "" -"\n" -"Izin terdiri dari sejumlah bagian yang berbeda:\n" -"\n" -"1. Nama izin.\n" -"2. Target izin.\n" -"3. Hak yang diberikan oleh izin.\n" - -#, fuzzy -msgid "" -"\n" -"Rights define what operations are allowed, and may be one or more\n" -"of the following:\n" -"1. write - write one or more attributes\n" -"2. read - read one or more attributes\n" -"3. search - search on one or more attributes\n" -"4. compare - compare one or more attributes\n" -"5. add - add a new entry to the tree\n" -"6. delete - delete an existing entry\n" -"7. all - all permissions are granted\n" -msgstr "" -"\n" -"Hak mendefinisikan operasi apa yang diizinkan, dan mungkin satu atau lebih\n" -"berikut ini:\n" -"1. tulis - tulis satu atau beberapa atribut\n" -"2. baca - baca satu atau beberapa atribut\n" -"3. pencarian - cari pada satu atau beberapa atribut\n" -"4. bandingkan - bandingkan satu atau beberapa atribut\n" -"5. tambahkan - tambahkan entri baru ke pohon\n" -"6. hapus - hapus entri yang ada\n" -"7. semua - semua izin diberikan\n" - -#, fuzzy -msgid "" -"\n" -"Note the distinction between attributes and entries. The permissions are\n" -"independent, so being able to add a user does not mean that the user will\n" -"be editable.\n" -msgstr "" -"\n" -"Perhatikan perbedaan antara atribut dan entri. Izinnya adalah\n" -"independen, sehingga dapat menambahkan pengguna tidak berarti bahwa pengguna " -"akan\n" -"bisa diedit.\n" - -#, fuzzy -msgid "" -"\n" -"There are a number of allowed targets:\n" -"1. subtree: a DN; the permission applies to the subtree under this DN\n" -"2. target filter: an LDAP filter\n" -"3. target: DN with possible wildcards, specifies entries permission applies " -"to\n" -msgstr "" -"\n" -"Ada sejumlah target yang diperbolehkan:\n" -"1. subtree: DN; izin berlaku untuk subtree di bawah DN ini\n" -"2. filter target: filter LDAP\n" -"3. target: DN dengan kemungkinan wildcard, menentukan izin entri berlaku " -"untuk\n" - -#, fuzzy -msgid "" -"\n" -"Additionally, there are the following convenience options.\n" -"Setting one of these options will set the corresponding attribute(s).\n" -"1. type: a type of object (user, group, etc); sets subtree and target " -"filter.\n" -"2. memberof: apply to members of a group; sets target filter\n" -"3. targetgroup: grant access to modify a specific group (such as granting\n" -" the rights to manage group membership); sets target.\n" -msgstr "" -"\n" -"Selain itu, ada opsi kenyamanan berikut.\n" -"Pengaturan salah satu opsi ini akan mengatur atribut yang sesuai.\n" -"1. jenis: jenis objek (pengguna, grup, dll); menetapkan subtree dan filter " -"target.\n" -"2. anggota: berlaku untuk anggota grup; menetapkan filter target\n" -"3. targetgroup: memberikan akses untuk memodifikasi grup tertentu (seperti " -"memberikan\n" -" hak untuk mengelola keanggotaan grup); menetapkan target.\n" - -#, fuzzy -msgid "" -"\n" -"Managed permissions\n" -msgstr "" -"\n" -"Izin terkelola\n" - -#, fuzzy -msgid "" -"\n" -"Permissions that come with IPA by default can be so-called \"managed\"\n" -"permissions. These have a default set of attributes they apply to,\n" -"but the administrator can add/remove individual attributes to/from the set.\n" -msgstr "" -"\n" -"Izin yang datang dengan IPA secara default dapat disebut \"dikelola\"\n" -"Izin. Ini memiliki sekumpulan atribut default yang mereka terapkan,\n" -"tetapi administrator dapat menambahkan/menghapus atribut individual ke/dari " -"set.\n" - -#, fuzzy -msgid "" -"\n" -"Deleting or renaming a managed permission, as well as changing its target,\n" -"is not allowed.\n" -msgstr "" -"\n" -"Menghapus atau mengganti nama izin terkelola, serta mengubah targetnya,\n" -"tidak diperbolehkan.\n" - -#, fuzzy -msgid "" -"\n" -" Add a permission that grants the creation of users:\n" -" ipa permission-add --type=user --permissions=add \"Add Users\"\n" -msgstr "" -"\n" -" Tambahkan izin yang memberikan pembuatan pengguna:\n" -" ipa izin-tambah --type=user --permissions=tambahkan \"Tambah Pengguna\"\n" - -#, fuzzy -msgid "" -"\n" -" Add a permission that grants the ability to manage group membership:\n" -" ipa permission-add --attrs=member --permissions=write --type=group " -"\"Manage Group Members\"\n" -msgstr "" -"\n" -" Tambahkan izin yang memberikan kemampuan untuk mengelola keanggotaan grup:\n" -" ipa permission-add --attrs=member --permissions=write --type=group " -"\"Kelola Anggota Grup\"\n" - -msgid "must be enclosed in parentheses" -msgstr "mesti diapit kurung" - -#, fuzzy, python-format -msgid "\"%s\" is not an object type" -msgstr "\"%s\" bukan tipe objek" - -#, fuzzy, python-format -msgid "\"%s\" is not a valid permission type" -msgstr "\"%s\" bukan tipe izin yang valid" - -#, python-format -msgid "Deprecated; use %s" -msgstr "Usang; gunakan %s" - -#, fuzzy, python-format -msgid "Permission with unknown flag %s may not be modified or removed" -msgstr "Izin dengan bendera tidak %s mungkin tidak dimodifikasi atau dihapus" - -#, fuzzy -msgid "A SYSTEM permission may not be modified or removed" -msgstr "Izin SISTEM tidak boleh diubah atau dihapus" - -#, python-format -msgid "Entry %s not found" -msgstr "Entri %s tidak ditemukan" - -#, fuzzy, python-format -msgid "The ACI for permission %(name)s was not found in %(dn)s " -msgstr "ACI untuk izin %(nama)s tidak ditemukan dalam %(dn)s " - -#, fuzzy -msgid "" -"cannot specify full target filter and extra target filter simultaneously" -msgstr "" -"tidak dapat menentukan filter target penuh dan filter target ekstra secara " -"bersamaan" - -#, fuzzy, python-format -msgid "option was renamed; use %s" -msgstr "opsi diganti namanya; gunakan %s" - -#, fuzzy, python-format -msgid "Cannot use %(old_name)s with %(new_name)s" -msgstr "Tidak dapat menggunakan %old_name)s dengan %(new_name)s" - -#, fuzzy, python-format -msgid "%s: group not found" -msgstr "%s: grup tidak ditemukan" - -#, fuzzy -msgid "target and targetgroup are mutually exclusive" -msgstr "target dan kelompok sasaran saling eksklusif" - -#, fuzzy -msgid "subtree and type are mutually exclusive" -msgstr "subtree dan jenis saling eksklusif" - -#, fuzzy -msgid "Bad search filter" -msgstr "Filter pencarian buruk" - -#, python-format -msgid "Entry %s does not exist" -msgstr "Entri %s tidak ada" - -#, fuzzy -msgid "" -"there must be at least one target entry specifier (e.g. target, " -"targetfilter, attrs)" -msgstr "" -"harus ada setidaknya satu target entry specifier (misalnya target, " -"targetfilter, attrs)" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added permission \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "attrs and included attributes are mutually exclusive" -msgstr "attrs dan atribut yang disertakan saling eksklusif" - -#, fuzzy, python-format -msgid "Cannot store permission ACI to %s" -msgstr "Tak bisa menyimpan ijin ACI untuk %s" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted permission \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "cannot delete managed permissions" -msgstr "tidak dapat menghapus izin terkelola" - -#, fuzzy, python-format -#| msgid "ACI with name \"%s\" not found" -msgid "ACI of permission %s was not found" -msgstr "ACI dengan nama \"%s\" tidak ditemukan" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified permission \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "cannot rename managed permissions" -msgstr "tidak dapat mengganti nama izin terkelola" - -#, fuzzy -msgid "not modifiable on managed permissions" -msgstr "tidak dapat diubah pada izin terkelola" - -#, fuzzy -msgid "only available on managed permissions" -msgstr "hanya tersedia pada izin terkelola" - -#, fuzzy -msgid "attrs and included/excluded attributes are mutually exclusive" -msgstr "attrs dan atribut yang disertakan/dikecualikan saling eksklusif" - -#, fuzzy -msgid "cannot set bindtype for a permission that is assigned to a privilege" -msgstr "" -"tidak dapat menyetel tipe bind untuk izin yang ditetapkan ke hak istimewa" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d permission matched" -msgid_plural "%(count)d permissions matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "" -"\n" -"IPA servers\n" -msgstr "" -"\n" -"Server IPA\n" - -#, fuzzy -msgid "" -"\n" -"Get information about installed IPA servers.\n" -msgstr "" -"\n" -"Dapatkan informasi tentang server IPA yang terinstal.\n" - -#, fuzzy -msgid "" -"\n" -" Find all servers:\n" -" ipa server-find\n" -msgstr "" -"\n" -" Temukan semua server:\n" -" ipa server-find\n" - -#, fuzzy -msgid "" -"\n" -" Show specific server:\n" -" ipa server-show ipa.example.com\n" -msgstr "" -"\n" -" Tampilkan peladen tertentu:\n" -" ipa server-show ipa.example.com\n" - -#, fuzzy -msgid "server" -msgstr "server" - -#, fuzzy -msgid "servers" -msgstr "Untuk Server" - -#, fuzzy -msgid "IPA Servers" -msgstr "Peladen IPA" - -#, fuzzy -msgid "Server location" -msgstr "Lokasi server" - -#, fuzzy -msgid "Service weight" -msgstr "Bobot layanan" - -#, fuzzy -msgid "Weight for server services" -msgstr "Bobot untuk layanan server" - -#, fuzzy -msgid "Service relative weight" -msgstr "Berat relatif layanan" - -#, fuzzy -msgid "Relative weight for server services (counts per location)" -msgstr "Berat relatif untuk layanan server (dihitung per lokasi)" - -#, fuzzy -msgid "Enabled server roles" -msgstr "Peran server yang diaktifkan" - -#, fuzzy -msgid "List of enabled roles" -msgstr "Daftar peran yang diaktifkan" - -#, fuzzy -msgid "Modify information about an IPA server." -msgstr "Mengubah informasi tentang peladen IPA." - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified IPA server \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d IPA server matched" -msgid_plural "%(count)d IPA servers matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted IPA server \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "Ignore topology errors" -msgstr "Abaikan kesalahan topologi" - -#, fuzzy -msgid "Ignore topology connectivity problems after removal" -msgstr "Abaikan masalah konektivitas topologi setelah penghapusan" - -#, fuzzy -msgid "Ignore check for last remaining CA or DNS server" -msgstr "Abaikan pemeriksaan untuk server CA atau DNS terakhir yang tersisa" - -#, fuzzy -msgid "Skip a check whether the last CA master or DNS server is removed" -msgstr "Melewati pemeriksaan apakah master CA atau server DNS terakhir dihapus" - -#, fuzzy -msgid "Force server removal" -msgstr "Paksa penghapusan server" - -#, fuzzy -msgid "Force server removal even if it does not exist" -msgstr "Paksa penghapusan server bahkan jika tidak ada" - -#, fuzzy -msgid "" -"Replica is active DNSSEC key master. Uninstall could break your DNS system. " -"Please disable or replace DNSSEC key master first." -msgstr "" -"Replica adalah master kunci DNSSEC aktif. Uninstall bisa merusak sistem DNS " -"Anda. Silakan nonaktifkan atau ganti master kunci DNSSEC terlebih dahulu." - -#, fuzzy -msgid "Deleting this server will leave your installation without a DNS." -msgstr "Menghapus peladen ini akan meninggalkan instalasi Anda tanpa DNS." - -#, fuzzy -msgid "" -"Deleting this server is not allowed as it would leave your installation " -"without a KRA." -msgstr "" -"Menghapus peladen ini tidak diperbolehkan karena akan meninggalkan instalasi " -"Anda tanpa KRA." - -#, fuzzy -msgid "" -"Deleting this server is not allowed as it would leave your installation " -"without a CA." -msgstr "" -"Menghapus peladen ini tidak diperbolehkan karena akan meninggalkan instalasi " -"Anda tanpa CA." - -#, fuzzy -msgid "Ignoring these warnings and proceeding with removal" -msgstr "Mengabaikan peringatan ini dan melanjutkan dengan penghapusan" - -#, fuzzy, python-format -msgid "" -"Failed to clean memberPrincipal %(principal)s from s4u2proxy entry %(dn)s: " -"%(err)s" -msgstr "" -"Gagal membersihkan memberPrincipal %(principal)s dari s4u2proxy entry %(dn)s:" -" %(err)s" - -#, fuzzy, python-format -msgid "Failed to clean up DNA hostname entries for %(master)s: %(err)s" -msgstr "Gagal membersihkan entri nama host DNA untuk %(master)s: %(err)s" - -#, fuzzy, python-format -msgid "Failed to remove server %(master)s from server list: %(err)s" -msgstr "Gagal menghapus peladen %(master)s dari daftar peladen: %(err)s" - -#, fuzzy, python-format -msgid "Failed to clean up Custodia keys for %(master)s: %(err)s" -msgstr "Gagal membersihkan kunci Kustodian untuk %(master)s: %(err)s" - -#, fuzzy, python-format -msgid "Failed to cleanup server principals/keys: %(err)s" -msgstr "Gagal membersihkan prinsip/kunci server: %(err)s" - -#, fuzzy, python-format -msgid "Failed to cleanup %(hostname)s DNS entries: %(err)s" -msgstr "Gagal membersihkan entri DNS %(hostname): %(err)s" - -#, fuzzy -msgid "You may need to manually remove them from the tree" -msgstr "Anda mungkin perlu menghapusnya secara manual dari pohon" - -#, fuzzy, python-format -msgid "Forcing removal of %(hostname)s" -msgstr "Memaksa penghapusan %(hostname)s" - -#, fuzzy -msgid "Ignoring topology connectivity errors." -msgstr "Mengabaikan kesalahan konektivitas topologi." - -#, fuzzy -msgid "Server has already been deleted" -msgstr "Server telah dihapus" - -#, fuzzy -msgid "Agreements deleted" -msgstr "Perjanjian dihapus" - -#, fuzzy -msgid "Following segments were not deleted:" -msgstr "Segmen berikut tidak dihapus:" - -#, fuzzy, python-format -msgid "must be \"%s\"" -msgstr "harus \"%s\"" - -#, fuzzy -msgid "not allowed to perform server connection check" -msgstr "tidak diperbolehkan melakukan pemeriksaan sambungan peladen" - -#, fuzzy -msgid "Set enabled/hidden state of a server." -msgstr "Setel status server yang diaktifkan/tersembunyi." - -#, fuzzy -msgid "State" -msgstr "Status" - -#, fuzzy -msgid "Server state" -msgstr "Status server" - -#, python-format -msgid "Changed server state of \"%(value)s\"." -msgstr "Mengubah keadaan server \"%(value)s\"." - -#, fuzzy -msgid "Cannot hide CA renewal master." -msgstr "Tak bisa menyembunyikan master perpanjangan CA." - -#, fuzzy -msgid "Cannot hide DNSSec key master." -msgstr "Tak bisa menyembunyikan master kunci DNSSec." - -#, fuzzy, python-format -msgid "Cannot hide last enabled %(name)s server." -msgstr "Tak bisa menyembunyikan peladen %(nama) yang terakhir difungsikan." - -#, fuzzy -msgid "self service permission" -msgstr "izin layanan mandiri" - -#, fuzzy -msgid "self service permissions" -msgstr "izin layanan mandiri" - -#, fuzzy -msgid "Self Service Permissions" -msgstr "Izin Layanan Mandiri" - -#, fuzzy -msgid "Self Service Permission" -msgstr "Izin Layanan Mandiri" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added selfservice \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted selfservice \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified selfservice \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d selfservice matched" -msgid_plural "%(count)d selfservices matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "" -"\n" -"IPA server roles\n" -msgstr "" -"\n" -"Peran server IPA\n" - -#, fuzzy -msgid "" -"\n" -"Get status of roles (DNS server, CA, etc.) provided by IPA masters.\n" -msgstr "" -"\n" -"Dapatkan status peran (server DNS, CA, dll.) yang disediakan oleh master IPA." -"\n" - -#, fuzzy -msgid "" -"\n" -"The status of a role is either enabled, configured, or absent.\n" -msgstr "" -"\n" -"Status peran diaktifkan, dikonfigurasi, atau tidak ada.\n" - -#, fuzzy -msgid "" -"\n" -" Show status of 'DNS server' role on a server:\n" -" ipa server-role-show ipa.example.com \"DNS server\"\n" -msgstr "" -"\n" -" Tampilkan status peran 'server DNS' di server:\n" -" ipa server-role-show ipa.example.com \"Server DNS\"\n" - -#, fuzzy -msgid "" -"\n" -" Show status of all roles containing 'AD' on a server:\n" -" ipa server-role-find --server ipa.example.com --role=\"AD trust " -"controller\"\n" -msgstr "" -"\n" -" Tampilkan status semua peran yang berisi 'AD' di server:\n" -" ipa server-role-find --server ipa.example.com --role=\"AD trust " -"controller\"\n" - -#, fuzzy -msgid "" -"\n" -" Show status of all configured roles on a server:\n" -" ipa server-role-find ipa.example.com\n" -msgstr "" -"\n" -" Tampilkan status semua peran yang dikonfigurasi pada sebuah peladen:\n" -" ipa server-role-find ipa.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Show implicit IPA master role:\n" -" ipa server-role-find --include-master\n" -msgstr "" -"\n" -" Tampilkan peran master IPA implisit:\n" -" ipa server-role-find --include-master\n" - -#, fuzzy -msgid "server role" -msgstr "peran server" - -#, fuzzy -msgid "server roles" -msgstr "peran server" - -#, fuzzy -msgid "IPA Server Roles" -msgstr "Peran Server IPA" - -#, fuzzy -msgid "IPA Server Role" -msgstr "Peran Server IPA" - -#, fuzzy -msgid "IPA server role name" -msgstr "Nama peran server IPA" - -#, fuzzy -msgid "Role status" -msgstr "Status peran" - -#, fuzzy -msgid "Status of the role" -msgstr "Status peran" - -#, fuzzy -msgid "Show role status on a server" -msgstr "Tampilkan status peran pada server" - -#, fuzzy -msgid "Find a server role on a server(s)" -msgstr "Menemukan peran server di server" - -#, python-format -msgid "%(count)s server role matched" -msgid_plural "%(count)s server roles matched" -msgstr[0] "%(count)s peran server cocok" - -#, fuzzy -msgid "Include IPA master entries" -msgstr "Sertakan entri master IPA" - -#, fuzzy -msgid "IPA role name" -msgstr "Nama peran IPA" - -#, fuzzy -msgid "" -"\n" -"Cross-realm trusts\n" -"\n" -"Manage trust relationship between IPA and Active Directory domains.\n" -"\n" -"In order to allow users from a remote domain to access resources in IPA " -"domain,\n" -"trust relationship needs to be established. Currently IPA supports only " -"trusts\n" -"between IPA and Active Directory domains under control of Windows Server " -"2008\n" -"or later, with functional level 2008 or later.\n" -"\n" -"Please note that DNS on both IPA and Active Directory domain sides should " -"be\n" -"configured properly to discover each other. Trust relationship relies on\n" -"ability to discover special resources in the other domain via DNS records.\n" -"\n" -"Examples:\n" -"\n" -"1. Establish cross-realm trust with Active Directory using AD administrator\n" -" credentials:\n" -"\n" -" ipa trust-add --type=ad --admin --password\n" -"\n" -"2. List all existing trust relationships:\n" -"\n" -" ipa trust-find\n" -"\n" -"3. Show details of the specific trust relationship:\n" -"\n" -" ipa trust-show \n" -"\n" -"4. Delete existing trust relationship:\n" -"\n" -" ipa trust-del \n" -"\n" -"Once trust relationship is established, remote users will need to be mapped\n" -"to local POSIX groups in order to actually use IPA resources. The mapping\n" -"should be done via use of external membership of non-POSIX group and then\n" -"this group should be included into one of local POSIX groups.\n" -"\n" -"Example:\n" -"\n" -"1. Create group for the trusted domain admins' mapping and their local " -"POSIX\n" -"group:\n" -"\n" -" ipa group-add --desc=' admins external map' " -"ad_admins_external --external\n" -" ipa group-add --desc=' admins' ad_admins\n" -"\n" -"2. Add security identifier of Domain Admins of the to the\n" -" ad_admins_external group:\n" -"\n" -" ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Allow members of ad_admins_external group to be associated with\n" -" ad_admins POSIX group:\n" -"\n" -" ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. List members of external members of ad_admins_external group to see\n" -" their SIDs:\n" -"\n" -" ipa group-show ad_admins_external\n" -"\n" -"\n" -"GLOBAL TRUST CONFIGURATION\n" -"\n" -"When IPA AD trust subpackage is installed and ipa-adtrust-install is run, a\n" -"local domain configuration (SID, GUID, NetBIOS name) is generated. These\n" -"identifiers are then used when communicating with a trusted domain of the\n" -"particular type.\n" -"\n" -"1. Show global trust configuration for Active Directory type of trusts:\n" -"\n" -" ipa trustconfig-show --type ad\n" -"\n" -"2. Modify global configuration for all trusts of Active Directory type and " -"set\n" -" a different fallback primary group (fallback primary group GID is used as " -"a\n" -" primary user GID if user authenticating to IPA domain does not have any\n" -" other primary GID already set):\n" -"\n" -" ipa trustconfig-mod --type ad --fallback-primary-group \"another AD group" -"\"\n" -"\n" -"3. Change primary fallback group back to default hidden group (any group " -"with\n" -" posixGroup object class is allowed):\n" -"\n" -" ipa trustconfig-mod --type ad --fallback-primary-group \"Default SMB Group" -"\"\n" -msgstr "" -"\n" -"Kepercayaan lintas alam\n" -"\n" -"Mengelola hubungan kepercayaan antara IPA dan domain Active Directory.\n" -"\n" -"Untuk memperbolehkan pengguna dari domain jarak jauh mengakses sumber daya " -"di domain IPA,\n" -"hubungan kepercayaan perlu dikumantapkan. Saat ini IPA hanya mendukung " -"kepercayaan\n" -"antara domain IPA dan Active Directory di bawah kendali Windows Server 2008\n" -"atau lebih baru, dengan tingkat fungsional 2008 atau yang lebih baru.\n" -"\n" -"Harap dicatat bahwa DNS di sisi domain IPA dan Active Directory harus\n" -"dikonfigurasi dengan benar untuk menemukan satu sama lain. Hubungan " -"kepercayaan bergantung pada\n" -"kemampuan untuk menemukan sumber daya khusus di domain lain melalui catatan " -"DNS.\n" -"\n" -"Contoh:\n" -"\n" -"1. Membangun kepercayaan lintas alam dengan Direktori Aktif menggunakan " -"administrator AD\n" -" Kredensial:\n" -"\n" -"ipa trust-add --type=ad --admin --password\n" -"\n" -"2. Daftar semua hubungan kepercayaan yang ada:\n" -"\n" -"ipa trust-find\n" -"\n" -"3. Tampilkan detail hubungan kepercayaan tertentu:\n" -"\n" -"Pertunjukkan kepercayaan ipa \n" -"\n" -"4. Hapus hubungan kepercayaan yang ada:\n" -"\n" -"ipa trust-del \n" -"\n" -"Setelah hubungan kepercayaan terjalin, pengguna jarak jauh harus dipetakan\n" -"kepada grup POSIX lokal untuk benar-benar menggunakan sumber daya IPA. " -"Pemetaan\n" -"harus dilakukan melalui penggunaan keanggotaan eksternal grup non-POSIX dan " -"kemudian\n" -"kelompok ini harus dimasukkan ke dalam salah satu kelompok POSIX lokal.\n" -"\n" -"Contoh:\n" -"\n" -"1. Buat grup untuk pemetaan admin domain tepercaya dan POSIX lokal mereka\n" -"Kelompok:\n" -"\n" -"ipa group-add --desc=' admin peta eksternal' ad_admins_external --" -"external\n" -" ipa group-add --desc=' ad_admins\n" -"\n" -"2. Tambahkan pengidentifikasi keamanan Admin Domain ke\n" -" ad_admins_external grup:\n" -"\n" -"ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n" -"\n" -"3. Mengizinkan anggota ad_admins_external grup untuk dikaitkan dengan\n" -" ad_admins POSIX:\n" -"\n" -"ipa group-add-member ad_admins --groups ad_admins_external\n" -"\n" -"4. Daftar anggota anggota eksternal ad_admins_external untuk melihat\n" -" SID mereka:\n" -"\n" -"Acara grup ipa ad_admins_external\n" -"\n" -"KONFIGURASI KEPERCAYAAN GLOBAL\n" -"\n" -"Ketika subpackage kepercayaan IPA AD diinstal dan ipa-adtrust-install " -"dijalankan,\n" -"konfigurasi domain lokal (SID, GUID, nama NetBIOS) dihasilkan. Ini\n" -"kemudian digunakan saat berkomunikasi dengan domain tepercaya\n" -"tipe tertentu.\n" -"\n" -"1. Tampilkan konfigurasi kepercayaan global untuk jenis kepercayaan Active " -"Directory:\n" -"\n" -"ipa trustconfig-show --type iklan\n" -"\n" -"2. Ubah konfigurasi global untuk semua kepercayaan jenis dan set Active " -"Directory\n" -" grup utama fallback yang berbeda (fallback primary group GID digunakan " -"sebagai\n" -" GID pengguna utama jika pengguna yang mengautentikasi ke domain IPA tidak " -"memiliki\n" -" GID primer lainnya sudah ditetapkan):\n" -"\n" -"ipa trustconfig-mod --type iklan --fallback-primary-group \"grup AD lain\"\n" -"\n" -"3. Ubah grup mundur utama kembali ke grup tersembunyi default (grup dengan\n" -" kelas objek posixGroup diperbolehkan):\n" -"\n" -"ipa trustconfig-mod --type iklan --fallback-primary-group \"Grup SMB " -"Default\"\n" -"" -"\n" - -#, fuzzy, python-format -msgid "" -" Alternatively, following servers are capable of running this command: " -"%(masters)s" -msgstr " Atau, peladen berikut ini mampu menjalankan perintah ini: %(masters)s" - -#, fuzzy -msgid "AD Trust setup" -msgstr "Penyetelan Kepercayaan Iklan" - -#, fuzzy -msgid "" -"Cannot perform the selected command without Samba 4 support installed. Make " -"sure you have installed server-trust-ad sub-package of IPA." -msgstr "" -"Tak bisa menjalankan perintah terpilih tanpa terinstal dukungan Samba 4. " -"Pastikan Anda telah menginstal sub-paket IPA server-trust-ad." - -#, fuzzy -msgid "" -"Cannot perform the selected command without Samba 4 instance configured on " -"this machine. Make sure you have run ipa-adtrust-install on this server." -msgstr "" -"Tak bisa menjalankan perintah yang dipilih tanpa instance Samba 4 yang " -"dikonfigurasi pada mesin ini. Pastikan Anda telah menjalankan ipa-adtrust-" -"install pada peladen ini." - -#, fuzzy -msgid "" -"Fetching domains from trusted forest failed. See details in the error_log" -msgstr "" -"Gagal mengambil domain dari hutan tepercaya. Lihat detail dalam error_log" - -#, fuzzy -msgid "trust" -msgstr "kepercayaan" - -#, fuzzy -msgid "trusts" -msgstr "" -"Jika Anda tidak menggunakan fitur keamanan berbasis Kerberos, sangat penting " -"untuk memastikan bahwa hanya mesin-mesin yang diizinkan untuk menggunakan " -"NFS dapat terhubung ke berbagai server RPC yang diperlukan, karena protokol " -"dasar mempercayai data yang diterima dari jaringan. Firewall juga harus " -"memblokir IP spoofing untuk mencegah mesin di luar dari " -"bertindak sebagai seolah di dalam, dan akses ke port yang sesuai harus " -"dibatasi hanya untuk mesin-mesin yang memang akan mengakses share NFS." - -#, fuzzy -msgid "Trust" -msgstr "Percaya" - -#, fuzzy -msgid "SID blocklist incoming" -msgstr "Daftar blokir SID masuk" - -#, fuzzy -msgid "SID blocklist outgoing" -msgstr "Sid blocklist keluar" - -#, fuzzy -msgid "UPN suffixes" -msgstr "Akhiran UPN" - -#, fuzzy, python-brace-format -msgid "invalid SID: {SID}" -msgstr "SID tidak valid: {SID}" - -#, fuzzy -msgid "" -"\n" -"Add new trust to use.\n" -"\n" -"This command establishes trust relationship to another domain\n" -"which becomes 'trusted'. As result, users of the trusted domain\n" -"may access resources of this domain.\n" -"\n" -"Only trusts to Active Directory domains are supported right now.\n" -"\n" -"The command can be safely run multiple times against the same domain,\n" -"this will cause change to trust relationship credentials on both\n" -"sides.\n" -"\n" -"Note that if the command was previously run with a specific range type,\n" -"or with automatic detection of the range type, and you want to configure a\n" -"different range type, you may need to delete first the ID range using\n" -"ipa idrange-del before retrying the command with the desired range type.\n" -" " -msgstr "" -"\n" -"Tambahkan kepercayaan baru untuk digunakan.\n" -"\n" -"Perintah ini menetapkan hubungan kepercayaan ke domain lain\n" -"yang menjadi 'terpercaya'. Akibatnya, pengguna domain tepercaya\n" -"dapat mengakses sumber daya domain ini.\n" -"\n" -"Hanya kepercayaan ke domain Active Directory yang didukung saat ini.\n" -"\n" -"Perintah dapat dijalankan dengan aman beberapa kali terhadap domain yang " -"sama,\n" -"ini akan menyebabkan perubahan pada kredensial hubungan kepercayaan pada " -"keduanya\n" -"Sisi.\n" -"\n" -"Perhatikan bahwa jika perintah sebelumnya dijalankan dengan tipe rentang " -"tertentu,\n" -"atau dengan deteksi otomatis dari tipe rentang, dan Anda ingin " -"mengonfigurasi\n" -"rentang yang berbeda, Anda mungkin perlu menghapus terlebih dahulu rentang " -"ID menggunakan\n" -"ipa idrange-del sebelum mencoba kembali perintah dengan tipe rentang yang " -"diinginkan.\n" -" " - -#, fuzzy -msgid "Type of trusted domain ID range, one of allowed values" -msgstr "Tipe rentang ID domain tepercaya, salah satu nilai yang diperbolehkan" - -#, fuzzy -msgid "External trust" -msgstr "Kepercayaan eksternal" - -#, fuzzy -msgid "" -"Establish external trust to a domain in another forest. The trust is not " -"transitive beyond the domain." -msgstr "" -"Membangun kepercayaan eksternal ke domain di hutan lain. Kepercayaan tidak " -"transitif di luar domain." - -#, fuzzy, python-format -msgid "Added Active Directory trust for realm \"%(value)s\"" -msgstr "Menambahkan kepercayaan Active Directory untuk dunia \"%(value)s\"" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Re-established trust to domain \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "missing base_id" -msgstr "hilang base_id" - -#, fuzzy -msgid "pysss_murmur is not available on the server and no base-id is given." -msgstr "" -"pysss_murmur tidak tersedia di server dan tidak ada base-id yang diberikan." - -#, fuzzy -msgid "trust type" -msgstr "tipe kepercayaan" - -#, fuzzy -msgid "only \"ad\" is supported" -msgstr "hanya \"iklan\" yang didukung" - -#, fuzzy -msgid "domain" -msgstr "Domain" - -#, fuzzy -msgid "" -"Cannot establish a trust to AD deployed in the same domain as IPA. Such " -"setup is not supported." -msgstr "" -"Tidak dapat membangun kepercayaan ke AD yang digunakan di domain yang sama " -"dengan IPA. Pengaturan semacam itu tidak didukung." - -#, fuzzy -msgid "Realm-domain mismatch" -msgstr "Realm-domain tidak cocok" - -#, fuzzy -msgid "" -"To establish trust with Active Directory, the domain name and the realm name " -"of the IPA server must match" -msgstr "" -"Untuk membangun kepercayaan dengan Direktori Aktif, nama domain dan nama " -"ranah server IPA harus cocok" - -#, fuzzy, python-format -msgid "" -"Trusted domain %(domain)s is included among IPA realm domains. It needs to " -"be removed prior to establishing the trust. See the \"ipa realmdomains-mod --" -"del-domain\" command." -msgstr "" -"Domain terpercaya %(domain)s disertakan di antara domain ranah IPA. Ini " -"perlu dihapus sebelum membangun kepercayaan. Lihat perintah \"ipa " -"realmdomains-mod --del-domain\"." - -#, fuzzy -msgid "Trusted domain and administrator account use different realms" -msgstr "Domain tepercaya dan akun administrator menggunakan alam yang berbeda" - -#, fuzzy -msgid "Realm administrator password should be specified" -msgstr "Kata sandi administrator kerajaan harus ditentukan" - -#, fuzzy -msgid "id range type" -msgstr "tipe rentang id" - -#, fuzzy -msgid "" -"Only the ipa-ad-trust and ipa-ad-trust-posix are allowed values for --range-" -"type when adding an AD trust." -msgstr "" -"Hanya ipa-ad-trust dan ipa-ad-trust-posix yang diperbolehkan nilai untuk " -"--range-type saat menambahkan kepercayaan AD." - -#, fuzzy -msgid "id range" -msgstr "rentang id" - -#, fuzzy -msgid "" -"An id range already exists for this trust. You should either delete the old " -"range, or exclude --base-id/--range-size options from the command." -msgstr "" -"Rentang id sudah ada untuk kepercayaan ini. Anda harus menghapus rentang " -"lama, atau mengecualikan opsi --base-id/--range-size dari perintah." - -#, fuzzy -msgid "range exists" -msgstr "rentang ada" - -#, fuzzy -msgid "" -"ID range with the same name but different domain SID already exists. The ID " -"range for the new trusted domain must be created manually." -msgstr "" -"Rentang ID dengan nama yang sama tetapi sid domain yang berbeda sudah ada. " -"Rentang ID untuk domain tepercaya baru harus dibuat secara manual." - -#, fuzzy -msgid "range type change" -msgstr "perubahan tipe rentang" - -#, fuzzy -msgid "" -"ID range for the trusted domain already exists, but it has a different type. " -"Please remove the old range manually, or do not enforce type via --range-" -"type option." -msgstr "" -"Rentang ID untuk domain tepercaya sudah ada, tetapi memiliki tipe yang " -"berbeda. Silakan hapus rentang lama secara manual, atau jangan terapkan tipe " -"melalui pilihan --range-type." - -#, fuzzy, python-brace-format -msgid "Unable to resolve domain controller for {domain} domain. " -msgstr "Tak bisa mengatasi kontroler domain untuk {domain} domain. " - -#, fuzzy -msgid "" -"Forward policy is defined for it in IPA DNS, perhaps forwarder points to " -"incorrect host?" -msgstr "" -"Kebijakan penerusan didefinisikan untuk itu di IPA DNS, mungkin forwarder " -"poin ke host yang salah?" - -#, fuzzy, python-brace-format -msgid "" -"IPA manages DNS, please verify your DNS configuration and make sure that " -"service records of the '{domain}' domain can be resolved. Examples how to " -"configure DNS with CLI commands or the Web UI can be found in the " -"documentation. " -msgstr "" -"IPA mengelola DNS, silakan verifikasi konfigurasi DNS Anda dan pastikan " -"bahwa catatan layanan domain '{domain}' dapat diatasi. Contoh cara " -"mengonfigurasi DNS dengan perintah CLI atau UI Web dapat ditemukan dalam " -"dokumentasi. " - -#, fuzzy, python-brace-format -msgid "" -"Since IPA does not manage DNS records, ensure DNS is configured to resolve " -"'{domain}' domain from IPA hosts and back." -msgstr "" -"Karena IPA tidak mengelola catatan DNS, pastikan DNS dikonfigurasi untuk " -"mengatasi domain '{domain}' dari host IPA dan kembali." - -#, fuzzy -msgid "Unable to verify write permissions to the AD" -msgstr "Tak bisa memverifikasi ijin tulis ke AD" - -#, fuzzy -msgid "Not enough arguments specified to perform trust setup" -msgstr "" -"Tidak cukup argumen yang ditentukan untuk melakukan penyetelan kepercayaan" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Deleted trust \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "" -"\n" -" Modify a trust (for future use).\n" -"\n" -" Currently only the default option to modify the LDAP attributes is\n" -" available. More specific options will be added in coming releases.\n" -" " -msgstr "" -"\n" -" Mengubah kepercayaan (untuk penggunaan di masa mendatang).\n" -"\n" -"Saat ini hanya opsi default untuk mengubah atribut LDAP\n" -" Tersedia. Opsi yang lebih spesifik akan ditambahkan dalam rilis " -"mendatang.\n" -" " - -#, fuzzy, python-format -msgid "Modified trust \"%(value)s\" (change will be effective in 60 seconds)" -msgstr "" -"Kepercayaan yang dimodifikasi \"%(nilai) s\" (perubahan akan efektif dalam " -"60 detik)" - -#, fuzzy, python-format -#| msgid "%(count)d host matched" -#| msgid_plural "%(count)d hosts matched" -msgid "%(count)d trust matched" -msgid_plural "%(count)d trusts matched" -msgstr[0] "%(count)d host sesuai" - -#, fuzzy -msgid "trust configuration" -msgstr "konfigurasi kepercayaan" - -#, fuzzy -msgid "Global Trust Configuration" -msgstr "Konfigurasi Kepercayaan Global" - -#, fuzzy -msgid "IPA AD trust agents" -msgstr "Agen kepercayaan IPA AD" - -#, fuzzy -msgid "IPA servers configured as AD trust agents" -msgstr "Server IPA dikonfigurasi sebagai agen kepercayaan AD" - -#, fuzzy -msgid "IPA AD trust controllers" -msgstr "Pengontrol kepercayaan AD IPA" - -#, fuzzy -msgid "IPA servers configured as AD trust controllers" -msgstr "Server IPA dikonfigurasi sebagai pengontrol kepercayaan AD" - -#, fuzzy -msgid "unsupported trust type" -msgstr "tipe kepercayaan yang tidak didukung" - -#, fuzzy, python-format -#| msgid "Modified ACI \"%(value)s\"" -msgid "Modified \"%(value)s\" trust configuration" -msgstr "ACI \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "SID" -msgstr "Sid" - -msgid "sidgen_was_run" -msgstr "sidgen_was_run" - -#, fuzzy -msgid "" -"This command relies on the existence of the \"editors\" group, but this " -"group was not found." -msgstr "" -"Perintah ini bergantung pada keberadaan grup \"editor\", tetapi kelompok ini " -"tidak ditemukan." - -#, fuzzy -msgid "trust domain" -msgstr "domain kepercayaan" - -#, fuzzy -msgid "trust domains" -msgstr "domain kepercayaan" - -#, fuzzy -msgid "Trusted domains" -msgstr "Domain tepercaya" - -#, fuzzy -msgid "Trusted domain" -msgstr "Domain tepercaya" - -#, fuzzy -msgid "Domain enabled" -msgstr "" -"Domain seperti itu diaktifkan dengan menambahkan nama ke variabel " -"virtual_alias_domains, dan mereferensi berkas pemetaan " -"alamat dalam variabel virtual_alias_maps." - -#, fuzzy, python-format -msgid "Removed information about the trusted domain \"%(value)s\"" -msgstr "Informasi yang dihapus tentang domain tepercaya \"%(value)s\"" - -#, fuzzy -msgid "" -"cannot delete root domain of the trust, use trust-del to delete the trust " -"itself" -msgstr "" -"tidak dapat menghapus domain akar kepercayaan, gunakan trust-del untuk " -"menghapus kepercayaan itu sendiri" - -#, fuzzy -msgid "" -"List of trust domains successfully refreshed. Use trustdomain-find command " -"to list them." -msgstr "" -"Daftar domain kepercayaan berhasil disegarkan. Gunakan perintah trustdomain-" -"find untuk mencantumkannya." - -#, fuzzy -msgid "Configure this server as a trust agent." -msgstr "Konfigurasikan peladen ini sebagai agen kepercayaan." - -#, fuzzy -msgid "Enable support for trusted domains for old clients" -msgstr "Mengaktifkan dukungan untuk domain tepercaya untuk klien lama" - -#, fuzzy -msgid "not allowed to remotely add agent" -msgstr "tidak diperbolehkan untuk menambahkan agen dari jarak jauh" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Enabled trust domain \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "Root domain of the trust is always enabled for the existing trust" -msgstr "Domain akar kepercayaan selalu diaktifkan untuk kepercayaan yang ada" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Disabled trust domain \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "" -"cannot disable root domain of the trust, use trust-del to delete the trust " -"itself" -msgstr "" -"tidak dapat menonaktifkan domain akar kepercayaan, gunakan trust-del untuk " -"menghapus kepercayaan itu sendiri" - -#, fuzzy -#| msgid "Deleted ACI \"%(value)s\"" -msgid "A list of ACI values" -msgstr "ACI \"%(value)s\" telah dihapus" - -#, fuzzy -#| msgid "" -#| "at least one of: type, filter, subtree, targetgroup, attrs or memberof " -#| "are required" -msgid "type, filter, subtree and targetgroup are mutually exclusive" -msgstr "" -"setidaknya diperlukan salah satu dari: type, filter, subtree, targetgroup, " -"attrs atau memberof" - -#, fuzzy -msgid "ACI prefix is required" -msgstr "Prefiks ACI diperlukan" - -msgid "" -"at least one of: type, filter, subtree, targetgroup, attrs or memberof are " -"required" -msgstr "" -"setidaknya diperlukan salah satu dari: type, filter, subtree, targetgroup, " -"attrs atau memberof" - -#, fuzzy -msgid "filter and memberof are mutually exclusive" -msgstr "filter dan memberof saling eksklusif" - -#, fuzzy -msgid "group, permission and self are mutually exclusive" -msgstr "kelompok, izin, dan diri saling eksklusif" - -#, fuzzy -msgid "One of group, permission or self is required" -msgstr "Salah satu kelompok, izin, atau diri diperlukan" - -#, python-format -msgid "Group '%s' does not exist" -msgstr "Grup '%s' tidak ada" - -#, fuzzy -msgid "empty filter" -msgstr "filter kosong" - -#, fuzzy, python-format -msgid "Syntax Error: %(error)s" -msgstr "Galat Sintaks: %(error)s" - -#, fuzzy, python-format -msgid "invalid DN (%s)" -msgstr "DN (%s) tidak valid" - -#, python-format -msgid "ACI with name \"%s\" not found" -msgstr "ACI dengan nama \"%s\" tidak ditemukan" - -#, fuzzy -msgid "ACI object." -msgstr "Objek ACI." - -#, fuzzy -msgid "ACIs" -msgstr "Acis" - -#, python-format -msgid "Created ACI \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dibuat" - -#, python-format -msgid "Deleted ACI \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dihapus" - -#, python-format -msgid "Modified ACI \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dimodifikasi" - -#, python-format -msgid "%(count)d ACI matched" -msgid_plural "%(count)d ACIs matched" -msgstr[0] "%(count)d ACI cocok" - -#, fuzzy, python-format -#| msgid "Created ACI \"%(value)s\"" -msgid "Renamed ACI to \"%(value)s\"" -msgstr "ACI \"%(value)s\" telah dibuat" - -#, fuzzy -msgid "" -"\n" -"Plugin to make multiple ipa calls via one remote procedure call\n" -"\n" -"To run this code in the lite-server\n" -"\n" -"curl -H \"Content-Type:application/json\" -H \"Accept:application/" -"json\" -H \"Accept-Language:en\" --negotiate -u : --cacert /" -"etc/ipa/ca.crt -d @batch_request.json -X POST http://" -"localhost:8888/ipa/json\n" -"\n" -"where the contents of the file batch_request.json follow the below example\n" -"\n" -"{\"method\":\"batch\",\"params\":[[\n" -" {\"method\":\"group_find\",\"params\":[[],{}]},\n" -" {\"method\":\"user_find\",\"params\":[[],{\"whoami\":\"true\",\"all" -"\":\"true\"}]},\n" -" {\"method\":\"user_show\",\"params\":[[\"admin\"],{\"all\":true}]}\n" -" ],{}],\"id\":1}\n" -"\n" -"The format of the response is nested the same way. At the top you will see\n" -" \"error\": null,\n" -" \"id\": 1,\n" -" \"result\": {\n" -" \"count\": 3,\n" -" \"results\": [\n" -"\n" -"\n" -"And then a nested response for each IPA command method sent in the request\n" -"\n" -msgstr "" -"\n" -"Plugin untuk melakukan beberapa panggilan ipa melalui satu panggilan " -"prosedur jarak jauh\n" -"\n" -"Untuk menjalankan kode ini di lite-server\n" -"\n" -"curl -H \"Content-Type:application/json\" -H \"Accept:application/json\" -H " -"\"Accept-Language:en\" --negosiasi -u : --cacert /etc/ipa/ca.crt -d @" -"batch_request.json -X POST http://localhost:8888/ipa/json\n" -"\n" -"di mana konten file akan batch_request.json mengikuti contoh di bawah ini\n" -"\n" -"{\"method\":\"batch\",\"params\":[[\n" -" {\"method\":\"group_find\",\"params\":[[[],{}]},\n" -" {\"method\":\"user_find\",\"params\":[[[],{\"whoami\":\"true\",\"all" -"\":\"true\"}]},\n" -" {\"method\":\"user_show\",\"params\":[[\"admin\"],{\"all\":true}]}\n" -" ],{}],\"id\":1}\n" -"\n" -"Format respons ditumpuk dengan cara yang sama. Di bagian atas Anda akan " -"melihat\n" -" \"kesalahan\": null,\n" -" \"id\": 1,\n" -" \"hasil\": {\n" -" \"hitung\": 3,\n" -" \"hasil\": [\n" -"\n" -"Lalu respons bertumpuk untuk setiap metode perintah IPA yang dikirim dalam " -"permintaan\n" -"\n" - -#, fuzzy -msgid "Make multiple ipa calls via one remote procedure call" -msgstr "" -"Melakukan beberapa panggilan ipa melalui satu panggilan prosedur jarak jauh" - -#, fuzzy -msgid "must contain a tuple (list, dict)" -msgstr "harus berisi tuple (daftar, dict)" - -#, fuzzy -msgid "" -"\n" -"Certificate Identity Mapping\n" -msgstr "" -"\n" -"Pemetaan Identitas Sertifikat\n" - -#, fuzzy -msgid "" -"\n" -"Manage Certificate Identity Mapping configuration and rules.\n" -msgstr "" -"\n" -"Mengelola konfigurasi dan aturan Pemetaan Identitas Sertifikat.\n" - -#, fuzzy -msgid "" -"\n" -"IPA supports the use of certificates for authentication. Certificates can\n" -"either be stored in the user entry (full certificate in the usercertificate\n" -"attribute), or simply linked to the user entry through a mapping.\n" -"This code enables the management of the rules allowing to link a\n" -"certificate to a user entry.\n" -msgstr "" -"\n" -"IPA mendukung penggunaan sertifikat untuk otentikasi. Sertifikat bisa\n" -"disimpan dalam entri pengguna (sertifikat lengkap dalam usercertificate\n" -"atribut), atau cukup ditautkan ke entri pengguna melalui pemetaan.\n" -"Kode ini memungkinkan pengelolaan aturan yang memungkinkan untuk menautkan\n" -"sertifikat ke entri pengguna.\n" - -#, fuzzy -msgid "" -"\n" -" Display the Certificate Identity Mapping global configuration:\n" -" ipa certmapconfig-show\n" -msgstr "" -"\n" -" Tampilkan konfigurasi global Pemetaan Identitas Sertifikat:\n" -" ipa certmapconfig-show\n" - -#, fuzzy -msgid "" -"\n" -" Modify Certificate Identity Mapping global configuration:\n" -" ipa certmapconfig-mod --promptusername=TRUE\n" -msgstr "" -"\n" -" Ubah konfigurasi global Pemetaan Identitas Sertifikat:\n" -" ipa certmapconfig-mod --promptusername=TRUE\n" - -#, fuzzy -msgid "" -"\n" -" Create a new Certificate Identity Mapping Rule:\n" -" ipa certmaprule-add rule1 --desc=\"Link certificate with subject and " -"issuer\"\n" -msgstr "" -"\n" -" Buat Aturan Pemetaan Identitas Sertifikat baru:\n" -" ipa certmaprule-add rule1 --desc=\"Sertifikat tautan dengan subjek dan " -"penerbit\"\n" - -#, fuzzy -msgid "" -"\n" -" Modify a Certificate Identity Mapping Rule:\n" -" ipa certmaprule-mod rule1 --maprule=\"\"\n" -msgstr "" -"\n" -" Mengubah Aturan Pemetaan Identitas Sertifikat:\n" -" ipa certmaprule-mod aturan1 --maprule=\"\"\n" -"\n" - -#, fuzzy -msgid "" -"\n" -" Disable a Certificate Identity Mapping Rule:\n" -" ipa certmaprule-disable rule1\n" -msgstr "" -"\n" -" Nonaktifkan Aturan Pemetaan Identitas Sertifikat:\n" -" ipa certmaprule-nonaktifkan aturan1\n" - -#, fuzzy -msgid "" -"\n" -" Enable a Certificate Identity Mapping Rule:\n" -" ipa certmaprule-enable rule1\n" -msgstr "" -"\n" -" Aktifkan Aturan Pemetaan Identitas Sertifikat:\n" -" aturan ipa certmaprule-enable1\n" - -#, fuzzy -msgid "" -"\n" -" Display information about a Certificate Identity Mapping Rule:\n" -" ipa certmaprule-show rule1\n" -msgstr "" -"\n" -" Tampilkan informasi tentang Aturan Pemetaan Identitas Sertifikat:\n" -" ipa certmaprule-show aturan1\n" - -#, fuzzy -msgid "" -"\n" -" Find all Certificate Identity Mapping Rules with the specified domain:\n" -" ipa certmaprule-find --domain example.com\n" -msgstr "" -"\n" -" Temukan semua Aturan Pemetaan Identitas Sertifikat dengan domain yang " -"ditentukan:\n" -" ipa certmaprule-find --domain example.com\n" - -#, fuzzy -msgid "" -"\n" -" Delete a Certificate Identity Mapping Rule:\n" -" ipa certmaprule-del rule1\n" -msgstr "" -"\n" -" Menghapus Aturan Pemetaan Identitas Sertifikat:\n" -" aturan ipa certmaprule-del1\n" - -#, fuzzy, python-format -msgid "" -"The domain(s) \"%s\" cannot be used to apply altSecurityIdentities check." -msgstr "" -"Domain \"%s\" tidak dapat digunakan untuk menerapkan pemeriksaan " -"altSecurityIdentities." - -#, fuzzy -msgid "" -"The mapping rule with altSecurityIdentities should be applied to a trusted " -"Active Directory domain but no domain was associated with the rule." -msgstr "" -"Aturan pemetaan dengan altSecurityIdentities harus diterapkan ke domain " -"Direktori Aktif tepercaya tetapi tidak ada domain yang terkait dengan aturan." - -#, fuzzy, python-format -msgid "The domain %s is neither IPA domain nor a trusteddomain." -msgstr "Domain %s bukan domain IPA atau trusteddomain." - -#, fuzzy -msgid "Certificate Identity Mapping configuration options" -msgstr "Opsi konfigurasi Pemetaan Identitas Sertifikat" - -#, fuzzy -msgid "Certificate Identity Mapping Global Configuration" -msgstr "Konfigurasi Global Pemetaan Identitas Sertifikat" - -#, fuzzy -msgid "Prompt for the username" -msgstr "Tanyakan nama pengguna" - -#, fuzzy -msgid "" -"Prompt for the username when multiple identities are mapped to a certificate" -msgstr "" -"Tanyakan nama pengguna ketika beberapa identitas dipetakan ke sertifikat" - -#, fuzzy -msgid "Modify Certificate Identity Mapping configuration." -msgstr "Ubah konfigurasi Pemetaan Identitas Sertifikat." - -#, fuzzy -msgid "Show the current Certificate Identity Mapping configuration." -msgstr "Tampilkan konfigurasi Pemetaan Identitas Sertifikat saat ini." - -#, fuzzy -msgid "Certificate Identity Mapping Rules" -msgstr "Aturan Pemetaan Identitas Sertifikat" - -#, fuzzy -msgid "Certificate Identity Mapping Rule" -msgstr "Aturan Pemetaan Identitas Sertifikat" - -#, fuzzy -msgid "Certificate Identity Mapping Rule name" -msgstr "Nama Aturan Pemetaan Identitas Sertifikat" - -#, fuzzy -msgid "Certificate Identity Mapping Rule description" -msgstr "Deskripsi Aturan Pemetaan Identitas Sertifikat" - -#, fuzzy -msgid "Mapping rule" -msgstr "Aturan pemetaan" - -#, fuzzy -msgid "Rule used to map the certificate with a user entry" -msgstr "Aturan yang digunakan untuk memetakan sertifikat dengan entri pengguna" - -#, fuzzy -msgid "Matching rule" -msgstr "" -"Pengaturan bank menunjukkan direktori di mana cadangan " -"disimpan. Pengaturan exclude memungkinkan Anda untuk " -"menunjukkan berkas (atau jenis berkas) yang dikecualikan dari cadangan. " -"Runall adalah daftar set berkas yang akan dibuat " -"cadangannya dengan sebuah stempel waktu untuk setiap set, yang memungkinkan " -"Anda untuk menetapkan tanggal yang benar yang akan disalin, dalam kasus " -"cadangan tidak dipicu pada tepat waktu yang ditetapkan. Anda harus " -"menunjukkan waktu yang tepat sebelum waktu eksekusi yang sebenarnya (yang, " -"secara default, 22:04 di Debian, menurut /etc/cron.d/" -"dirvish). Akhirnya, pengaturan expire-default " -"dan expire-rule menetapkan kebijakan kedaluwarsa untuk " -"cadangan. Contoh di atas menyimpan selamanya cadangan yang dihasilkan pada " -"hari Minggu pertama setiap kuartal, menghapus setelah satu tahun dari hari " -"Minggu pertama setiap bulan, dan setelah 3 bulan dari hari Minggu lainnya. " -"Cadangan harian lainnya disimpan selama 15 hari. Urutan aturan penting, " -"Dirvish menggunakan aturan terakhir yang cocok, atau expire-" -"default jika tidak ada expire-rule yang cocok." - -#, fuzzy -msgid "Rule used to check if a certificate can be used for authentication" -msgstr "" -"Aturan yang digunakan untuk memeriksa apakah sertifikat dapat digunakan " -"untuk autentikasi" - -#, fuzzy -msgid "Domain where the user entry will be searched" -msgstr "Domain tempat entri pengguna akan dicari" - -#, fuzzy -msgid "Priority of the rule (higher number means lower priority" -msgstr "" -"Prioritas aturan (angka yang lebih tinggi berarti prioritas yang lebih rendah" - -#, fuzzy -msgid "Create a new Certificate Identity Mapping Rule." -msgstr "Membuat Aturan Pemetaan Identitas Sertifikat baru." - -#, fuzzy, python-format -msgid "Added Certificate Identity Mapping Rule \"%(value)s\"" -msgstr "Aturan Pemetaan Identitas Sertifikat Tambah \"%(nilai)s\"" - -#, fuzzy -msgid "Modify a Certificate Identity Mapping Rule." -msgstr "Mengubah Aturan Pemetaan Identitas Sertifikat." - -#, fuzzy, python-format -msgid "Modified Certificate Identity Mapping Rule \"%(value)s\"" -msgstr "Aturan Pemetaan Identitas Sertifikat yang Dimodifikasi \"%(nilai)s\"" - -#, fuzzy -msgid "Search for Certificate Identity Mapping Rules." -msgstr "Cari Aturan Pemetaan Identitas Sertifikat." - -#, fuzzy, python-format -msgid "%(count)d Certificate Identity Mapping Rule matched" -msgid_plural "%(count)d Certificate Identity Mapping Rules matched" -msgstr[0] "%(count)d Aturan Pemetaan Identitas Sertifikat cocok" - -#, fuzzy -msgid "Display information about a Certificate Identity Mapping Rule." -msgstr "Menampilkan informasi tentang Aturan Pemetaan Identitas Sertifikat." - -#, fuzzy -msgid "Delete a Certificate Identity Mapping Rule." -msgstr "Menghapus Aturan Pemetaan Identitas Sertifikat." - -#, fuzzy, python-format -msgid "Deleted Certificate Identity Mapping Rule \"%(value)s\"" -msgstr "Aturan Pemetaan Identitas Sertifikat Terhasang \"%(nilai)s\"" - -#, fuzzy -msgid "Enable a Certificate Identity Mapping Rule." -msgstr "Aktifkan Aturan Pemetaan Identitas Sertifikat." - -#, fuzzy, python-format -msgid "Enabled Certificate Identity Mapping Rule \"%(value)s\"" -msgstr "Aturan Pemetaan Identitas Sertifikat Yang Difungsikan \"%(nilai)s\"" - -#, fuzzy -msgid "Disable a Certificate Identity Mapping Rule." -msgstr "Nonaktifkan Aturan Pemetaan Identitas Sertifikat." - -#, fuzzy, python-format -msgid "Disabled Certificate Identity Mapping Rule \"%(value)s\"" -msgstr "Aturan Pemetaan Identitas Sertifikat Dinon-fungsikan \"%(nilai)s\"" - -#, fuzzy -msgid "Failed to connect to sssd over SystemBus. See details in the error_log" -msgstr "" -"Gagal menyambung ke sssd melalui SystemBus. Lihat detail dalam error_log" - -#, fuzzy -msgid "Failed to find users over SystemBus. See details in the error_log" -msgstr "" -"Gagal menemukan pengguna melalui SystemBus. Lihat detail dalam error_log" - -#, fuzzy -msgid "User logins" -msgstr "" -"Level 2 adalah tingkat untuk operasi normal, yang mencakup layanan jaringan, " -"antarmuka grafis, pengguna login, dll." - -#, fuzzy -msgid "" -"\n" -" Search for users matching the provided certificate.\n" -"\n" -" This command relies on SSSD to retrieve the list of matching users and\n" -" may return cached data. For more information on purging SSSD cache,\n" -" please refer to sss_cache documentation.\n" -" " -msgstr "" -"\n" -" Cari pengguna yang cocok dengan sertifikat yang disediakan.\n" -"\n" -"Perintah ini bergantung pada SSSD untuk mengambil daftar pengguna yang cocok " -"dan\n" -" dapat mengembalikan data singgahan. Untuk informasi lebih lanjut tentang " -"membersihkan cache SSSD,\n" -" silakan merujuk pada sss_cache anda.\n" -" " - -#, python-format -msgid "%(count)s user matched" -msgid_plural "%(count)s users matched" -msgstr[0] "%(count)s pengguna cocok" - -#, fuzzy -msgid "" -"\n" -"Manage Certificate Profiles\n" -"\n" -"Certificate Profiles are used by Certificate Authority (CA) in the signing " -"of\n" -"certificates to determine if a Certificate Signing Request (CSR) is " -"acceptable,\n" -"and if so what features and extensions will be present on the certificate.\n" -"\n" -"The Certificate Profile format is the property-list format understood by " -"the\n" -"Dogtag or Red Hat Certificate System CA.\n" -"\n" -"PROFILE ID SYNTAX:\n" -"\n" -"A Profile ID is a string without spaces or punctuation starting with a " -"letter\n" -"and followed by a sequence of letters, digits or underscore (\"_\").\n" -"\n" -"EXAMPLES:\n" -"\n" -" Import a profile that will not store issued certificates:\n" -" ipa certprofile-import ShortLivedUserCert \\\n" -" --file UserCert.profile --desc \"User Certificates\" \\\n" -" --store=false\n" -"\n" -" Delete a certificate profile:\n" -" ipa certprofile-del ShortLivedUserCert\n" -"\n" -" Show information about a profile:\n" -" ipa certprofile-show ShortLivedUserCert\n" -"\n" -" Save profile configuration to a file:\n" -" ipa certprofile-show caIPAserviceCert --out caIPAserviceCert.cfg\n" -"\n" -" Search for profiles that do not store certificates:\n" -" ipa certprofile-find --store=false\n" -"\n" -"PROFILE CONFIGURATION FORMAT:\n" -"\n" -"The profile configuration format is the raw property-list format\n" -"used by Dogtag Certificate System. The XML format is not supported.\n" -"\n" -"The following restrictions apply to profiles managed by FreeIPA:\n" -"\n" -"- When importing a profile the \"profileId\" field, if present, must\n" -" match the ID given on the command line.\n" -"\n" -"- The \"classId\" field must be set to \"caEnrollImpl\"\n" -"\n" -"- The \"auth.instance_id\" field must be set to \"raCertAuth\"\n" -"\n" -"- The \"certReqInputImpl\" input class and \"certOutputImpl\" output\n" -" class must be used.\n" -"\n" -msgstr "" -"\n" -"Kelola Profil Sertifikat\n" -"\n" -"Profil Sertifikat digunakan oleh Otoritas Sertifikat (CA) dalam " -"penandatanganan\n" -"untuk menentukan apakah Permintaan Penandatanganan Sertifikat (CSR) dapat " -"diterima,\n" -"dan jika demikian fitur dan ekstensi apa yang akan ada pada sertifikat.\n" -"\n" -"Format Profil Sertifikat adalah format daftar properti yang dipahami oleh\n" -"Dogtag atau Red Hat Certificate System CA.\n" -"\n" -"SINTAKS ID PROFIL:\n" -"\n" -"ID Profil adalah string tanpa spasi atau tanda baca yang dimulai dengan " -"huruf\n" -"dan diikuti dengan urutan huruf, digit atau garis bawah (\"_\").\n" -"\n" -"Contoh:\n" -"\n" -"Impor profil yang tidak akan menyimpan sertifikat yang diterbitkan:\n" -" ipa certprofile-impor ShortLivedUserCert \\\n" -" --file UserCert.profile --desc \"Sertifikat Pengguna\" \\\n" -" --store=false\n" -"\n" -"Menghapus profil sertifikat:\n" -" ipa certprofile-del ShortLivedUserCert\n" -"\n" -"Tampilkan informasi tentang profil:\n" -" ipa certprofile-show ShortLivedUserCert\n" -"\n" -"Simpan konfigurasi profil ke file:\n" -" ipa certprofile-show caIPAserviceCert --out caIPAserviceCert.cfg\n" -"\n" -"Cari profil yang tidak menyimpan sertifikat:\n" -" ipa certprofile-find --store=false\n" -"\n" -"FORMAT KONFIGURASI PROFIL:\n" -"\n" -"Format konfigurasi profil adalah format daftar properti mentah\n" -"digunakan oleh Dogtag Certificate System. Format XML tidak didukung.\n" -"\n" -"Pembatasan berikut berlaku untuk profil yang dikelola oleh FreeIPA:\n" -"\n" -"- Saat mengimpor profil bidang \"profileId\", jika ada, harus\n" -" cocok dengan ID yang diberikan pada baris perintah.\n" -"\n" -"- Bidang \"classId\" harus diatur ke \"caEnrollImpl\"\n" -"\n" -"- Bidang \"auth.instance_id\" harus diatur ke \"raCertAuth\"\n" -"\n" -"- Kelas input \"certReqInputImpl\" dan output \"certOutputImpl\"\n" -" kelas harus digunakan.\n" -"\n" - -#, fuzzy -msgid "CA is not configured" -msgstr "CA tidak dikonfigurasi" - -#, fuzzy -msgid "invalid Profile ID" -msgstr "ID Profil tidak valid" - -#, fuzzy -msgid "Certificate Profile" -msgstr "Profil Sertifikat" - -#, fuzzy -msgid "Certificate Profiles" -msgstr "Profil Sertifikat" - -#, fuzzy -msgid "Profile configuration" -msgstr "Konfigurasi profil" - -#, fuzzy, python-format -#| msgid "%(count)d group matched" -#| msgid_plural "%(count)d groups matched" -msgid "%(count)d profile matched" -msgid_plural "%(count)d profiles matched" -msgstr[0] "%(count)d grup sesuai" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Imported profile \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -msgid "Profile data specifies profileId multiple times: %(values)s" -msgstr "Data profil menentukan profileId beberapa kali: %(values)s" - -#, fuzzy, python-format -msgid "Profile ID '%(cli_value)s' does not match profile data '%(file_value)s'" -msgstr "" -"ID Profil '%(cli_value)s' tidak cocok dengan data profil '%(file_value)s'" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Deleted profile \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -msgid "Predefined profile '%(profile_id)s' cannot be deleted" -msgstr "" -"Profil yang sudah ditentukan sebelumnya '%(profile_id)s' tak bisa dihapus" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified Certificate Profile \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy -#| msgid "Certificate operation cannot be completed: %(error)s" -msgid "Certificate profiles cannot be renamed" -msgstr "Operasi sertifikat tidak dapat diselesaikan: %(error)s" - -#, fuzzy -msgid "Insufficient privilege to modify a certificate profile." -msgstr "Tak cukup hak untuk mengubah profil sertifikat." - -#, fuzzy -msgid "" -"\n" -"Domain Name System (DNS)\n" -msgstr "" -"\n" -"Sistem Nama Domain (DNS)\n" - -#, fuzzy -msgid "" -"\n" -"Manage DNS zone and resource records.\n" -msgstr "" -"\n" -"Mengelola zona DNS dan catatan sumber daya.\n" - -#, fuzzy -msgid "" -"\n" -"SUPPORTED ZONE TYPES\n" -"\n" -" * Master zone (dnszone-*), contains authoritative data.\n" -" * Forward zone (dnsforwardzone-*), forwards queries to configured " -"forwarders\n" -" (a set of DNS servers).\n" -msgstr "" -"\n" -"TIPE ZONA YANG DIDUKUNG\n" -"\n" -"* Zona master (dnszone-*), berisi data otoritatif.\n" -" * Forward zone (dnsforwardzone-*), meneruskan kueri ke forwarder yang " -"dikonfigurasi\n" -" (sekumpulan server DNS).\n" - -#, fuzzy -msgid "" -"\n" -"USING STRUCTURED PER-TYPE OPTIONS\n" -msgstr "" -"\n" -"MENGGUNAKAN OPSI TERSTRUKTUR PER TIPE\n" - -#, fuzzy -msgid "" -"\n" -"There are many structured DNS RR types where DNS data stored in LDAP server\n" -"is not just a scalar value, for example an IP address or a domain name, but\n" -"a data structure which may be often complex. A good example is a LOC record\n" -"[RFC1876] which consists of many mandatory and optional parts (degrees,\n" -"minutes, seconds of latitude and longitude, altitude or precision).\n" -msgstr "" -"\n" -"Ada banyak tipe DNS RR terstruktur di mana data DNS disimpan di server LDAP\n" -"bukan hanya nilai skalar, misalnya alamat IP atau nama domain, tetapi\n" -"struktur data yang mungkin sering kompleks. Contoh yang baik adalah catatan " -"LOC\n" -"[RFC1876] yang terdiri dari banyak bagian wajib dan opsional (derajat,\n" -"menit, detik lintang dan bujur, ketinggian atau presisi).\n" - -#, fuzzy -msgid "" -"\n" -"It may be difficult to manipulate such DNS records without making a mistake\n" -"and entering an invalid value. DNS module provides an abstraction over " -"these\n" -"raw records and allows to manipulate each RR type with specific options. " -"For\n" -"each supported RR type, DNS module provides a standard option to manipulate\n" -"a raw records with format ---rec, e.g. --mx-rec, and special " -"options\n" -"for every part of the RR structure with format ---, e.g.\n" -"--mx-preference and --mx-exchanger.\n" -msgstr "" -"\n" -"Mungkin sulit untuk memanipulasi catatan DNS tersebut tanpa membuat " -"kesalahan\n" -"dan memasukkan nilai yang tidak valid. Modul DNS menyediakan abstraksi atas\n" -"catatan mentah dan memungkinkan untuk memanipulasi setiap jenis RR dengan " -"opsi tertentu. Untuk\n" -"setiap jenis RR yang didukung, modul DNS menyediakan opsi standar untuk " -"memanipulasi\n" -"catatan mentah dengan format ---rec, misalnya --mx-rec, dan opsi " -"khusus\n" -"untuk setiap bagian dari struktur RR dengan format- -, " -"misalnya.\n" -"--mx-preference dan --mx-exchanger.\n" -"\n" - -#, fuzzy -msgid "" -"\n" -"When adding a record, either RR specific options or standard option for a " -"raw\n" -"value can be used, they just should not be combined in one add operation. " -"When\n" -"modifying an existing entry, new RR specific options can be used to change\n" -"one part of a DNS record, where the standard option for raw value is used\n" -"to specify the modified value. The following example demonstrates\n" -"a modification of MX record preference from 0 to 1 in a record without\n" -"modifying the exchanger:\n" -"ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" -msgstr "" -"\n" -"Saat menambahkan rekaman, opsi spesifik RR atau opsi standar untuk\n" -"dapat digunakan, mereka tidak boleh digabungkan dalam satu operasi tambahan. " -"Kapan\n" -"mengubah entri yang ada, opsi spesifik RR baru dapat digunakan untuk " -"mengubah\n" -"salah satu bagian dari catatan DNS, di mana opsi standar untuk nilai mentah " -"digunakan\n" -"untuk menentukan nilai yang dimodifikasi. Contoh berikut menunjukkan\n" -"modifikasi preferensi rekaman MX dari 0 ke 1 dalam rekaman tanpa\n" -"memodifikasi exchanger:\n" -"ipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n" - -#, fuzzy -msgid "" -"\n" -"\n" -"EXAMPLES:\n" -msgstr "" -"\n" -"\n" -"Contoh:\n" - -#, fuzzy -msgid "" -"\n" -" Add new zone:\n" -" ipa dnszone-add example.com --admin-email=admin@example.com\n" -msgstr "" -"\n" -" Tambah zona baru:\n" -" ipa dnszone-add example.com --admin-email=admin@example.com\n" - -#, fuzzy -msgid "" -"\n" -" Add system permission that can be used for per-zone privilege delegation:\n" -" ipa dnszone-add-permission example.com\n" -msgstr "" -"\n" -" Tambahkan izin sistem yang dapat digunakan untuk delegasi hak istimewa per " -"zona:\n" -" ipa dnszone-add-permission example.com\n" - -#, fuzzy -msgid "" -"\n" -" Modify the zone to allow dynamic updates for hosts own records in realm " -"EXAMPLE.COM:\n" -" ipa dnszone-mod example.com --dynamic-update=TRUE\n" -msgstr "" -"\n" -" Ubah zona untuk memungkinkan pembaruan dinamis untuk host rekaman sendiri " -"di EXAMPLE.COM:\n" -" ipa dnszone-mod example.com --dynamic-update=TRUE\n" - -#, fuzzy -msgid "" -"\n" -" This is the equivalent of:\n" -" ipa dnszone-mod example.com --dynamic-update=TRUE \\\n" -" --update-policy=\"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM " -"krb5-self * AAAA; grant EXAMPLE.COM krb5-self * SSHFP;\"\n" -msgstr "" -"\n" -" Ini setara dengan:\n" -" ipa dnszone-mod example.com --dynamic-update=TRUE \\\n" -" --update-policy=\"grant EXAMPLE.COM krb5-self * A; memberikan " -"EXAMPLE.COM krb5-self * AAAA; memberikan EXAMPLE.COM krb5-self * SSHFP;\"\n" - -#, fuzzy -msgid "" -"\n" -" Modify the zone to allow zone transfers for local network only:\n" -" ipa dnszone-mod example.com --allow-transfer=192.0.2.0/24\n" -msgstr "" -"\n" -" Ubah zona untuk memperbolehkan transfer zona untuk jaringan lokal saja:\n" -" ipa dnszone-mod example.com --allow-transfer=192.0.2.0/24\n" - -#, fuzzy -msgid "" -"\n" -" Add new reverse zone specified by network IP address:\n" -" ipa dnszone-add --name-from-ip=192.0.2.0/24\n" -msgstr "" -"\n" -" Tambahkan zona terbalik baru yang ditentukan oleh alamat IP jaringan:\n" -" ipa dnszone-add --name-from-ip=192.0.2.0/24\n" - -#, fuzzy -msgid "" -"\n" -" Add second nameserver for example.com:\n" -" ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" -msgstr "" -"\n" -" Tambahkan server nama kedua untuk example.com:\n" -" ipa dnsrecord-add example.com @ --ns-rec=nameserver2.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Add a mail server for example.com:\n" -" ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" -msgstr "" -"\n" -" Menambahkan server email untuk example.com:\n" -" ipa dnsrecord-add example.com @ --mx-rec=\"10 mail1\"\n" - -#, fuzzy -msgid "" -"\n" -" Add another record using MX record specific options:\n" -" ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" -msgstr "" -"\n" -" Menambahkan catatan lain menggunakan opsi spesifik catatan MX:\n" -" ipa dnsrecord-add example.com @ --mx-preference=20 --mx-exchanger=mail2\n" - -#, fuzzy -msgid "" -"\n" -" Add another record using interactive mode (started when dnsrecord-add, " -"dnsrecord-mod,\n" -" or dnsrecord-del are executed with no options):\n" -" ipa dnsrecord-add example.com @\n" -" Please choose a type of DNS resource record to be added\n" -" The most common types for this type of zone are: NS, MX, LOC\n" -"\n" -" DNS resource record type: MX\n" -" MX Preference: 30\n" -" MX Exchanger: mail3\n" -" Record name: example.com\n" -" MX record: 10 mail1, 20 mail2, 30 mail3\n" -" NS record: nameserver.example.com., nameserver2.example.com.\n" -msgstr "" -"\n" -" Menambahkan catatan lain menggunakan mode interaktif (dimulai saat " -"dnsrecord-add, dnsrecord-mod,\n" -" atau dnsrecord-del dijalankan tanpa opsi):\n" -" ipa dnsrecord-add example.com @\n" -" Silakan pilih tipe catatan sumber daya DNS yang akan ditambahkan\n" -" Jenis yang paling umum untuk jenis zona ini adalah: NS, MX, LOC\n" -"\n" -"Tipe catatan sumber daya DNS: MX\n" -" Preferensi MX: 30\n" -" MX Exchanger: email3\n" -" Nama catatan: example.com\n" -" Catatan MX: 10 mail1, 20 mail2, 30 mail3\n" -" Catatan NS: nameserver.example.com., nameserver2.example.com.\n" - -#, fuzzy -msgid "" -"\n" -" Delete previously added nameserver from example.com:\n" -" ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" -msgstr "" -"\n" -" Hapus server nama yang ditambahkan sebelumnya dari example.com:\n" -" ipa dnsrecord-del example.com @ --ns-rec=nameserver2.example.com.\n" - -#, fuzzy -msgid "" -"\n" -" Add LOC record for example.com:\n" -" ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42.4 N 16 36 29.6 E " -"227.64m\"\n" -msgstr "" -"\n" -" Menambahkan catatan LOC untuk example.com:\n" -" ipa dnsrecord-add example.com @ --loc-rec=\"49 11 42,4 N 16 36 29,6 E 227," -"64m\"\n" - -#, fuzzy -msgid "" -"\n" -" Add new A record for www.example.com. Create a reverse record in " -"appropriate\n" -" reverse zone as well. In this case a PTR record \"2\" pointing to www." -"example.com\n" -" will be created in zone 2.0.192.in-addr.arpa.\n" -" ipa dnsrecord-add example.com www --a-rec=192.0.2.2 --a-create-reverse\n" -msgstr "" -"\n" -" Menambahkan catatan A baru untuk www.example.com. Membuat catatan terbalik " -"yang sesuai\n" -" zona terbalik juga. Dalam hal ini catatan PTR \"2\" menunjuk ke www.example." -"com\n" -" akan dibuat di zone 2.0.192.in-addr.arpa.\n" -" ipa dnsrecord-add example.com www --a-rec=192.0.2.2 --a-create-reverse\n" - -#, fuzzy -msgid "" -"\n" -" Add new PTR record for www.example.com\n" -" ipa dnsrecord-add 2.0.192.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" -msgstr "" -"\n" -" Tambahkan catatan PTR baru untuk www.example.com\n" -" ipa dnsrecord-add 2.0.192.in-addr.arpa. 2 --ptr-rec=www.example.com.\n" - -#, fuzzy -msgid "" -"\n" -" Add new SRV records for LDAP servers. Three quarters of the requests\n" -" should go to fast.example.com, one quarter to slow.example.com. If neither\n" -" is available, switch to backup.example.com.\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." -"com\"\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." -"com\"\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." -"example.com\"\n" -msgstr "" -"\n" -" Tambahkan catatan SRV baru untuk server LDAP. Tiga perempat dari " -"permintaan\n" -" harus pergi ke fast.example.com, seperempat untuk slow.example.com. Jika " -"tidak\n" -" tersedia, beralih ke backup.example.com.\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example." -"com\"\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example." -"com\"\n" -" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup." -"example.com\"\n" - -#, fuzzy -msgid "" -"\n" -" The interactive mode can be used for easy modification:\n" -" ipa dnsrecord-mod example.com _ldap._tcp\n" -" No option to modify specific record provided.\n" -" Current DNS record contents:\n" -"\n" -" SRV record: 0 3 389 fast.example.com, 0 1 389 slow.example.com, 1 1 389 " -"backup.example.com\n" -"\n" -" Modify SRV record '0 3 389 fast.example.com'? Yes/No (default No):\n" -" Modify SRV record '0 1 389 slow.example.com'? Yes/No (default No): y\n" -" SRV Priority [0]: (keep the default value)\n" -" SRV Weight [1]: 2 (modified value)\n" -" SRV Port [389]: (keep the default value)\n" -" SRV Target [slow.example.com]: (keep the default value)\n" -" 1 SRV record skipped. Only one value per DNS record type can be modified " -"at one time.\n" -" Record name: _ldap._tcp\n" -" SRV record: 0 3 389 fast.example.com, 1 1 389 backup.example.com, 0 2 " -"389 slow.example.com\n" -msgstr "" -"\n" -" Mode interaktif dapat digunakan untuk modifikasi yang mudah:\n" -" ipa dnsrecord-mod example.com _ldap._tcp\n" -" Tidak ada opsi untuk mengubah catatan tertentu yang disediakan.\n" -" Konten catatan DNS saat ini:\n" -"\n" -"Rekor SRV: 0 3.389 fast.example.com, 0 1.389 slow.example.com, 11.389 backup." -"example.com\n" -"\n" -"Ubah rekor SRV '0 3 389 fast.example.com'? Ya/Tidak (baku Tidak):\n" -" Ubah rekor SRV '0 1 389 slow.example.com'? Ya/Tidak (baku Tidak): y\n" -" Prioritas SRV [0]: (pertahankan nilai default)\n" -" Bobot SRV [1]: 2 (nilai yang dimodifikasi)\n" -" Port SRV [389]: (pertahankan nilai default)\n" -" Target SRV [slow.example.com]: (pertahankan nilai default)\n" -" 1 catatan SRV dilewati. Hanya satu nilai per tipe catatan DNS yang bisa " -"dimodifikasi sekaligus.\n" -" Nama catatan: _ldap._tcp\n" -" Rekor SRV: 0 3.389 fast.example.com, 1 1.389 backup.example.com, 0 2.389 " -"slow.example.com\n" - -#, fuzzy -msgid "" -"\n" -" After this modification, three fifths of the requests should go to\n" -" fast.example.com and two fifths to slow.example.com.\n" -msgstr "" -"\n" -" Setelah modifikasi ini, tiga perlima permintaan harus\n" -" fast.example.com dan dua perlima untuk slow.example.com.\n" - -#, fuzzy -msgid "" -"\n" -" An example of the interactive mode for dnsrecord-del command:\n" -" ipa dnsrecord-del example.com www\n" -" No option to delete specific record provided.\n" -" Delete all? Yes/No (default No): (do not delete all records)\n" -" Current DNS record contents:\n" -"\n" -" A record: 192.0.2.2, 192.0.2.3\n" -"\n" -" Delete A record '192.0.2.2'? Yes/No (default No):\n" -" Delete A record '192.0.2.3'? Yes/No (default No): y\n" -" Record name: www\n" -" A record: 192.0.2.2 (A record 192.0.2.3 has been " -"deleted)\n" -msgstr "" -"\n" -" Contoh mode interaktif untuk perintah dnsrecord-del:\n" -" ipa dnsrecord-del example.com www\n" -" Tidak ada opsi untuk menghapus catatan tertentu yang disediakan.\n" -" Hapus semua? Ya/Tidak (default Tidak): (jangan hapus semua rekaman)\n" -" Konten catatan DNS saat ini:\n" -"\n" -"Rekor: 192.0.2.2, 192.0.2.3\n" -"\n" -"Hapus catatan '192.0.2.2'? Ya/Tidak (baku Tidak):\n" -" Hapus catatan '192.0.2.3'? Ya/Tidak (baku Tidak): y\n" -" Nama catatan: www\n" -" Rekor: 192.0.2.2 (Rekor A 192.0.2.3 telah dihapus)\n" - -#, fuzzy -msgid "" -"\n" -" Show zone example.com:\n" -" ipa dnszone-show example.com\n" -msgstr "" -"\n" -" Tampilkan zona example.com:\n" -" ipa dnszone-show example.com\n" - -#, fuzzy -msgid "" -"\n" -" Find zone with \"example\" in its domain name:\n" -" ipa dnszone-find example\n" -msgstr "" -"\n" -" Temukan zona dengan \"contoh\" dalam nama domainnya:\n" -" Contoh ipa dnszone-find\n" - -#, fuzzy -msgid "" -"\n" -" Find records for resources with \"www\" in their name in zone example.com:\n" -" ipa dnsrecord-find example.com www\n" -msgstr "" -"\n" -" Temukan catatan untuk sumber daya dengan \"www\" dalam namanya di zona " -"example.com:\n" -" ipa dnsrecord-find example.com www\n" - -#, fuzzy -msgid "" -"\n" -" Find A records with value 192.0.2.2 in zone example.com\n" -" ipa dnsrecord-find example.com --a-rec=192.0.2.2\n" -msgstr "" -"\n" -" Temukan catatan dengan nilai 192.0.2.2 di zona example.com\n" -" ipa dnsrecord-find example.com --a-rec=192.0.2.2\n" - -#, fuzzy -msgid "" -"\n" -" Show records for resource www in zone example.com\n" -" ipa dnsrecord-show example.com www\n" -msgstr "" -"\n" -" Tampilkan rekaman untuk sumber daya www di zona example.com\n" -" ipa dnsrecord-show example.com www\n" - -#, fuzzy -msgid "" -"\n" -" Delegate zone sub.example to another nameserver:\n" -" ipa dnsrecord-add example.com ns.sub --a-rec=203.0.113.1\n" -" ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" -msgstr "" -"\n" -" Sub.contoh zona delegasi ke server nama lain:\n" -" ipa dnsrecord-add example.com ns.sub --a-rec=203.0.113.1\n" -" ipa dnsrecord-add example.com sub --ns-rec=ns.sub.example.com.\n" - -#, fuzzy -msgid "" -"\n" -" Delete zone example.com with all resource records:\n" -" ipa dnszone-del example.com\n" -msgstr "" -"\n" -" Hapus zona example.com semua rekaman sumber daya:\n" -" ipa dnszone-del example.com\n" - -#, fuzzy -msgid "" -"\n" -" If a global forwarder is configured, all queries for which this server is " -"not\n" -" authoritative (e.g. sub.example.com) will be routed to the global " -"forwarder.\n" -" Global forwarding configuration can be overridden per-zone.\n" -msgstr "" -"\n" -" Jika penerus global dikonfigurasi, semua kueri yang server ini tidak\n" -" otoritatif (misalnya sub.example.com) akan dialihkan ke forwarder global.\n" -" Konfigurasi penerusan global dapat ditimpa per zona.\n" - -#, fuzzy -msgid "" -"\n" -" Semantics of forwarding in IPA matches BIND semantics and depends on the " -"type\n" -" of zone:\n" -" * Master zone: local BIND replies authoritatively to queries for data in\n" -" the given zone (including authoritative NXDOMAIN answers) and forwarding\n" -" affects only queries for names below zone cuts (NS records) of locally\n" -" served zones.\n" -"\n" -" * Forward zone: forward zone contains no authoritative data. BIND " -"forwards\n" -" queries, which cannot be answered from its local cache, to configured\n" -" forwarders.\n" -msgstr "" -"\n" -" Semantik penerusan dalam IPA cocok dengan binD semantik dan tergantung pada " -"jenisnya\n" -" zona:\n" -" * Zona master: bind lokal membalas secara otoritatif untuk kueri untuk " -"data di\n" -" zona yang diberikan (termasuk jawaban NXDOMAIN otoritatif) dan penerusan\n" -" hanya mempengaruhi kueri untuk nama di bawah pemotongan zona (catatan NS) " -"secara lokal\n" -" zona yang dilayani.\n" -"\n" -"* Zona maju: zona maju tidak berisi data otoritatif. BIND maju\n" -" kueri, yang tidak dapat dijawab dari singgahan lokalnya, untuk " -"dikonfigurasi\n" -" Forwarders.\n" - -#, fuzzy -msgid "" -"\n" -" Semantics of the --forward-policy option:\n" -" * none - disable forwarding for the given zone.\n" -" * first - forward all queries to configured forwarders. If they fail,\n" -" do resolution using DNS root servers.\n" -" * only - forward all queries to configured forwarders and if they fail,\n" -" return failure.\n" -msgstr "" -"\n" -" Semantik dari opsi --forward-policy:\n" -" * Tidak ada - nonaktifkan penerusan untuk zona tertentu.\n" -" * pertama - meneruskan semua kueri ke penerus yang dikonfigurasi. Jika " -"mereka gagal,\n" -" melakukan resolusi menggunakan server root DNS.\n" -" * hanya - meneruskan semua pertanyaan ke penerus yang dikonfigurasi dan " -"jika mereka gagal,\n" -" kegagalan pengembalian.\n" - -#, fuzzy -msgid "" -"\n" -" Disable global forwarding for given sub-tree:\n" -" ipa dnszone-mod example.com --forward-policy=none\n" -msgstr "" -"\n" -" Nonaktifkan penerusan global untuk sub-pohon yang diberikan:\n" -" ipa dnszone-mod example.com --forward-policy=none\n" - -#, fuzzy -msgid "" -"\n" -" This configuration forwards all queries for names outside the example.com\n" -" sub-tree to global forwarders. Normal recursive resolution process is used\n" -" for names inside the example.com sub-tree (i.e. NS records are followed " -"etc.).\n" -msgstr "" -"\n" -" Konfigurasi ini meneruskan semua kueri untuk nama di luar example.com\n" -" sub-pohon ke penerus global. Proses resolusi rekursif normal digunakan\n" -" untuk nama di example.com sub-pohon (yaitu catatan NS diikuti, dll.).\n" - -#, fuzzy -msgid "" -"\n" -" Forward all requests for the zone external.example.com to another " -"forwarder\n" -" using a \"first\" policy (it will send the queries to the selected " -"forwarder\n" -" and if not answered it will use global root servers):\n" -" ipa dnsforwardzone-add external.example.com --forward-policy=first \\\n" -" --forwarder=203.0.113.1\n" -msgstr "" -"\n" -" Meneruskan semua permintaan untuk zona external.example.com ke forwarder " -"lain\n" -" menggunakan kebijakan \"pertama\" (akan mengirim kueri ke forwarder yang " -"dipilih\n" -" dan jika tidak dijawab akan menggunakan server root global):\n" -" ipa dnsforwardzone-add external.example.com --forward-policy=first \\\n" -" --forwarder=203.0.113.1\n" - -#, fuzzy -msgid "" -"\n" -" Change forward-policy for external.example.com:\n" -" ipa dnsforwardzone-mod external.example.com --forward-policy=only\n" -msgstr "" -"\n" -" Ubah kebijakan penerusan untuk external.example.com:\n" -" ipa dnsforwardzone-mod external.example.com --forward-policy=only\n" - -#, fuzzy -msgid "" -"\n" -" Show forward zone external.example.com:\n" -" ipa dnsforwardzone-show external.example.com\n" -msgstr "" -"\n" -" Tampilkan zona penerusan external.example.com:\n" -" ipa dnsforwardzone-show external.example.com\n" - -#, fuzzy -msgid "" -"\n" -" List all forward zones:\n" -" ipa dnsforwardzone-find\n" -msgstr "" -"\n" -" Daftar semua zona penerusan:\n" -" ipa dnsforwardzone-find\n" - -#, fuzzy -msgid "" -"\n" -" Delete forward zone external.example.com:\n" -" ipa dnsforwardzone-del external.example.com\n" -msgstr "" -"\n" -" Hapus zona penerusan external.example.com:\n" -" ipa dnsforwardzone-del external.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Resolve a host name to see if it exists (will add default IPA domain\n" -" if one is not included):\n" -" ipa dns-resolve www.example.com\n" -" ipa dns-resolve www\n" -msgstr "" -"\n" -" Mengatasi nama host untuk melihat apakah ada (akan menambahkan domain IPA " -"default\n" -" jika tidak disertakan):\n" -" ipa dns-www.example.com\n" -" ipa dns-resolve www\n" - -#, fuzzy -msgid "" -"\n" -"\n" -"GLOBAL DNS CONFIGURATION\n" -msgstr "" -"\n" -"\n" -"Ubah konfigurasi DNS global yang persisten\n" - -#, fuzzy -msgid "" -"\n" -"DNS configuration passed to command line install script is stored in a " -"local\n" -"configuration file on each IPA server where DNS service is configured. " -"These\n" -"local settings can be overridden with a common configuration stored in LDAP\n" -"server:\n" -msgstr "" -"\n" -"Konfigurasi DNS diteruskan ke skrip penginstalan baris perintah disimpan di " -"lokal\n" -"konfigurasi pada setiap server IPA tempat layanan DNS dikonfigurasi. Ini\n" -"pengaturan lokal dapat ditimpa dengan konfigurasi umum yang disimpan di " -"LDAP\n" -"Server:\n" - -#, fuzzy -msgid "" -"\n" -" Show global DNS configuration:\n" -" ipa dnsconfig-show\n" -msgstr "" -"\n" -" Perlihatkan konfigurasi DNS global:\n" -" ipa dnsconfig-show\n" - -#, fuzzy -msgid "" -"\n" -" Modify global DNS configuration and set a list of global forwarders:\n" -" ipa dnsconfig-mod --forwarder=203.0.113.113\n" -msgstr "" -"\n" -" Ubah konfigurasi DNS global dan atur daftar penerus global:\n" -" ipa dnsconfig-mod --forwarder=203.0.113.113\n" - -#, fuzzy -msgid "invalid IP network format" -msgstr "format jaringan IP tidak valid" - -#, fuzzy -msgid "each ACL element must be terminated with a semicolon" -msgstr "setiap elemen ACL harus diakhiri dengan titik koma" - -#, fuzzy -msgid "invalid address format" -msgstr "format alamat tidak valid" - -#, fuzzy -msgid "" -"expected format: <0-255> <0-255> <0-65535> even-" -"length_hexadecimal_digits_or_hyphen" -msgstr "" -"format yang <0-255> <0-255> <0-65535>diharapkan: " -"length_hexadecimal_digits_or_hyphen " - -#, fuzzy -msgid "algorithm value: allowed interval 0-255" -msgstr "nilai algoritma: interval yang diperbolehkan 0-255" - -#, fuzzy -msgid "flags value: allowed interval 0-255" -msgstr "nilai bendera: interval yang diperbolehkan 0-255" - -#, fuzzy -msgid "iterations value: allowed interval 0-65535" -msgstr "nilai iterasi: interval yang diperbolehkan 0-65535" - -#, fuzzy, python-format -msgid "salt value: %(err)s" -msgstr "nilai garam: %(err)s" - -#, fuzzy -msgid "invalid domain-name: not fully qualified" -msgstr "nama-domain tidak valid: tidak sepenuhnya memenuhi syarat" - -#, fuzzy -msgid "should not be a wildcard domain name (RFC 4592 section 4)" -msgstr "tidak boleh menjadi nama domain wildcard (RFC 4592 bagian 4)" - -#, fuzzy, python-format -msgid "" -"All nameservers failed to answer the query for DNS reverse zone %(revdns)s" -msgstr "" -"Semua pendingkat nama gagal menjawab kueri untuk DNS zona terbalik %(revdns)s" - -#, fuzzy, python-format -msgid "" -"DNS reverse zone %(revzone)s for IP address %(addr)s is not managed by this " -"server" -msgstr "" -"Zona terbalik DNS %(revzone)s untuk alamat IP %(addr)s tidak dikelola oleh " -"peladen ini" - -#, fuzzy, python-format -msgid "DNS zone %(zone)s not found" -msgstr "Zona DNS %(zone)s tidak ditemukan" - -#, fuzzy, python-format -msgid "IP address %(ip)s is already assigned in domain %(domain)s." -msgstr "Alamat IP %(ip)s sudah ditetapkan dalam domain %(domain)s." - -#, fuzzy, python-format -msgid "" -"Reverse record for IP address %(ip)s already exists in reverse zone %(zone)s." -msgstr "" -"Catatan terbalik untuk alamat IP %(ip)s sudah ada di zona terbalik %(zone)s." - -#, fuzzy, python-format -msgid "%s record" -msgstr "%s catatan" - -#, fuzzy, python-format -msgid "Raw %s records" -msgstr "Catatan %s mentah" - -#, fuzzy, python-format -msgid "%s Record" -msgstr "%s Catatan" - -#, fuzzy, python-format -msgid "(see RFC %s for details)" -msgstr "(lihat RFC %s untuk detailnya)" - -#, fuzzy, python-format -msgid "'%s' is a required part of DNS record" -msgstr "'%s' adalah bagian yang diperlukan dari catatan DNS" - -#, fuzzy -msgid "Invalid number of parts!" -msgstr "Jumlah bagian yang tidak valid!" - -#, fuzzy, python-format -msgid "DNS RR type \"%s\" is not supported by bind-dyndb-ldap plugin" -msgstr "Dns RR tipe \"%s\" tidak didukung oleh bind-dyndb-ldap plugin" - -#, fuzzy, python-format -msgid "format must be specified as \"%(format)s\" %(rfcs)s" -msgstr "format harus dispesifikasikan sebagai \"%(format)s\" %(rfcs)s" - -#, fuzzy -msgid "Create reverse" -msgstr "Membuat mundur" - -#, fuzzy, python-format -msgid "Cannot create reverse record for \"%(value)s\": %(exc)s" -msgstr "Tak bisa membuat catatan terbalik untuk \"%(value)s\": %(exc)s" - -#, fuzzy -msgid "Exchanger" -msgstr "Penukar Panas Sederhana" - -#, fuzzy -msgid "" -"format must be specified as\n" -" \"d1 [m1 [s1]] {\"N\"|\"S\"} d2 [m2 [s2]] {\"E\"|\"W\"} alt[\"m\"] " -"[siz[\"m\"] [hp[\"m\"] [vp[\"m\"]]]]\"\n" -" where:\n" -" d1: [0 .. 90] (degrees latitude)\n" -" d2: [0 .. 180] (degrees longitude)\n" -" m1, m2: [0 .. 59] (minutes latitude/longitude)\n" -" s1, s2: [0 .. 59.999] (seconds latitude/longitude)\n" -" alt: [-100000.00 .. 42849672.95] BY .01 (altitude in meters)\n" -" siz, hp, vp: [0 .. 90000000.00] (size/precision in meters)\n" -" See RFC 1876 for details" -msgstr "" -"format harus ditentukan sebagai\n" -" \"d1 [m1 [s1]] {\"N\"|\" S\"} d2 [m2 [s2]] {\"E\"|\" W\"} alt[\"m\"] " -"[siz[\"m\"] [hp[\"m\"] [vp[\"m\"]]]]]\n" -" Mana:\n" -" d1: [0 .. 90] (garis lintang derajat)\n" -" d2: [0 .. 180] (derajat bujur)\n" -" m1, m2: [0 .. 59] (menit lintang/bujur)\n" -" s1, s2: [0 .. 59.999] (detik lintang/bujur)\n" -" alt: [-100000.00 .. 42849672.95] OLEH .01 (ketinggian dalam meter)\n" -" siz, hp, vp: [0 .. 90000000.00] (ukuran/presisi dalam meter)\n" -" Lihat RFC 1876 untuk detailnya" - -#, fuzzy, python-format -msgid "'%(required)s' must not be empty when '%(name)s' is set" -msgstr "'%(diperlukan)s' tidak boleh kosong ketika '%(name)s' disetel" - -#, fuzzy -msgid "flags must be one of \"S\", \"A\", \"U\", or \"P\"" -msgstr "bendera harus salah satu dari \"S\", \"A\", \"U\", atau \"P\"" - -#, fuzzy -msgid "Priority (order)" -msgstr "Prioritas (urutan)" - -#, fuzzy -msgid "" -"Lower number means higher priority. Clients will attempt to contact the " -"server with the lowest-numbered priority they can reach." -msgstr "" -"Angka yang lebih rendah berarti prioritas yang lebih tinggi. Klien akan " -"mencoba menghubungi server dengan prioritas bernomor terendah yang dapat " -"mereka jangkau." - -#, fuzzy -msgid "Relative weight for entries with the same priority." -msgstr "Berat relatif untuk entri dengan prioritas yang sama." - -#, fuzzy -msgid "the value does not follow \"YYYYMMDDHHMMSS\" time format" -msgstr "nilai tidak mengikuti format waktu \"YYYYMMDDHHMMSS\"" - -#, fuzzy -msgid "" -"Lower number means higher priority. Clients will attempt to contact the URI " -"with the lowest-numbered priority they can reach." -msgstr "" -"Angka yang lebih rendah berarti prioritas yang lebih tinggi. Klien akan " -"mencoba menghubungi URI dengan prioritas bernomor terendah yang dapat mereka " -"capai." - -#, fuzzy -msgid "Target Uniform Resource Identifier" -msgstr "Pengidentifikasi Sumber Daya Seragam Target" - -#, fuzzy -msgid "Target Uniform Resource Identifier according to RFC 3986" -msgstr "Target Pengidentifikasi Sumber Daya Seragam Menurut RFC 3986" - -#, fuzzy, python-format -msgid "Nameserver '%(host)s' does not have a corresponding A/AAAA record" -msgstr "Server nama '%(host)s' tidak memiliki catatan A/AAAA yang sesuai" - -#, fuzzy -msgid "Managedby permission" -msgstr "Izin terkelola" - -#, fuzzy -#| msgid "Only one value is allowed" -msgid "Only one zone type is allowed per zone name" -msgstr "Hanya satu nilai yang diperbolehkan" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added system permission \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, python-format -msgid "permission \"%(value)s\" already exists" -msgstr "izin \"%(value)s\" sudah ada" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Removed system permission \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "DNS zone" -msgstr "" -"Kutipan konfigurasi server DHCP di atas sudah termasuk petunjuk yang " -"diperlukan untuk pembaruan zona DNS: mereka adalah baris ddns-" -"update-style interim; dan ddns-domain-name \"internal." -"falcot.com\"; di blok yang menggambarkan subnet." - -#, fuzzy -msgid "DNS zones" -msgstr "Zona DNS" - -#, fuzzy -msgid "DNS Zones" -msgstr "Zona DNS" - -#, fuzzy -msgid "DNS Zone" -msgstr "" -"Kutipan konfigurasi server DHCP di atas sudah termasuk petunjuk yang " -"diperlukan untuk pembaruan zona DNS: mereka adalah baris ddns-" -"update-style interim; dan ddns-domain-name \"internal." -"falcot.com\"; di blok yang menggambarkan subnet." - -#, fuzzy -msgid "Default time to live" -msgstr "Waktu default untuk hidup" - -#, fuzzy -msgid "Time to live for records without explicit TTL definition" -msgstr "Waktu untuk hidup untuk rekaman tanpa definisi TTL eksplisit" - -#, fuzzy -msgid "setting Authoritative nameserver" -msgstr "pengaturan Server nama otoritatif" - -#, fuzzy -msgid "It is used only for setting the SOA MNAME attribute." -msgstr "Ini hanya digunakan untuk mengatur atribut SOA MNAME." - -#, fuzzy -msgid "NS record(s) can be edited in zone apex - '@'. " -msgstr "Catatan NS dapat diedit di apex zona - '@'. " - -#, fuzzy -msgid "" -msgstr "" - -#, fuzzy -msgid "Nameserver for reverse zone cannot be a relative DNS name" -msgstr "Server nama untuk zona terbalik tidak boleh menjadi nama DNS relatif" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Deleted DNS zone \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "is required" -msgstr "Tak diperlukan" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Disabled DNS zone \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Enabled DNS zone \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "DNS resource record" -msgstr "Catatan sumber daya DNS" - -#, fuzzy -msgid "DNS resource records" -msgstr "Catatan sumber daya DNS" - -#, fuzzy -msgid "DNS Resource Records" -msgstr "Catatan Sumber Daya DNS" - -#, fuzzy -msgid "DNS Resource Record" -msgstr "Catatan Sumber Daya DNS" - -#, fuzzy -msgid "DS record must not be in zone apex (RFC 4035 section 2.4)" -msgstr "Catatan DS tidak boleh berada di zona apex (RFC 4035 bagian 2.4)" - -#, fuzzy -msgid "" -"out-of-zone data: record name must be a subdomain of the zone or a relative " -"name" -msgstr "" -"data di luar zona: nama rekaman harus merupakan subdomain zona atau nama " -"relatif" - -#, fuzzy, python-format -msgid "" -"owner of %(types)s records should not be a wildcard domain name (RFC 4592 " -"section 4)" -msgstr "" -"pemilik catatan %(tipe) tidak boleh menjadi nama domain wildcard (RFC 4592 " -"bagian 4)" - -#, fuzzy, python-format -msgid "" -"Reverse zone for PTR record should be a sub-zone of one the following fully " -"qualified domains: %s" -msgstr "" -"Zona terbalik untuk catatan PTR harus menjadi sub-zona dari salah satu " -"domain yang sepenuhnya memenuhi syarat berikut: %s" - -#, fuzzy, python-format -msgid "" -"Reverse zone %(name)s requires exactly %(count)d IP address components, " -"%(user_count)d given" -msgstr "" -"Zona terbalik %(name)s membutuhkan tepat %(count)d komponen alamat IP, " -"%(user_count)d diberikan" - -#, fuzzy -msgid "only master zones can contain records" -msgstr "hanya zona master yang bisa berisi rekaman" - -#, fuzzy -msgid "only one CNAME record is allowed per name (RFC 2136, section 1.1.5)" -msgstr "" -"hanya satu catatan CNAME yang diperbolehkan per nama (RFC 2136, bagian 1.1.5)" - -#, fuzzy -msgid "" -"CNAME record is not allowed to coexist with any other record (RFC 1034, " -"section 3.6.2)" -msgstr "" -"Catatan CNAME tidak diizinkan untuk hidup berdampingan dengan catatan lain (" -"RFC 1034, bagian 3.6.2)" - -#, fuzzy -msgid "only one DNAME record is allowed per name (RFC 6672, section 2.4)" -msgstr "" -"hanya satu catatan DNAME yang diperbolehkan per nama (RFC 6672, bagian 2.4)" - -#, fuzzy, python-format -msgid "" -"NS record is not allowed to coexist with an %(type)s record except when " -"located in a zone root record (RFC 2181, section 6.1)" -msgstr "" -"Catatan NS tidak diperbolehkan hidup berdampingan dengan catatan %(tipe) " -"kecuali ketika berada dalam catatan akar zona (RFC 2181, bagian 6.1)" - -#, fuzzy -msgid "" -"DS record requires to coexist with an NS record (RFC 4592 section 4.6, RFC " -"4035 section 2.4)" -msgstr "" -"Catatan DS mengharuskan hidup berdampingan dengan catatan NS (RFC 4592 " -"bagian 4.6, RFC 4035 bagian 2.4)" - -#, fuzzy, python-format -msgid "Raw value of a DNS record was already set by \"%(name)s\" option" -msgstr "Nilai mentah dari catatan DNS sudah disetel oleh opsi \"%(name)s\"" - -#, fuzzy -msgid "DNS zone root record cannot be renamed" -msgstr "Catatan akar zona DNS tidak bisa diganti namanya" - -#, fuzzy -msgid "DNS records can be only updated one at a time" -msgstr "Catatan DNS hanya bisa diperbarui satu per satu" - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted record \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -msgid "Zone record '%s' cannot be deleted" -msgstr "Catatan zona '%s' tidak dapat dihapus" - -#, fuzzy, python-format -#| msgid "Added group \"%(value)s\"" -msgid "Found '%(value)s'" -msgstr "Grup \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -msgid "Host '%(host)s' not found" -msgstr "Host '%(host)s' tidak ditemukan" - -#, fuzzy -msgid "DNS configuration options" -msgstr "Opsi konfigurasi DNS" - -#, fuzzy -msgid "DNS Global Configuration" -msgstr "Konfigurasi Global DNS" - -#, fuzzy -msgid "IPA DNS version" -msgstr "Versi DNS IPA" - -#, fuzzy -msgid "List of IPA masters configured as DNS servers" -msgstr "Daftar master IPA yang dikonfigurasi sebagai server DNS" - -#, fuzzy -msgid "IPA server configured as DNSSec key master" -msgstr "Server IPA dikonfigurasi sebagai master kunci DNSSec" - -#, fuzzy -msgid "Global DNS configuration is empty" -msgstr "Konfigurasi DNS global kosong" - -#, fuzzy -msgid "DNS forward zone" -msgstr "Zona penerusan DNS" - -#, fuzzy -msgid "DNS forward zones" -msgstr "Zona penerusan DNS" - -#, fuzzy -msgid "DNS Forward Zones" -msgstr "Zona Penerusan DNS" - -#, fuzzy -msgid "DNS Forward Zone" -msgstr "Zona Penerusan DNS" - -#, fuzzy -msgid "Please specify forwarders." -msgstr "Silakan tentukan penerus." - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Deleted DNS forward zone \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Deleted group \"%(value)s\"" -msgid "Disabled DNS forward zone \"%(value)s\"" -msgstr "Grup \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -msgid "Enabled DNS forward zone \"%(value)s\"" -msgstr "Zona penerusan DNS yang diaktifkan \"%(value)s\"" - -#, fuzzy -msgid "IPA DNS records" -msgstr "Catatan DNS IPA" - -#, fuzzy -msgid "IPA location records" -msgstr "Catatan lokasi IPA" - -#, fuzzy -msgid "Update location and IPA server DNS records" -msgstr "Memperbarui lokasi dan catatan DNS server IPA" - -#, fuzzy -msgid "Result of the command" -msgstr "" -"Baris perintah aptitude sangat berbeda, namun hasilnya " -"akan sama dengan aptitude reinstall postfix." - -#, fuzzy -msgid "Dry run" -msgstr "Lari kering" - -#, fuzzy -msgid "Do not update records only return expected records" -msgstr "Jangan perbarui rekaman hanya mengembalikan catatan yang diharapkan" - -#, fuzzy, python-brace-format -msgid "{role}: role not found" -msgstr "{role}: peran tidak ditemukan" - #, python-brace-format msgid "{attr}: no such attribute" msgstr "{attr}: tidak ada atribut seperti itu" - -#, fuzzy -msgid "" -"\n" -"Topology\n" -"\n" -"Management of a replication topology at domain level 1.\n" -msgstr "" -"\n" -"Topologi\n" -"\n" -"Manajemen topologi replikasi di tingkat domain 1.\n" - -#, fuzzy -msgid "" -"\n" -"IPA server's data is stored in LDAP server in two suffixes:\n" -"* domain suffix, e.g., 'dc=example,dc=com', contains all domain related " -"data\n" -"* ca suffix, 'o=ipaca', is present only on server with CA installed. It\n" -" contains data for Certificate Server component\n" -msgstr "" -"\n" -"Data server IPA disimpan di server LDAP dalam dua akhiran:\n" -"* akhiran domain, misalnya, 'dc=example,dc=com', berisi semua data terkait " -"domain\n" -"* akhiran ca, 'o=ipaca', hanya ada di server dengan CA diinstal. Itu\n" -" berisi data untuk komponen Server Sertifikat\n" - -#, fuzzy -msgid "" -"\n" -"Data stored on IPA servers is replicated to other IPA servers. The way it " -"is\n" -"replicated is defined by replication agreements. Replication agreements " -"needs\n" -"to be set for both suffixes separately. On domain level 0 they are managed\n" -"using ipa-replica-manage and ipa-csreplica-manage tools. With domain level " -"1\n" -"they are managed centrally using `ipa topology*` commands.\n" -msgstr "" -"\n" -"Data yang disimpan di server IPA direplikasi ke server IPA lainnya. Cara " -"itu\n" -"direplikasi didefinisikan oleh perjanjian replikasi. Kebutuhan perjanjian " -"replikasi\n" -"diatur untuk kedua akhiran secara terpisah. Di tingkat domain 0 mereka " -"dikelola\n" -"menggunakan ipa-replica-manage dan ipa-csreplica-manage tools. Dengan domain " -"level 1\n" -"mereka dikelola secara terpusat menggunakan perintah 'ipa topology*'.\n" - -#, fuzzy -msgid "" -"\n" -"Agreements are represented by topology segments. By default topology " -"segment\n" -"represents 2 replication agreements - one for each direction, e.g., A to B " -"and\n" -"B to A. Creation of unidirectional segments is not allowed.\n" -msgstr "" -"\n" -"Perjanjian diwakili oleh segmen topologi. Secara default segmen topologi\n" -"mewakili 2 perjanjian replikasi - satu untuk setiap arah, misalnya, A ke B " -"dan\n" -"B to A. Pembuatan segmen unidirectional tidak diperbolehkan.\n" - -#, fuzzy -msgid "" -"\n" -"To verify that no server is disconnected in the topology of the given " -"suffix,\n" -"use:\n" -" ipa topologysuffix-verify $suffix\n" -msgstr "" -"\n" -"Untuk memverifikasi bahwa tidak ada server yang terputus dalam topologi " -"akhiran yang diberikan,\n" -"Menggunakan:\n" -" ipa topologi akhiran-verifikasi $suffix\n" - -#, fuzzy -msgid "" -"\n" -"\n" -"Examples:\n" -" Find all IPA servers:\n" -" ipa server-find\n" -msgstr "" -"\n" -"\n" -"Contoh:\n" -" Temukan semua server IPA:\n" -" ipa server-find\n" - -#, fuzzy -msgid "" -"\n" -" Find all suffixes:\n" -" ipa topologysuffix-find\n" -msgstr "" -"\n" -" Temukan semua akhiran:\n" -" ipa topologi akhiran-menemukan\n" - -#, fuzzy -msgid "" -"\n" -" Add topology segment to 'domain' suffix:\n" -" ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n" -msgstr "" -"\n" -" Tambahkan segmen topologi ke akhiran 'domain':\n" -" ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n" - -#, fuzzy -msgid "" -"\n" -" Add topology segment to 'ca' suffix:\n" -" ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n" -msgstr "" -"\n" -" Tambahkan segmen topologi ke akhiran 'ca':\n" -" ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n" - -#, fuzzy -msgid "" -"\n" -" List all topology segments in 'domain' suffix:\n" -" ipa topologysegment-find domain\n" -msgstr "" -"\n" -" Daftar semua segmen topologi dalam akhiran 'domain':\n" -" Domain ipa topologysegment-find\n" - -#, fuzzy -msgid "" -"\n" -" List all topology segments in 'ca' suffix:\n" -" ipa topologysegment-find ca\n" -msgstr "" -"\n" -" Daftar semua segmen topologi dalam akhiran 'ca':\n" -" ipa topologysegment-find ca\n" - -#, fuzzy -msgid "" -"\n" -" Delete topology segment in 'domain' suffix:\n" -" ipa topologysegment-del domain segment_name\n" -msgstr "" -"\n" -" Hapus segmen topologi dalam akhiran 'domain':\n" -" Domain ipa topologysegment-del segment_name\n" - -#, fuzzy -msgid "" -"\n" -" Delete topology segment in 'ca' suffix:\n" -" ipa topologysegment-del ca segment_name\n" -msgstr "" -"\n" -" Hapus segmen topologi dalam akhiran 'ca':\n" -" ipa topologisegment-del ca segment_name\n" - -#, fuzzy -msgid "" -"\n" -" Verify topology of 'domain' suffix:\n" -" ipa topologysuffix-verify domain\n" -msgstr "" -"\n" -" Verifikasi topologi akhiran 'domain':\n" -" Domain ipa topologysuffix-verify\n" - -#, fuzzy -msgid "" -"\n" -" Verify topology of 'ca' suffix:\n" -" ipa topologysuffix-verify ca\n" -msgstr "" -"\n" -" Verifikasi topologi akhiran 'ca':\n" -" ipa topologi akhiran-verifikasi ca\n" - -#, fuzzy, python-brace-format -msgid "Topology management requires minimum domain level {0} " -msgstr "Manajemen topologi memerlukan tingkat domain minimum {0} " - -msgid "segment" -msgstr "segmen" - -#, fuzzy -msgid "segments" -msgstr "Segmen" - -#, fuzzy -msgid "Topology Segments" -msgstr "Segmen Topologi" - -#, fuzzy -msgid "Topology Segment" -msgstr "Segmen Topologi" - -#, fuzzy, python-format -msgid "left node is not a topology node: %(leftnode)s" -msgstr "node kiri bukan sebuah node topologi: %(leftnode)s" - -#, fuzzy, python-format -msgid "right node is not a topology node: %(rightnode)s" -msgstr "node kanan bukan sebuah node topologi: %(rightnode)s" - -#, fuzzy -msgid "left node and right node must not be the same" -msgstr "node kiri dan node kanan tidak boleh sama" - -#, fuzzy, python-brace-format -msgid "left node ({host}) does not support suffix '{suff}'" -msgstr "node kiri ({host}) tidak mendukung akhiran '{suff}'" - -#, fuzzy, python-brace-format -msgid "right node ({host}) does not support suffix '{suff}'" -msgstr "node kanan ({host}) tidak mendukung akhiran '{suff}'" - -#, fuzzy, python-format -#| msgid "%(count)d host matched" -#| msgid_plural "%(count)d hosts matched" -msgid "%(count)d segment matched" -msgid_plural "%(count)d segments matched" -msgstr[0] "%(count)d host sesuai" - -#, python-format -msgid "Added segment \"%(value)s\"" -msgstr "Segmen \"%(value)s\" ditambahkan" - -#, python-format -msgid "Deleted segment \"%(value)s\"" -msgstr "Segmen \"%(value)s\" dihapus" - -#, python-format -msgid "Modified segment \"%(value)s\"" -msgstr "Segmen \"%(value)s\" dimodifikasi" - -#, fuzzy, python-format -msgid "%(value)s" -msgstr "%(nilai)s" - -#, fuzzy -msgid "left or right node has to be specified" -msgstr "node kiri atau kanan harus dispesifikasikan" - -#, fuzzy -msgid "only one node can be specified" -msgstr "hanya satu node yang dapat ditentukan" - -#, fuzzy, python-format -msgid "Replication refresh for segment: \"%(pkey)s\" requested." -msgstr "Refresh replikasi untuk segmen: \"%(pkey)s\" diminta." - -#, fuzzy, python-format -msgid "Stopping of replication refresh for segment: \"%(pkey)s\" requested." -msgstr "Menghentikan refresh replikasi untuk segmen: \"%(pkey)s\" diminta." - -#, fuzzy -msgid "suffixes" -msgstr "" -"String yang diberikan menentukan sufiks-sufiks (dipisah dengan titik koma) " -"untuk berkas-berkas yang mesti disaring bila berkas cadangan mesti " -"disembunyikan." - -#, fuzzy -msgid "Topology suffixes" -msgstr "Akhiran topologi" - -#, fuzzy -msgid "Topology suffix" -msgstr "Akhiran topologi" - -#, fuzzy, python-format -#| msgid "%(count)d host matched" -#| msgid_plural "%(count)d hosts matched" -msgid "%(count)d topology suffix matched" -msgid_plural "%(count)d topology suffixes matched" -msgstr[0] "%(count)d host sesuai" - -#, fuzzy, python-format -#| msgid "Deleted host \"%(value)s\"" -msgid "Deleted topology suffix \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dihapus" - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added topology suffix \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Modified host \"%(value)s\"" -msgid "Modified topology suffix \"%(value)s\"" -msgstr "Host \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "" -"\n" -"Verify replication topology for suffix.\n" -"\n" -"Checks done:\n" -" 1. check if a topology is not disconnected. In other words if there are\n" -" replication paths between all servers.\n" -" 2. check if servers don't have more than the recommended number of\n" -" replication agreements\n" -msgstr "" -"\n" -"Verifikasi topologi replikasi untuk akhiran.\n" -"\n" -"Pemeriksaan dilakukan:\n" -" 1. periksa apakah topologi tidak terputus. Dengan kata lain jika ada\n" -" jalur replikasi di antara semua server.\n" -" 2. periksa apakah server tidak memiliki lebih dari jumlah\n" -" perjanjian replikasi\n" - -#, fuzzy -msgid "" -"\n" -"IPA certificate operations\n" -msgstr "" -"\n" -"Operasi sertifikat IPA\n" - -#, fuzzy -msgid "" -"\n" -"Implements a set of commands for managing server SSL certificates.\n" -msgstr "" -"\n" -"Menerapkan serangkaian perintah untuk mengelola sertifikat SSL server.\n" - -#, fuzzy -msgid "" -"\n" -"Certificate requests exist in the form of a Certificate Signing Request " -"(CSR)\n" -"in PEM format.\n" -msgstr "" -"\n" -"Permintaan sertifikat ada dalam bentuk Permintaan Penandatanganan Sertifikat " -"(CSR)\n" -"dalam format PEM.\n" - -#, fuzzy -msgid "" -"\n" -"The dogtag CA uses just the CN value of the CSR and forces the rest of the\n" -"subject to values configured in the server.\n" -msgstr "" -"\n" -"Dogtag CA hanya menggunakan nilai CN dari CSR dan memaksa sisa\n" -"tunduk pada nilai yang dikonfigurasi di server.\n" - -#, fuzzy -msgid "" -"\n" -"A certificate is stored with a service principal and a service principal\n" -"needs a host.\n" -msgstr "" -"\n" -"Sertifikat disimpan dengan prinsipal layanan dan kepala layanan\n" -"butuh tuan rumah.\n" - -#, fuzzy -msgid "" -"\n" -"In order to request a certificate:\n" -msgstr "" -"\n" -"Untuk meminta sertifikat:\n" - -#, fuzzy -msgid "" -"\n" -"* The host must exist\n" -"* The service must exist (or you use the --add option to automatically add " -"it)\n" -msgstr "" -"\n" -"* Tuan rumah harus ada\n" -"* Layanan harus ada (atau Anda menggunakan opsi --add untuk secara otomatis " -"menambahkannya)\n" - -#, fuzzy -msgid "" -"\n" -"SEARCHING:\n" -msgstr "" -"\n" -"Mencari…\n" - -#, fuzzy -msgid "" -"\n" -"Certificates may be searched on by certificate subject, serial number,\n" -"revocation reason, validity dates and the issued date.\n" -msgstr "" -"\n" -"Sertifikat dapat dicari berdasarkan subjek sertifikat, nomor seri,\n" -"alasan pencabutan, tanggal validitas, dan tanggal penerbitan.\n" - -#, fuzzy -msgid "" -"\n" -"When searching on dates the _from date does a >= search and the _to date\n" -"does a <= search. When combined these are done as an AND.\n" -msgstr "" -"\n" -"Saat mencari pada tanggal _from tanggal melakukan pencarian >= dan tanggal " -"_to\n" -"melakukan pencarian <=100. Ketika digabungkan ini dilakukan sebagai AND.\n" - -#, fuzzy -msgid "" -"\n" -"Dates are treated as GMT to match the dates in the certificates.\n" -msgstr "" -"\n" -"Tanggal diperlakukan sebagai GMT agar sesuai dengan tanggal dalam sertifikat." -"\n" - -#, fuzzy -msgid "" -"\n" -"The date format is YYYY-mm-dd.\n" -msgstr "" -"\n" -"Format tanggal adalah YYYY-mm-dd.\n" - -#, fuzzy -msgid "" -"\n" -" Request a new certificate and add the principal:\n" -" ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" -msgstr "" -"\n" -" Minta sertifikat baru dan tambahkan pokok:\n" -" ipa cert-request --add --principal=HTTP/lion.example.com example.csr\n" - -#, fuzzy -msgid "" -"\n" -" Retrieve an existing certificate:\n" -" ipa cert-show 1032\n" -msgstr "" -"\n" -" Mengambil sertifikat yang sudah ada:\n" -" ipa cert-show 1032\n" - -#, fuzzy -msgid "" -"\n" -" Revoke a certificate (see RFC 5280 for reason details):\n" -" ipa cert-revoke --revocation-reason=6 1032\n" -msgstr "" -"\n" -" Mencabut sertifikat (lihat RFC 5280 untuk detail alasan):\n" -" ipa cert-mencabut --revocation-reason=6 1032\n" - -#, fuzzy -msgid "" -"\n" -" Remove a certificate from revocation hold status:\n" -" ipa cert-remove-hold 1032\n" -msgstr "" -"\n" -" Menghapus sertifikat dari status penahanan pembatalan:\n" -" ipa cert-remove-hold 1032\n" - -#, fuzzy -msgid "" -"\n" -" Check the status of a signing request:\n" -" ipa cert-status 10\n" -msgstr "" -"\n" -" Periksa status permintaan penandatanganan:\n" -" status ipa cert 10\n" - -#, fuzzy -msgid "" -"\n" -" Search for certificates by hostname:\n" -" ipa cert-find --subject=ipaserver.example.com\n" -msgstr "" -"\n" -" Cari sertifikat menurut nama host:\n" -" ipa cert-find --subject=ipaserver.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Search for revoked certificates by reason:\n" -" ipa cert-find --revocation-reason=5\n" -msgstr "" -"\n" -" Cari sertifikat yang dicabut dengan alasan:\n" -" ipa cert-find --revocation-reason=5\n" - -#, fuzzy -msgid "" -"\n" -" Search for certificates based on issuance date\n" -" ipa cert-find --issuedon-from=2013-02-01 --issuedon-to=2013-02-07\n" -msgstr "" -"\n" -" Cari sertifikat berdasarkan tanggal penerbitan\n" -" ipa cert-find --issuedon-from=2013-02-01 --issuedon-to=2013-02-07\n" - -#, fuzzy -msgid "" -"\n" -" Search for certificates owned by a specific user:\n" -" ipa cert-find --user=user\n" -msgstr "" -"\n" -" Cari sertifikat yang dimiliki oleh pengguna tertentu:\n" -" ipa cert-find --user=user\n" - -#, fuzzy -msgid "" -"\n" -" Examine a certificate:\n" -" ipa cert-find --file=cert.pem --all\n" -msgstr "" -"\n" -" Memeriksa sertifikat:\n" -" ipa cert-find --file=cert.pem --all\n" - -#, fuzzy -msgid "" -"\n" -" Verify that a certificate is owned by a specific user:\n" -" ipa cert-find --file=cert.pem --user=user\n" -msgstr "" -"\n" -" Verifikasi bahwa sertifikat dimiliki oleh pengguna tertentu:\n" -" ipa cert-find --file=cert.pem --user=user\n" - -#, fuzzy -msgid "" -"\n" -"IPA currently immediately issues (or declines) all certificate requests so\n" -"the status of a request is not normally useful. This is for future use\n" -"or the case where a CA does not immediately issue a certificate.\n" -msgstr "" -"\n" -"IPA saat ini segera mengeluarkan (atau menolak) semua permintaan sertifikat " -"sehingga\n" -"status permintaan biasanya tidak berguna. Ini untuk penggunaan di masa " -"mendatang\n" -"atau kasus di mana CA tidak segera menerbitkan sertifikat.\n" - -#, fuzzy -msgid "" -"\n" -"The following revocation reasons are supported:\n" -"\n" -msgstr "" -"\n" -"Alasan pencabutan berikut didukung:\n" -"\n" - -#, fuzzy -msgid " * 0 - unspecified\n" -msgstr " * 0 - tidak ditentukan\n" - -msgid " * 1 - keyCompromise\n" -msgstr " * 1 - keyCompromise\n" - -msgid " * 2 - cACompromise\n" -msgstr " * 2 - cACompromise\n" - -#, fuzzy -msgid " * 3 - affiliationChanged\n" -msgstr " * 3 - afiliasi Dipertukarkan\n" - -#, fuzzy -msgid " * 4 - superseded\n" -msgstr " * 4 - supersededed\n" - -#, fuzzy -msgid " * 5 - cessationOfOperation\n" -msgstr " * 5 - penghentianOfOperasi\n" - -msgid " * 6 - certificateHold\n" -msgstr " * 6 - certificateHold\n" - -#, fuzzy -msgid " * 8 - removeFromCRL\n" -msgstr " * 8 - hapusDariCRL\n" - -msgid " * 9 - privilegeWithdrawn\n" -msgstr " * 9 - privilegeWithdrawn\n" - -msgid " * 10 - aACompromise\n" -msgstr " * 10 - aACompromise\n" - -#, fuzzy -msgid "" -"\n" -"Note that reason code 7 is not used. See RFC 5280 for more details:\n" -msgstr "" -"\n" -"Perhatikan bahwa kode alasan 7 tidak digunakan. Lihat RFC 5280 untuk detail " -"selengkapnya:\n" - -msgid "" -"\n" -"http://www.ietf.org/rfc/rfc5280.txt\n" -"\n" -msgstr "" -"\n" -"http://www.ietf.org/rfc/rfc5280.txt\n" -"\n" - -#, fuzzy, python-format -msgid "" -"Principal '%(principal)s' is not permitted to use CA '%(ca)s' with profile " -"'%(profile_id)s' for certificate issuance." -msgstr "" -"Prinsipal '%(principal)s' tidak diizinkan menggunakan CA '%(ca)s' dengan " -"profil '%(profile_id)s' untuk penerbitan sertifikat." - -#, fuzzy -msgid "enabledService/configuredService not in ipaConfigString kdc entry" -msgstr "enabledService/configuredService tidak dalam entri ipaConfigString kdc" - -#, fuzzy, python-format -msgid "Host '%(hostname)s' is not an active KDC" -msgstr "Host '%(hostname)s' bukan KDC aktif" - -#, fuzzy -msgid "Issuing CA" -msgstr "Mengeluarkan CA" - -#, fuzzy -msgid "Name of issuing CA" -msgstr "Nama penerbitan CA" - -#, fuzzy -msgid "Subject email address" -msgstr "Alamat email subjek" - -#, fuzzy -msgid "Subject DNS name" -msgstr "Nama DNS subjek" - -#, fuzzy -msgid "Subject X.400 address" -msgstr "Alamat subjek X.400" - -#, fuzzy -msgid "Subject directory name" -msgstr "Nama direktori subjek" - -#, fuzzy -msgid "Subject EDI Party name" -msgstr "Nama Subjek Partai EDI" - -#, fuzzy -msgid "Subject URI" -msgstr "URI Subjek" - -#, fuzzy -msgid "Subject IP Address" -msgstr "Alamat IP Subjek" - -#, fuzzy -msgid "Subject OID" -msgstr "Subyek OID" - -#, fuzzy -msgid "Subject UPN" -msgstr "Subjek UPN" - -#, fuzzy -msgid "Subject Kerberos principal name" -msgstr "Nama utama Kerberos subjek" - -#, fuzzy -msgid "Subject Other Name" -msgstr "Nama Lain Subjek" - -#, fuzzy -msgid "Serial number (hex)" -msgstr "Nomor seri (hex)" - -#, fuzzy -msgid "Request status" -msgstr "Status permintaan" - -#, fuzzy -msgid "" -"automatically add the principal if it doesn't exist (service principals only)" -msgstr "" -"secara otomatis menambahkan prinsipal jika tidak ada (hanya kepala layanan)" - -#, fuzzy, python-format -msgid "krbtgt certs can use only the %s profile" -msgstr "krbtgt certs hanya dapat menggunakan %s profil" - -#, fuzzy -msgid "No Common Name was found in subject of request." -msgstr "Tidak ada Nama Umum yang ditemukan dalam subjek permintaan." - -#, fuzzy, python-format -msgid "" -"hostname in subject of request '%(cn)s' does not match name or aliases of " -"principal '%(principal)s'" -msgstr "" -"nama host dalam subjek permintaan '%(cn)s' tidak cocok dengan nama atau " -"alias dari prinsipal '%(principal)s'" - -#, fuzzy, python-format -msgid "" -"hostname in subject of request '%(cn)s' does not match principal hostname " -"'%(hostname)s'" -msgstr "" -"nama host dalam subjek permintaan '%(cn)s' tidak cocok dengan nama host " -"utama '%(hostname)s'" - -#, fuzzy -msgid "DN commonName does not match user's login" -msgstr "DN commonName tidak cocok dengan login pengguna" - -#, fuzzy -msgid "DN emailAddress does not match any of user's email addresses" -msgstr "Email DNAddress tidak cocok dengan alamat email pengguna mana pun" - -#, fuzzy, python-format -msgid "" -"Insufficient 'write' privilege to the 'userCertificate' attribute of entry " -"'%s'." -msgstr "" -"Hak istimewa 'tulis' tidak mencukupi untuk atribut 'userCertificate' entri " -"'%s'." - -#, fuzzy, python-format -msgid "subject alt name type %s is forbidden for user principals" -msgstr "jenis nama alt subjek %s dilarang untuk prinsipal pengguna" - -#, fuzzy, python-format -msgid "" -"The service principal for subject alt name %s in certificate request does " -"not exist" -msgstr "" -"Kepala layanan untuk subjek nama alt %s dalam permintaan sertifikat tidak ada" - -#, fuzzy, python-format -msgid "" -"Insufficient privilege to create a certificate with subject alt name '%s'." -msgstr "" -"Hak istimewa tidak mencukupi untuk membuat sertifikat dengan nama alt subjek " -"'%s'." - -#, fuzzy, python-format -msgid "Principal '%s' in subject alt name does not match requested principal" -msgstr "" -"Prinsipal '%s' dalam nama alt subjek tidak cocok dengan prinsipal yang " -"diminta" - -#, fuzzy -msgid "RFC822Name does not match any of user's email addresses" -msgstr "RFC822Name tidak cocok dengan alamat email pengguna mana pun" - -#, fuzzy, python-format -msgid "subject alt name type %s is forbidden for non-user principals" -msgstr "jenis nama alt subjek %s dilarang untuk prinsipal non-pengguna" - -#, fuzzy, python-format -msgid "Subject alt name type %s is forbidden" -msgstr "Subjek tipe nama alt %s anda dilarang" - -#, fuzzy, python-format -msgid "CA '%s' is disabled" -msgstr "CA '%s' dinonaktifkan" - -#, fuzzy -msgid "'add' option" -msgstr "Opsi 'tambah'" - -#, fuzzy, python-format -msgid "IP address in subjectAltName (%s) unreachable from DNS names" -msgstr "Alamat IP di subjectAltName (%s) tidak dapat dijangkau dari nama DNS" - -#, fuzzy, python-format -msgid "IP address in subjectAltName (%s) does not have PTR record" -msgstr "Alamat IP dalam subjectAltName (%s) tidak memiliki catatan PTR" - -#, fuzzy, python-format -msgid "PTR record for SAN IP (%s) does not match A/AAAA records" -msgstr "Rekor PTR untuk SAN IP (%s) tidak cocok dengan catatan A/AAAA" - -#, fuzzy -msgid "Revoked" -msgstr "Dicabut" - -#, fuzzy -msgid "" -"Reason for revoking the certificate (0-10). Type \"ipa help cert\" for " -"revocation reason details. " -msgstr "" -"Alasan untuk mencabut sertifikat (0-10). Ketik \"ipa help cert\" untuk " -"detail alasan pencabutan. " - -#, fuzzy, python-format -msgid "Owner %s" -msgstr "kuiri '%(owner)s %(rtype)s': %(error)s" - -#, fuzzy, python-format -msgid "" -"Certificate with serial number %(serial)s issued by CA '%(ca)s' not found" -msgstr "" -"Sertifikat dengan nomor seri %(serial) yang dikeluarkan oleh CA '%(ca)s' " -"tidak ditemukan" - -#, fuzzy -msgid "7 is not a valid revocation reason" -msgstr "7 bukan alasan pencabutan yang sahih" - -#, fuzzy -msgid "Results should contain primary key attribute only (\"certificate\")" -msgstr "Hasil harus berisi atribut kunci utama saja (\"sertifikat\")" - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d certificate matched" -msgid_plural "%(count)d certificates matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy, python-format -msgid "Search for certificates with these owner %s." -msgstr "Cari sertifikat dengan pemilik ini %s." - -#, fuzzy, python-format -msgid "Search for certificates without these owner %s." -msgstr "Cari sertifikat tanpa pemilik ini %s." - -#, fuzzy -msgid "" -"\n" -"Auto Membership Rule.\n" -msgstr "" -"\n" -"Aturan Keanggotaan Otomatis.\n" - -#, fuzzy -msgid "" -"\n" -"Bring clarity to the membership of hosts and users by configuring inclusive\n" -"or exclusive regex patterns, you can automatically assign a new entries " -"into\n" -"a group or hostgroup based upon attribute information.\n" -msgstr "" -"\n" -"Bawa kejelasan pada keanggotaan host dan pengguna dengan mengonfigurasi\n" -"atau pola regex eksklusif, Anda dapat secara otomatis menetapkan entri baru " -"ke dalam\n" -"grup atau grup host berdasarkan informasi atribut.\n" - -#, fuzzy -msgid "" -"\n" -"A rule is directly associated with a group by name, so you cannot create\n" -"a rule without an accompanying group or hostgroup.\n" -msgstr "" -"\n" -"Aturan secara langsung dikaitkan dengan grup menurut nama, sehingga Anda " -"tidak bisa membuat\n" -"aturan tanpa grup atau grup host yang menyertainya.\n" - -#, fuzzy -msgid "" -"\n" -"A condition is a regular expression used by 389-ds to match a new incoming\n" -"entry with an automember rule. If it matches an inclusive rule then the\n" -"entry is added to the appropriate group or hostgroup.\n" -msgstr "" -"\n" -"Kondisi adalah ekspresi reguler yang digunakan oleh 389-ds untuk mencocokkan " -"masuk baru\n" -"entri dengan aturan automember. Jika cocok dengan aturan inklusif, maka\n" -"entri ditambahkan ke grup atau grup host yang sesuai.\n" - -#, fuzzy -msgid "" -"\n" -"A default group or hostgroup could be specified for entries that do not\n" -"match any rule. In case of user entries this group will be a fallback group\n" -"because all users are by default members of group specified in IPA config.\n" -msgstr "" -"\n" -"Grup asali atau grup host bisa ditentukan untuk entri yang tidak\n" -"cocok dengan aturan apa pun. Dalam kasus entri pengguna grup ini akan " -"menjadi grup fallback\n" -"karena semua pengguna adalah anggota default grup yang ditentukan dalam " -"konfigurasi IPA.\n" - -#, fuzzy -msgid "" -"\n" -"The automember-rebuild command can be used to retroactively run automember " -"rules\n" -"against existing entries, thus rebuilding their membership.\n" -msgstr "" -"\n" -"Perintah automember-rebuild dapat digunakan untuk menjalankan aturan " -"automember secara retroaktif\n" -"terhadap entri yang ada, sehingga membangun kembali keanggotaan mereka.\n" - -#, fuzzy -msgid "" -"\n" -" Add the initial group or hostgroup:\n" -" ipa hostgroup-add --desc=\"Web Servers\" webservers\n" -" ipa group-add --desc=\"Developers\" devel\n" -msgstr "" -"\n" -" Tambahkan grup awal atau grup host:\n" -" ipa hostgroup-add --desc=\"Server Web\" webserver\n" -" ipa group-add --desc=\"Pengembang\" devel\n" - -#, fuzzy -msgid "" -"\n" -" Add the initial rule:\n" -" ipa automember-add --type=hostgroup webservers\n" -" ipa automember-add --type=group devel\n" -msgstr "" -"\n" -" Tambahkan aturan awal:\n" -" ipa automember-add --type=hostgroup webserver\n" -" ipa automember-add --type=group devel\n" - -#, fuzzy -msgid "" -"\n" -" Add a condition to the rule:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webservers\n" -" ipa automember-add-condition --key=manager --type=group --inclusive-" -"regex=^uid=mscott devel\n" -msgstr "" -"\n" -" Menambahkan kondisi ke aturan:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webservers\n" -" ipa automember-add-condition --key=manager --type=group --inclusive-" -"regex=^uid=mscott devel\n" - -#, fuzzy -msgid "" -"\n" -" Add an exclusive condition to the rule to prevent auto assignment:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" -"regex=^web5\\.example\\.com webservers\n" -msgstr "" -"\n" -" Tambahkan kondisi eksklusif ke aturan untuk mencegah penetapan otomatis:\n" -" ipa automember-add-condition --key=fqdn --type=hostgroup --exclusive-" -"regex=^web5\\.example\\.com webserver\n" - -#, fuzzy -msgid "" -"\n" -" Add a host:\n" -" ipa host-add web1.example.com\n" -msgstr "" -"\n" -" Tambahkan host:\n" -" ipa host-add web1.example.com\n" - -#, fuzzy -msgid "" -"\n" -" Add a user:\n" -" ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" -msgstr "" -"\n" -" Tambah pengguna:\n" -" ipa user-add --first=Tim --last=User --password tuser1 --manager=mscott\n" - -#, fuzzy -msgid "" -"\n" -" Verify automembership:\n" -" ipa hostgroup-show webservers\n" -" Host-group: webservers\n" -" Description: Web Servers\n" -" Member hosts: web1.example.com\n" -"\n" -" ipa group-show devel\n" -" Group name: devel\n" -" Description: Developers\n" -" GID: 1004200000\n" -" Member users: tuser\n" -msgstr "" -"\n" -" Verifikasi pemotongan otomatis:\n" -" Server web ipa hostgroup-show\n" -" Grup host: server web\n" -" Deskripsi: Server Web\n" -" Host anggota: web1.example.com\n" -"\n" -"ipa grup-show devel\n" -" Nama grup: devel\n" -" Deskripsi: Pengembang\n" -" GID: 1004200000\n" -" Pengguna anggota: tuser\n" - -#, fuzzy -msgid "" -"\n" -" Remove a condition from the rule:\n" -" ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webservers\n" -msgstr "" -"\n" -" Menghapus kondisi dari aturan:\n" -" ipa automember-remove-condition --key=fqdn --type=hostgroup --inclusive-" -"regex=^web[1-9]+\\.example\\.com webserver\n" - -#, fuzzy -msgid "" -"\n" -" Modify the automember rule:\n" -" ipa automember-mod\n" -msgstr "" -"\n" -" Mengubah aturan automember:\n" -" ipa automember-mod\n" - -#, fuzzy -msgid "" -"\n" -" Set the default (fallback) target group:\n" -" ipa automember-default-group-set --default-group=webservers --" -"type=hostgroup\n" -" ipa automember-default-group-set --default-group=ipausers --type=group\n" -msgstr "" -"\n" -" Atur grup target default (fallback):\n" -" ipa automember-default-group-set --default-group=webservers --type=" -"hostgroup\n" -" ipa automember-default-group-set --default-group=ipausers --type=group\n" - -#, fuzzy -msgid "" -"\n" -" Remove the default (fallback) target group:\n" -" ipa automember-default-group-remove --type=hostgroup\n" -" ipa automember-default-group-remove --type=group\n" -msgstr "" -"\n" -" Hapus grup target default (fallback):\n" -" ipa automember-default-group-remove --type=hostgroup\n" -" ipa automember-default-group-remove --type=group\n" - -#, fuzzy -msgid "" -"\n" -" Show the default (fallback) target group:\n" -" ipa automember-default-group-show --type=hostgroup\n" -" ipa automember-default-group-show --type=group\n" -msgstr "" -"\n" -" Tampilkan grup target default (fallback):\n" -" ipa automember-default-group-show --type=hostgroup\n" -" ipa automember-default-group-show --type=group\n" - -#, fuzzy -msgid "" -"\n" -" Find all of the automember rules:\n" -" ipa automember-find\n" -msgstr "" -"\n" -" Temukan semua aturan automember:\n" -" ipa automember-find\n" - -#, fuzzy -msgid "" -"\n" -" Find all of the orphan automember rules:\n" -" ipa automember-find-orphans --type=hostgroup\n" -" Find all of the orphan automember rules and remove them:\n" -" ipa automember-find-orphans --type=hostgroup --remove\n" -msgstr "" -"\n" -" Temukan semua aturan automember yatim piatu:\n" -" ipa automember-find-orphans --type=hostgroup\n" -" Temukan semua aturan automember yatim piatu dan hapus:\n" -" ipa automember-find-orphans --type=hostgroup --remove\n" - -#, fuzzy -msgid "" -"\n" -" Display a automember rule:\n" -" ipa automember-show --type=hostgroup webservers\n" -" ipa automember-show --type=group devel\n" -msgstr "" -"\n" -" Menampilkan aturan automember:\n" -" ipa automember-show --type=hostgroup webserver\n" -" ipa automember-show --type=group devel\n" - -#, fuzzy -msgid "" -"\n" -" Delete an automember rule:\n" -" ipa automember-del --type=hostgroup webservers\n" -" ipa automember-del --type=group devel\n" -msgstr "" -"\n" -" Menghapus aturan pembuat otomatis:\n" -" ipa automember-del --type=hostgroup webserver\n" -" ipa automember-del --type=grup devel\n" - -#, fuzzy -msgid "" -"\n" -" Rebuild membership for all users:\n" -" ipa automember-rebuild --type=group\n" -msgstr "" -"\n" -" Membangun kembali keanggotaan untuk semua pengguna:\n" -" ipa automember-rebuild --type=group\n" - -#, fuzzy -msgid "" -"\n" -" Rebuild membership for all hosts:\n" -" ipa automember-rebuild --type=hostgroup\n" -msgstr "" -"\n" -" Membangun kembali keanggotaan untuk semua host:\n" -" ipa automember-rebuild --type=hostgroup\n" - -#, fuzzy -msgid "" -"\n" -" Rebuild membership for specified users:\n" -" ipa automember-rebuild --users=tuser1 --users=tuser2\n" -msgstr "" -"\n" -" Membangun kembali keanggotaan untuk pengguna tertentu:\n" -" ipa automember-rebuild --users=tuser1 --users=tuser2\n" - -#, fuzzy -msgid "" -"\n" -" Rebuild membership for specified hosts:\n" -" ipa automember-rebuild --hosts=web1.example.com --hosts=web2.example." -"com\n" -msgstr "" -"\n" -" Membangun kembali keanggotaan untuk host tertentu:\n" -" ipa automember-rebuild --hosts=web1.example.com --hosts=web2.example." -"com\n" - -#, fuzzy -msgid "Auto Membership Rule" -msgstr "Aturan Keanggotaan Otomatis" - -#, python-format -msgid "%(otype)s \"%(oname)s\" not found" -msgstr "%(otype)s \"%(oname)s\" tidak ditemukan" - -#, fuzzy, python-format -msgid "%s is not a valid attribute." -msgstr "%s bukan atribut yang sahih." - -#, fuzzy -msgid "" -"\n" -" Add an automember rule.\n" -" " -msgstr "" -"\n" -" Tambahkan aturan automember.\n" -" " - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added automember rule \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy -msgid "Auto Membership is not configured" -msgstr "Keanggotaan Otomatis tidak dikonfigurasi" - -#, fuzzy -msgid "" -"\n" -" Add conditions to an automember rule.\n" -" " -msgstr "" -"\n" -" Menambahkan kondisi ke aturan automember.\n" -" " - -#, fuzzy, python-format -#| msgid "Added host \"%(value)s\"" -msgid "Added condition(s) to \"%(value)s\"" -msgstr "Host \"%(value)s\" telah ditambahkan" - -#, python-format -msgid "Auto member rule: %s not found!" -msgstr "Aturan anggota otomatis: %s tidak ditemukan!" - -#, fuzzy -msgid "" -"\n" -" Override this so we can add completed and failed to the return " -"result.\n" -" " -msgstr "" -"\n" -" Mengesampingkan hal ini sehingga kami dapat menambahkan selesai dan " -"gagal ke hasil pengembalian.\n" -" " - -#, fuzzy -msgid "" -"\n" -" Remove conditions from an automember rule.\n" -" " -msgstr "" -"\n" -" Menghapus kondisi dari aturan automember.\n" -" " - -#, fuzzy, python-format -#| msgid "Deleted hostgroup \"%(value)s\"" -msgid "Removed condition(s) from \"%(value)s\"" -msgstr "hostgroup \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "" -"\n" -" Override this so we can set completed and failed.\n" -" " -msgstr "" -"\n" -" Mengesampingkan hal ini sehingga kita dapat mengatur selesai dan " -"gagal.\n" -" " - -#, fuzzy -msgid "" -"\n" -" Modify an automember rule.\n" -" " -msgstr "" -"\n" -" Mengubah aturan automember.\n" -" " - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Modified automember rule \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "" -"\n" -" Delete an automember rule.\n" -" " -msgstr "" -"\n" -" Menghapus aturan automember.\n" -" " - -#, fuzzy, python-format -#| msgid "Deleted user \"%(value)s\"" -msgid "Deleted automember rule \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dihapus" - -#, fuzzy -msgid "" -"\n" -" Search for automember rules.\n" -" " -msgstr "" -"\n" -" Cari aturan automember.\n" -" " - -#, fuzzy, python-format -#| msgid "%(count)d user matched" -#| msgid_plural "%(count)d users matched" -msgid "%(count)d rules matched" -msgid_plural "%(count)d rules matched" -msgstr[0] "%(count)d pengguna sesuai" - -#, fuzzy -msgid "" -"\n" -" Display information about an automember rule.\n" -" " -msgstr "" -"\n" -" Menampilkan informasi tentang aturan pemotongan otomatis.\n" -" " - -#, fuzzy -msgid "" -"\n" -" Set default (fallback) group for all unmatched entries.\n" -" " -msgstr "" -"\n" -" Setel grup asali (fallback) untuk semua entri yang tidak cocok.\n" -" " - -#, fuzzy, python-format -msgid "Set default (fallback) group for automember \"%(value)s\"" -msgstr "Atur grup default (fallback) untuk automember \"%(value)s\"" - -#, fuzzy -msgid "" -"\n" -" Remove default (fallback) group for all unmatched entries.\n" -" " -msgstr "" -"\n" -" Hapus grup asali (fallback) untuk semua entri yang tidak cocok.\n" -" " - -#, fuzzy, python-format -msgid "Removed default (fallback) group for automember \"%(value)s\"" -msgstr "Grup asali (fallback) yang dihapus untuk automember \"%(value)s\"" - -#, fuzzy -msgid "No default (fallback) group set" -msgstr "Tidak ada set grup default (fallback)" - -#, fuzzy -msgid "" -"\n" -" Display information about the default (fallback) automember groups.\n" -" " -msgstr "" -"\n" -" Menampilkan informasi tentang grup pemotongan otomatis asali (fallback)." -"\n" -" " - -#, fuzzy -msgid "Task DN" -msgstr "DN Tugas" - -#, fuzzy -msgid "DN of the started task" -msgstr "DN dari tugas yang dimulai" - -#, fuzzy -msgid "at least one of options: type, users, hosts must be specified" -msgstr "setidaknya salah satu opsi: tipe, pengguna, host harus ditentukan" - -#, fuzzy -msgid "users and hosts cannot both be set" -msgstr "pengguna dan host tidak dapat diatur" - -#, fuzzy -msgid "hosts cannot be set when type is 'group'" -msgstr "host tidak dapat diatur ketika tipe adalah 'grup'" - -#, fuzzy -msgid "users cannot be set when type is 'hostgroup'" -msgstr "pengguna tidak dapat disetel ketika tipe adalah 'hostgroup'" - -#, fuzzy -msgid "Automember rebuild membership task started" -msgstr "Otomatismember membangun kembali tugas keanggotaan dimulai" - -#, fuzzy, python-format -msgid "Task DN = '%s'" -msgstr "Tugas DN = '%s'" - -#, fuzzy -msgid "" -"\n" -" Search for orphan automember rules. The command might need to be run as\n" -" a privileged user user to get all orphan rules.\n" -" " -msgstr "" -"\n" -" Cari aturan automember yatim piatu. Perintah mungkin perlu dijalankan " -"sebagai\n" -" pengguna istimewa untuk mendapatkan semua aturan yatim piatu.\n" -" " - -#, fuzzy -msgid "Remove orphan automember rules" -msgstr "Menghapus aturan automember yatim piatu" - -#, fuzzy -msgid "Member service groups" -msgstr "Grup layanan anggota" - -#, fuzzy -msgid "Member HBAC service groups" -msgstr "Grup layanan HBAC anggota" - -#, fuzzy -msgid "Member ID user overrides" -msgstr "Pengesampingan pengguna ID Anggota" - -#, fuzzy -msgid "Indirect Member ID user overrides" -msgstr "Pengesampingan pengguna ID Anggota Tidak Langsung" - -#, fuzzy -msgid "Indirect Member permissions" -msgstr "Izin Anggota Tidak Langsung" - -#, fuzzy -msgid "Indirect Member HBAC service" -msgstr "Layanan HBAC Anggota Tidak Langsung" - -#, fuzzy -msgid "Indirect Member HBAC service group" -msgstr "Grup layanan HBAC Anggota Tidak Langsung" - -#, fuzzy -msgid "Invalid format. Should be name=value" -msgstr "Format tak-sahih. Harus name=value" - -#, fuzzy -msgid "An IPA master host cannot be deleted or disabled" -msgstr "Host master IPA tidak dapat dihapus atau dinonaktifkan" - -#, fuzzy -msgid "entry" -msgstr "data" - -#, fuzzy -msgid "entries" -msgstr "Entri" - -#, fuzzy -msgid "Entry" -msgstr "Entri" - -#, fuzzy, python-format -msgid "container entry (%(container)s) not found" -msgstr "entri kontainer (%(kontainer)s) tidak ditemukan" - -#, fuzzy, python-format -msgid "%(parent)s: %(oname)s not found" -msgstr "%(induk)s: %(oname)s tidak ditemukan" - -#, fuzzy, python-format -msgid "%(oname)s with name \"%(pkey)s\" already exists" -msgstr "%(oname)s dengan nama \"%(pkey)s\" sudah ada" - -#, fuzzy, python-format -msgid "attribute \"%(attribute)s\" not allowed" -msgstr "atribut \"%(atribut)s\" tidak diperbolehkan" - -#, fuzzy, python-format -msgid "these attributes are not allowed: %(attrs)s" -msgstr "atribut ini tidak diperbolehkan: %(attrs)s" - -#, fuzzy -msgid "attribute is not configurable" -msgstr "atribut tidak dapat dikonfigurasi" - -#, fuzzy -msgid "No such attribute on this entry" -msgstr "Tidak ada atribut seperti itu pada entri ini" - -#, fuzzy, python-format -msgid "Rename the %(ldap_obj_name)s object" -msgstr "Mengganti-nama obyek %ldap_obj_name)" - -#, fuzzy -msgid "the entry was deleted while being modified" -msgstr "entri dihapus saat sedang diubah" - -#, fuzzy, python-format -msgid "%s" -msgstr "%s" - -#, fuzzy, python-format -msgid "%s to add" -msgstr "%s untuk menambahkan" - -#, fuzzy, python-format -msgid "%s to remove" -msgstr "%s untuk dihapus" - -#, fuzzy, python-format -msgid "" -"Search for %(searched_object)s with these %(relationship)s %(ldap_object)s." -msgstr "Cari %(searched_object)s dengan %(hubungan) ini %(ldap_object)s." - -#, fuzzy, python-format -msgid "" -"Search for %(searched_object)s without these %(relationship)s " -"%(ldap_object)s." -msgstr "Cari %(searched_object)s tanpa %(hubungan) ini %(ldap_object)s." - -#, fuzzy, python-format -msgid "added attribute value to entry %(value)s" -msgstr "nilai atribut tambah untuk entri %(value)s" - -#, fuzzy, python-format -msgid "removed attribute values from entry %(value)s" -msgstr "nilai atribut removed dari entri %(value)s" - -#, fuzzy -msgid "one or more values to remove" -msgstr "satu atau beberapa nilai untuk dihapus" - -#, fuzzy -msgid "" -"\n" -"Baseuser\n" -"\n" -"This contains common definitions for user/stageuser\n" -msgstr "" -"\n" -"Baseuser (baseuser)\n" -"\n" -"Ini berisi definisi umum untuk pengguna/stageuser\n" - -msgid "must be TRUE or FALSE" -msgstr "harus TRUE atau FALSE" - -#, fuzzy -msgid "" -"Object class ipaNTUserAttrs is missing, user entry cannot have SMB " -"attributes." -msgstr "" -"IpaNTUserAttrs kelas objek hilang, entri pengguna tidak dapat memiliki " -"atribut SMB." - -#, fuzzy -msgid "User password expiration" -msgstr "Kedaluwarsa kata sandi pengguna" - -#, fuzzy -msgid "SMB logon script path" -msgstr "Jalur skrip log masuk SMB" - -#, fuzzy -msgid "SMB profile path" -msgstr "Jalur profil SMB" - -#, fuzzy -msgid "SMB Home Directory" -msgstr "Direktori Rumah SMB" - -#, fuzzy -msgid "SMB Home Directory Drive" -msgstr "Drive Direktori Rumah SMB" - -#, fuzzy, python-format -msgid "invalid e-mail format: %(email)s" -msgstr "format pos-el tidak valid: %(email)s" - -#, fuzzy, python-format -msgid "manager %(manager)s not found" -msgstr "manajer %(manajer)s tidak ditemukan" - -#, fuzzy -msgid "Issuer of the certificate" -msgstr "Penerbit sertifikat" - -#, fuzzy -msgid "Subject of the certificate" -msgstr "Subjek sertifikat" - -#, fuzzy -msgid "cannot have an empty subject" -msgstr "tidak dapat memiliki subjek kosong" - -#, fuzzy -msgid "cannot specify both subject/issuer and certificate" -msgstr "tidak dapat menentukan subjek/penerbit dan sertifikat" - -#, fuzzy -msgid "cannot specify both subject/issuer and ipacertmapdata" -msgstr "tidak dapat menentukan subjek/penerbit dan ipacertmapdata" - -#, fuzzy, python-format -#| msgid "Added user \"%(value)s\"" -msgid "Added certificate mappings to user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah ditambahkan" - -#, fuzzy, python-format -#| msgid "Modified user \"%(value)s\"" -msgid "Removed certificate mappings from user \"%(value)s\"" -msgstr "Pengguna \"%(value)s\" telah dimodifikasi" - -#, fuzzy -msgid "" -"\n" -"Groups of hosts.\n" -"\n" -"Manage groups of hosts. This is useful for applying access control to a\n" -"number of hosts by using Host-based Access Control.\n" -"\n" -"EXAMPLES:\n" -"\n" -" Add a new host group:\n" -" ipa hostgroup-add --desc=\"Baltimore hosts\" baltimore\n" -"\n" -" Add another new host group:\n" -" ipa hostgroup-add --desc=\"Maryland hosts\" maryland\n" -"\n" -" Add members to the hostgroup (using Bash brace expansion):\n" -" ipa hostgroup-add-member --hosts={box1,box2,box3} baltimore\n" -"\n" -" Add a hostgroup as a member of another hostgroup:\n" -" ipa hostgroup-add-member --hostgroups=baltimore maryland\n" -"\n" -" Remove a host from the hostgroup:\n" -" ipa hostgroup-remove-member --hosts=box2 baltimore\n" -"\n" -" Display a host group:\n" -" ipa hostgroup-show baltimore\n" -"\n" -" Add a member manager:\n" -" ipa hostgroup-add-member-manager --users=user1 baltimore\n" -"\n" -" Remove a member manager\n" -" ipa hostgroup-remove-member-manager --users=user1 baltimore\n" -"\n" -" Delete a hostgroup:\n" -" ipa hostgroup-del baltimore\n" -msgstr "" -"\n" -"Grup tuan rumah.\n" -"\n" -"Mengelola grup host. Ini berguna untuk menerapkan kontrol akses ke\n" -"jumlah host dengan menggunakan Kontrol Akses berbasis Host.\n" -"\n" -"Contoh:\n" -"\n" -"Menambahkan grup host baru:\n" -" ipa hostgroup-add --desc=\"Baltimore host\" baltimore\n" -"\n" -"Tambahkan grup host baru lainnya:\n" -" ipa hostgroup-add --desc=\"Maryland host\" maryland\n" -"\n" -"Menambahkan anggota ke grup host (menggunakan perluasan kurung kurawal Bash):" -"\n" -" ipa hostgroup-add-member --hosts={box1,box2,box3} baltimore\n" -"\n" -"Menambahkan grup host sebagai anggota grup host lain:\n" -" ipa hostgroup-add-member --hostgroups=baltimore maryland\n" -"\n" -"Menghapus host dari grup host:\n" -" ipa hostgroup-remove-member --hosts=box2 baltimore\n" -"\n" -"Menampilkan grup host:\n" -" ipa hostgroup-show baltimore\n" -"\n" -"Menambahkan manajer anggota:\n" -" ipa hostgroup-add-member-manager --users=user1 baltimore\n" -"\n" -"Menghapus manajer anggota\n" -" ipa hostgroup-remove-member-manager --users=user1 baltimore\n" -"\n" -"Hapus grup host:\n" -" ipa hostgroup-del baltimore\n" - -#, fuzzy -msgid "host groups" -msgstr "grup host" - -#, fuzzy -msgid "Host Group" -msgstr "Tambah grup host" - -#, python-format -msgid "Added hostgroup \"%(value)s\"" -msgstr "Hostgroup \"%(value)s\" ditambahkan" - -#, fuzzy, python-format -msgid "" -"netgroup with name \"%s\" already exists. Hostgroups and netgroups share a " -"common namespace" -msgstr "" -"netgroup dengan nama \"%s\" sudah ada. Grup host dan grup-net berbagi ruang " -"nama umum" - -#, python-format -msgid "Deleted hostgroup \"%(value)s\"" -msgstr "Hostgroup \"%(value)s\" dihapus" - -#, fuzzy -msgid "hostgroup" -msgstr "%i host atau hostgroup ditambahkan." - -#, fuzzy -msgid "privileged hostgroup" -msgstr "grup host istimewa" - -#, python-format -msgid "Modified hostgroup \"%(value)s\"" -msgstr "Hostgroup \"%(value)s\" dimodifikasi" - -#, python-format -msgid "%(count)d hostgroup matched" -msgid_plural "%(count)d hostgroups matched" -msgstr[0] "%(count)d hostgroup cocok" - -#, fuzzy -msgid "Add users that can manage members of this hostgroup." -msgstr "Tambahkan pengguna yang bisa mengelola anggota grup host ini." - -#, fuzzy -msgid "Remove users that can manage members of this hostgroup." -msgstr "Hapus pengguna yang bisa mengelola anggota grup host ini." - -#, fuzzy -msgid "" -"\n" -"Migration to IPA\n" -"\n" -"Migrate users and groups from an LDAP server to IPA.\n" -"\n" -"This performs an LDAP query against the remote server searching for\n" -"users and groups in a container. In order to migrate passwords you need\n" -"to bind as a user that can read the userPassword attribute on the remote\n" -"server. This is generally restricted to high-level admins such as\n" -"cn=Directory Manager in 389-ds (this is the default bind user).\n" -"\n" -"The default user container is ou=People.\n" -"\n" -"The default group container is ou=Groups.\n" -"\n" -"Users and groups that already exist on the IPA server are skipped.\n" -"\n" -"Two LDAP schemas define how group members are stored: RFC2307 and\n" -"RFC2307bis. RFC2307bis uses member and uniquemember to specify group\n" -"members, RFC2307 uses memberUid. The default schema is RFC2307bis.\n" -"\n" -"The schema compat feature allows IPA to reformat data for systems that\n" -"do not support RFC2307bis. It is recommended that this feature is disabled\n" -"during migration to reduce system overhead. It can be re-enabled after\n" -"migration. To migrate with it enabled use the \"--with-compat\" option.\n" -"\n" -"Migrated users do not have Kerberos credentials, they have only their\n" -"LDAP password. To complete the migration process, users need to go\n" -"to http://ipa.example.com/ipa/migration and authenticate using their\n" -"LDAP password in order to generate their Kerberos credentials.\n" -"\n" -"Migration is disabled by default. Use the command ipa config-mod to\n" -"enable it:\n" -"\n" -" ipa config-mod --enable-migration=TRUE\n" -"\n" -"If a base DN is not provided with --basedn then IPA will use either\n" -"the value of defaultNamingContext if it is set or the first value\n" -"in namingContexts set in the root of the remote LDAP server.\n" -"\n" -"Users are added as members to the default user group. This can be a\n" -"time-intensive task so during migration this is done in a batch\n" -"mode for every 100 users. As a result there will be a window in which\n" -"users will be added to IPA but will not be members of the default\n" -"user group.\n" -"\n" -"EXAMPLES:\n" -"\n" -" The simplest migration, accepting all defaults:\n" -" ipa migrate-ds ldap://ds.example.com:389\n" -"\n" -" Specify the user and group container. This can be used to migrate user\n" -" and group data from an IPA v1 server:\n" -" ipa migrate-ds --user-container='cn=users,cn=accounts' \\\n" -" --group-container='cn=groups,cn=accounts' \\\n" -" ldap://ds.example.com:389\n" -"\n" -" Since IPA v2 server already contain predefined groups that may collide " -"with\n" -" groups in migrated (IPA v1) server (for example admins, ipausers), users\n" -" having colliding group as their primary group may happen to belong to\n" -" an unknown group on new IPA v2 server.\n" -" Use --group-overwrite-gid option to overwrite GID of already existing " -"groups\n" -" to prevent this issue:\n" -" ipa migrate-ds --group-overwrite-gid \\\n" -" --user-container='cn=users,cn=accounts' \\\n" -" --group-container='cn=groups,cn=accounts' \\\n" -" ldap://ds.example.com:389\n" -"\n" -" Migrated users or groups may have object class and accompanied attributes\n" -" unknown to the IPA v2 server. These object classes and attributes may be\n" -" left out of the migration process:\n" -" ipa migrate-ds --user-container='cn=users,cn=accounts' \\\n" -" --group-container='cn=groups,cn=accounts' \\\n" -" --user-ignore-objectclass=radiusprofile \\\n" -" --user-ignore-attribute=radiusgroupname \\\n" -" ldap://ds.example.com:389\n" -"\n" -"LOGGING\n" -"\n" -"Migration will log warnings and errors to the Apache error log. This\n" -"file should be evaluated post-migration to correct or investigate any\n" -"issues that were discovered.\n" -"\n" -"For every 100 users migrated an info-level message will be displayed to\n" -"give the current progress and duration to make it possible to track\n" -"the progress of migration.\n" -"\n" -"If the log level is debug, either by setting debug = True in\n" -"/etc/ipa/default.conf or /etc/ipa/server.conf, then an entry will be " -"printed\n" -"for each user added plus a summary when the default user group is\n" -"updated.\n" -msgstr "" -"\n" -"Migrasi ke IPA\n" -"\n" -"Melakukan migrasi pengguna dan grup dari server LDAP ke IPA.\n" -"\n" -"Ini melakukan kueri LDAP terhadap pencarian server jarak jauh\n" -"pengguna dan grup dalam wadah. Untuk memigrasikan kata sandi yang Anda " -"butuhkan\n" -"untuk mengikat sebagai pengguna yang dapat membaca atribut userPassword pada " -"remote\n" -"Server. Ini umumnya dibatasi untuk admin tingkat tinggi seperti\n" -"cn=Directory Manager dalam 389-ds (ini adalah pengguna terikat default).\n" -"\n" -"Kontainer pengguna default adalah ou=People.\n" -"\n" -"Kontainer grup default adalah ou=Groups.\n" -"\n" -"Pengguna dan grup yang sudah ada di server IPA dilewati.\n" -"\n" -"Dua skema LDAP mendefinisikan bagaimana anggota grup disimpan: RFC2307 dan\n" -"RFC2307bis. RFC2307bis menggunakan anggota dan uniquemember untuk menentukan " -"grup\n" -"RFC2307 menggunakan memberUid. Skema default adalah RFC2307bis.\n" -"\n" -"Fitur compat skema memungkinkan IPA untuk memformat ulang data untuk sistem " -"yang\n" -"tidak mendukung RFC2307bis. Disarankan agar fitur ini dinonaktifkan\n" -"selama migrasi untuk mengurangi overhead sistem. Ini dapat diaktifkan " -"kembali setelah\n" -"Migrasi. Untuk bermigrasi dengan diaktifkan gunakan opsi \"--dengan-compat\"." -"\n" -"\n" -"Pengguna yang dimigrasikan tidak memiliki kredensial Kerberos, mereka hanya " -"memiliki\n" -"Kata sandi LDAP. Untuk menyelesaikan proses migrasi, pengguna harus\n" -"untuk http://ipa.example.com/ipa/migration dan mengotentikasi menggunakan\n" -"Kata sandi LDAP untuk menghasilkan kredensial Kerberos mereka.\n" -"\n" -"Migrasi dinonaktifkan secara default. Gunakan perintah ipa config-mod untuk\n" -"aktifkan:\n" -"\n" -"ipa config-mod --enable-migration=TRUE\n" -"\n" -"Jika DN dasar tidak disediakan --basedn maka IPA akan\n" -"nilai defaultNamingContext jika disetel atau nilai pertama\n" -"dalam penamaanContexts diatur dalam akar server LDAP jarak jauh.\n" -"\n" -"Pengguna ditambahkan sebagai anggota ke grup pengguna default. Ini bisa " -"menjadi\n" -"tugas padat waktu sehingga selama migrasi ini dilakukan dalam batch\n" -"mode untuk setiap 100 pengguna. Akibatnya akan ada jendela di mana\n" -"pengguna akan ditambahkan ke IPA tetapi tidak akan menjadi anggota default\n" -"grup pengguna.\n" -"\n" -"Contoh:\n" -"\n" -"Migrasi paling sederhana, menerima semua default:\n" -" ipa migrasi-ds ldap://ds.example.com:389\n" -"\n" -"Tentukan pengguna dan grup kontainer. Ini dapat digunakan untuk memigrasikan " -"pengguna\n" -" dan mengelompokkan data dari server IPA v1:\n" -" ipa migrate-ds --user-container='cn=users,cn=accounts' \\\n" -" --group-container='cn=groups,cn=accounts' \\\n" -" ldap://ds.example.com:389\n" -"\n" -"Karena server IPA v2 sudah berisi grup yang telah ditentukan yang mungkin " -"bertabrakan dengan\n" -" grup di server yang dimigrasikan (IPA v1) (misalnya admin, ipauser), " -"pengguna\n" -" bertabrakan kelompok karena kelompok utama mereka mungkin termasuk dalam\n" -" grup yang tidak dikenal di server IPA v2 baru.\n" -" Gunakan pilihan --group-overwrite-gid untuk menimpa GID dari grup yang " -"sudah ada\n" -" untuk mencegah masalah ini:\n" -" ipa migrate-ds --group-overwrite-gid \\\n" -" --user-container='cn=users,cn=accounts' \\\n" -" --group-container='cn=groups,cn=accounts' \\\n" -" ldap://ds.example.com:389\n" -"\n" -"Pengguna atau grup yang dimigrasikan mungkin memiliki kelas objek dan " -"atribut yang disertai\n" -" tidak diketahui oleh server IPA v2. Class dan atribut objek ini mungkin\n" -" ditinggalkan dari proses migrasi:\n" -" ipa migrate-ds --user-container='cn=users,cn=accounts' \\\n" -" --group-container='cn=groups,cn=accounts' \\\n" -" --user-ignore-objectclass=radiusprofile \\\n" -" --user-ignore-attribute=radiusgroupname \\\n" -" ldap://ds.example.com:389\n" -"\n" -"Penebangan\n" -"\n" -"Migrasi akan mencatat peringatan dan kesalahan ke log kesalahan Apache. Ini\n" -"berkas harus dievaluasi pasca migrasi untuk memperbaiki atau menyelidiki\n" -"masalah yang ditemukan.\n" -"\n" -"Untuk setiap 100 pengguna yang melakukan migrasi pesan tingkat info akan " -"ditampilkan ke\n" -"memberikan kemajuan dan durasi saat ini untuk memungkinkan\n" -"kemajuan migrasi.\n" -"\n" -"Jika tingkat log adalah debug, baik dengan mengatur debug = True in\n" -"/etc/ipa/default.conf atau /etc/ipa/server.conf, maka entri akan dicetak\n" -"untuk setiap pengguna yang ditambahkan ditambah ringkasan saat grup pengguna " -"default\n" -"Diperbarui.\n" - -#, fuzzy, python-format -msgid "" -"Kerberos principal %s already exists. Use 'ipa user-mod' to set it manually." -msgstr "" -"Kepala sekolah Kerberos %s sudah ada. Gunakan 'ipa user-mod' untuk " -"mengaturnya secara manual." - -#, fuzzy, python-format -msgid "" -"Unable to determine if Kerberos principal %s already exists. Use 'ipa user-" -"mod' to set it manually." -msgstr "" -"Tidak dapat menentukan apakah kepala sekolah Kerberos %s sudah ada. Gunakan " -"'ipa user-mod' untuk mengaturnya secara manual." - -#, fuzzy -msgid "" -"Failed to add user to the default group. Use 'ipa group-add-member' to add " -"manually." -msgstr "" -"Gagal menambahkan pengguna ke grup asali. Gunakan 'ipa group-add-member' " -"untuk menambahkan secara manual." - -#, fuzzy -msgid "Migration of LDAP search reference is not supported." -msgstr "Migrasi referensi pencarian LDAP tidak didukung." - -#, fuzzy -msgid "Malformed DN" -msgstr "DN cacat" - -#, fuzzy, python-format -msgid "%(user)s is not a POSIX user" -msgstr "%(pengguna)s bukan pengguna POSIX" - -#, fuzzy -msgid "" -". Check GID of the existing group. Use --group-overwrite-gid option to " -"overwrite the GID" -msgstr "" -". Periksa GID dari grup yang sudah ada. Gunakan pilihan --group-overwrite-" -"gid untuk menimpa GID" - -#, fuzzy -msgid "Invalid LDAP URI." -msgstr "URI LDAP tak-sahih." - -#, fuzzy, python-format -msgid "%s to exclude from migration" -msgstr "%s untuk mengecualikan dari migrasi" - -#, fuzzy -msgid "" -"search results for objects to be migrated\n" -"have been truncated by the server;\n" -"migration process might be incomplete\n" -msgstr "" -"hasil pencarian agar objek dimigrasikan\n" -"telah dipotong oleh server;\n" -"proses migrasi mungkin tidak lengkap\n" - -#, fuzzy, python-format -msgid "" -"%(container)s LDAP search did not return any result (search base: " -"%(search_base)s, objectclass: %(objectclass)s)" -msgstr "" -"%(container)s pencarian LDAP tidak mengembalikan hasil apapun (basis " -"pencarian: %(search_base)s, objectclass: %(objectclass)s)" - -#, fuzzy -msgid "Failed to authenticate to CA REST API" -msgstr "Gagal mengotentikasi ke CA REST API" - -#, fuzzy -msgid "REST API is not logged in." -msgstr "REST API tidak masuk." - -#, fuzzy, python-format -msgid "Non-2xx response from CA REST API: %(status)d. %(explanation)s" -msgstr "Respon non-2xx dari CA REST API: %(status)d. %(penjelasan)s" - -#, fuzzy -msgid "Unable to communicate with CMS" -msgstr "Tidak dapat berkomunikasi dengan CMS" - -#, fuzzy -msgid "Response from CA was not valid JSON" -msgstr "Tanggapan dari CA tidak valid JSON" - -#, fuzzy -msgid "" -"\n" -"Classes to manage trust joins using DCE-RPC calls\n" -"\n" -"The code in this module relies heavily on samba4-python package\n" -"and Samba4 python bindings.\n" -msgstr "" -"\n" -"Kelas untuk mengelola gabungan kepercayaan menggunakan panggilan DCE-RPC\n" -"\n" -"Kode dalam modul ini sangat bergantung pada paket samba4-python\n" -"dan Samba4 python bindings.\n" - -#, fuzzy -msgid "CIFS server denied your credentials" -msgstr "Server CIFS menolak kredensial Anda" - -#, fuzzy -msgid "communication with CIFS server was unsuccessful" -msgstr "komunikasi dengan server CIFS tidak berhasil" - -#, fuzzy -msgid "AD domain controller" -msgstr "Pengontrol domain AD" - -#, fuzzy -msgid "unsupported functional level" -msgstr "tingkat fungsional yang tidak didukung" - -#, fuzzy -msgid "" -"AD domain controller complains about communication sequence. It may mean " -"unsynchronized time on both sides, for example" -msgstr "" -"Pengontrol domain AD mengeluhkan urutan komunikasi. Ini mungkin berarti " -"waktu yang tidak disinkronkan di kedua sisi, misalnya" - -#, fuzzy -msgid "Cannot find specified domain or server name" -msgstr "Tak bisa menemukan nama domain atau peladen yang ditentukan" - -#, fuzzy -msgid "" -"AD DC was unable to reach any IPA domain controller. Most likely it is a DNS " -"or firewall issue" -msgstr "" -"AD DC tidak dapat menjangkau pengontrol domain IPA apa pun. Kemungkinan " -"besar itu adalah masalah DNS atau firewall" - -#, fuzzy -msgid "At least the domain or IP address should be specified" -msgstr "Setidaknya domain atau alamat IP harus ditentukan" - -#, fuzzy, python-format -msgid "" -"CIFS server communication error: code \"%(num)s\", message \"%(message)s" -"\" (both may be \"None\")" -msgstr "" -"Galat komunikasi server CIFS: kode \"%(num)s\", pesan \"%(pesan)s\" (" -"keduanya mungkin \"Tidak Ada\")" - -#, fuzzy -msgid "no trusted domain is configured" -msgstr "tidak ada domain tepercaya yang dikonfigurasi" - -#, fuzzy -msgid "domain is not configured" -msgstr "domain tidak dikonfigurasi" - -#, fuzzy -msgid "SID is not valid" -msgstr "SID tidak sahih" - -#, fuzzy -msgid "SID does not match exactlywith any trusted domain's SID" -msgstr "SID tidak cocok persisdengan SID domain tepercaya" - -#, fuzzy -msgid "SID does not match any trusted domain" -msgstr "SID tidak cocok dengan domain tepercaya apa pun" - -#, fuzzy -msgid "Trust setup" -msgstr "Penyetelan kepercayaan" - -#, fuzzy -msgid "Our domain is not configured" -msgstr "Domain kami tidak dikonfigurasi" - -#, fuzzy -msgid "No trusted domain is not configured" -msgstr "Tidak ada domain tepercaya yang tidak dikonfigurasi" - -#, fuzzy -msgid "trusted domain object" -msgstr "objek domain tepercaya" - -#, fuzzy -msgid "domain is not trusted" -msgstr "domain tidak tepercaya" - -#, fuzzy -msgid "no trusted domain matched the specified flat name" -msgstr "tidak ada domain tepercaya yang cocok dengan nama datar yang ditentukan" - -#, fuzzy -msgid "trusted domain object not found" -msgstr "objek domain tepercaya tidak ditemukan" - -#, fuzzy -msgid "Object does not belong to a trusted domain" -msgstr "Obyek bukan milik domain tepercaya" - -#, fuzzy -msgid "SSSD was unable to resolve the object to a valid SID" -msgstr "SSSD tak bisa mengatasi obyek tersebut ke SID yang sahih" - -#, fuzzy -msgid "Ambiguous search, user domain was not specified" -msgstr "Pencarian ambigu, domain pengguna tidak ditentukan" - -#, fuzzy -msgid "Trusted domain did not return a unique object" -msgstr "Domain tepercaya tidak mengembalikan objek unik" - -#, fuzzy -msgid "Trusted domain did not return a valid SID for the object" -msgstr "Domain tepercaya tidak mengembalikan SID yang valid untuk objek" - -#, fuzzy -msgid "trusted domain user not found" -msgstr "pengguna domain tepercaya tidak ditemukan" - -#, fuzzy -msgid "Cannot retrieve trusted domain GC list" -msgstr "Tidak dapat mengambil daftar GC domain tepercaya" - -#, fuzzy -msgid "CIFS credentials object" -msgstr "Objek kredensial CIFS" - -#, fuzzy, python-format -msgid "CIFS server %(host)s denied your credentials" -msgstr "Server CIFS %(host)s menolak mandat Anda" - -#, fuzzy, python-format -msgid "Cannot establish LSA connection to %(host)s. Is CIFS server running?" -msgstr "" -"Tak bisa membentuk sambungan LSA ke %(host)s. Apakah server CIFS berjalan?" - -#, fuzzy, python-format -msgid "" -"the IPA server and the remote domain cannot share the same NetBIOS name: %s" -msgstr "" -"server IPA dan domain jarak jauh tidak dapat berbagi nama NetBIOS yang sama: " -"%s" - -#, fuzzy, python-brace-format -msgid "" -"There is already a trust to {ipa_domain} with unsupported type {trust_type}. " -"Please remove it manually on AD DC side." -msgstr "" -"Sudah ada kepercayaan untuk {ipa_domain} tipe {trust_type}. Silakan hapus " -"secara manual di sisi AD DC." - -#, fuzzy, python-format -msgid "" -"IPA master denied trust validation requests from AD DC %(count)d times. Most " -"likely AD DC contacted a replica that has no trust information replicated " -"yet. Additionally, please check that AD DNS is able to resolve %(records)s " -"SRV records to the correct IPA server." -msgstr "" -"Master IPA menolak permintaan validasi kepercayaan dari AD DC %(count)d " -"kali. Kemungkinan besar AD DC menghubungi replika yang belum memiliki " -"informasi kepercayaan yang direplikasi. Selain itu, silakan periksa apakah " -"DNS AD dapat mengatasi catatan SRV %(records) ke server IPA yang benar." - -#, fuzzy -msgid "Credentials" -msgstr "Kredensial Bind" - -#, fuzzy -msgid "Missing credentials for cross-forest communication" -msgstr "Kredensial yang hilang untuk komunikasi lintas hutan" - -#, fuzzy -msgid "Trusting forest" -msgstr "Mempercayai hutan" - -#, fuzzy -msgid "Trusted forest" -msgstr "Hutan tepercaya" - -#, fuzzy -msgid "Established and verified" -msgstr "Mapan dan terverifikasi" - -#, fuzzy -msgid "Waiting for confirmation by remote side" -msgstr "Menunggu konfirmasi dari jarak jauh" - -#, fuzzy -msgid "Unknown" -msgstr "Tak diketahui" - -#, fuzzy -msgid "Non-Active Directory domain" -msgstr "Domain Direktori Non-Aktif" - -#, fuzzy -msgid "RFC4120-compliant Kerberos realm" -msgstr "RFC4120-mematuhi ranah Kerberos" - -#, fuzzy -msgid "" -"Non-transitive external trust to a domain in another Active Directory forest" -msgstr "" -"Kepercayaan eksternal non-transitif ke domain di hutan Direktori Aktif " -"lainnya" - -#, fuzzy -msgid "Non-transitive external trust to an RFC4120-compliant Kerberos realm" -msgstr "" -"Kepercayaan eksternal non-transitif ke alam Kerberos yang mematuhi RFC4120" - -#, fuzzy, python-format -msgid "" -"\n" -"Replication topology in suffix '%(suffix)s' is disconnected:\n" -"%(errors)s" -msgstr "" -"\n" -"Topologi replikasi dalam akhiran '%(akhiran) s' terputus:\n" -"%(galat)s" - -#, fuzzy, python-format -msgid "" -"\n" -"Removal of '%(hostname)s' leads to disconnected topology in suffix " -"'%(suffix)s':\n" -"%(errors)s" -msgstr "" -"\n" -"Penghapusan '%(hostname)s' menyebabkan topologi terputus dalam akhiran " -"'%(akhiran)s':\n" -"%(galat)s" - -#, fuzzy, python-format -msgid "Topology does not allow server %(server)s to replicate with servers:" -msgstr "" -"Topologi tidak memperbolehkan peladen %(peladen) untuk mereplikasi dengan " -"peladen:" - -#, fuzzy -#| msgid "must be an integer" -msgid "Request must be a dict" -msgstr "harus merupakan bilangan bulat" - -#, fuzzy -msgid "Request is missing \"method\"" -msgstr "Permintaan hilang \"metode\"" - -#, fuzzy -msgid "Request is missing \"params\"" -msgstr "Permintaan hilang \"params\"" - -#, fuzzy -#| msgid "must be an integer" -msgid "params must be a list" -msgstr "parameter harus berupa daftar" - -#, fuzzy -msgid "params must contain [args, options]" -msgstr "param harus mengandung [args, pilihan]" - -#, fuzzy -msgid "params[0] (aka args) must be a list" -msgstr "params[0] (alias args) harus menjadi daftar" - -#, fuzzy -msgid "params[1] (aka options) must be a dict" -msgstr "params[1] (alias pilihan) harus menjadi dict" - -#, fuzzy, python-format -msgid "all masters must have %(role)s role enabled" -msgstr "semua master harus memiliki peran %(role) yang difungsikan" - -#, fuzzy, python-format -msgid "must have %(role)s role enabled" -msgstr "harus memiliki peran %(role) difungsikan" - -#, fuzzy -msgid "must be enabled only on a single master" -msgstr "harus diaktifkan hanya pada satu master" - -#, fuzzy, python-format -msgid "must equal %r" -msgstr "harus sama dengan %r" - -#, fuzzy -msgid "Hello world" -msgstr "Halo dunia" - -#, fuzzy, python-format -msgid "%s: RADIUS proxy server not found" -msgstr "%s: Server proksi RADIUS tidak ditemukan" - -#, fuzzy, python-format -msgid "RADIUS proxy server with name \"%s\" already exists" -msgstr "Server proxy RADIUS dengan nama \"%s\" sudah ada" - -msgid "must be at least 1" -msgstr "setidaknya harus 1" - -#, fuzzy -msgid "Out of memory\n" -msgstr "Kehabisan memori\n" - -#, fuzzy -msgid "Warning unrecognized encryption type.\n" -msgstr "Memperingatkan tipe enkripsi yang tidak dikenal.\n" - -#, fuzzy -msgid "Warning unrecognized salt type.\n" -msgstr "Peringatan jenis garam yang tidak dikenal.\n" - -#, fuzzy -msgid "Out of memory!?\n" -msgstr "Kehabisan memori!\n" - -#, fuzzy -msgid "Enctype comparison failed!\n" -msgstr "Perbandingan enctype gagal!\n" - -msgid "Password is too long!\n" -msgstr "Kata sandi terlalu panjang!\n" - -#, fuzzy -msgid "Failed to create random key!\n" -msgstr "Gagal membuat kunci acak!\n" - -#, fuzzy -msgid "Failed to create key!\n" -msgstr "Gagal membuat kunci!\n" - -#, fuzzy -msgid "Bad or unsupported salt type.\n" -msgstr "Jenis garam buruk atau tidak didukung.\n" - -#, c-format, fuzzy -msgid "Unable to initialize connection to ldap server %1$s: %2$s\n" -msgstr "Tak bisa menginisialisasi sambungan ke server ldap %1$s: %2$s\n" - -#, fuzzy -msgid "Unable to set LDAP_OPT_PROTOCOL_VERSION\n" -msgstr "Tak bisa menyetel LDAP_OPT_PROTOCOL_VERSION\n" - -#, fuzzy -msgid "Unable to set LDAP_OPT_X_SASL_NOCANON\n" -msgstr "Tak bisa menyetel LDAP_OPT_X_SASL_NOCANON\n" - -#, fuzzy -msgid "Unable to set LDAP_OPT_X_TLS_CACERTFILE\n" -msgstr "Tak bisa menyetel LDAP_OPT_X_TLS_CACERTFILE\n" - -#, fuzzy -msgid "Unable to set LDAP_OPT_X_TLS_REQUIRE_CERT\n" -msgstr "Tak bisa menyetel LDAP_OPT_X_TLS_REQUIRE_CERT\n" - -#, fuzzy -msgid "Unable to set LDAP_OPT_X_TLS_PROTOCOL_MIN\n" -msgstr "Tak bisa menyetel LDAP_OPT_X_TLS_PROTOCOL_MIN\n" - -#, fuzzy -msgid "" -"Unable to create new TLS context (OpenSSL failed to initialize or to load " -"certificates)\n" -msgstr "" -"Tidak dapat membuat konteks TLS baru (OpenSSL gagal menginisialisasi atau " -"memuat sertifikat)\n" - -#, fuzzy -msgid "Unable to initialize STARTTLS session\n" -msgstr "Tak bisa menginisialisasi sesi STARTTLS\n"