//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/transfers/TransferSessionUI.js
// Generated: /usr/local/cpanel/base/sharedjs/transfers/TransferSessionUI-ja.js
// Module: legacy_shared/transfers/TransferSessionUI-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 = {"Abort":"中止","Aborted":"中止済み","Aborting …":"中止中 …","Completed":"完了","Failed":"失敗","Local Restore Summary":"ローカル復元の概要","Pause Queue":"キューを一時停止","Paused":"一時停止中","Pausing":"一時停止中","Pausing …":"一時停止中 …","Pending":"保留中","Processing":"処理中","Resume Queue":"キューを再開","Transfer from “[_1]” Summary":"「[_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~~