Skip to content
base.po 462 KiB
Newer Older
msgctxt "nft reject with tcp reset"
msgid "Reject packet with <strong>TCP reset</strong>"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:191
msgid ""
"Reject routing decisions that have a prefix length less than or equal to the "
"specified value"
msgstr ""

#: modules/luci-compat/luasrc/model/network/proto_relay.lua:153
Florian Eckert's avatar
Florian Eckert committed
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:255
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:685
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:39
msgid "Relay"
#: modules/luci-compat/luasrc/model/network/proto_relay.lua:157
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:36
msgid "Relay Bridge"
Florian Eckert's avatar
Florian Eckert committed
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:352
msgid "Relay DHCP requests elsewhere. OK: v4↔v4, v6↔v6. Not OK: v4↔v6, v6↔v4."
Florian Eckert's avatar
Florian Eckert committed
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:385
msgid "Relay To address"
msgstr ""

#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:154
msgid "Relay between networks"
msgstr "ネットワーク間のリレー"
#: modules/luci-compat/luasrc/model/network/proto_relay.lua:12
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:64
msgid "Relay bridge"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:50
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:49
Hannu Nyman's avatar
Hannu Nyman committed
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:40
msgid "Remote IPv4 address"
msgstr "リモートIPv4アドレス"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:42
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:42
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:40
#: protocols/luci-proto-vti/htdocs/luci-static/resources/protocol/vti.js:40
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Remote IPv4 address or FQDN"
msgstr "リモートIPv4アドレスまたはFQDN"
Hannu Nyman's avatar
Hannu Nyman committed
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:40
msgid "Remote IPv6 address"
msgstr "リモートIPv6アドレス"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:42
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:42
msgid "Remote IPv6 address or FQDN"
msgstr "リモートIPv6アドレスまたはFQDN"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:907
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:467
msgid "Remove IPv4 addresses from the results and only return IPv6 addresses."
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:461
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1318
msgid "Remove related device settings from the configuration"
msgstr "関連するデバイス構成を設定から削除します"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2022
msgid "Replace wireless configuration"
msgstr "無線設定を置換"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:17
msgid "Request IPv6-address"
msgstr "IPv6アドレスをリクエスト"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:23
msgid "Request IPv6-prefix of length"
msgstr "リクエストするIPv6のプレフィックス長"
#: modules/luci-base/htdocs/luci-static/resources/rpc.js:408
msgid "Request timeout"
msgstr "リクエストタイムアウト"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:100
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:105
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:102
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:107
msgid "Require incoming checksum (optional)."
msgstr "受信チェックサムを要求(オプション)。"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:102
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:107
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:104
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:109
msgid "Require incoming packets serialization (optional)."
msgstr "受信パケットのシリアル化を要求(オプション)。"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1700
msgid "Required"
msgstr "必須"
#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:34
msgid "Required for certain ISPs, e.g. Charter with DOCSIS 3"
msgstr "DOCSIS 3などを使用するいくつかのISPで必要です"
Hannu Nyman's avatar
Hannu Nyman committed
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:151
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Required. Base64-encoded private key for this interface."
msgstr "このインターフェースに使用するBase64エンコードの秘密鍵(必須)。"
#: protocols/luci-proto-nebula/htdocs/luci-static/resources/protocol/nebula.js:40
msgid "Required. Path to the .yml config file for this interface."
msgstr ""

#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:587
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Required. Public key of the WireGuard peer."
msgstr ""
#: protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js:42
msgid "Required. Underlying interface."
msgstr ""

