Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/webdav/accounts_webdav-zh.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/js2/webdav/accounts_webdav.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/webdav/accounts_webdav-zh.js
// Module:    /jupiter/js2/webdav/accounts_webdav-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 = {"Cancel":"取消","Change":"更改","Click to disable Digest Authentication.":"单击以禁用摘要式身份验证。","Click to enable Digest Authentication.":"单击以启用摘要式身份验证。","Close":"关闭","Directory":"目录","Directory Path":"目录路径","Directory paths cannot be empty or contain the following characters: [output,chr,92] ? % * : | [output,quot] [output,gt] [output,lt]":"目录路径不能为空,也不能包含以下字符: [output,chr,92]? % * : | [output,quot] [output,gt] [output,lt]","Disable Digest Authentication":"禁用摘要式身份验证","Disabling Digest Authentication on account “[_1]” …":"正在对帐户“[_1]”禁用摘要式身份验证…","Domain":"域","Enable Digest Authentication":"启用摘要式身份验证","Enabling Digest Authentication on account “[_1]” …":"正在对帐户“[_1]”启用摘要式身份验证…","Home Directory Updated":"主目录已更新","Notice":"注意","OK":"确定","Please try again.":"请重试。","Set Read-Only":"设置只读","Set Read-Write":"设置读写","Setting Read-Only Access":"设置只读权限","Setting Read-Only Access on account “[_1]” …":"正在为帐户“[_1]”设置只读访问权限…","Setting Read-Write Access":"设置读写访问","Setting Read-Write Access on account “[_1]” …":"正在为帐户“[_1]”设置读写访问权限…","Success!":"成功!","The [asis,WebDisk] username cannot exceed [numf,_1] characters.":"[asis,WebDisk] 用户名不能超过 [numf,_1] 个字符。","The [asis,WebDisk] username cannot start with a period, end with a period, or include two consecutive periods.":"[asis,WebDisk] 用户名不能以句点开头或结尾,也不能包含两个连续的句点。","The [asis,WebDisk] username name and domain cannot exceed [numf,_1] characters.":"[asis,WebDisk] 用户名和域不能超过 [numf,_1] 个字符。","Updating Home Directory":"更新主目录","Webdav Login":"Webdav 登录","You can only enter letters, numbers, periods, hyphens, and underscores.":"您只能输入字母、数字、句点、连字符和下划线。","You must enter a [asis,WebDisk] username.":"必须输入 [asis,WebDisk] 用户名。"};

    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