Viewing File: /usr/local/cpanel/base/sharedjs/sslinstall-ms.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-ms.js
// Module:    legacy_shared/sslinstall-ms
// Locale:    ms
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
    // The raw lexicon.
    var newLex = {"A user-defined description for the certificate.":"Penerangan yang ditakrifkan oleh pengguna untuk sijil tersebut.","Cancel":"Batal","Certificate":"Sijil","Certificate Authority Bundle":"Berkas Kuasa Sijil","Certificates that do not have a domain associated with your account are not listed here.":"Sijil yang tidak mempunyai domain yang dikaitkan dengan akaun anda tidak disenaraikan di sini.","Choose a certificate to install.":"Pilih sijil untuk pasang.","Choose a domain.":"Pilih domain.","Choose a service.":"Pilih perkhidmatan","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Pilih akaun atau domain Apache yang mengandungi sijil yang dikehendaki untuk memasang. Kemudian, pilih sijil tersebut.","Description":"Penerangan","Domain":"Domain","Domain names on the certificate.":"Nama-nama domain pada sijil.","Domains":"Domain","Enter a valid IP address.":"Masukkan alamat IP yang sah.","Expiration":"Tamat tempoh","For more information, read our [output,url,_1,SSL Installation Workflow] documentation.":"For more information, read our [output,url,_1,SSL Installation Workflow] documentation.","Hide":"Sembunyi","IP":"IP","Installing …":"Sedang memasang …","Issuer":"Pengeluar","Issuer organization name.":"Nama organisasi pengeluar.","Key":"Kekunci","Loading certificates for “[output,strong,_1]” …":"Memuat sijil bagi “[output,strong,_1]” …","Loading installed Apache certificates …":"Memuatkan sijil Apache yang dipasang …","OK":"OK","Provide or retrieve a certificate.":"Berikan atau dapat semula sijil.","Provide or retrieve a key.":"Berikan atau dapat semula kekunci.","SSL Certificate List":"Senarai Sijil SSL","SSL Certificate Successfully Updated":"Sijil SSL Berjaya Dikemas Kini","SSL Host Successfully Installed":"Hos SSL Berjaya Dipasang","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"SSL dipasang; “[_1]” ([numerate,_2,alias,alias] [list_and,_3]) adalah utama.","SSL is installed; “[_1]” is primary.":"SSL dipasang; “[_1]” adalah utama.","Select a certificate below:":"Pilih sijil di bawah ini:","Self-Signed":"Tandatangan Sendiri","Service":"Perkhidmatan","Show":"Tunjuk","The CA bundle does not match the certificate.":"CA bundle yang diberikan tidak sepadan dengan sijil.","The CA bundle is invalid.":"CA bundle tidak sah.","The IP address “[_1]” is not available, or you do not have permission to use it.":"Tiada alamat IP “[_1]” atau anda tidak mempunyai kebenaran untuk menggunakannya.","The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:":"The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:","The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:":"The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:","The SSL website is now active and accessible via HTTPS on [numerate,_1,this domain,these domains]:":"Laman web SSL kini aktif dan boleh diakses melalui HTTPS pada [numerate,_1,domain ini,domain-domain ini]:","The certificate does not match your selected domain.":"Sijil tersebut tidak sepadan dengan domain pilihan anda.","The certificate information could not be retrieved because of an error: [_1]":"Maklumat sijil tidak boleh didapatkan semula kerana ralat: [_1]","The certificate is not valid.":"Sijil tidak sah.","The certificate list could not be retrieved because of an error: [_1]":"Senarai sijil tidak boleh didapatkan semula kerana ralat: [_1]","The certificate’s expiration date":"Tarikh tamat sijil","The key does not match the certificate.":"Kekunci tersebut tidak sepadan dengan sijil.","The key is invalid.":"Kekunci tidak sah.","The lookup failed because of an error: [_1]":"Pencarian gagal kerana ralat: [_1]","This SSL certificate was already installed.":"Sijil SSL ini telah pun dipasang.","This account does not have any installable certificates.":"Akaun ini tidak mempunyai sebarang sijil yang boleh dipasang.","This is not a valid domain.":"Ini bukan domain yang sah.","To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.":"To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.","Use Certificate":"Gunakan Sijil","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"Kami menyarankan pengguna mengurus sub domain individu (cth., “[_1]”, “[_2]”) daripada subdomain wildcard tunggal (cth., “[_3]”).","When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.":"When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.","You can manage all of your saved certificates on the [output,url,_1,“Certificates” page].":"Anda boleh mengurus semua sijil anda yang disimpan pada [output,url,_1,halaman “Sijil”].","You have successfully configured SSL.":"Anda telah berjaya mengkonfigurasi SSL.","You have successfully updated the SSL website’s certificate.":"Anda telah berjaya mengemas kini sijil laman web SSL."};

    if (!this.LEXICON) {
        this.LEXICON = {};
    }

    for(var item in newLex) {
        if(newLex.hasOwnProperty(item)) {
            var value = newLex[item];
            if (typeof(value) === "string" && value !== "") {
                // Only add it if there is a value.
                this.LEXICON[item] = value;
            }
        }
    }
})();
//~~END-GENERATED~~
Back to Directory File Manager