Skip to content
firewall.po 55.5 KiB
Newer Older
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-30 17:00+0200\n"
"PO-Revision-Date: 2020-01-15 02:10+0000\n"
"Last-Translator: Scott Anecito <scott.anecito@linux.com>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfirewall/ja/>\n"
Jo-Philipp Wich's avatar
Jo-Philipp Wich committed
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Weblate 3.11-dev\n"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:47
msgid ""
"%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?<var>IPv4</var> and "
"<var>IPv6</var>:<var>IPv6</var>}:<var>IPv4</var>}%{proto?, protocol %{proto#"
"%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item.name}"
"<span class=\"cbi-tooltip\">ICMP with types %{item.types#%{next?, }<var>"
"%{item}</var>}</span></var>:<var>%{item.name}</var>}}}%{mark?, mark <var"
"%{mark.inv? data-tooltip=\"Match fwmarks except %{mark.num}%{mark.mask? with "
"mask %{mark.mask}}.\":%{mark.mask? data-tooltip=\"Mask fwmark value with "
"%{mark.mask} before compare.\"}}>%{mark.val}</var>}%{dscp?, DSCP %{dscp.inv?"
"<var data-tooltip=\"Match DSCP classifications except %{dscp.num?:%{dscp."
"name}}\">%{dscp.val}</var>:<var>%{dscp.val}</var>}}%{helper?, helper "
"%{helper.inv?<var data-tooltip=\"Match any helper except &quot;%{helper.name}"
"&quot;\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
"val}</var>}}"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431
msgid "-- add IP --"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479
msgid "-- add MAC --"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:117
msgid ""
"<var data-tooltip=\"ACCEPT\">Accept</var> %{src?%{dest?forward:input}:output}"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86
msgid "<var data-tooltip=\"ACCEPT\">Prevent source rewrite</var>"
Jo-Philipp Wich's avatar
Jo-Philipp Wich committed
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:80
msgid ""
"<var data-tooltip=\"DNAT\">Forward</var> to %{dest}%{dest_ip? IP <var>"
"%{dest_ip}</var>}%{dest_port? port <var>%{dest_port}</var>}"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:114
msgid ""
"<var data-tooltip=\"DROP\">Drop</var> %{src?%{dest?forward:input}:output}"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:132
msgid ""
"<var data-tooltip=\"DSCP\">Assign DSCP</var> classification <var>%{set_dscp}"
"</var>"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126
msgid ""
"<var data-tooltip=\"HELPER\">Assign conntrack</var> helper <var"
"%{helper_name? data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129
msgid ""
"<var data-tooltip=\"MARK\">%{set_mark?Assign:XOR}</var> firewall mark <var>"
"%{set_mark?:%{set_xmark}}</var>"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:83
msgid "<var data-tooltip=\"MASQUERADE\">Automatically rewrite</var> source IP"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:123
msgid ""
"<var data-tooltip=\"NOTRACK\">Do not track</var> %{src?%{dest?forward:input}:"
"output}"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:120
msgid ""
"<var data-tooltip=\"REJECT\">Reject</var> %{src?%{dest?forward:input}:output}"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:80
msgid ""
"<var data-tooltip=\"SNAT\">Statically rewrite</var> to source %{snat_ip?IP "
"<var>%{snat_ip}</var>} %{snat_port?port <var>%{snat_port}</var>}"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216
msgid "A rewrite IP must be specified!"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204
msgid "ACCEPT - Disable address rewriting"
msgstr ""
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199
msgid "Action"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:249
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid ""
"Additional raw <em>iptables</em> arguments to classify zone destination "
"traffic, e.g. <code>-p tcp --dport 443</code> to only match outbound HTTPS "
"traffic."
msgstr ""
"ゾーンの送信先へのトラフィックを区分するために付加する、生の <em>iptables</"
"em> 引数です。(例: HTTPS 送信トラフィックのみにマッチさせる <code>-p tcp --"
"dport 443</code>)"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:239
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid ""
"Additional raw <em>iptables</em> arguments to classify zone source traffic, "
"e.g. <code>-p tcp --sport 443</code> to only match inbound HTTPS traffic."
msgstr ""
"ゾーンを送信元とするトラフィックを区分するために付加する、生の <em>iptables</"
"em> 引数です。(例: HTTPS 受信トラフィックのみにマッチさせる <code>-p tcp --"
"sport 443</code>)"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78
msgid "Advanced Settings"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Allow \"invalid\" traffic"
msgstr "\"invalid\" トラフィックの許可"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:311
msgid "Allow forward from <em>source zones</em>:"
msgstr "<em>送信元ゾーン</em>からの転送を許可する:"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:270
msgid "Allow forward to <em>destination zones</em>:"
msgstr "<em>宛先ゾーン</em>への転送を許可する:"
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:506
msgid "Any"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Any day"
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:314
msgid ""
"Apply a bitwise XOR of the given value and the existing mark value on "
"established connections. Format is value[/mask]. If a mask is specified then "
"those bits set in the mask are zeroed out."
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261
msgid "Apply the given DSCP class or value to established connections."
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383
msgid "Assign the specified connection tracking helper to matched traffic."
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:214
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Automatic helper assignment"
msgstr "自動ヘルパー割り当て"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:214
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid ""
"Automatically assign conntrack helpers based on traffic protocol and port"
msgstr ""
"トラフィックのプロトコルとポートに基づいて、 conntrack ヘルパーを自動的に割り"
"当てます。"
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:79
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Conntrack Settings"
msgstr "Conntrack 設定"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:218
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Conntrack helpers"
msgstr "Conntrack ヘルパー"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:15
Loading full blame...