//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-zh_tw.js
// Module: /templates/listips/listips-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 = {"A mapping with the public address “[_1]” already exists.":"已存在具有公開位址“[_1]”的對應。","Address successfully validated.":"已成功驗證位址。","An error has occurred: [_1]":"發生錯誤: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"無法判定公用 IP 位址。 無法連接至 myip 服務。","Confirm that entry for “[_1]” should be deleted.":"確認應刪除“[_1]”的項目。","Edit “[_1]”":"編輯“[_1]”","Editing public IP for “[_1]”.":"正在編輯“[_1]”的公用 IP。","Entry for “[_1]” not deleted.":"未刪除“[_1]”的項目。","Entry for “[_1]” successfully deleted.":"已成功刪除“[_1]”的項目。","Not Routable":"不可路由","Operation canceled. Entry for “[_1]” not deleted.":"作業已取消。 未刪除“[_1]”的項目。","Operation canceled. Public IP change not saved.":"作業已取消。 公用 IP 變更未儲存。","Public IP for “[_1]” not changed.":"“[_1]”的公用 IP 未變更。","Public IP for “[_1]” successfully changed.":"已成功變更“[_1]”的公用 IP。","Public address for “[_1]” is invalid.":"“[_1]”的公開位址無效。","Restoring previous value: [_1]":"正在還原舊值: [_1]","The reported error message was: “[_1]”":"報告的錯誤訊息為: “[_1]”","Validating “[_1]”.":"正在驗證“[_1]”。","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"您已嘗試刪除不同列中的 IP 位址。 請完成該作業再繼續進行。","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"您已編輯不同列中的公用 IP 位址。 請完成該作業再繼續進行。","“[_1]” cannot be routed.":"無法路由“[_1]”。","“[_1]” is not a valid IP address.":"“[_1]”不是有效的 IP 位址。"};
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~~