//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ftp/list_ftp.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ftp/list_ftp-zh.js
// Module: /jupiter/js2/ftp/list_ftp-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 = {"AJAX Error":"AJAX 错误","Actions":"操作","Error":"错误","JSON parse failed.":"JSON 分析失败。","Loading …":"正在加载…","Log In":"登录","Path":"路径","Please refresh the page and try again.":"请刷新页面然后重试。","Quota":"配额","The [output,acronym,FTP,File Transfer Protocol] username cannot exceed [numf,_1] characters.":"[output,acronym,FTP,文件传输协议] 用户名不能超过 [numf,_1] 个字符。","The [output,acronym,FTP,File Transfer Protocol] username cannot start with a period, end with a period, or include two consecutive periods.":"[output,acronym,FTP,文件传输协议] 用户名不能以句点开头或结尾,也不能包含两个连续的句点。","The full [output,acronym,FTP,File Transfer Protocol] username with its associated domain cannot exceed [numf,_1] characters.":"完整 [output,acronym,FTP,文件传输协议] 用户名及其关联的域不能超过 [numf,_1] 个字符。","Type":"类型","Unknown Error":"未知错误","Usage":"使用情况","You can only enter letters [asis,(a-z)], numbers [asis,(0-9)], periods, hyphens [asis,(-)], and underscores [asis,(_)].":"您只能输入字母[asis,(a-z)]、数字[asis,(0-9)]、句点、连字符[asis,(-)]和下划线[asis,(_)]。","You must enter an [output,acronym,FTP,File Transfer Protocol] username.":"您必须输入 [output,acronym,FTP,文件传输协议] 用户名。"};
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~~