Viewing File: /usr/local/cpanel/base/frontend/jupiter/version_control/services/versionControlService-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/version_control/services/versionControlService.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/services/versionControlService-ja.js
// Module:    /jupiter/version_control/services/versionControlService-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 = {"Not available.":"利用できません。","Repository path cannot be empty.":"リポジトリパスは空にできません。","The system could not find the “[_1]” repository.":"システムは「[_1]」レポジトリを見つけられませんでした。","You cannot copy the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.":"「[_1]」クローン[output,acronym,URL,URL]をクリップボードにコピーできません。","“[_1]” is not a valid clone [output,acronym,URL,Universal Resource Locator].":"「[_1]」は有効なクローン[output,acronym,URL,Universal Resource Locator]ではありません。"};

    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