//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/directives/ruleVendorUrlValidator.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/directives/ruleVendorUrlValidator-ja.js
// Module: /templates/mod_security/directives/ruleVendorUrlValidator-ja
// Locale: ja
// 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_ prefix を使用し、その後にベンダー名と .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://])":"プロトコルの後には、コロンおよび2つのフォワードスラッシュを付ける必要があります。(例:[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~~