//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/version_control/directives/cloneURLValidator.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/directives/cloneURLValidator-ja.js
// Module: /jupiter/version_control/directives/cloneURLValidator-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 = {"Clone URLs [output,strong,must] include a valid protocol or username.":"複製 URL には有効なプロトコルまたはユーザー名を含む[output,strong,必要]があります。","The clone URL [output,strong,cannot] include a password.":"クローンURLには、パスワードを含めることが[output,strong,できません]。","The clone URL [output,strong,cannot] include whitespace characters.":"クローンURLには、スペース文字を含めることが[output,strong,できません]。","The clone URL [output,strong,must] include a valid IP address or a fully-qualified domain name.":"クローンURLには、有効なIPアドレスまたは完全修飾ドメイン名を含める[output,strong,必要があります]。","The path or port number is [output,strong,not] valid.":"パスまたはポート番号が有効[output,strong,ではありません]。","The provided clone URL [output,strong,must] include a valid protocol.":"提供されたクローンURLには、有効なプロトコルを含める[output,strong,必要があります]。","The repository path should [output,strong,not] begin with “:” if it includes the protocol.":"レポジトリパスの先頭には、プロトコルを含む場合「:」を使用[output,strong,しないでください]。","You must specify a valid clone URL.":"有効なクローンURLを特定する必要があります。"};
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~~