//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup-zh_tw.js
// Module: /js2/restorefullbackup-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 = {"No filepath associated with username.":"沒有 filepath 與使用者名稱相關。","No matching files were found.":"找不到符合的檔案。","None":"無","Restore File":"還原檔案","Unable to get retrieve list of files, please try again later.":"無法擷取檔案清單,請稍後再試一次。","User Name":"使用者名稱","You must choose a valid username.":"您必須選擇有效的使用者名稱。","You must provide a file.":"您必須提供檔案。","You must provide a username.":"您必須提供使用者名稱。"};
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~~