//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/version_control/views/manageRepositoriesController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/views/manageRepositoriesController-ja.js
// Module: /jupiter/version_control/views/manageRepositoriesController-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 = {"Attempt to contact the remote repository again.":"リモートリポジトリへの接続をもう一度試します。","Attempt to read from the repository again.":"リポジトリからの読み取りをもう一度試します。","Error occurred while deploying.":"デプロイ中にエラーが発生しました。","For more information, read our [output,url,_1,documentation,target,_2].":"詳細については、[output,url,_1,ドキュメント 0,target,_2] をご確認ください。","The deployment that you triggered on [_1] is complete. Updating last deployment information …":"[_1]で発動したデプロイが完了しました。前回のデプロイ情報を更新中…","The deployment that you triggered on [_1] is in progress …":"[_1]で発動したデプロイを処理中…","The deployment that you triggered on [_1] is queued …":"[_1]で発動したデプロイが、キューに追加されました…","The system [output,strong,cannot] connect to the remote repository if you do not accept the host key for “[output,strong,_1].”":"「[output,strong,_1]」のホストキーを許可しない場合、システムはリモートレポジトリに接続[output,strong,できません]。","The system cannot update information for the repository at “[_1]” because it cannot access the remote repository.":"リモートリポジトリにアクセスできないため、システムは「[_1]」のリポジトリの情報を更新できません。","The system could not contact the remote repository.":"システムがリモートリポジトリに問い合わせできませんでした。","The system could not find the repository’s [asis,Gitweb] [output,acronym,URL,Universal Resource Locator].":"システムは、レポジトリの[asis,Gitweb] [output,acronym,URL,Uniform Resource Locator]を見つけられませんでした。","The system could not read from the repository.":"システムでレポジトリから読み取ることができませんでした。","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.":"システムは、クリップボードに「[_1]」クローン[output,acronym,URL,Uniform Resource Locator]を正常にコピーしました。","The system successfully updated the “[_1]” repository.":"システムは「[_1]」レポジトリを正常に更新しました。","The “[_1]” repository is up-to-date.":"「[_1]」レポジトリは最新状態です。","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~~