//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/version_control/views/manageRepositoriesController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/views/manageRepositoriesController-zh.js
// Module: /jupiter/version_control/views/manageRepositoriesController-zh
// Locale: zh
// 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 = {"Attempt to contact the remote repository again.":"Attempt to contact the remote repository again.","Attempt to read from the repository again.":"Attempt to read from the repository again.","Error occurred while deploying.":"Error occurred while deploying.","For more information, read our [output,url,_1,documentation,target,_2].":"有关更多信息,请参阅我们的[output,url,_1,documentation,target,_2]。","The deployment that you triggered on [_1] is complete. Updating last deployment information …":"The deployment that you triggered on [_1] is complete. Updating last deployment information …","The deployment that you triggered on [_1] is in progress …":"The deployment that you triggered on [_1] is in progress …","The deployment that you triggered on [_1] is queued …":"The deployment that you triggered on [_1] is queued …","The system [output,strong,cannot] connect to the remote repository if you do not accept the host key for “[output,strong,_1].”":"The system [output,strong,cannot] connect to the remote repository if you do not accept the host key for “[output,strong,_1].”","The system cannot update information for the repository at “[_1]” because it cannot access the remote repository.":"The system cannot update information for the repository at “[_1]” because it cannot access the remote repository.","The system could not contact the remote repository.":"The system could not contact the remote repository.","The system could not find the repository’s [asis,Gitweb] [output,acronym,URL,Universal Resource Locator].":"The system could not find the repository’s [asis,Gitweb] [output,acronym,URL,Universal Resource Locator].","The system could not read from the repository.":"The system could not read from the repository.","The system could not redirect you to the File Manager interface.":"The system could not redirect you to the File Manager interface.","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 successfully copied the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.":"The system successfully copied the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.","The system successfully updated the “[_1]” repository.":"The system successfully updated the “[_1]” repository.","The “[_1]” repository is up-to-date.":"The “[_1]” repository is up-to-date.","You can view the log file: [output,url,_1,_2,target,_3]":"You can view the log file: [output,url,_1,_2,target,_3]","[quant,_1,additional task,additional tasks] queued":"[quant,_1,additional task,additional tasks] queued"};
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~~