Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page-ja.js
// Module:    /templates/setupcluster/page-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 = {"Delete entry for “[_1]”.":"「[_1]」のエントリを削除します。","Delete link to server “[output,strong,_1]”?":"サーバ「[output,strong,_1]」とのリンクを削除しますか?","Edit key for “[_1]”.":"「[_1]」のキーを編集します。","Link definition for server not updated.":"サーバのリンク定義が更新されていません。","Link definition for server, [output,strong,_1], not updated.":"サーバのリンク定義、[output,strong,_1] が更新されていません。","Link definition for server, [output,strong,_1], successfully updated.":"サーバのリンク定義、[output,strong,_1] が正常に更新されました。","Link to server, [output,strong,_1], successfully created.":"サーバへのリンク、[output,strong,_1] が正常に作成されました。","Link to server, [output,strong,_1], successfully deleted.":"サーバへのリンク、[output,strong,_1] が正常に削除されました。","Paste the replacement API token here. The current signature is: [_1]":"Paste the replacement API token here. The current signature is: [_1]","Paste the server’s API token here.":"Paste the server’s API token here.","The server name must be a valid host name or ip address.":"サーバ名は、有効なホストネームまたはIPアドレスでなければなりません。","The server name, username, and API token are required.":"The server name, username, and API token are required.","The username can only include alphanumeric characters.":"ユーザーネームには英数字のみを使用できます。","Unable to create link to server “[output,strong,_1]”.":"「[output,strong,_1]」サーバへの接続を作成できません。","Unable to create link to server.":"サーバへの接続を作成できません。","Unable to delete link to server “[output,strong,_1]”.":"「[output,strong,_1]」サーバへの接続を削除できません。","Unable to delete link to server.":"サーバへの接続を削除できません。","You must specify both a username and an API token.":"You must specify both a username and an API token."};

    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