Viewing File: /usr/local/cpanel/base/frontend/jupiter/version_control/views/createRepositoriesController-zh_tw.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-zh_tw.js
// Module:    /jupiter/version_control/views/createRepositoriesController-zh_tw
// Locale:    zh_tw
// 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.":"Click [output,em,Create] again and choose to trust the remote server.","Enter a clone URL for a different, previously-trusted host.":"Enter a clone URL for a different, previously-trusted host.","Enter a clone URL that uses the HTTPS or Git protocols instead of SSH.":"Enter a clone URL that uses the HTTPS or Git protocols instead of SSH.","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:":"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:","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 may require more time to clone large remote repositories.","The system successfully created the “[_1]” repository.":"The system successfully created the “[_1]” repository.","The system successfully initiated the clone process for the “[_1]” repository.":"The system successfully initiated the clone process for the “[_1]” repository."};

    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