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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-zh_tw.js
// Module:    /js2/managehooks-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 = {"Close":"關閉","Delete a Hook":"刪除勾點","Deleting hook …":"正在刪除勾點…","Disable":"停用","Disabling hook …":"正在停用勾點…","Enable":"啟用","Enabling hook …":"正在啟用勾點…","Move this hook down.":"向下移動此勾點。","Move this hook to the bottom.":"將此勾點移動至底部。","Move this hook to the top.":"將此勾點移動至頂端。","Move this hook up.":"向上移動此勾點。","Reordering hooks …":"正在重新排序勾點…","Save":"儲存","Saving …":"正在儲存…","This hook is disabled.":"已停用此勾點。","This hook is enabled.":"已啟用此勾點。","View/Edit Hook Details":"檢視/編輯勾點詳細資料"};

    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