#: protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js:39
msgid "Required. XFRM interface ID to be used for SA."
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1323
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1324
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1325
msgid "Requires hostapd"
msgstr "hostapdが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1330
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1331
msgid "Requires hostapd with EAP Suite-B support"
msgstr "EAP Suite-Bをサポートするhostapdが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1328
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1329
msgid "Requires hostapd with EAP support"
msgstr "EAPをサポートするhostapdが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1332
msgid "Requires hostapd with OWE support"
msgstr "OWEをサポートするhostapdが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1326
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1327
msgid "Requires hostapd with SAE support"
msgstr "SAEをサポートするhostapdが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1321
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1322
msgid "Requires hostapd with WEP support"
msgstr "WEPをサポートするhostapdが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1337
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1338
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1339
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1351
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1352
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1353
msgid "Requires wpa-supplicant"
msgstr "wpa-supplicantが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1344
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1345
msgid "Requires wpa-supplicant with EAP Suite-B support"
msgstr "EAP Suite-Bをサポートするwpa-supplicantが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1342
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1343
msgid "Requires wpa-supplicant with EAP support"
msgstr "EAPをサポートするwpa-supplicantが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1346
msgid "Requires wpa-supplicant with OWE support"
msgstr "OWEをサポートするwpa-supplicantが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1340
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1341
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1356
msgid "Requires wpa-supplicant with SAE support"
msgstr "SAEをサポートするwpa-supplicantが必要"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1335
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1336
msgid "Requires wpa-supplicant with WEP support"
msgstr "WEPをサポートするwpa-supplicantが必要"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:226
Florian Eckert's avatar
Florian Eckert committed
msgid "Reselection policy for primary slave"
msgstr "プライマリスレーブの再選択ポリシー"
#: modules/luci-base/htdocs/luci-static/resources/luci.js:2197
#: modules/luci-base/ucode/template/sysauth.ut:39
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:17
#: modules/luci-compat/luasrc/view/cbi/footer.htm:30
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:66
msgid "Reset"
msgstr "リセット"

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:343
msgstr "カウンターをリセット"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:404
msgid "Reset to defaults"
msgstr "初期化"
Florian Eckert's avatar
Florian Eckert committed
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:256
msgid "Resolv and Hosts Files"
msgstr "リゾルバとホストファイル"
Florian Eckert's avatar
Florian Eckert committed
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:424
msgstr "リゾルバファイル"
Florian Eckert's avatar
Florian Eckert committed
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:295
msgid "Resolve specified FQDNs to an IP."
msgstr "これはIPアドレスに強制的に設定するドメインのリスト。"

#: modules/luci-base/htdocs/luci-static/resources/rpc.js:405
msgid "Resource not found"
msgstr "リソースが見つかりません"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:522
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:875
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:100
msgid "Restart"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:348
msgstr "ファイアウォールを再起動"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:873
msgid "Restart radio interface"
msgstr "無線インターフェースを再起動"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:400
msgid "Restore"
msgstr "復元"

#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:410
msgstr "バックアップを復元"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:472
msgid ""
"Return answers to DNS queries matching the subnet from which the query was "
"received if multiple IPs are available."
msgstr ""
"複数のIPが利用可能な場合、リクエスト中のサブネットによってホスト名をローカラ"
"イズ"

#: modules/luci-base/htdocs/luci-static/resources/ui.js:385
#: modules/luci-base/htdocs/luci-static/resources/ui.js:386
msgid "Reveal/hide password"
msgstr "パスワードを表示/隠す"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:625
msgid "Reverse path filter"
msgstr "戻り経路フィルター"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4413
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4518
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Revert changes"
msgstr "変更の取り消し"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4730
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Revert request failed with status <code>%h</code>"
msgstr "取り消しのリクエストに失敗しました ステータスコード:<code>%h</code>"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4710
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Reverting configuration…"
msgstr "設定を元に戻しています…"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:110
msgctxt "nft dnat ip to addr"
msgid "Rewrite destination to <strong>%h</strong>"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:113
msgctxt "nft dnat ip6 to addr"
msgid "Rewrite destination to <strong>%h</strong>"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:111
msgctxt "nft dnat ip to addr:port"
msgid "Rewrite destination to <strong>%h</strong>, port <strong>%h</strong>"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:114
msgctxt "nft dnat ip6 to addr:port"
msgid "Rewrite destination to <strong>%h</strong>, port <strong>%h</strong>"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:104
msgctxt "nft snat ip to addr"
msgid "Rewrite source to <strong>%h</strong>"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:107
msgctxt "nft snat ip6 to addr"
msgid "Rewrite source to <strong>%h</strong>"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:105
msgctxt "nft snat ip to addr:port"
msgid "Rewrite source to <strong>%h</strong>, port <strong>%h</strong>"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:108
msgctxt "nft snat ip6 to addr:port"
msgid "Rewrite source to <strong>%h</strong>, port <strong>%h</strong>"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:119
msgid "Rewrite to egress device address"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1456
msgid ""
"Robust Security Network (RSN): Allow roaming preauth for WPA2-EAP networks "
"(and advertise it in WLAN beacons). Only works if the specified network "
"interface is a bridge. Shortens the time-critical reassociation process."
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:551
msgid "Robustness"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:565
"Root directory for files served via TFTP. <em>Enable TFTP server</em> and "
"<em>TFTP server root</em> turn on the TFTP server and serve files from "
"<em>TFTP server root</em>."
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:298
msgid "Root preparation"
msgstr "ルートの準備"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:204
Florian Eckert's avatar
Florian Eckert committed
msgid "Round-Robin policy (balance-rr, 0)"
msgstr "ラウンドロビンポリシー(balance-rr、0)"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:661
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Route Allowed IPs"
msgstr "許可されたIPのルート"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:526
msgid "Route action chain \"%h\""
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:45
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Route type"
msgstr "ルートタイプ"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:848
msgid ""
"Router Lifetime published in <abbr title=\"Router Advertisement, ICMPv6 Type "
"134\">RA</abbr> messages. Maximum is 9000 seconds."
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:46
#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:26
msgid "Router Password"
msgstr "ルーターパスワード"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:28
#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:50
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:248
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:15
msgid "Routing"
msgstr "ルーティング"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:44
msgid "Routing Algorithm"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:28
"Routing defines over which interface and gateway a certain host or network "
msgstr ""
"特定のホストまたはネットワークがどのインターフェースとゲートウェイを通して通"
"信を行うかのルートを設定します。"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:218
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:198
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:224
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Rule"
msgstr "ルール"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:596
msgid "Rule actions"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:469
msgctxt "nft comment"
msgid "Rule comment: %s"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:534
msgid "Rule container chain \"%h\""
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:595
msgid "Rule matches"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:136
msgid "Rule type"
msgstr ""

