//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/directives/ruleVendorUrlValidator.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/directives/ruleVendorUrlValidator-zh.js
// Module: /templates/mod_security/directives/ruleVendorUrlValidator-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 = {"The URL must contain a protocol, domain, and file name in the correct format. (Example: [asis,https://example.com/example/meta_example.yaml])":"URL 必须包含格式正确的协议、域和文件名。 (示例: [asis,https://example.com/example/meta_example.yaml])","The URL must use one of the following recognized protocols: [join,~, ,_1]":"此 URL 必须使用以下认可的协议之一: [join,~, ,_1]","The file name must have the .yaml extension. (Example: [asis,meta_example.yaml])":"文件名必须具有 .yaml 扩展名。 (示例: [asis,meta_example.yaml])","The file name must start with meta_, followed by the vendor name and have the .yaml extension. (Example: [asis,meta_example.yaml])":"文件名必须以 meta_ 开头,后跟供应商名称并有 .yaml 扩展名。 (示例: [asis,meta_example.yaml])","The file name must use the meta_ prefix, followed by the vendor name and a .yaml extension. The vendor name must only contain characters in the following set: [join,~, ,_1] (Example: [asis,meta_example.yaml])":"文件名必须使用 meta_ 前缀,后跟供应商名称和 .yaml 扩展名。 供应商名称只能包含以下字符集中的字符: [join,~, ,_1](示例: [asis,meta_example.yaml])","The file name must use the meta_ prefix. (Example: [asis,meta_example.yaml])":"文件名必须使用 meta_ 前缀。 (示例: [asis,meta_example.yaml])","The protocol should be followed by a colon and two forward slashes. (Example: [asis,https://])":"该协议应后跟一个冒号和两个正斜杠。 (示例: [asis,https://])","The vendor name part of the file name must only contain characters in the following set: [join,~, ,_1] (Example: [asis,meta_example.yaml])":"文件名的供应商名称部分只能包含以下字符集中的字符: [join,~, ,_1](示例: [asis,meta_example.yaml])"};
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~~