Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-zh_tw.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-zh_tw.js
// Module:    /templates/backup/restore-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 = {"Adding “[_1]” to the restoration queue …":"正在將“[_1]”新增至還原佇列…","Completed":"完成","Completed with warnings":"完成,但發生警告","Could not add “[_1]” to the restoration queue ([_2]).":"無法新增“[_1]”至還原佇列 ([_2])。","Could not clear completed restorations.":"無法清除已完成的還原。","Could not clear failed restorations.":"無法清除失敗的還原。","Could not clear pending restorations.":"無法清除擱置中的還原。","Could not clear the restoration queue.":"無法清除還原佇列。","Could not remove “[_1]” from the finished list ([_2]).":"無法從完成清單 ([_2]) 移除“[_1]”。","Could not remove “[_1]” from the restoration queue ([_2]).":"無法從還原佇列 ([_2]) 移除“[_1]”。","Could not restore account “[_1]”: [_2]":"無法還原帳戶“[_1]”: [_2]","Could not start the restoration queue.":"無法啟動還原佇列。","Failed":"失敗","Failed to retrieve the restore queue state.":"無法擷取還原佇列狀態。","No log is available because the restore failed.":"因為還原失敗,所以無法使用記錄檔。","Pending":"擱置中","Restoring Account":"正在還原帳戶","The log file for the restore of user “[_1]” is empty.":"使用者 “[_1]” 的還原記錄檔空白。","Unknown Error":"不明錯誤","Your browser may have blocked the request, or your connection may be unstable":"Your browser may have blocked the request, or your connection may be unstable"};

    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~~
Back to Directory File Manager