#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:336
msgid "Run a filesystem check before mounting the device"
msgstr "デバイスをマウントする前にファイルシステムチェックを実行"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:336
msgid "Run filesystem check"
msgstr "ファイルシステムチェックを実行"
#: modules/luci-base/htdocs/luci-static/resources/luci.js:2360
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Runtime error"
msgstr "ランタイムエラー"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:224
Hannu Nyman's avatar
Hannu Nyman committed
msgid "SHA256"
msgstr "SHA256"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:59
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:280
Hannu Nyman's avatar
Hannu Nyman committed
msgid "SNR"
Florian Eckert's avatar
Florian Eckert committed
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:261
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:643
msgid "SRV"
msgstr ""

#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:10
#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:38
msgid "SSH Access"
msgstr "SSHアクセス"
#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:70
Hannu Nyman's avatar
Hannu Nyman committed
msgid "SSH server address"
msgstr "SSHサーバーアドレス"
#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:74
Hannu Nyman's avatar
Hannu Nyman committed
msgid "SSH server port"
msgstr "SSHサーバーポート"
#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:58
Hannu Nyman's avatar
Hannu Nyman committed
msgid "SSH username"
msgstr "SSHユーザー名"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:289
#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:51
msgid "SSH-Keys"
msgstr "SSH-キー"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1758
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:375
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:9
msgid "SSTP"
msgstr "SSTP"

#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:41
msgid "SSTP Server"
msgstr "SSTPサーバー"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:340
Hannu Nyman's avatar
Hannu Nyman committed
msgid "SWAP"
msgstr "スワップ"
#: modules/luci-base/htdocs/luci-static/resources/form.js:3265
#: modules/luci-base/htdocs/luci-static/resources/luci.js:2192
#: modules/luci-compat/luasrc/view/cbi/error.htm:17
#: modules/luci-compat/luasrc/view/cbi/footer.htm:26
#: modules/luci-compat/luasrc/view/cbi/header.htm:20
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:463
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:123
msgid "Save"
msgstr "保存"

#: modules/luci-base/htdocs/luci-static/resources/luci.js:2174
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4401
#: modules/luci-compat/luasrc/view/cbi/footer.htm:22
msgstr "保存&適用"
Hannu Nyman's avatar
Hannu Nyman committed
#: modules/luci-base/htdocs/luci-static/resources/form.js:607
msgid "Save error"
msgstr "保存エラー"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:434
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Save mtdblock"
msgstr "mtdblockを保存"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:424
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Save mtdblock contents"
msgstr "mtdblockの内容を保存"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:880
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/crontab.js:28
#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:90
msgid "Scheduled Tasks"
msgstr "スケジュールタスク"

