Viewing File: /usr/local/cpanel/base/sharedjs/ssltable-vi.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/ssltable.js
// Generated: /usr/local/cpanel/base/sharedjs/ssltable-vi.js
// Module:    legacy_shared/ssltable-vi
// Locale:    vi
// 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 ID:":"ID Chứng Chỉ:","Contact your Certificate Authority ([_1]) to request a certificate renewal.":"Liên hệ Tổ Chức Cấp Chứng Chỉ ([_1]) để yêu cầu gia hạn chứng chỉ.","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"Liên hệ tổ chức cấp chứng chỉ ([_1]) để phát hành lại chứng chỉ này với khóa [numf,_2] bit.","Purchase a replacement certificate in the “[_1]”.":"Purchase a replacement certificate in the “[_1]”.","SSL/TLS Wizard":"SSL/TLS Wizard","This certificate has expired.":"Chứng chỉ này đã hết hạn.","This certificate will expire in [quant,_1,day,days].":"Chứng chỉ này sẽ hết hạn trong [quant,_1,ngày,ngày].","This certificate will expire later today.":"Chứng chỉ này sẽ hết hạn sau hôm nay.","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"Khóa của chứng chỉ này quá ngắn ([quant,_1,bit,bit]). Khóa này sẽ không bảo vệ chống lại tấn công giả mạo.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"Chúng tôi khuyến cáo tạo một chứng chỉ tự ký khác cho [quant,_1,miền này,miền này] với khóa [numf,_2] bit.","unknown":"lạ"};

    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