Viewing File: /usr/local/cpanel/base/sharedjs/sqlui-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sqlui.js
// Generated: /usr/local/cpanel/base/sharedjs/sqlui-ja.js
// Module:    legacy_shared/sqlui-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 = {"Close":"閉じる","If you change this database’s name, you will be unable to rename it back to “[_1]”. This is because the old name lacks the username prefix ([_2]) that this system requires on the names of all new databases and database users. If you require a name without the prefix, you must contact your server administrator.":"このデータベース名を変更すると、「[_1]」に戻せなくなります。全ての新しいデータベースおよびデータベースユーザー名にはユーザー名のプレフィックス ([_2]) を含めるようシステムによって指定されていますが、古いデータベース名にはこれが含まれていないためです。プレフィックスを使わない名前をつけたい場合は、サーバ管理者にお問い合わせください。","If you change this user’s name, you will be unable to rename it back to “[_1]”. This is because the old name lacks the username prefix ([_2]) that this system requires on the names of all new databases and database users. If you require a name without the prefix, you must contact your server administrator.":"このユーザー名を変更すると、「[_1]」に戻せなくなります。全ての新しいデータベースおよびデータベースユーザー名にはユーザー名のプレフィックス ([_2]) を含めるようシステムによって指定されていますが、古いユーザー名にはこれが含まれていないためです。プレフィックスを使わない名前をつけたい場合は、サーバ管理者にお問い合わせください。","It is a potentially dangerous operation to rename a database. You may want to [output,url,_1,back up this database] before renaming it.":"It is a potentially dangerous operation to rename a database. You may want to [output,url,_1,back up this database] before renaming it.","Rename Database":"データベース名を変更","Rename Database User":"データベースユーザー名を変更","Renaming database user …":"デーベースユーザー名を変更中 …","Renaming database …":"データベース名を変更中 …","Success! The browser is now redirecting …":"成功!今ブラウザをリダイレクトしています…","Success! This page will now reload.":"成功!このページを、今再読み込みします。","The new name must be different from the old name.":"新しい名前は、古い名前と異なるものを使用してください。"};

    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