#: modules/luci-base/htdocs/luci-static/resources/ui.js:4387
msgid "Section added"
msgstr "追加されるセクション"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4389
msgid "Section removed"
msgstr "削除されるセクション"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:332
msgid "See \"mount\" manpage for details"
msgstr "詳細については\"mount\"のmanページを参照してください"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:283
msgid ""
"Select 'Force upgrade' to flash the image even if the image format check "
"fails. Use only if you are sure that the firmware is correct and meant for "
"your device!"
msgstr ""
"イメージ形式のチェックが失敗した場合でも更新を行う場合、'強制アップグレード' "
"を選択してください。正しいファームウェアであること、デバイスに適したものであ"
"ることが確かな場合のみ使用してください!"

#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2797
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2957
msgid "Select file…"
msgstr "ファイルを選択…"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:320
Florian Eckert's avatar
Florian Eckert committed
msgid "Selects the transmit hash policy to use for slave selection"
msgstr "スレーブ選択時に使用する送信ハッシュポリシーを選択"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:784
msgid ""
"Send <abbr title=\"Router Advertisement, ICMPv6 Type 134\">RA</abbr> "
"messages advertising this device as IPv6 router."
msgstr ""
"このデバイスを IPv6 ルーターとして広告する <abbr title=\"Router "
"Advertisement, ICMPv6 Type 134\">RA</abbr> メッセージを送信します"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:650
msgid "Send ICMP redirects"
msgstr "ICMP リダイレクトを送信"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:143
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:115
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:101
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:75
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:88
#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:111
msgid ""
"Send LCP echo requests at the given interval in seconds, only effective in "
"conjunction with failure threshold"
msgstr ""
"設定された秒間隔でLCP echoリクエストを送信します。失敗しきい値を設定した場合"
"のみ、機能が有効になります"
#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:24
msgid "Send the hostname of this device"
msgstr "このデバイスのホスト名を送信"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:89
msgid "Server"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:598
msgid "Server address"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:592
msgid "Server name"
msgstr ""

#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:50
msgid "Service Name"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88
msgid "Service Type"
#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:36
#: modules/luci-base/htdocs/luci-static/resources/luci.js:2664
msgid "Session expired"
msgstr "セッション期限切れ"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:126
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:175
msgid "Set Static"
msgstr "静的に設定"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:121
msgctxt "nft mangle"
msgid "Set header field <var>%s</var> to <strong>%s</strong>"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1256
Florian Eckert's avatar
Florian Eckert committed
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
msgstr ""
"リンクキャリアに関係なくインターフェースプロパティを設定します(設定されてい"
"る場合、キャリアセンスイベントはホットプラグハンドラを呼び出しません)。"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:302
Florian Eckert's avatar
Florian Eckert committed
msgid "Set same MAC Address to all slaves"
msgstr "すべてのスレーブに同じMACアドレスを設定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:802
msgid ""
"Set the autonomous address-configuration flag in the prefix information "
"options of sent <abbr title=\"Router Advertisement\">RA</abbr> messages. "
"When enabled, clients will perform stateless IPv6 address autoconfiguration."
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:735
msgid ""
"Set this interface as master for RA and DHCPv6 relaying as well as NDP "
"proxying."
msgstr ""
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:306
Florian Eckert's avatar
Florian Eckert committed
msgid "Set to currently active slave (active, 1)"
msgstr "現在アクティブなスレーブに設定(active、1)"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:307
Florian Eckert's avatar
Florian Eckert committed
msgid "Set to first slave added to the bond (follow, 2)"
msgstr "bondに追加された最初のスレーブに設定(follow、2)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:662
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:678
msgid "Set up DHCP Server"
msgstr "DHCPサーバーをセットアップ"

