Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-ja.js
// Module:    /templates/accounts/createacct-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 username cannot contain spaces.":"ユーザー名にスペースは使用できません。","A username must have between [numf,_1] and [quant,_2,character,characters].":"ユーザー名は、[numf,_1]~[quant,_2,文字,文字] 文字の間である必要があります。","A username must start with a letter.":"ユーザー名の最初は必ず文字列である必要があります。","Domain":"ドメイン","Email":"メール","Enable Spam Box":"スパムボックスを有効にする","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"パッケージ名","Selected Package":"選択中のパッケージ","The email field must be empty or an email address.":"メール欄は、空かメールアドレスでなければなりません。","The username cannot be the same as the password.":"ユーザーネームはパスワードと同じにできません。","This is not a valid domain.":"無効なドメインです。","This is not a valid package name.":"無効なパッケージ名です。","This is not a valid username.":"無効なユーザーネームです。","Updating …":"更新中…","Username":"ユーザー名","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"スパムボックス機能を使用するには、[asis,Apache SpamAssassin™]を有効化にする必要があります。","You must select a package.":"パッケージを選択する必要があります。"};

    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