Viewing File: /usr/local/cpanel/base/frontend/jupiter/domains/views/manageDomain-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/domains/views/manageDomain.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/domains/views/manageDomain-ja.js
// Module:    /jupiter/domains/views/manageDomain-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 domain userdata file for the “[_1]” domain appears to be missing.":"「[_1]」ドメインのドメインユーザーデータファイルが不足しているようです。","The system created the “[_1]” subdomain when it created the “[_2]” domain. To delete this subdomain, you must first delete the following [numerate,_3,domain,domains]:":"The system created the “[_1]” subdomain when it created the “[_2]” domain. To delete this subdomain, you must first delete the following [numerate,_3,domain,domains]:","The system removed the “[_1]” domain and any associated redirections.":"システムが「[_1]」ドメインおよび関連したリダイレクトを削除しました。","You did not specify a domain to manage.":"管理するドメインを特定していません。","You have successfully updated the document root to “[_1]” for the “[_2]” domain.":"「[_2]」ドメインのドキュメントルートを「[_1]」に更新することに成功しました。"};

    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