//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/base.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/base-ja.js
// Module: /templates/greylist/views/base-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 = {"Add to Trusted Hosts":"信頼済みホストに追加","Some Host [asis,IP] addresses were not added to the Trusted Hosts list.":"一部のホスト [asis,IP] アドレスが信頼済みホストのリストに追加されませんでした。","The status for [asis,Greylisting] has changed, possibly in another browser session.":"[asis,Greylisting]のステータスが、おそらく別のブラウザセッションで変更されました。","You have successfully added [quant,_1,record,records] to the Trusted Hosts list.":"信頼されたホストのリストに “[quant,_1,個のレコード,個のレコード]” を正常に追加しました。","You have successfully added “[_1]” to the Trusted Hosts list.":"「[_1]」を信頼済みホストリストに追加するのに成功しました。","You have successfully updated the comment for “[_1]”.":"「[_1]」のコメントを更新することに成功しました。","Your neighboring [asis,IP] addresses are not in the Trusted Hosts list.":"隣接する[asis,IP]アドレスが信頼済みホストリストに入っていません。","[asis,Exim] is disabled on the server which makes [asis,Greylisting] ineffective. Use the [output,url,_1,Service Manager page,_2] to enable [asis,Exim].":"サーバーで [asis,Exim] が無効になると、[asis,Greylisting]が無効になります。[asis,Exim] を有効にするには、[output,url,_1,サービス マネージャー ページ,_2] を使用します。","[asis,Greylisting] is now disabled.":"[asis,Greylisting]が無効化されました。","[asis,Greylisting] is now enabled.":"[asis,Greylisting]が有効化されました。"};
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~~