//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController-ja.js
// Module: /templates/hulkd/views/hulkdWhitelistController-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 Whitelist":"ホワイトリストに追加","Click to delete “[_1]” from the whitelist.":"クリックして「[_1]」をホワイトリストから削除します。","Click to edit the comment for “[_1]”.":"クリックして「[_1]」のコメントを編集します。","Do you want to permanently delete [quant,_1,record,records] from the whitelist?":"ホワイトリストから [quant,_1,個のレコード,個のレコード]を完全に削除しますか?","Do you want to permanently delete “[_1]” from the whitelist?":"ホワイトリストから「[_1]」を完全に削除しますか?","Some IP addresses were not added to the whitelist.":"一部のIPアドレスがホワイトリストに追加されませんでした。","Some records failed to update.":"一部の記録の更新に失敗しました。","The system disabled the [asis,UseDNS] setting for [asis,SSHD] in order to add IP addresses to the whitelist. You must restart SSH through the [output,url,_1,Restart SSH Server,_2] page to implement the change.":"IP アドレスをホワイトリストに追加するために、[asis,SSHD] の [asis,UseDNS] 設定が無効になりました。変更を実装するには、[output,url,_1,SSH サーバーの再起動,_2]ページから SSH を再起動する必要があります。","The system was unable to delete [quant,_1,record,records] from the whitelist.":"ホワイトリストから [quant,_1,個のレコード,個のレコード]を削除できませんでした。","You have deleted all records from the whitelist.":"ホワイトリストの全記録を消去しました。","You have successfully added [quant,_1,IP address,IP addresses] to the whitelist.":"[quant,_1,個の IP アドレス,個の IP アドレス]がホワイトリストに正常に追加されました。","You have successfully added “[_1]” to the whitelist.":"「[_1]」をホワイトリストに追加するのに成功しました。","You have successfully deleted [quant,_1,record,records] from the whitelist.":"ホワイトリストから “[quant,_1,個のレコード,個のレコード]” を正常に削除しました。","You have successfully deleted “[_1]” from the whitelist.":"ホワイトリストから「[_1]」の削除に成功しました。","You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].":"You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].","You have successfully updated the comment for “[_1]”.":"「[_1]」のコメントを更新することに成功しました。","Your current IP address “[_1]” is not on the whitelist.":"現在のIPアドレス「[_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~~