//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page-zh.js
// Module: /templates/setupcluster/page-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 = {"Delete entry for “[_1]”.":"删除“[_1]”的条目。","Delete link to server “[output,strong,_1]”?":"删除服务器链接“[output,strong,_1]”?","Edit key for “[_1]”.":"编辑“[_1]”的密钥。","Link definition for server not updated.":"服务器的链接定义未更新。","Link definition for server, [output,strong,_1], not updated.":"服务器 [output,strong,_1] 的链接定义未更新。","Link definition for server, [output,strong,_1], successfully updated.":"服务器 [output,strong,_1] 的链接定义已成功更新。","Link to server, [output,strong,_1], successfully created.":"已成功创建到服务器 [output,strong,_1] 的链接。","Link to server, [output,strong,_1], successfully deleted.":"已成功删除到服务器 [output,strong,_1] 的链接。","Paste the replacement API token here. The current signature is: [_1]":"Paste the replacement API token here. The current signature is: [_1]","Paste the server’s API token here.":"Paste the server’s API token here.","The server name must be a valid host name or ip address.":"服务器名称必须是一个有效的主机名或 IP 地址。","The server name, username, and API token are required.":"The server name, username, and API token are required.","The username can only include alphanumeric characters.":"用户名只能包括字母数字字符。","Unable to create link to server “[output,strong,_1]”.":"无法创建指向服务器“[output,strong,_1]”的链接。","Unable to create link to server.":"无法创建指向服务器的链接。","Unable to delete link to server “[output,strong,_1]”.":"无法删除指向服务器“[output,strong,_1]”的链接。","Unable to delete link to server.":"无法删除服务器链接。","You must specify both a username and an API token.":"You must specify both a username and an API token."};
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~~