Viewing File: /usr/local/cpanel/base/sharedjs/zone_editor/directives/naptr_validators-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/zone_editor/directives/naptr_validators.js
// Generated: /usr/local/cpanel/base/sharedjs/zone_editor/directives/naptr_validators-ja.js
// Module:    legacy_shared/zone_editor/directives/naptr_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 = {"Each “rs” value (the value after ‘+’ symbols) must contain only case insensitive letters a-z, digits 0-9, ‘-’s and ‘+’s. It must not exceed 32 characters.":"各「rs」値 (「+」マークの後の値) は大文字・小文字を区別する a-z までの文字、0-9 までの数字、「-」および「+」のみ含むことができます。また、32 文字以上にする必要があります。","Service must start with a letter.":"サービスの最初は文字である必要があります。","To separate regular and replacement expressions, you must enter the delimiter before, between, and after the expressions. For example, delim-char regex delim-char replacement delim-char.":"普通と代替表現を区別するには、表現の前後と真ん中のデリミタを分ける必要があります。例:delim-char regex delim-char replacement delim-char","You can not use a digit or the flag character ‘i’ as your delimiter.":"数字、またフラグ文字のiは分離記号として使用できません。","“Protocol”, the first part of the service field must contain only case insensitive letters a-z, digits 0-9, ‘-’s and ‘+’s. It must not exceed 32 characters.":"「プロトコル」、サービスフィールドの冒頭は、ケースインセンシティブ英字a-z、数字0-9、-と+のみ使用できます。文字数制限は32文字です。"};

    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~~
Back to Directory File Manager