//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/trustedHosts.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/trustedHosts-ja.js
// Module: /templates/greylist/views/trustedHosts-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 = {"Click to delete “[_1]” from the Trusted Hosts list.":"クリックして「[_1]」を信頼済みホストリストから削除します。","Click to edit the comment for “[_1]”.":"クリックして「[_1]」のコメントを編集します。","Do you want to permanently delete [quant,_1,record,records] from the Trusted Hosts list?":"信頼されたホストのリストから [quant,_1,個のレコード,個のレコード]を完全に削除しますか?","Do you want to permanently delete “[_1]” from the Trusted Hosts list?":"信頼済みホストのリストから「[_1]」を完全に削除しますか?","Examples:":"例:","Some records failed to update.":"一部の記録の更新に失敗しました。","The system was unable to delete [quant,_1,record,records] from the Trusted Hosts list.":"信頼されたホストのリストから [quant,_1,個のレコード,個のレコード]を削除できませんでした。","You have deleted all records from the Trusted Hosts list.":"信頼済みホストリストから全記録を消去しました。","You have successfully deleted [quant,_1,record,records] from the Trusted Hosts list.":"信頼されたホストのリストから [quant,_1,個のレコード,個のレコード]を正常に削除しました。","You have successfully deleted “[_1]” from the Trusted Hosts list.":"信頼済みホストリストから「[_1]」の削除に成功しました。","You have successfully updated the comment for “[_1]”.":"「[_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~~