//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/manage_plugins/index.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/manage_plugins/index.cmb-ja.js
// Module: /templates/manage_plugins/index.cmb-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 = {"Description":"説明","ERROR":"エラー","Installation of “[_1]” is in progress.":"「[_1]」のインストールが進行中です。","Installed: [_1]":"インストール済み: [_1]","Name":"名前","The log follower for “[_1]” indicated an internal error ([_2]).":"「[_1]」のログフォロワーが、内部エラーを示しました([_2])。","The log transmission for “[_1]” did not include a final status for the installation. This may indicate a failure. Check “[_2]” for more information.":"「[_1]」のログ送信に、インストールの最終ステータスが含まれていませんでした。失敗した可能性があります。詳細は、「[_2]」をチェックしてください。","The log transmission for “[_1]” did not include a final status for the uninstallation. This may indicate a failure. Check “[_2]” for more information.":"「[_1]」のログ送信に、アンインストールの最終ステータスが含まれていませんでした。失敗した可能性があります。詳細は、「[_2]」をチェックしてください。","The log transmission for “[_1]” included a failure status ([_2]) for the installation.":"「[_1]」のログ送信に、インストールにおける失敗ステータス([_2])が含まれていました。","The log transmission for “[_1]” included a failure status ([_2]) for the uninstallation.":"「[_1]」のログ送信に、アンインストールにおける失敗ステータス([_2])が含まれていました。","The system failed to start the installation for “[_1]” because of an error: [_2]":"エラーにより、システムは「[_1]」のインストール開始に失敗しました:[_2]","The system failed to start the uninstallation for “[_1]” because of an error: [_2]":"エラーにより、システムは「[_1]」のアンインストール開始に失敗しました:[_2]","This plugin has a recommended minimum of [format_bytes,_1] of RAM and [quant,_2,core,cores] but your server only has [format_bytes,_3] of RAM and [quant,_4,core,cores]. Your server may experience performance issues while using this plugin.":"This plugin has a recommended minimum of [format_bytes,_1] of RAM and [quant,_2,core,cores] but your server only has [format_bytes,_3] of RAM and [quant,_4,core,cores]. Your server may experience performance issues while using this plugin.","This plugin has a recommended minimum of [format_bytes,_1] of RAM, but your server only has [format_bytes,_2]. Your server may experience performance issues while using this plugin.":"This plugin has a recommended minimum of [format_bytes,_1] of RAM, but your server only has [format_bytes,_2]. Your server may experience performance issues while using this plugin.","This plugin has a recommended minimum of [quant,_1,core,cores] but your server only has [quant,_2,core,cores]. Your server may experience performance issues while using this plugin.":"This plugin has a recommended minimum of [quant,_1,core,cores] but your server only has [quant,_2,core,cores]. Your server may experience performance issues while using this plugin.","Uninstallation of “[_1]” is in progress.":"「[_1]」のアンインストールを実行中です。","Version":"バージョン","“[_1]” is now installed.":"「[_1]」がインストールされました。","“[_1]” is now uninstalled.":"「[_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~~