//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/mail/spam/services/spamAssassin.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/mail/spam/services/spamAssassin-ja.js
// Module: /jupiter/mail/spam/services/spamAssassin-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 = {"All Spam Box folders expunged.":"すべてのスパムボックスフォルダが削除されました。","Expunged the Spam Box folder for “[_1]”.":"「[_1]」のスパムボックスフォルダを消去しました。","Spam Auto-Delete has been disabled.":"スパム自動消去が無効化されました。","Spam Auto-Delete has been enabled.":"スパム自動消去が有効化されました。","Spam Box has been disabled.":"スパムボックスが無効化されました。","Spam Box has been enabled.":"スパムボックスが有効化されました。","The Auto-Delete Threshold Score has been updated to [_1].":"自動消去閾値スコアが[_1]に更新されました。","The [asis,Apache SpamAssassin] user preferences have been updated.":"[asis,Apache SpamAssassin]のユーザー設定が更新されました。","[asis,Apache SpamAssassin] has been disabled.":"[asis,Apache SpamAssassin]が無効化されました。","[asis,Apache SpamAssassin] has been enabled.":"[asis,Apache SpamAssassin]が有効化されました。"};
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~~