//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/twofactorauth/views/enableController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/twofactorauth/views/enableController-zh.js
// Module: /templates/twofactorauth/views/enableController-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 = {"The Two-Factor Authentication security policy is now disabled.":"双因素身份验证安全策略现在已禁用。","The Two-Factor Authentication security policy is now enabled.":"双因素身份验证安全策略现在已启用。","The status for Two-Factor Authentication has changed, possibly in another browser session.":"双因素身份验证的状态已更改,可能是在另一个浏览器会话中更改的。"};
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~~