#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:55
#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:55
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:23
msgid "Setting PLMN failed"
msgstr "PLMNの設定に失敗しました"
#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:68
msgid "Setting operation mode failed"
msgstr "操作モードの設定に失敗しました"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js:11
msgid "Settings"
msgstr "設定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:939
msgid "Setup routes for proxied IPv6 neighbours."
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:31
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Severely Errored Seconds (SES)"
msgstr "重大エラー秒数(SES)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:210
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:39
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Short GI"
msgstr "ショートGI"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1169
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Short Preamble"
msgstr "ショートプリアンブル"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:470
msgid "Show current backup file list"
msgstr "現在のバックアップファイルリストを表示"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:293
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Show empty chains"
msgstr "空のチェインを表示"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:276
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:338
msgid "Show raw counters"
msgstr "生のカウンターを表示"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:526
msgid "Shutdown this interface"
msgstr "このインターフェースをシャットダウン"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:57
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:63
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1757
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:374
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:284
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2179
msgid "Signal / Noise"
msgstr "信号強度 / ノイズ"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:26
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Signal Attenuation (SATN)"
msgstr "信号減衰(SATN)"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:136
msgid "Signal Refresh Rate"
msgstr "信号のリフレッシュ レート"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:262
msgid "Signal:"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:222
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:552
msgid "Size of DNS query cache"
msgstr "DNSクエリキャッシュのサイズ"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:208
msgid "Size of the ZRam device in megabytes"
msgstr "ZRamデバイスのサイズ(MB)"
#: modules/luci-compat/luasrc/view/cbi/footer.htm:18
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:57
msgid "Skip"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:257
msgid "Skip from backup files that are equal to those in /rom"
msgstr "/rom 内のデフォルトから未変更のファイルはバックアップをスキップ"
Florian Eckert's avatar
Florian Eckert committed
#: themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut:35
#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:46
msgstr "コンテンツへ移動"
Florian Eckert's avatar
Florian Eckert committed
#: themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut:34
#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:45
msgid "Skip to navigation"
msgstr "ナビゲーションへ移動"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:180
Florian Eckert's avatar
Florian Eckert committed
msgid "Slave Interfaces"
msgstr "スレーブインターフェース"
#: modules/luci-base/htdocs/luci-static/resources/network.js:3002
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
#: modules/luci-compat/luasrc/model/network.lua:1428
msgid "Software VLAN"
msgstr "ソフトウェア VLAN"
#: modules/luci-compat/luasrc/view/cbi/header.htm:5
msgid "Some fields are invalid, cannot save values!"
msgstr "フィールドに無効な値が設定されているため、保存できません!"
#: modules/luci-base/ucode/template/error404.ut:10
msgid "Sorry, the object you requested was not found."
msgstr ""
"申し訳ありませんが、リクエストされたオブジェクトは見つかりませんでした。"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:442
"Sorry, there is no sysupgrade support present; a new firmware image must be "
Hannu Nyman's avatar
Hannu Nyman committed
"flashed manually. Please refer to the wiki for device specific install "
"instructions."
"申し訳ありませんが、sysupgradeがサポートされていないため、ファームウェア更新"
"は手動で行う必要があります。このデバイスへのインストール方法については、wiki"
"を参照してください。"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:148
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:385
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:70
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:214
msgstr "アクセス元"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:43
msgctxt "nft ip saddr"
msgid "Source IP"
msgstr ""

#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:47
msgctxt "nft ip6 saddr"
msgid "Source IPv6"
msgstr ""

#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:57
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:57
msgid "Source interface"
msgstr "アクセス元インタフェース"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:45
msgctxt "nft ip sport"
msgid "Source port"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:579
msgid ""
"Special <abbr title=\"Preboot eXecution Environment\">PXE</abbr> boot "
"options for Dnsmasq."
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:922
msgid ""
"Specifies a fixed list of DNS search domains to announce via DHCPv6. If left "
"unspecified, the local device DNS search domain will be announced."
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:906
msgid ""
"Specifies a fixed list of IPv6 DNS server addresses to announce via DHCPv6. "
"If left unspecified, the device will announce itself as IPv6 DNS server "
"unless the <em>Local IPv6 DNS server</em> option is disabled."
msgstr ""
"DHCPv6 を通してアナウンスされる IPv6 DNS サーバーアドレスの固定的なリストで"
"す。未指定である場合、<em>ローカル IPv6 DNS サーバー</em>オプションが無効でな"
"い限り、デバイスは自身を IPv6 DNS サーバーとしてアナウンスします。"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:186
msgid ""
"Specifies an individual UID or range of UIDs to match, e.g. 1000 to match "
"corresponding UID or 1000-1005 to inclusively match all UIDs within the "
"corresponding range"
msgstr ""

