//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js/filemanager.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js/filemanager-zh_tw.js
// Module: /jupiter/js/filemanager-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 = {"Cancel":"取消","Change Permissions":"變更權限","Close":"關閉","Compress Files":"Compress Files","Confirm":"確認","Copy Files":"Copy Files","Create New File":"Create New File","Create New Folder":"Create New Folder","Delete Files":"Delete Files","Edit":"編輯","Empty Trash":"清空垃圾桶","Extract Files":"Extract Files","Location":"位置","Move Files":"Move Files","OK":"確定","Rename File":"重新命名檔案","Restore Files":"Restore Files","Save":"儲存","Search Regex":"Search Regex","Searching Files":"Searching Files"};
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~~