//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/license_purchase/views/checkoutController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/license_purchase/views/checkoutController-ja.js
// Module: /templates/license_purchase/views/checkoutController-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 = {"Error: “[_1]”":"エラー: 「[_1]」","Redirecting to the [output,acronym,WHM,WebHost Manager] interface …":"[output,acronym,WHM,Web ホストマネージャ]インターフェースにリダイレクト中 …","The system encountered a token validation error.":"システムにトークン検証エラーが発生しました。","The system encountered an error when it accessed the cPanel Store login [output,acronym,URL,Uniform Resource Locator]: [_1]":"The system encountered an error when it accessed the cPanel Store login [output,acronym,URL,Uniform Resource Locator]: [_1]","The system encountered an error when it generated your license order.":"ライセンスオーダーを生成する際、システムにエラーが発生しました。","The system encountered an error when it updated your license.":"ライセンスを更新する際、システムにエラーが発生しました。","The system encountered an error.":"システムにエラーが発生しました。","The system successfully canceled the order.":"システムはオーダーを正常にキャンセルしました。","The system successfully updated the license.":"システムはライセンスを正常に更新しました。"};
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~~