//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/twofactorauth/index.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/twofactorauth/index.cmb-zh.js
// Module: /templates/twofactorauth/index.cmb-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 = {"Are you sure you want to remove two-factor authentication for [quant,_1,user,users]?":"是否确定要删除 [quant,_1,个用户,个用户]的双因素身份验证?","Are you sure you want to remove two-factor authentication for “[_1]”?":"是否确定要删除“[_1]”的双因素身份验证?","Displaying [numf,_1] to [numf,_2] out of [quant,_3,item,items]":"正在显示 [numf,_1] 至 [numf,_2] 项,共 [quant,_3,个项目,个项目]","Do you want to remove two-factor authentication for all users?":"是否要删除所有用户的双因素身份验证?","If you do not provide an issuer, the system will use: “[output,strong,_1]”":"如果您不提供颁发者,系统将使用: “[output,strong,_1]”","Provide a name for the authentication service.":"提供身份验证服务的名称。","The Two-Factor Authentication security policy is now disabled.":"双因素身份验证安全策略现在已禁用。","The Two-Factor Authentication security policy is now enabled.":"双因素身份验证安全策略现在已启用。","The name associated with the service provider.":"与服务提供商关联的名称。","The status for Two-Factor Authentication has changed, possibly in another browser session.":"双因素身份验证的状态已更改,可能是在另一个浏览器会话中更改的。","The system failed to remove two-factor authentication for [quant,_1,user,users].":"系统未能删除 [quant,_1,个用户,个用户]的双因素身份验证。","The system failed to remove two-factor authentication for “[_1]”.":"系统未能删除“[_1]”的双因素身份验证。","The system successfully removed two-factor authentication for [quant,_1,user,users].":"系统已成功删除 [quant,_1,个用户,个用户]的双因素身份验证。","The system successfully removed two-factor authentication for all users.":"系统已成功删除所有用户的双因素身份验证。","The system successfully removed two-factor authentication for “[_1]”.":"系统已成功删除“[_1]”的双因素身份验证。","The system successfully saved the issuer name.":"系统已成功保存颁发者名称。","[output,strong,Success:] Two-factor authentication is now configured on your account.":"[output,strong,成功:] 现在已为您的帐户配置双因素身份验证。"};
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~~