//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/transfer_session.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/transfer_session-zh_tw.js
// Module: /js2/transfer_session-zh_tw
// Locale: zh_tw
// 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~~