Viewing File: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController-zh.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController-zh.js
// Module:    /jupiter/user_manager/views/listController-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 = {"Do you wish to remove the “[_1]” user from your system?":"是否要从您的系统中删除“[_1]”用户?","The service account is invalid.":"服务帐户无效。","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change.":"系统已成功将“[_1]”用户的所有服务帐户链接到 [asis,subaccount]。 服务帐户密码未更改。","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"系统已成功将“[_1]”用户的所有服务帐户链接到 [asis,subaccount]。 服务帐户密码未更改。 如果您希望启用任何其他 [asis,subaccount] 服务,您必须提供新密码。","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"系统已成功将服务帐户链接到“[_1]”用户的 [asis,subaccount]。 服务帐户密码未更改。 如果您希望启用任何其他 [asis,subaccount] 服务,您必须提供新密码。","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords have not changed.":"系统已成功将服务帐户链接到“[_1]”用户的 [asis,subaccount]。 服务帐户密码未更改。","You cannot edit the account.":"您不能编辑此帐户。","Your [asis,cPanel] account exceeds its disk quota. You cannot add or edit users.":"您的 [asis,cPanel] 帐户已超出其磁盘配额。 无法添加或编辑用户。"};

    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