//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-ja.js
// Module: /templates/listips/listips-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 = {"A mapping with the public address “[_1]” already exists.":"パブリックアドレス「[_1]」とのマッピングは既に存在します。","Address successfully validated.":"アドレスの検証が正常に完了しました。","An error has occurred: [_1]":"エラーが発生しました: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"パブリック IP アドレスを定義できません。myip サービスに接続できません。","Confirm that entry for “[_1]” should be deleted.":"「[_1]」のエントリが削除されるべきであることを確認します。","Edit “[_1]”":"「[_1]」を編集","Editing public IP for “[_1]”.":"「[_1]」のパブリック IP を編集します。","Entry for “[_1]” not deleted.":"「[_1]」のエントリが削除されませんでした。","Entry for “[_1]” successfully deleted.":"「[_1]」のエントリが削除されました。","Not Routable":"ルーティング不可","Operation canceled. Entry for “[_1]” not deleted.":"操作がキャンセルされました。「[_1]」のエントリは削除されませんでした。","Operation canceled. Public IP change not saved.":"操作がキャンセルされました。パブリック IP の変更は保存されませんでした。","Public IP for “[_1]” not changed.":"「[_1]」のパブリック IP は変更されませんでした。","Public IP for “[_1]” successfully changed.":"「[_1]」のパブリック IP が正常に変更されました。","Public address for “[_1]” is invalid.":"「[_1]」のパブリックアドレスが無効です。","Restoring previous value: [_1]":"以前の値を復元中: [_1]","The reported error message was: “[_1]”":"報告されたエラーメッセージは以下でした:「[_1]」","Validating “[_1]”.":"「[_1]」を検証中。","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"別の行にあるIPアドレスを削除しようと試みています。進行する前に、そのプロセスを完了してください。","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"既に別の行にあるパブリックIPアドレスを編集しています。進行する前に、そのプロセスを完了してください。","“[_1]” cannot be routed.":"「[_1]」はrouteできません。","“[_1]” is not a valid IP address.":"「[_1]」は有効なIPアドレスではありません。"};
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~~