#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:343
Florian Eckert's avatar
Florian Eckert committed
msgid ""
"Specifies that duplicate frames (received on inactive ports) should be "
"dropped or delivered"
msgstr ""
"重複フレーム(非アクティブなポートで受信)をドロップまたは配信するよう指定"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:359
Florian Eckert's avatar
Florian Eckert committed
msgid "Specifies the ARP link monitoring frequency in milliseconds"
msgstr "ARPリンクのモニタリング頻度をミリ秒単位で指定"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:367
Florian Eckert's avatar
Florian Eckert committed
msgid "Specifies the IP addresses to use for ARP monitoring"
msgstr "ARPモニタリングに使用するIPアドレスを指定"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:396
Florian Eckert's avatar
Florian Eckert committed
msgid "Specifies the MII link monitoring frequency in milliseconds"
msgstr "MIIリンクのモニタリング頻度をミリ秒単位で指定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:181
msgid "Specifies the TOS value to match in IP headers"
msgstr ""

#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:261
Florian Eckert's avatar
Florian Eckert committed
msgid "Specifies the aggregation selection logic to use"
msgstr "使用するアグリゲーション選択ロジックを指定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:159
msgid "Specifies the destination subnet to match (CIDR notation)"
msgstr ""

#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:293
msgid "Specifies the directory the device is attached to"
msgstr "デバイスが接続するディレクトリを指定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:808
msgid ""
"Specifies the flags sent in <abbr title=\"Router Advertisement\">RA</abbr> "
"messages, for example to instruct clients to request further information via "
"stateful DHCPv6."
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:176
msgid ""
"Specifies the fwmark and optionally its mask to match, e.g. 0xFF to match "
"mark 255 or 0x0/0x1 to match any even mark value"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:144
msgid "Specifies the incoming logical interface name"
msgstr ""

#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:41
msgid ""
"Specifies the logical interface name of the parent (or master) interface "
"this route belongs to"
msgstr ""

#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:254
Florian Eckert's avatar
Florian Eckert committed
msgid ""
"Specifies the mac-address for the actor in protocol packet exchanges "
"(LACPDUs). If empty, masters' mac address defaults to system default"
msgstr ""
"プロトコルパケット交換(LACPDU)でアクターのMACアドレスを指定します。空の場"
"合、マスターのMACアドレスのデフォルトをシステムデフォルトに設定"
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:175
msgid ""
"Specifies the maximum amount of failed ARP requests until hosts are presumed "
"to be dead"
msgstr "ホストが停止しているとみなされるまでのARPリクエスト最大失敗回数を指定"
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:171
msgid ""
"Specifies the maximum amount of seconds after which hosts are presumed to be "
"dead"
msgstr "ホストが停止しているとみなされるまでの最大秒数を指定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:947
msgid ""
"Specifies the maximum transmit power the wireless radio may use. Depending "
"on regulatory requirements and wireless usage, the actual transmit power may "
"be reduced by the driver."
msgstr ""
"無線電波が使用できる最大の送信出力を指定します。規制要件や無線の使用方法に"
"よって、実際の送信出力はドライバーによって弱くなることがあります。"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:238
Florian Eckert's avatar
Florian Eckert committed
msgid ""
"Specifies the minimum number of links that must be active before asserting "
"carrier"
msgstr ""
"キャリアをアサーションする前にアクティブにする必要があるリンクの最小数を指定"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:202
Florian Eckert's avatar
Florian Eckert committed
msgid "Specifies the mode to be used for this bonding interface"
msgstr "このボンディングインターフェースに使用するモードを指定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:75
msgid ""
"Specifies the network gateway. If omitted, the gateway from the parent "
"interface is taken if any, otherwise creates a link scope route. If set to "
"0.0.0.0 no gateway will be specified for the route"
msgstr ""

#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:334
Florian Eckert's avatar
Florian Eckert committed
msgid ""
"Specifies the number of IGMP membership reports to be issued after a "
"failover event in 200ms intervals"
msgstr ""
"フェールオーバー処理後に発行されるIGMPメンバーシップレポートの数を200ms間隔で"
"指定"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:278
Florian Eckert's avatar
Florian Eckert committed
msgid ""
"Specifies the number of packets to transmit through a slave before moving to "
"the next one"
msgstr "スレーブを通過してから次のスレーブに移動するパケットの数を指定"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:312
Florian Eckert's avatar
Florian Eckert committed
msgid ""
"Specifies the number of peer notifications (gratuitous ARPs and unsolicited "
"IPv6 Neighbor Advertisements) to be issued after a failover event"
msgstr ""
"フェールオーバー処理後に発行されるピア通知(Gratuitous ARPおよびunsolicited "
"IPv6 Neighbor Advertisements)の数を指定"