Viewing File: /usr/local/cpanel/base/frontend/jupiter/version_control/views/createRepositoriesController-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/version_control/views/createRepositoriesController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/views/createRepositoriesController-ja.js
// Module:    /jupiter/version_control/views/createRepositoriesController-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 = {"Click [output,em,Create] again and choose to trust the remote server.":"[output,em,作成] をもう一度クリックし、リモートサーバを信頼することを選択してください。","Enter a clone URL for a different, previously-trusted host.":"以前信頼済みの別のホスト用に複製 URL を入力してください。","Enter a clone URL that uses the HTTPS or Git protocols instead of SSH.":"SSH ではなく、HTTPS または Gitプロトコルを使用する複製 URL を入力してください。","The system [output,strong,cannot] clone this repository if you do not trust the host key for “[output,strong,_1]”. To create your repository, select one of the following options:":"「[output,strong,_1]」のホストキーを信頼しない場合、システムはこのリポジトリを複製[output,strong,できません]。リポジトリを作成するには、以下のオプションのいずれかを選択してください:","The system failed to add the fingerprints from “[_1]” to the [asis,known_hosts] file: [_2]":"The system failed to add the fingerprints from “[_1]” to the [asis,known_hosts] file: [_2]","The system may require more time to clone large remote repositories.":"システムは、大型のリモートリポジトリの複製に時間を要する場合があります。","The system successfully created the “[_1]” repository.":"システムは「[_1]」レポジトリを正常に作成しました。","The system successfully initiated the clone process for the “[_1]” repository.":"システムは、「[_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