//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter-ja.js
// Module: /jupiter/js2/mail/filters/editfilter-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 = {"Browse":"参照","Cancel":"キャンセル","Filter Name":"フィルタ名","Saving filter “[output,class,_1,code]” …":"フィルター “[output,class,_1,code]” を保存しています…","Success! The filters list is reloading now.":"成功!フィルタの一覧を、今再読み込みしています。","The filter name cannot be empty.":"フィルタ名は空にできません。","The filter name cannot contain “[output,class,_1,code]” or “[output,class,_2,code]”.":"フィルター名に “[output,class,_1,code]” または “[output,class,_2,code]” を含めることはできません。","You have successfully created a new filter. You can create another one now, or you can [output,url,_1,return to the filters list].":"新しいフィルターが正常に作成されました。別のフィルターを作成するか、[output,url,_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~~