//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/validator/domain-validators.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/validator/domain-validators-ja.js
// Module: cjt/validator/domain-validators-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 = {"A [asis,DNS] label must not be empty.":"[asis,DNS] ラベルは空にできません。","A [asis,DNS] label must not begin with “[_1]”.":"A [asis,DNS] label must not begin with “[_1]”.","A [asis,DNS] label must not end with “[_1]”.":"A [asis,DNS] label must not end with “[_1]”.","A [asis,DNS] label must not exceed [quant,_1,character,characters].":"A [asis,DNS] label must not exceed [quant,_1,character,characters].","A [asis,URL] must contain a domain.":"[asis,URL] には必ずドメイン名を含めてください。","A [asis,URL] must contain a valid protocol.":"[asis,URL] には必ず有効なプロトコルを含めてください。","A [asis,URL] must not contain illegal characters.":"[asis,URL] に不正な文字を含めないでください。","A [asis,URL] must not contain invalid hexadecimal escaped characters.":"[asis,URL] に無効な 16 進数のエスケープ文字を含めないでください。","A domain name cannot begin with “[_1]”.":"ドメイン名の始めに「[_1]」を使用することはできません。","A domain name cannot contain only numerals.":"数字だけのドメイン名は使用できません。","A domain name cannot contain two consecutive dots.":"ドメイン名にドットを2つ続けて使用することはできません。","A domain name cannot end with “[_1]”.":"ドメイン名の終わりに「[_1]」を使用することはできません。","A fully qualified domain name must contain at least 3 parts.":"完全修飾ドメイン名 (FQDN) には最低3つのパートを含む必要があります。","An “[_1]” record may not contain an underscore. Are you trying to create a “[asis,CNAME]”?":"「[_1]」記録にアンダーバーは使用できません。「[asis,CNAME]」を作成しようとしていますか?","The [asis,DNS] label must contain only non-[asis,ASCII] characters and the following: [list_and,_1].":"The [asis,DNS] label must contain only non-[asis,ASCII] characters and the following: [list_and,_1].","The [asis,DNS] label must contain only the following characters: [list_and,_1].":"[asis,DNS] ラベルには、次の文字のみを含める必要があります: [list_and,_1]。","The [asis,DNS] label’s [asis,Punycode] representation cannot exceed [quant,_1,byte,bytes]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)":"The [asis,DNS] label’s [asis,Punycode] representation cannot exceed [quant,_1,byte,bytes]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)","The [asis,Punycode] representation of this domain or record name cannot exceed [quant,_1,character,characters]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)":"The [asis,Punycode] representation of this domain or record name cannot exceed [quant,_1,character,characters]. (Non-[asis,ASCII] characters, like “[_2]”, require multiple characters to represent in [asis,Punycode].)","The domain cannot be [asis,IPv4] or [asis,IPv6].":"ドメインは[asis,IPv4]または[asis,IPv6]にできません。","The domain name cannot exceed [quant,_1,character,characters].":"The domain name cannot exceed [quant,_1,character,characters].","The domain name must include a valid [output,acronym,TLD,Top Level Domain].":"ドメイン名には、有効な[output,acronym,TLD,トップレベルドメイン]を含む必要があります。","The domain name must include at least two labels.":"ドメイン名には、少なくとも2つのラベルを含む必要があります。","The domain or record name cannot be [asis,IPv4] or [asis,IPv6].":"ドメイン名または記録名は、[asis,IPv4]または[asis,IPv6]にできません。","The domain or record name cannot exceed [quant,_1,character,characters].":"The domain or record name cannot exceed [quant,_1,character,characters].","The first [asis,mbox] label must contain only the following characters: [list_and,_1]. The label cannot begin or end with a symbol.":"The first [asis,mbox] label must contain only the following characters: [list_and,_1]. The label cannot begin or end with a symbol.","You must enter a domain name.":"ドメイン名を入力する必要があります。","You must specify a [asis,URL].":"[asis,URL]を特定する必要があります。","You must specify a fully qualified domain name.":"完全修飾ドメイン名を特定する必要があります。","You must specify a valid [asis,mbox] name.":"有効な[asis,mbox]名を特定する必要があります。","You must specify a valid domain name.":"有効なドメイン名を特定する必要があります。","You must specify a valid hostname.":"有効なホストネームを特定する必要があります。","You must specify a valid zone name.":"有効なゾーン名を特定する必要があります。","“[_1]” can appear only at the start of a wildcard domain name.":"「[_1]」はワイルドカードドメイン名の冒頭でのみ使用できます。"};
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~~