//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslwidgets.js
// Generated: /usr/local/cpanel/base/sharedjs/sslwidgets-id.js
// Module: legacy_shared/sslwidgets-id
// Locale: id
// 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 = {"Certificate Expiration":"Masa Berlaku Sertifikat","Certificate Key Sizes":"Ukuran Kunci Sertifikat","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"Hubungi otoritas sertifikat Anda ([_1]) untuk menerbitkan ulang sertifikat ini dengan kunci [numf,_2] bit.","Contact your certificate authority to reissue this certificate with a longer key.":"Hubungi otoritas sertifikat untuk menerbitkan kembali sertifikat ini dengan kunci yang lebih panjang.","Generate and install a new self-signed certificate immediately. Then, replace this certificate with a certificate signed by a valid certificate authority as soon as possible.":"Segera buat dan instal sertifikat baru yang ditandatangani sendiri. Kemudian, ganti sertifikat ini dengan sertifikat yang ditandatangani oleh otoritas sertifikat yang sah sesegera mungkin.","It is highly recommended that you do not install this certificate.":"Sangat disarankan agar Anda tidak menginstal sertifikat ini.","Purchase a new certificate.":"Beli sertifikat baru.","Self-Signed Certificates":"Sertifikat yang Ditandatangani Sendiri","The recommended key size for a certificate is currently [quant,_1,bit,bits].":"Ukuran kunci yang direkomendasikan untuk sertifikat saat ini adalah [quant,_1, bit, bit].","This certificate will expire in [quant,_1,day,days].":"Sertifikat ini akan kedaluwarsa dalam [quant,_1, hari, hari].","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"Kunci sertifikat ini terlalu pendek ([quant,_1, bit, bit]). Kunci ini tidak akan melindungi Anda dari serangan spoofing.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"Anda harus membuat sertifikat yang ditandatangani sendiri lainnya untuk [quant,_1,domain ini,domain ini] dengan kunci [numf,_2] bit.","You should request a replacement certificate from the issuer ([_1]) as soon as possible.":"Anda harus meminta penggantian sertifikat dari penerbit ([_1]) secepat mungkin."};
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~~