Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/backup_configuration/directives/formValidator-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/backup_configuration/directives/formValidator.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup_configuration/directives/formValidator-ja.js
// Module:    /templates/backup_configuration/directives/formValidator-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 [asis,Backblaze] [asis,B2] bucket name must not begin with “b2-” because [asis,Backblaze] reserves this prefix.":"[asis,Backblaze] [asis,B2]のバケット名の先頭は、[asis,Backblaze]が確保しているプレフィクス上、「b2-」にできません。","The bucket name must be between [numf,3] and [numf,63] characters.":"The bucket name must be between [numf,3] and [numf,63] characters.","The bucket name must be between [numf,6] and [numf,50] characters.":"The bucket name must be between [numf,6] and [numf,50] characters.","The bucket name must not begin or end with a hyphen or a period.":"バケット名の先頭または末尾にハイフンやピリオドを使用しないでください。","The bucket name must not begin or end with a hyphen.":"バケット名の先頭または末尾にハイフンを使用しないでください。","The bucket name must only contain numbers, hyphens, and letters.":"バケット名には、数字、ハイフン、および英文字のみを使用してください。","The bucket name must only contain numbers, hyphens, and lowercase letters.":"バケット名には、数字、ハイフン、および英小文字のみを使用してください。","The bucket name must only contain numbers, periods, hyphens, and lowercase letters.":"バケット名には、数字、ピリオド、ハイフン、および英小文字のみを使用してください。","The remote host address must be a valid hostname or IP address.":"リモートホストのアドレスは、有効なホストネームまたはIPアドレスでなければなりません。","The remote host address must not contain a port number.":"リモートホストのアドレスには、ポート番号を含めないでください。","The remote host address must not contain a protocol.":"リモートホストのアドレスには、プロトコルを含めないでください。","The remote host address must not contain path information.":"リモートホストのアドレスには、パス情報を含めないでください。","You cannot enter a loopback address for the remote address.":"リモートアドレスにループバックアドレスは入力できません。","You must enter a path within the user home directory.":"ユーザーホームディレクトリ内でパスを入力する必要があります。","You must enter a relative path.":"関連パスを入力する必要があります。","You must enter a value without slashes.":"スラッシュのない数値を入力する必要があります。","You must enter a value without spaces.":"スペースのない数値を入力する必要があります。","You must enter an absolute path.":"絶対パスを入力する必要があります。"};

    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