Skip to content
firewall.po 65.1 KiB
Newer Older
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:506
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:376
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Time in UTC"
msgstr "UTC時刻を使用"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243
msgid "Time restrictions are enabled for this rule"
msgstr "このルールでは時間制限が有効です"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77
msgid ""
"To %{dest}%{dest_device?, interface <var>%{dest_device}</var>}%{dest_ip?, IP "
"%{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
"%{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port %{dest_port#%{next?, }"
"<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
"ival}</var>}}"
msgstr ""
"送信先: %{dest}%{dest_device?, インターフェース <var>%{dest_device}</"
"var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
"IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, ポート "
"%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
"%{item.val}.\"}>%{item.ival}</var>}}"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:55
msgid ""
"To %{dest}%{dest_device?, via interface <var>%{dest_device}</"
"var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
"IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port "
"%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
"%{item.val}.\"}>%{item.ival}</var>}}"
msgstr ""
"送信先: %{dest}%{dest_device?, 経由インターフェース <var>%{dest_device}</"
"var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
"IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, ポート "
"%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
"%{item.val}.\"}>%{item.ival}</var>}}"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:61
"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-"
"tooltip=\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
"var>}}%{dest_port?, port %{dest_port#%{next?, }<var%{item.inv? data-"
"tooltip=\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}"
"送信先: %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-"
"tooltip=\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
"var>}}%{dest_port?, ポート %{dest_port#%{next?, }<var%{item.inv? data-"
"tooltip=\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427
msgid "Tracking helper"
msgstr "追跡ヘルパー"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:176
#: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:35
msgid "Traffic Rules"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174
msgid ""
"Traffic rules define policies for packets traveling between different zones, "
"for example to reject traffic between certain hosts or to open WAN ports on "
"the router."
msgstr ""
Jo-Philipp Wich's avatar
Jo-Philipp Wich committed
"トラフィック・ルールの設定では、ゾーン間を行き来するパケットのポリシーを設定"
"します。例えば、特定のホスト間や、ルーターのWANポートへのトラフィックの拒否を"
"設定することができます。"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:340
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Tuesday"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:19
msgid "Unable to save contents: %s"
msgstr "内容を保存できません: %s"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:323
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:449
msgid "Unknown or not installed conntrack helper \"%s\""
msgstr "不明またはインストールされていない conntrack ヘルパー \"%s\""
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189
msgid "Unnamed NAT"
msgstr "名称未設定の NAT"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:168
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:183
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Unnamed forward"
msgstr "名称未設定の転送"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:190
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Unnamed rule"
msgstr "名称未設定のルール"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:123
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "Unnamed zone"
msgstr "名称未設定のゾーン"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:595
msgid "Unrecognized protocol"
msgstr "認識されていないプロトコル"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:693
msgid ""
"Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will "
"be converted to \"nat\" sections and the firewall will be restarted to apply "
"the updated configuration."
msgstr ""
"\"続行\" を押下すると、 \"SNAT\" ターゲットを持つ \"redirect\" セクションは "
"\"nat\" セクションに変換されたうえで、ファイアウォールは更新された設定を適用"
"するために再起動されます。"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:303
msgid "Use external IP address"
msgstr "外部 IP アドレスを使用"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:302
msgid "Use internal IP address"
msgstr "内部 IP アドレスを使用"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:223
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid ""
"Use this option to classify zone traffic by raw, non-<em>uci</em> managed "
"network devices."
msgstr ""
"生の、または非 <em>uci</em> 管理下にあるデバイスによるゾーン トラフィックの区"
"分にこのオプションを使用します。"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:228
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid ""
"Use this option to classify zone traffic by source or destination subnet "
"instead of networks or devices."
msgstr ""
"ネットワークまたはデバイスに代わり、アクセス元またはアクセス先サブネットによ"
"るゾーン トラフィックの区分にこのオプションを使用します。"
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:330
msgid "Valid firewall mark required"
msgstr "有効なファイアウォール マークが必要です"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:471
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Wednesday"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:463
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333
Hannu Nyman's avatar
Hannu Nyman committed
msgid "Week Days"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:408
msgstr "ファイアウォール マークの XOR"
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
msgstr "マークの XOR"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:136
msgid "Zone ⇒ Forwardings"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94
msgid "Zones"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:403
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:152
msgid "accept"
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:461
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:484
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:258
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:289
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:310
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:380
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:429
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:278
msgid "any"
msgstr "すべて"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:86
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:46
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:56
msgid "any zone"
msgstr "すべてのゾーン"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:297
msgid "any/all"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:407
msgstr "ファイアウォール マークの適用"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:406
msgid "assign conntrack helper"
msgstr "conntrack ヘルパーの割り当て"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:220
msgid "automatic"
msgstr ""

#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
Hannu Nyman's avatar
Hannu Nyman committed
msgid "day"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:311
msgid "do not rewrite"
msgstr "書き換えない"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405
msgid "don't track"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:402
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151
msgid "drop"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
Hannu Nyman's avatar
Hannu Nyman committed
msgid "hour"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
Hannu Nyman's avatar
Hannu Nyman committed
msgid "minute"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:404
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:67
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:150
Jo-Philipp Wich's avatar
Jo-Philipp Wich committed
msgid "reject"
msgstr "拒否"

Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
Hannu Nyman's avatar
Hannu Nyman committed
msgid "second"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:86
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:56
msgstr "このデバイス"
Hannu Nyman's avatar
Hannu Nyman committed
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:117
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:218
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:309
INAGAKI Hiroshi's avatar
INAGAKI Hiroshi committed
msgid "this new zone"
msgstr "この新しいゾーン"
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:353
msgstr "無制限"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:250
msgid "unspecified"
msgstr "未設定"
#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:338
msgid "valid firewall mark"
msgstr "有効なファイアウォール マーク"
Hannu Nyman's avatar
Hannu Nyman committed

#~ msgid ""
#~ "Forwarded IPv4%{proto?, protocol %{proto#%{next?, }<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>}"
#~ msgstr ""
#~ "IPv4 の転送%{proto?, プロトコル %{proto#%{next?, }<var>%{item.name}</"
#~ "var>}}%{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>}"

#~ msgid ""
#~ "Incoming IPv4%{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>}%{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 ""
#~ "IPv4 の受信%{proto?, プロトコル %{proto#%{next?, }%{item.types?<var "
#~ "class=\"cbi-tooltip-container\">%{item.name}<span class=\"cbi-tooltip\">含"
#~ "まれる ICMP タイプ - %{item.types#%{next?, }<var>%{item}</var>}</span></"
#~ "var>:<var>%{item.name}</var>}}}%{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>}%{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>}}"