diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2019-07-27 02:30:20 +0900 |
---|---|---|
committer | INAGAKI Hiroshi <musashino.open@gmail.com> | 2019-07-27 02:30:20 +0900 |
commit | be275fd42a33653acdb4bd4604f4a9ec6b463da0 (patch) | |
tree | d49349c45924d36cc091bb8eb21846b5d99a5b6a /applications/luci-app-firewall/po/ko | |
parent | 16f23de9779908850f756d62c2550b354c97e0f7 (diff) |
i18n: sync translations
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'applications/luci-app-firewall/po/ko')
-rw-r--r-- | applications/luci-app-firewall/po/ko/firewall.po | 469 |
1 files changed, 280 insertions, 189 deletions
diff --git a/applications/luci-app-firewall/po/ko/firewall.po b/applications/luci-app-firewall/po/ko/firewall.po index 757b50b50..2346b9556 100644 --- a/applications/luci-app-firewall/po/ko/firewall.po +++ b/applications/luci-app-firewall/po/ko/firewall.po @@ -13,50 +13,50 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.6\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:134 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:145 msgid "%s in %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:233 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:242 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:154 msgid "%s%s with %s" msgstr "%s%s ,%s" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:132 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 msgid "%s, %s in %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:195 msgid "<var>%d</var> pkts. per <var>%s</var>" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:271 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:192 msgid "<var>%d</var> pkts. per <var>%s</var>, burst <var>%d</var> pkts." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:106 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:107 msgid "<var>%s</var> and limit to %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:284 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:293 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:214 msgid "Accept forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:294 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:303 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:224 msgid "Accept input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:274 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:204 msgid "Accept output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:160 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:315 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:325 msgid "Action" msgstr "" @@ -72,33 +72,75 @@ msgstr "" msgid "Add and edit..." msgstr "추가 후 수정..." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:99 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:135 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:73 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:245 +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 "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 +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 "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:84 msgid "Advanced Settings" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:207 +msgid "Allow \"invalid\" traffic" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:304 msgid "Allow forward from <em>source zones</em>:" msgstr "<em>Source zone</em> 로부터의 forward 허용:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:198 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:263 msgid "Allow forward to <em>destination zones</em>:" msgstr "<em>Destination zone</em> 으로 forward 허용:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:185 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:207 msgid "Any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:354 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:210 +msgid "Automatic helper assignment" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:210 +msgid "" +"Automatically assign conntrack helpers based on traffic protocol and port" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:85 +msgid "Conntrack Settings" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:214 +msgid "Conntrack helpers" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:175 +msgid "Covered devices" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135 msgid "Covered networks" msgstr "" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:179 +msgid "Covered subnets" +msgstr "" + #: applications/luci-app-firewall/luasrc/controller/firewall.lua:19 msgid "Custom Rules" msgstr "Custom Rule" @@ -113,15 +155,15 @@ msgstr "" "수 있도록 합니다. 입력된 명령어들은 매 방화벽 재시작시 실행되는데 default " "ruleset 이 load 된 후 시점입니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:295 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:305 msgid "Destination address" msgstr "Destination 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:306 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:316 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:286 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:299 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:42 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm:21 msgid "Destination zone" @@ -131,72 +173,82 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:290 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:220 msgid "Discard forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:230 msgid "Discard input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:280 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:210 msgid "Discard output" msgstr "" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:207 +msgid "" +"Do not install extra rules to reject forwarded traffic with conntrack state " +"<em>invalid</em>. This may be required for complex asymmetric route setups." +msgstr "" + #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm:45 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm:50 msgid "Do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:218 msgid "Do not track forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:298 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:228 msgid "Do not track input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:208 msgid "Do not track output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:42 msgid "Drop invalid packets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:166 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:148 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:188 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:246 msgid "Enable" msgstr "활성화" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:250 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261 msgid "Enable NAT Loopback" msgstr "NAT Loopback 활성화" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:30 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:41 msgid "Enable SYN-flood protection" msgstr "SYN-flood protection 활성화" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:220 msgid "Enable logging on this zone" msgstr "zone 의 logging 활성화" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:49 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:60 msgid "Experimental feature. Not fully compatible with QoS/SQM." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:214 +msgid "Explicitly choses allowed connection tracking helpers for zone traffic" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:209 msgid "External IP address" msgstr "외부 IP 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:222 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm:28 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:12 msgid "External port" @@ -206,11 +258,23 @@ msgstr "외부 port" msgid "External zone" msgstr "외부 zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:323 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 msgid "Extra arguments" msgstr "추가 argument" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:245 +msgid "Extra destination arguments" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:86 +msgid "Extra iptables arguments" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:235 +msgid "Extra source arguments" +msgstr "" + #: applications/luci-app-firewall/luasrc/controller/firewall.lua:6 msgid "Firewall" msgstr "방화벽" @@ -219,71 +283,71 @@ msgstr "방화벽" msgid "Firewall - Custom Rules" msgstr "방화벽 - Custom Rules" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:90 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:91 msgid "Firewall - Port Forwards" msgstr "방화벽 - Port Forwards" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:126 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:127 msgid "Firewall - Traffic Rules" msgstr "방화벽 - Traffic Rules" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:23 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:34 msgid "Firewall - Zone Settings" msgstr "방화벽 - Zone 설정" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:179 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 msgid "Force connection tracking" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:106 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:119 msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:134 msgid "Forward to" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:337 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:347 msgid "Friday" msgstr "금요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:61 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:63 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 msgid "From %s in %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:59 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:61 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 msgid "From %s in %s with source %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:59 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 msgid "From %s in %s with source %s and %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:74 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 msgid "From %s on <var>this device</var>" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:72 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 msgid "From %s on <var>this device</var> with source %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:70 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:71 msgid "From %s on <var>this device</var> with source %s and %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:98 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:134 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:26 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:72 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:99 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:135 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:83 #: applications/luci-app-firewall/luasrc/controller/firewall.lua:9 msgid "General Settings" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:60 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:71 msgid "Hardware flow offloading" msgstr "" @@ -302,47 +366,51 @@ msgstr "" msgid "IPs" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:45 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:45 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 msgid "IPv4" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:160 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:200 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:185 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:161 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:201 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:186 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:180 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 +msgid "IPv6" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:187 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:34 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:104 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:117 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:238 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm:30 msgid "Internal IP address" msgstr "내부 IP 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:250 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm:31 msgid "Internal port" msgstr "내부 port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:221 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm:29 msgid "Internal zone" msgstr "내부 zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:185 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:223 msgid "Limit log messages" msgstr "" @@ -356,41 +424,41 @@ msgstr "" msgid "MACs" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:119 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:132 msgid "MSS clamping" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:116 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:129 msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:113 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:150 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:124 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:217 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:343 msgid "Monday" msgstr "월요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:350 msgid "Month Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:146 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:85 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:168 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:194 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:98 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm:25 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:10 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:40 @@ -424,19 +492,19 @@ msgstr "새로운 port forward" msgid "New source NAT" msgstr "새로운 source NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:210 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:173 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -451,26 +519,31 @@ msgstr "" msgid "Other..." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:35 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:105 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:118 msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -msgid "Output zone" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:334 msgid "Passes additional arguments to iptables. Use with care!" msgstr "iptables 명령에 추가 인자들을 더합니다. 조심해 사용하세요!" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:93 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:232 +msgid "" +"Passing raw iptables arguments to source and destination traffic " +"classification rules allows to match packets based on other criteria than " +"interfaces or subnets. These options should be used with extreme care as " +"invalid values could render the firewall ruleset broken, completely exposing " +"all services." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:94 #: applications/luci-app-firewall/luasrc/controller/firewall.lua:12 msgid "Port Forwards" msgstr "Port Forward" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:91 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:92 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -478,38 +551,44 @@ msgstr "" "Port forwarding 기능은 인터넷 상의 원격 컴퓨터가 내부 LAN 에 속한 특정 컴퓨터" "나 서비스에 접속할 수 있도록 합니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:142 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:204 +msgid "" +"Prevent the installation of <em>NOTRACK</em> rules which would bypass " +"connection tracking." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:204 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm:26 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:11 msgid "Protocol" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:240 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:251 msgid "" "Redirect matched incoming traffic to the given port on the internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:286 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:216 msgid "Refuse forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:296 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:226 msgid "Refuse input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:276 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:206 msgid "Refuse output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:72 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -517,20 +596,20 @@ msgstr "" msgid "Restart Firewall" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:197 msgid "Restrict Masquerading to given destination subnets" msgstr "주어진 destination subnet 으로 Masquerading 제한" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:165 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:190 msgid "Restrict Masquerading to given source subnets" msgstr "주어진 source subnet 으로 Masquerading 제한" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:159 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:184 msgid "Restrict to address family" msgstr "Address family 제한" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:48 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:59 msgid "Routing/NAT Offloading" msgstr "" @@ -542,64 +621,64 @@ msgstr "" msgid "Rule is enabled" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:338 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 msgid "Saturday" msgstr "토요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:56 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:67 msgid "Software based offloading for routing/NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:55 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:185 msgid "Source IP address" msgstr "Source IP 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 msgid "Source MAC address" msgstr "Source MAC 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:258 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:279 msgid "Source address" msgstr "Source 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:290 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:155 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:166 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:262 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:41 #: applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm:20 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:366 msgid "Start Date (yyyy-mm-dd)" msgstr "시작 날짜 (yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:360 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370 msgid "Stop Date (yyyy-mm-dd)" msgstr "종료 날짜 (yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:342 msgid "Sunday" msgstr "일요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:24 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:35 msgid "" "The firewall creates zones over your network interfaces to control network " "traffic flow." @@ -607,8 +686,8 @@ msgstr "" "방화벽 기능을 이용하여 네트워크 인터페이스와 연결된 zone 을 생성할 수 있고 이" "를 이용하여 네트워크 traffic flow 를 제어할 수 있습니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:155 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:259 msgid "" "The options below control the forwarding policies between this zone (%s) and " "other zones. <em>Destination zones</em> cover forwarded traffic " @@ -624,7 +703,7 @@ msgstr "" "<em>unidirectional</em> 인데, 예를 들어 LAN 에서 WAN 으로의 forward 규칙이 " "WAN 에서 LAN 으로의 forward 를 허락하는 것이 아닙니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:81 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94 #, fuzzy msgid "" "This section defines common properties of %q. The <em>input</em> and " @@ -639,31 +718,31 @@ msgstr "" "를 오가는 forward traffic 에 대한 정책을 뜻합니다. <em>Covered networks</em> " "에서는 zone 의 영향을 받을 네트워크들을 지정할 수 있습니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 msgid "Thursday" msgstr "목요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:137 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:374 msgid "Time in UTC" msgstr "UTC 기준시" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:95 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 msgid "To %s at %s on <var>this device</var>" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:88 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 msgid "To %s in %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:97 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 msgid "To %s on <var>this device</var>" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:86 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:87 msgid "To %s, %s in %s" msgstr "" @@ -675,12 +754,12 @@ msgstr "" msgid "To source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:130 #: applications/luci-app-firewall/luasrc/controller/firewall.lua:15 msgid "Traffic Rules" msgstr "Traffic Rule" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:127 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:128 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 " @@ -690,109 +769,121 @@ msgstr "" "다. 예를 들어 특정 host 들 사이의 트래픽을 차단하거나 공유기의 WAN port 를 " "open 할때 사용됩니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:344 msgid "Tuesday" msgstr "화요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:106 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:110 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:107 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:143 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:147 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:144 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 msgid "Unnamed rule" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:86 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:99 msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:71 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:175 +msgid "" +"Use this option to classify zone traffic by raw, non-<em>uci</em> managed " +"network devices." +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:179 +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/view/firewall/forwards.js:72 msgid "Via %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:69 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 msgid "Via %s at %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:345 msgid "Wednesday" msgstr "수요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:327 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:337 msgid "Week Days" msgstr "주일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:96 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:109 msgid "Zone ⇒ Forwardings" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:67 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Zones" msgstr "Zone 내역" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:319 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:42 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:112 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:329 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:125 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:166 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:190 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:203 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:200 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:250 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:261 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:298 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:309 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:254 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:222 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:271 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:282 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:308 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:319 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:127 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:57 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:84 +#: 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:138 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 msgid "any host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:65 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:68 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:93 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 msgid "any router IP" msgstr "" #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:51 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:126 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:110 msgid "any zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:258 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:189 msgid "day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:321 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:318 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:41 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:111 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:328 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:52 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:124 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:187 msgid "hour" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:254 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:185 msgid "minute" msgstr "" @@ -814,13 +905,13 @@ msgstr "" msgid "ports" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:40 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:110 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:51 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:123 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 #: applications/luci-app-firewall/luasrc/tools/firewall.lua:183 msgid "second" msgstr "" |