Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-zh_tw.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-zh_tw.js
// Module:    /js2/gencrt-zh_tw
// Locale:    zh_tw
// 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 Email Address":"憑證電子郵件地址","Choose a country.":"選擇國家/地區。","City":"城市","Company":"公司","Company Division":"公司部門","Contact Email Address":"連絡人電子郵件地址","Country":"國家/地區","Domain":"網域","Passphrase":"複雜密碼","State":"狀態","The company division must be no longer than [quant,_1,character,characters].":"公司部門不得超過 [quant,_1,個字元,個字元]。","The company name must be no longer than [quant,_1,character,characters].":"公司名稱不得超過 [quant,_1,個字元,個字元]。","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"提供的電子郵件地址無效。 此地址必須以信箱名稱為開頭,然後依序是“@”符號、郵件網域名稱。","The passphrase must be at least [quant,_1,character,characters] long.":"複雜密碼的長度必須至少是 [quant,_1,個字元,個字元]。","The passphrase must be no longer than [quant,_1,character,characters].":"複雜密碼不得超過 [quant,_1,個字元,個字元]。","The “[_1]” field must be at least [quant,_2,character,characters] long.":"“[_1]”欄位必須至少有 [quant,_2,個字元,個字元]。","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"這個欄位包含某些憑證授權單位可能不接受的字元。 請連絡您的憑證授權單位,確認是否接受這些字元。","You can only enter valid domains.":"您只能輸入有效的網域。","You entered an invalid character. The passphrase may contain only letters and numbers.":"您輸入了無效的字元。 複雜密碼只能包含字母和數字。","You must enter a city.":"您必須輸入城市。","You must enter a company.":"您必須輸入公司。","You must enter a state.":"您必須輸入州/省/縣/市。","You must enter an email address.":"您必須輸入電子郵件地址。"};

    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