//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController-zh_tw.js
// Module: /templates/hulkd/views/hulkdWhitelistController-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 = {"Add to Whitelist":"新增至白名單","Click to delete “[_1]” from the whitelist.":"按一下以刪除白名單中的 “[_1]”。","Click to edit the comment for “[_1]”.":"按一下以編輯 “[_1]” 的註解。","Do you want to permanently delete [quant,_1,record,records] from the whitelist?":"您要從白名單中永久刪除 [quant,_1,筆記錄,筆記錄]嗎?","Do you want to permanently delete “[_1]” from the whitelist?":"您要永久刪除白名單中的 “[_1]” 嗎?","Some IP addresses were not added to the whitelist.":"一些 IP 位址未新增至白名單。","Some records failed to update.":"一些記錄無法更新。","The system disabled the [asis,UseDNS] setting for [asis,SSHD] in order to add IP addresses to the whitelist. You must restart SSH through the [output,url,_1,Restart SSH Server,_2] page to implement the change.":"系統已停用 [asis,SSHD] 的 [asis,UseDNS] 設定,以便將 IP 位址新增至白名單。 您必須透過[output,url,_1,重新啟動 SSH 服務,_2]頁面重新啟動 SSH,才能完成變更。","The system was unable to delete [quant,_1,record,records] from the whitelist.":"系統無法刪除白名單中的 [quant,_1,筆記錄,筆記錄]。","You have deleted all records from the whitelist.":"您已刪除白名單中的所有記錄。","You have successfully added [quant,_1,IP address,IP addresses] to the whitelist.":"您已成功將 [quant,_1,個 IP 位址,個 IP 位址]新增至白名單。","You have successfully added “[_1]” to the whitelist.":"您已成功將 “[_1]” 新增至白名單。","You have successfully deleted [quant,_1,record,records] from the whitelist.":"您已成功刪除白名單中的 [quant,_1,筆記錄,筆記錄]。","You have successfully deleted “[_1]” from the whitelist.":"您已成功刪除白名單中的 “[_1]”。","You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].":"You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].","You have successfully updated the comment for “[_1]”.":"您已成功更新 “[_1]” 的註解。","Your current IP address “[_1]” is not on the whitelist.":"您目前的 IP 位址 “[_1]” 不在白名單上。"};
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~~