Viewing File: /usr/local/cpanel/base/sharedjs/api_shell-zh.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/api_shell.js
// Generated: /usr/local/cpanel/base/sharedjs/api_shell-zh.js
// Module:    legacy_shared/api_shell-zh
// Locale:    zh
// 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 = {"Hide Sort/Filter/Paginate Options":"隐藏排序/筛选/分页选项","Invalid JSON.":"无效 JSON。","Raw view":"原始视图","Retrieving API call results …":"正在检索 API 调用结果…","Show Sort/Filter/Paginate Options":"显示排序/筛选/标页码选项","Table View is unavailable for this function’s data.":"此功能的数据不能使用表格视图。","Table view":"表格视图","Tree view":"树视图","[format_bytes,_1] compressed, [format_bytes,_2] uncompressed":"[format_bytes,_1] 已压缩,[format_bytes,_2] 未压缩","[quant,_1,record,records], [quant,_2,field,fields] per record":"[quant,_1,record,records], [quant,_2,field,fields] per record","compressed size unknown, [format_bytes,_1] uncompressed":"压缩的大小未知,[format_bytes,_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