//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/config-ja.js
// Module: /templates/greylist/views/config-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 = {"The number of minutes during which the mail server accepts a resent email from an unknown triplet.":"メールサーバが不明なトリプレットからの再送メールを受け付ける時間(分)。","The number of minutes during which the mail server defers email from an unknown triplet.":"メールサーバが不明なトリプレットからのメールを遅延させる時間(分)。","The system successfully saved your [asis,Greylisting] configuration settings.":"システムは、[asis,Greylisting]設定を正常に保存しました。","The time at which the mail server treats a resent email as coming from a new, unknown triplet.":"メールサーバが再送信されたメールを新しい不明のトリプレットから来ているとして扱う時間。","Whether the system automatically accepts email from hosts with a valid [asis,SPF] record.[comment,this text is used in a tooltip]":"Whether the system automatically accepts email from hosts with a valid [asis,SPF] record.[comment,this text is used in a tooltip]"};
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~~