//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-zh.js
// Module: /templates/listips/listips-zh
// Locale: zh
// 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~~