//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/transfer_session.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/transfer_session-zh.js
// Module: /js2/transfer_session-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 = {"Abort":"中止","Abort Session Processing":"中止会话处理","Aborting …":"正在中止…","Alert":"提醒","Confirm":"确认","Loading …":"正在加载…","OK":"确定","Pause":"暂停","Pausing queue processing …":"正在暂停队列处理…","Pausing …":"正在暂停…","Resume":"恢复","The system will abort any transfer processes as soon as possible. In order to prevent data loss, the system will complete ongoing restore operations before the entire session aborts.":"系统将尽快中止所有传输进程。 为避免数据丢失,系统将在整个会话中止之前完成正在进行的还原操作。","The system will not add new items to the queue until you choose to resume. In order to prevent data loss, the system will complete ongoing operations.":"在您选择恢复之前,系统不会向队列添加新项目。 为避免数据丢失,系统将完成正在进行的操作。"};
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~~