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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection-zh_tw.js
// Module:    /js2/_sshkey_selection-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 = {"Checking connection …":"正在檢查連線…","No SSH key has been selected.":"尚未選取任何 SSH 金鑰。","Root Password:":"根密碼:","There is no SSH server listening on “[_1]”: [_2]":"沒有 SSH 伺服器正在接聽“[_1]”: [_2]","Unknown error; No error sent.":"不明錯誤; 未傳送任何錯誤。","You must specify a host name or IP address.":"您必須指定主機名稱或 IP 位址。","You must specify a port number.":"您必須指定連接埠號碼。","You must specify a user name.":"您必須指定使用者名稱。","You must specify the key phrase for the selected SSH Key.":"您必須指定所選取 SSH 金鑰的金鑰複雜密碼。","You must specify the password for your login.":"您必須指定您的登入密碼。","You must specify the root password for “su” access.":"您必須指定“su”存取所用的 root 密碼。","“[_1]” Password:":"“[_1]”密碼:"};

    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