Translated using Weblate (Chinese (Simplified))
[project/luci.git] / applications / luci-app-firewall / po / zh_Hans / firewall.po
1 #
2 # Yangfl <mmyangfl@gmail.com>, 2017, 2018.
3 # Zheng Qian <sotux82@gmail.com>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: \n"
8 "PO-Revision-Date: 2021-03-06 14:44+0000\n"
9 "Last-Translator: Meano Lee <meanocat@gmail.com>\n"
10 "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
11 "openwrt/luciapplicationsfirewall/zh_Hans/>\n"
12 "Language: zh_Hans\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=1; plural=0;\n"
17 "X-Generator: Weblate 4.5.1\n"
18
19 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:48
20 msgid ""
21 "%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?<var>IPv4</var> and "
22 "<var>IPv6</var>:<var>IPv6</var>}:<var>IPv4</var>}%{proto?, protocol %{proto#"
23 "%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item.name}"
24 "<span class=\"cbi-tooltip\">ICMP with types %{item.types#%{next?, }<var>"
25 "%{item}</var>}</span></var>:<var>%{item.name}</var>}}}%{mark?, mark <var"
26 "%{mark.inv? data-tooltip=\"Match fwmarks except %{mark.num}%{mark.mask? with "
27 "mask %{mark.mask}}.\":%{mark.mask? data-tooltip=\"Mask fwmark value with "
28 "%{mark.mask} before compare.\"}}>%{mark.val}</var>}%{dscp?, DSCP %{dscp.inv?"
29 "<var data-tooltip=\"Match DSCP classifications except %{dscp.num?:%{dscp."
30 "name}}\">%{dscp.val}</var>:<var>%{dscp.val}</var>}}%{helper?, helper "
31 "%{helper.inv?<var data-tooltip=\"Match any helper except &quot;%{helper.name}"
32 "&quot;\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
33 "val}</var>}}"
34 msgstr ""
35 "%{src?%{dest?转发:入站}:出站} %{ipv6?%{ipv4?<var>IPv4</var> and <var>IPv6</"
36 "var>:<var>IPv6</var>}:<var>IPv4</var>}%{proto?, 协议 %{proto#"
37 "%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item.name}"
38 "<span class=\"cbi-tooltip\">具有类型 %{item.types#%{next?, }<var>%{item}</"
39 "var>} 的 ICMP</span></var>:<var>%{item.name}</var>}}}%{mark?, 标记 <var"
40 "%{mark.inv? data-tooltip=\"匹配除 %{mark.num}%{mark.mask? 带有掩码 %{mark."
41 "mask}} 的 fwmarks。\":%{mark.mask? data-tooltip=\"在比较前使用 %{mark.mask} "
42 "掩盖 fwmark 值。\"}}>%{mark.val}</var>}%{dscp?, DSCP %{dscp.inv?<var data-"
43 "tooltip=\"匹配除 %{dscp.num?:%{dscp.name}} 以外的 DSCP 类型。\">%{dscp.val}</"
44 "var>:<var>%{dscp.val}</var>}}%{helper?, 助手 %{helper.inv?<var data-tooltip="
45 "\"匹配除 &quot;%{helper.name}&quot; 以外的任意助手。\">%{helper.val}</var>:"
46 "<var data-tooltip=\"%{helper.name}\">%{helper.val}</var>}}"
47
48 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:448
49 msgid "-- add IP --"
50 msgstr "-- 添加 IP --"
51
52 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:496
53 msgid "-- add MAC --"
54 msgstr "-- 添加 MAC --"
55
56 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:118
57 msgid ""
58 "<var data-tooltip=\"ACCEPT\">Accept</var> %{src?%{dest?forward:input}:output}"
59 msgstr "<var data-tooltip=\"ACCEPT\">接受</var> %{src?%{dest?转发:入站}:出站}"
60
61 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:87
62 msgid "<var data-tooltip=\"ACCEPT\">Prevent source rewrite</var>"
63 msgstr "<var data-tooltip=\"ACCEPT\">防止重写源</var>"
64
65 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:81
66 msgid ""
67 "<var data-tooltip=\"DNAT\">Forward</var> to %{dest}%{dest_ip? IP <var>"
68 "%{dest_ip}</var>}%{dest_port? port <var>%{dest_port}</var>}"
69 msgstr ""
70 "<var data-tooltip=\"DNAT\">转发</var> 至 %{dest}%{dest_ip? IP <var>%{dest_ip}"
71 "</var>}%{dest_port? 端口 <var>%{dest_port}</var>}"
72
73 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:115
74 msgid ""
75 "<var data-tooltip=\"DROP\">Drop</var> %{src?%{dest?forward:input}:output}"
76 msgstr "<var data-tooltip=\"DROP\">丢弃</var> %{src?%{dest?转发:入站}:出站}"
77
78 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:133
79 msgid ""
80 "<var data-tooltip=\"DSCP\">Assign DSCP</var> classification <var>%{set_dscp}"
81 "</var>"
82 msgstr "<var data-tooltip=\"DSCP\">分配 DSCP</var> 分类 <var>%{set_dscp}</var>"
83
84 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:127
85 msgid ""
86 "<var data-tooltip=\"HELPER\">Assign conntrack</var> helper <var"
87 "%{helper_name? data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
88 msgstr ""
89 "<var data-tooltip=\"HELPER\">分配 conntrack</var> 助手 <var%{helper_name? "
90 "data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
91
92 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:130
93 msgid ""
94 "<var data-tooltip=\"MARK\">%{set_mark?Assign:XOR}</var> firewall mark <var>"
95 "%{set_mark?:%{set_xmark}}</var>"
96 msgstr ""
97 "<var data-tooltip=\"MARK\">%{set_mark?分配:异或}</var> 防火墙标记 <var>"
98 "%{set_mark?:%{set_xmark}}</var>"
99
100 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84
101 msgid "<var data-tooltip=\"MASQUERADE\">Automatically rewrite</var> source IP"
102 msgstr "<var data-tooltip=\"MASQUERADE\">自动重写</var> 源 IP"
103
104 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:124
105 msgid ""
106 "<var data-tooltip=\"NOTRACK\">Do not track</var> %{src?%{dest?forward:input}:"
107 "output}"
108 msgstr ""
109 "<var data-tooltip=\"NOTRACK\">不跟踪</var> %{src?%{dest?转发:入站}:出站}"
110
111 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:121
112 msgid ""
113 "<var data-tooltip=\"REJECT\">Reject</var> %{src?%{dest?forward:input}:output}"
114 msgstr "<var data-tooltip=\"REJECT\">拒绝</var> %{src?%{dest?转发:入站}:出站}"
115
116 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:81
117 msgid ""
118 "<var data-tooltip=\"SNAT\">Statically rewrite</var> to source %{snat_ip?IP "
119 "<var>%{snat_ip}</var>} %{snat_port?port <var>%{snat_port}</var>}"
120 msgstr ""
121 "<var data-tooltip=\"SNAT\">静态重写</var> 到源 %{snat_ip?IP <var>%{snat_ip}</"
122 "var>} %{snat_port?端口 <var>%{snat_port}</var>}"
123
124 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225
125 msgid "A rewrite IP must be specified!"
126 msgstr "必须指定重写 IP!"
127
128 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:213
129 msgid "ACCEPT - Disable address rewriting"
130 msgstr "接受 - 禁用地址重写"
131
132 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:173
133 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:229
134 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:377
135 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:158
136 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:208
137 msgid "Action"
138 msgstr "开始"
139
140 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:284
141 msgid ""
142 "Additional raw <em>iptables</em> arguments to classify zone destination "
143 "traffic, e.g. <code>-p tcp --dport 443</code> to only match outbound HTTPS "
144 "traffic."
145 msgstr ""
146 "用于对区域目标流量进行分类的额外 <em>iptables</em> 参数。如:<code>-p tcp --"
147 "dport 443</code> 表示仅匹配出站 HTTPS 流量。"
148
149 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:274
150 msgid ""
151 "Additional raw <em>iptables</em> arguments to classify zone source traffic, "
152 "e.g. <code>-p tcp --sport 443</code> to only match inbound HTTPS traffic."
153 msgstr ""
154 "用于对区域源流量进行分类的额外 <em>iptables</em> 参数。如:<code>-p tcp --"
155 "sport 443</code> 表示仅匹配入站 HTTPS 流量。"
156
157 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:138
158 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182
159 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:136
160 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:106
161 msgid "Advanced Settings"
162 msgstr "高级设置"
163
164 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:246
165 msgid "Allow \"invalid\" traffic"
166 msgstr "允许“无效”流量"
167
168 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:346
169 msgid "Allow forward from <em>source zones</em>:"
170 msgstr "允许来自<em>源区域</em>的转发:"
171
172 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:305
173 msgid "Allow forward to <em>destination zones</em>:"
174 msgstr "允许转发到<em>目标区域</em>:"
175
176 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:523
177 msgid "Any"
178 msgstr "任何"
179
180 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:443
181 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459
182 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258
183 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:274
184 msgid "Any day"
185 msgstr "每天"
186
187 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316
188 msgid ""
189 "Apply a bitwise XOR of the given value and the existing mark value on "
190 "established connections. Format is value[/mask]. If a mask is specified then "
191 "those bits set in the mask are zeroed out."
192 msgstr ""
193 "在已建立的连接上对给定值和现有标记值进行按位异或。格式为 value[/mask]。如果指"
194 "定了掩码,则掩码中设置的位将归零。"
195
196 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263
197 msgid "Apply the given DSCP class or value to established connections."
198 msgstr "将给定的 DSCP 类或值应用于已建立的连接。"
199
200 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405
201 msgid "Assign the specified connection tracking helper to matched traffic."
202 msgstr "将指定的连接跟踪助手分配给匹配的流量。"
203
204 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:249
205 msgid "Automatic helper assignment"
206 msgstr "自动助手分配"
207
208 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:249
209 msgid ""
210 "Automatically assign conntrack helpers based on traffic protocol and port"
211 msgstr "根据流量协议和端口自动分配 conntrack 助手"
212
213 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107
214 msgid "Conntrack Settings"
215 msgstr "Conntrack 设置"
216
217 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:253
218 msgid "Conntrack helpers"
219 msgstr "Conntrack 助手"
220
221 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:16
222 msgid "Contents have been saved."
223 msgstr "内容已保存。"
224
225 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:671
226 msgid "Continue"
227 msgstr "继续"
228
229 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:216
230 msgid "Covered devices"
231 msgstr "涵盖的设备"
232
233 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:173
234 msgid "Covered networks"
235 msgstr "涵盖的网络"
236
237 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:221
238 msgid "Covered subnets"
239 msgstr "涵盖的子网"
240
241 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:54
242 msgid "Custom Rules"
243 msgstr "自定义规则"
244
245 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:26
246 msgid ""
247 "Custom rules allow you to execute arbitrary iptables commands which are not "
248 "otherwise covered by the firewall framework. The commands are executed after "
249 "each firewall restart, right after the default ruleset has been loaded."
250 msgstr ""
251 "自定义规则允许您执行不属于防火墙框架的任意 iptables 命令。每次重启防火墙时,"
252 "在默认的规则运行后这些命令将立即执行。"
253
254 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:387
255 msgid "DSCP classification"
256 msgstr "DSCP 类别"
257
258 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:262
259 msgid "DSCP mark"
260 msgstr "DSCP 标记"
261
262 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:296
263 msgid "DSCP mark required"
264 msgstr "需要 DSCP 标记"
265
266 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368
267 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194
268 msgid "Destination address"
269 msgstr "目标地址"
270
271 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:370
272 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199
273 msgid "Destination port"
274 msgstr "目标端口"
275
276 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362
277 msgid "Destination zone"
278 msgstr "目标区域"
279
280 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:273
281 msgid "Device name"
282 msgstr "设备名称"
283
284 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:246
285 msgid ""
286 "Do not install extra rules to reject forwarded traffic with conntrack state "
287 "<em>invalid</em>. This may be required for complex asymmetric route setups."
288 msgstr ""
289 "不安装额外的规则以拒绝 conntrack 状态为<em>无效</em>的转发流量。对复杂的非对"
290 "称路由这可能是必需的设置。"
291
292 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:58
293 msgid "Drop invalid packets"
294 msgstr "丢弃无效数据包"
295
296 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181
297 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235
298 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164
299 msgid "Enable"
300 msgstr "启用"
301
302 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248
303 msgid "Enable NAT Loopback"
304 msgstr "启用 NAT 环回"
305
306 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:44
307 msgid "Enable SYN-flood protection"
308 msgstr "启用 SYN-flood 防御"
309
310 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:259
311 msgid "Enable logging on this zone"
312 msgstr "启用此区域的日志记录"
313
314 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:338
315 msgid "Expecting: %s"
316 msgstr "需要:%s"
317
318 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:76
319 msgid "Experimental feature. Not fully compatible with QoS/SQM."
320 msgstr "实验特性。与 QoS/SQM 不完全兼容。"
321
322 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:253
323 msgid "Explicitly choses allowed connection tracking helpers for zone traffic"
324 msgstr "为区域流量明确选择允许的连接跟踪助手"
325
326 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:215
327 msgid "External IP address"
328 msgstr "外部 IP 地址"
329
330 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220
331 msgid "External port"
332 msgstr "外部端口"
333
334 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:284
335 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435
336 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249
337 msgid "Extra arguments"
338 msgstr "额外参数"
339
340 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:284
341 msgid "Extra destination arguments"
342 msgstr "额外的目标参数"
343
344 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108
345 msgid "Extra iptables arguments"
346 msgstr "额外的 iptables 参数"
347
348 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:274
349 msgid "Extra source arguments"
350 msgstr "额外的源参数"
351
352 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3
353 msgid "Firewall"
354 msgstr "防火墙"
355
356 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25
357 msgid "Firewall - Custom Rules"
358 msgstr "防火墙 - 自定义规则"
359
360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127
361 msgid "Firewall - NAT Rules"
362 msgstr "防火墙 - NAT 规则"
363
364 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129
365 msgid "Firewall - Port Forwards"
366 msgstr "防火墙 - 端口转发"
367
368 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173
369 msgid "Firewall - Traffic Rules"
370 msgstr "防火墙 - 通信规则"
371
372 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:37
373 msgid "Firewall - Zone Settings"
374 msgstr "防火墙 - 区域设置"
375
376 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:664
377 msgid "Firewall configuration migration"
378 msgstr "防火墙配置迁移"
379
380 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:63
381 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145
382 msgid "Forward"
383 msgstr "转发"
384
385 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:30
386 msgid ""
387 "Forwarded IPv4%{proto?, protocol %{proto#%{next?, }<var>%{item.name}</"
388 "var>}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match fwmarks except "
389 "%{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark.mask? data-tooltip="
390 "\"Mask fwmark value with %{mark.mask} before compare.\"}}>%{mark.val}</var>}"
391 msgstr ""
392 "转发的 IPv4%{proto?, 协议 %{proto#%{next?, }<var>%{item.name}</"
393 "var>}}%{mark?, 标记 <var%{mark.inv? data-tooltip=\"匹配除 %{mark.num}%{mark."
394 "mask? 带有掩码 %{mark.mask}} 以外的 fwmarks。\":%{mark.mask? data-tooltip="
395 "\"在比较前使用 %{mark.mask} 掩盖 fwmark 值。\"}}>%{mark.val}</var>}"
396
397 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:449
398 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:264
399 msgid "Friday"
400 msgstr "星期五"
401
402 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:39
403 msgid ""
404 "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
405 "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
406 "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
407 "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
408 "ival}</var>}}"
409 msgstr ""
410 "来自 %{src}%{src_device?, 接口 <var>%{src_device}</var>}%{src_ip?, IP "
411 "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"匹配除 %{item.val} 以外的 "
412 "IP 地址。\"}>%{item.ival}</var>}}%{src_port?, 端口 %{src_port#%{next?, }<var"
413 "%{item.inv? data-tooltip=\"匹配除 %{item.val} 以外的端口。\"}>%{item.ival}</"
414 "var>}}"
415
416 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64
417 msgid ""
418 "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
419 "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
420 "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
421 "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
422 "ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var%{item.inv? data-"
423 "tooltip=\"Match MACs except %{item.val}%{item.hint.name? a.k.a. %{item.hint."
424 "name}}.\":%{item.hint.name? data-tooltip=\"%{item.hint.name}\"}}>%{item.ival}"
425 "</var>}}"
426 msgstr ""
427 "来自 %{src}%{src_device?, 接口 <var>%{src_device}</var>}%{src_ip?, IP "
428 "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"匹配除 %{item.val} 以外的 "
429 "IP 地址。\"}>%{item.ival}</var>}}%{src_port?, 端口 %{src_port#%{next?, }<var"
430 "%{item.inv? data-tooltip=\"匹配除 %{item.val} 以外的端口。\"}>%{item.ival}</"
431 "var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var%{item.inv? data-tooltip=\"匹配"
432 "除 %{item.val}%{item.hint.name? 或称为 %{item.hint.name}} 以外的 MAC 地"
433 "址。\":%{item.hint.name? data-tooltip=\"%{item.hint.name}\"}}>%{item.ival}</"
434 "var>}}"
435
436 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:48
437 msgid ""
438 "From %{src}%{src_ip?, IP %{src_ip#%{next?, }<var%{item.inv? data-tooltip="
439 "\"Match IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{src_port?, "
440 "port %{src_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
441 "%{item.val}.\"}>%{item.ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var"
442 "%{item.inv? data-tooltip=\"Match MACs except %{item.val}%{item.hint.name? a."
443 "k.a. %{item.hint.name}}.\":%{item.hint.name? data-tooltip=\"%{item.hint."
444 "name}\"}}>%{item.ival}</var>}}"
445 msgstr ""
446 "来自 %{src}%{src_ip?, IP %{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"匹"
447 "配除 %{item.val} 以外的 IP 地址。\"}>%{item.ival}</var>}}%{src_port?, 端口 "
448 "%{src_port#%{next?, }<var%{item.inv? data-tooltip=\"匹配除 %{item.val} 以外的"
449 "端口。\"}>%{item.ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var%{item."
450 "inv? data-tooltip=\"匹配除 %{item.val}%{item.hint.name? 或称为 %{item.hint."
451 "name}} 以外的 MAC 地址。\":%{item.hint.name? data-tooltip=\"%{item.hint."
452 "name}\"}}>%{item.ival}</var>}}"
453
454 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:137
455 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181
456 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135
457 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:40
458 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:105
459 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:17
460 msgid "General Settings"
461 msgstr "常规设置"
462
463 #: applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json:3
464 msgid "Grant access to firewall configuration"
465 msgstr "授予访问防火墙配置的权限"
466
467 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:87
468 msgid "Hardware flow offloading"
469 msgstr "硬件流量分载"
470
471 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:284
472 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:227
473 msgid "IPv4 and IPv6"
474 msgstr "IPv4 和 IPv6"
475
476 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:285
477 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:228
478 msgid "IPv4 only"
479 msgstr "仅 IPv4"
480
481 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:286
482 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:229
483 msgid "IPv6 only"
484 msgstr "仅 IPv6"
485
486 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256
487 msgid "Inbound device"
488 msgstr "入站设备"
489
490 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:38
491 msgid ""
492 "Incoming IPv4%{proto?, protocol %{proto#%{next?, }%{item.types?<var class="
493 "\"cbi-tooltip-container\">%{item.name}<span class=\"cbi-tooltip\">ICMP with "
494 "types %{item.types#%{next?, }<var>%{item}</var>}</span></var>:<var>%{item."
495 "name}</var>}}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match fwmarks "
496 "except %{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark.mask? data-"
497 "tooltip=\"Mask fwmark value with %{mark.mask} before compare.\"}}>%{mark.val}"
498 "</var>}%{helper?, helper %{helper.inv?<var data-tooltip=\"Match any helper "
499 "except &quot;%{helper.name}&quot;\">%{helper.val}</var>:<var data-tooltip="
500 "\"%{helper.name}\">%{helper.val}</var>}}"
501 msgstr ""
502 "入站 IPv4%{proto?, 协议 %{proto#%{next?, }%{item.types?<var class=\"cbi-"
503 "tooltip-container\">%{item.name}<span class=\"cbi-tooltip\">具有类型 %{item."
504 "types#%{next?, }<var>%{item}</var>} 的 ICMP</span></var>:<var>%{item.name}</"
505 "var>}}}%{mark?, 标记 <var%{mark.inv? data-tooltip=\"匹配除 %{mark.num}%{mark."
506 "mask? 带有掩码 %{mark.mask}} 的 fwmarks。\":%{mark.mask? data-tooltip=\"在比"
507 "较前使用 %{mark.mask} 掩盖 fwmark 值。\"}}>%{mark.val}</var>}%{helper?, 助手 "
508 "%{helper.inv?<var data-tooltip=\"匹配除 &quot;%{helper.name}&quot; 以外的任意"
509 "助手。\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
510 "val}</var>}}"
511
512 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:61
513 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:143
514 msgid "Input"
515 msgstr "入站数据"
516
517 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234
518 msgid "Internal IP address"
519 msgstr "内部 IP 地址"
520
521 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239
522 msgid "Internal port"
523 msgstr "内部端口"
524
525 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:228
526 msgid "Internal zone"
527 msgstr "内部区域"
528
529 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:304
530 msgid "Invalid DSCP mark"
531 msgstr "无效的 DSCP 标记"
532
533 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:372
534 msgid "Invalid limit value"
535 msgstr "无效的限制值"
536
537 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:382
538 msgid "Limit burst"
539 msgstr "限制突发"
540
541 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:262
542 msgid "Limit log messages"
543 msgstr "限制日志信息"
544
545 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:348
546 msgid "Limit matching"
547 msgstr "限制匹配"
548
549 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:75
550 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96
551 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:68
552 msgid ""
553 "Limit matching to <var>%{limit.num}</var> packets per <var>%{limit.unit}</"
554 "var>%{limit.burst? burst <var>%{limit.burst}</var>}"
555 msgstr ""
556 "限制匹配到 <var>%{limit.num}</var> 包每 <var>%{limit.unit}</var>%{limit."
557 "burst? 突发 <var>%{limit.burst}</var>}"
558
559 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:165
560 msgid "Limited masquerading enabled"
561 msgstr "已启用有限伪装"
562
563 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:349
564 msgid "Limits traffic matching to the specified rate."
565 msgstr "将流量匹配限制为指定的速率。"
566
567 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253
568 msgid "Loopback source IP"
569 msgstr "环回源 IP"
570
571 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:212
572 msgid "MASQUERADE - Automatically rewrite to outbound interface IP"
573 msgstr "MASQUERADE - 自动重写源地址为出站接口 IP"
574
575 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:170
576 msgid "MSS clamping"
577 msgstr "MSS 钳制"
578
579 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:159
580 msgid "Masquerading"
581 msgstr "IP 动态伪装"
582
583 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:162
584 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:218
585 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:147
586 msgid "Match"
587 msgstr "匹配规则"
588
589 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:262
590 msgid "Match DSCP"
591 msgstr "匹配 DSCP"
592
593 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:297
594 msgid "Match ICMP type"
595 msgstr "匹配 ICMP 类型"
596
597 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253
598 msgid "Match device"
599 msgstr "匹配设备"
600
601 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195
602 msgid "Match forwarded traffic directed at the given IP address."
603 msgstr "匹配指向给定 IP 地址的转发流量。"
604
605 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:200
606 msgid ""
607 "Match forwarded traffic directed at the given destination port or port range."
608 msgstr "匹配指向给定目标端口或端口范围的转发流量。"
609
610 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181
611 msgid "Match forwarded traffic from this IP or range."
612 msgstr "匹配来自此 IP 或范围的转发流量。"
613
614 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186
615 msgid ""
616 "Match forwarded traffic originating from the given source port or port range."
617 msgstr "匹配来自给定源端口或端口范围的转发流量。"
618
619 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:262
620 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:412
621 msgid "Match helper"
622 msgstr "匹配助手"
623
624 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:221
625 msgid ""
626 "Match incoming traffic directed at the given destination port or port range "
627 "on this host"
628 msgstr "匹配指向此主机上指定目标端口或目标端口范围的入站流量"
629
630 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
631 msgid "Match mark"
632 msgstr "匹配标记"
633
634 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:262
635 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:412
636 msgid "Match traffic using the specified connection tracking helper."
637 msgstr "使用指定的连接跟踪助手匹配流量。"
638
639 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:318
640 msgid "Matches a specific firewall mark or a range of different marks."
641 msgstr "匹配特定的防火墙标记或不同标记的范围。"
642
643 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240
644 msgid "Matches forwarded traffic using the specified outbound network device."
645 msgstr "使用指定的出站网络设备匹配转发的流量。"
646
647 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263
648 msgid "Matches traffic carrying the specified DSCP marking."
649 msgstr "匹配承载指定 DSCP 标记的流量。"
650
651 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383
652 msgid ""
653 "Maximum initial number of packets to match: this number gets recharged by "
654 "one every time the limit specified above is not reached, up to this number."
655 msgstr "要匹配的最大初始数据包数:未达到上述指定限制时,每次加一直到达到此数。"
656
657 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:445
658 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:260
659 msgid "Monday"
660 msgstr "星期一"
661
662 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455
663 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270
664 msgid "Month Days"
665 msgstr "日期"
666
667 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:130
668 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:44
669 msgid "NAT Rules"
670 msgstr "NAT 规则"
671
672 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128
673 msgid ""
674 "NAT rules allow fine grained control over the source IP to use for outbound "
675 "or forwarded traffic."
676 msgstr "NAT 规则允许对源 IP 进行精细控制,以用于出站或转发流量。"
677
678 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:158
679 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214
680 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:143
681 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121
682 msgid "Name"
683 msgstr "名称"
684
685 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:216
686 msgid "Only match incoming traffic directed at the given IP address."
687 msgstr "仅匹配指定目的 IP 地址的入站流量。"
688
689 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197
690 msgid "Only match incoming traffic from these MACs."
691 msgstr "仅匹配来自这些 MAC 的入站流量。"
692
693 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:202
694 msgid "Only match incoming traffic from this IP or range."
695 msgstr "仅匹配来自此 IP 或 IP 范围的入站流量。"
696
697 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207
698 msgid ""
699 "Only match incoming traffic originating from the given source port or port "
700 "range on the client host"
701 msgstr "仅匹配源自客户端主机上给定源端口或源端口范围的入站流量"
702
703 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257
704 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239
705 msgid "Outbound device"
706 msgstr "出站设备"
707
708 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:173
709 msgid "Outbound zone"
710 msgstr "出站区域"
711
712 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62
713 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:144
714 msgid "Output"
715 msgstr "出站数据"
716
717 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:285
718 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:436
719 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:250
720 msgid "Passes additional arguments to iptables. Use with care!"
721 msgstr "传递到 iptables 的额外参数。小心使用!"
722
723 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:271
724 msgid ""
725 "Passing raw iptables arguments to source and destination traffic "
726 "classification rules allows to match packets based on other criteria than "
727 "interfaces or subnets. These options should be used with extreme care as "
728 "invalid values could render the firewall ruleset broken, completely exposing "
729 "all services."
730 msgstr ""
731 "通过将 iptables 参数传递给源和目标流量的分类规则,可以根据接口或子网以外的其"
732 "他条件来匹配数据包。使用这些选项应格外小心,因为无效值可能会破坏防火墙规则集"
733 "而对外暴露所有服务。"
734
735 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:132
736 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:26
737 msgid "Port Forwards"
738 msgstr "端口转发"
739
740 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130
741 msgid ""
742 "Port forwarding allows remote computers on the Internet to connect to a "
743 "specific computer or service within the private LAN."
744 msgstr ""
745 "端口转发允许 Internet 上的远程计算机连接到内部网络中的特定计算机或服务。"
746
747 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186
748 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293
749 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:169
750 msgid "Protocol"
751 msgstr "协议"
752
753 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:240
754 msgid ""
755 "Redirect matched incoming traffic to the given port on the internal host"
756 msgstr "重定向匹配的入站流量到内部主机的端口"
757
758 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:235
759 msgid "Redirect matched incoming traffic to the specified internal host"
760 msgstr "重定向匹配的入站流量到指定的内部主机"
761
762 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:88
763 msgid "Requires hardware NAT support. Implemented at least for mt7621"
764 msgstr "需要硬件 NAT 支持。目前 mt7621 已实现"
765
766 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:239
767 msgid "Restrict Masquerading to given destination subnets"
768 msgstr "要限制 IP 动态伪装的目标子网"
769
770 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:232
771 msgid "Restrict Masquerading to given source subnets"
772 msgstr "要限制 IP 动态伪装的源子网"
773
774 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281
775 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:226
776 msgid "Restrict to address family"
777 msgstr "限制地址"
778
779 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215
780 msgid "Rewrite IP address"
781 msgstr "重写 IP 地址"
782
783 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216
784 msgid "Rewrite matched traffic to the specified source IP address."
785 msgstr "将匹配的流量重写到指定的源 IP 地址。"
786
787 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231
788 msgid "Rewrite matched traffic to the specified source port or port range."
789 msgstr "将匹配的流量重写到指定的源端口或端口范围。"
790
791 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230
792 msgid "Rewrite port"
793 msgstr "重写端口"
794
795 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:75
796 msgid "Routing/NAT Offloading"
797 msgstr "Routing/NAT 分载"
798
799 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:211
800 msgid "SNAT - Rewrite to specific source IP or port"
801 msgstr "SNAT - 重写为特定的源 IP 或端口"
802
803 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450
804 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265
805 msgid "Saturday"
806 msgstr "星期六"
807
808 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
809 msgid "Set mark"
810 msgstr "设置标记"
811
812 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:317
813 msgid ""
814 "Set the given mark value on established connections. Format is value[/mask]. "
815 "If a mask is specified then only those bits set in the mask are modified."
816 msgstr ""
817 "在已建立的连接上设置给定的标记值。格式为 value[/mask]。如果指定了掩码,则仅修"
818 "改掩码中设置的位。"
819
820 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:83
821 msgid "Software based offloading for routing/NAT"
822 msgstr "基于软件的 Routing/NAT 分载"
823
824 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:82
825 msgid "Software flow offloading"
826 msgstr "软件流量分载"
827
828 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:201
829 msgid "Source IP address"
830 msgstr "源 IP 地址"
831
832 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:196
833 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352
834 msgid "Source MAC address"
835 msgstr "源 MAC 地址"
836
837 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:353
838 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180
839 msgid "Source address"
840 msgstr "源地址"
841
842 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206
843 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355
844 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185
845 msgid "Source port"
846 msgstr "源端口"
847
848 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:190
849 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346
850 msgid "Source zone"
851 msgstr "源区域"
852
853 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:274
854 msgid ""
855 "Specifies whether to tie this traffic rule to a specific inbound or outbound "
856 "network device."
857 msgstr "指定是否将此流量规则绑定到特定的入站或出站网络设备。"
858
859 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253
860 msgid ""
861 "Specifies whether to use the external or the internal IP address for "
862 "reflected traffic."
863 msgstr "指定是使用外部 IP 地址还是内部 IP 地址来反映流量。"
864
865 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:474
866 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:289
867 msgid "Start Date (yyyy-mm-dd)"
868 msgstr "开始日期(yyyy-mm-dd)"
869
870 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466
871 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:281
872 msgid "Start Time (hh.mm.ss)"
873 msgstr "开始时间(hh.mm.ss)"
874
875 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:478
876 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:293
877 msgid "Stop Date (yyyy-mm-dd)"
878 msgstr "停止日期(yyyy-mm-dd)"
879
880 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470
881 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:285
882 msgid "Stop Time (hh.mm.ss)"
883 msgstr "停止时间(hh.mm.ss)"
884
885 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444
886 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:259
887 msgid "Sunday"
888 msgstr "星期日"
889
890 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:665
891 msgid ""
892 "The existing firewall configuration needs to be changed for LuCI to function "
893 "properly."
894 msgstr "需要更改现有的防火墙配置,以使 LuCI 正常运行。"
895
896 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:38
897 msgid ""
898 "The firewall creates zones over your network interfaces to control network "
899 "traffic flow."
900 msgstr "防火墙通过在网络接口上创建区域来控制网络流量。"
901
902 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:212
903 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:301
904 msgid ""
905 "The options below control the forwarding policies between this zone (%s) and "
906 "other zones. <em>Destination zones</em> cover forwarded traffic "
907 "<strong>originating from %q</strong>. <em>Source zones</em> match forwarded "
908 "traffic from other zones <strong>targeted at %q</strong>. The forwarding "
909 "rule is <em>unidirectional</em>, e.g. a forward from lan to wan does "
910 "<em>not</em> imply a permission to forward from wan to lan as well."
911 msgstr ""
912 "以下选项控制此区域(%s)和其它区域间的转发策略。<em>目标区域</em>接收<strong>"
913 "源自 %q</strong> 的转发流量。<em>源区域</em>匹配的转发流量来自<strong>目标为 "
914 "%q</strong> 的其它区域。转发规则的作用是<em>单向</em>的,例如:转发从 lan 到 "
915 "wan 的流量并<em>不</em>意味着允许反向转发从 wan 到 lan 的流量。"
916
917 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:117
918 msgid ""
919 "This section defines common properties of %q. The <em>input</em> and "
920 "<em>output</em> options set the default policies for traffic entering and "
921 "leaving this zone while the <em>forward</em> option describes the policy for "
922 "forwarded traffic between different networks within the zone. <em>Covered "
923 "networks</em> specifies which available networks are members of this zone."
924 msgstr ""
925 "本节定义 %q 的通用属性。<em>入站数据</em>和<em>出站数据</em>选项用于设置此区"
926 "域入站和出站流量的默认策略,<em>转发</em>选项描述该区域内不同网络之间的流量转"
927 "发策略。<em>涵盖的网络</em>指定从属于这个区域的网络。"
928
929 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448
930 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:263
931 msgid "Thursday"
932 msgstr "星期四"
933
934 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:183
935 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:137
936 msgid "Time Restrictions"
937 msgstr "时间限制"
938
939 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:482
940 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:297
941 msgid "Time in UTC"
942 msgstr "UTC 时间"
943
944 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:248
945 msgid "Time restritions are enabled for this rule"
946 msgstr "对该规则启用了时间限制"
947
948 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77
949 msgid ""
950 "To %{dest}%{dest_device?, interface <var>%{dest_device}</var>}%{dest_ip?, IP "
951 "%{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
952 "%{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port %{dest_port#%{next?, }"
953 "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
954 "ival}</var>}}"
955 msgstr ""
956 "到 %{dest}%{dest_device?, 接口 <var>%{dest_device}</var>}%{dest_ip?, IP "
957 "%{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"匹配除 %{item.val} 以外的 "
958 "IP 地址。\"}>%{item.ival}</var>}}%{dest_port?, 端口 %{dest_port#%{next?, }"
959 "<var%{item.inv? data-tooltip=\"匹配除 %{item.val} 以外的端口。\"}>%{item."
960 "ival}</var>}}"
961
962 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:49
963 msgid ""
964 "To %{dest}%{dest_device?, via interface <var>%{dest_device}</"
965 "var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
966 "IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port "
967 "%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
968 "%{item.val}.\"}>%{item.ival}</var>}}"
969 msgstr ""
970 "到 %{dest}%{dest_device?, 通过接口 <var>%{dest_device}</var>}%{dest_ip?, IP "
971 "%{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"匹配除 %{item.val} 以外的 "
972 "IP 地址。\"}>%{item.ival}</var>}}%{dest_port?, 端口 %{dest_port#%{next?, }"
973 "<var%{item.inv? data-tooltip=\"匹配除 %{item.val} 以外的端口。\"}>%{item."
974 "ival}</var>}}"
975
976 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:57
977 msgid ""
978 "To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip="
979 "\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
980 "var>}}%{dest_port?, port %{dest_port#%{next?, }<var%{item.inv? data-tooltip="
981 "\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}"
982 msgstr ""
983 "到 %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip="
984 "\"匹配除 %{item.val} 以外的 IP 地址。\"}>%{item.ival}</var>}}%{dest_port?, 端"
985 "口 %{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"匹配除 %{item.val} 以"
986 "外的端口。\"}>%{item.ival}</var>}}"
987
988 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405
989 msgid "Tracking helper"
990 msgstr "跟踪助手"
991
992 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:176
993 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:35
994 msgid "Traffic Rules"
995 msgstr "通信规则"
996
997 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174
998 msgid ""
999 "Traffic rules define policies for packets traveling between different zones, "
1000 "for example to reject traffic between certain hosts or to open WAN ports on "
1001 "the router."
1002 msgstr ""
1003 "通信规则定义了不同区域间的数据包传输策略,例如:拒绝一些主机之间的通信,开放"
1004 "路由器 WAN 上的端口。"
1005
1006 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446
1007 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:261
1008 msgid "Tuesday"
1009 msgstr "星期二"
1010
1011 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:19
1012 msgid "Unable to save contents: %s"
1013 msgstr "无法保存内容:%s"
1014
1015 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:277
1016 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427
1017 msgid "Unknown or not installed conntrack helper \"%s\""
1018 msgstr "未知或未安装的 conntrack 助手 \"%s\""
1019
1020 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:140
1021 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:144
1022 msgid "Unnamed NAT"
1023 msgstr "未命名 NAT"
1024
1025 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:145
1026 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:159
1027 msgid "Unnamed forward"
1028 msgstr "未命名转发"
1029
1030 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:190
1031 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:215
1032 msgid "Unnamed rule"
1033 msgstr "未命名规则"
1034
1035 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122
1036 msgid "Unnamed zone"
1037 msgstr "未命名区域"
1038
1039 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:569
1040 msgid "Unrecognized protocol"
1041 msgstr "无法识别的协议"
1042
1043 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:666
1044 msgid ""
1045 "Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will "
1046 "be converted to \"nat\" sections and the firewall will be restarted to apply "
1047 "the updated configuration."
1048 msgstr ""
1049 "按下“继续”后,目标“SNAT”的“redirect”部分将转换为“nat”部分,防火墙将重新启动以"
1050 "应用更新的配置。"
1051
1052 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:257
1053 msgid "Use external IP address"
1054 msgstr "使用外部 IP 地址"
1055
1056 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256
1057 msgid "Use internal IP address"
1058 msgstr "使用内部 IP 地址"
1059
1060 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:216
1061 msgid ""
1062 "Use this option to classify zone traffic by raw, non-<em>uci</em> managed "
1063 "network devices."
1064 msgstr "此选项可对原始的、非 <em>uci</em> 托管的网络设备进行区域流量分类。"
1065
1066 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:221
1067 msgid ""
1068 "Use this option to classify zone traffic by source or destination subnet "
1069 "instead of networks or devices."
1070 msgstr "此选项可对源或目标子网而非网络或设备进行区域流量分类。"
1071
1072 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:330
1073 msgid "Valid firewall mark required"
1074 msgstr "需要有效的防火墙标记"
1075
1076 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447
1077 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262
1078 msgid "Wednesday"
1079 msgstr "星期三"
1080
1081 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:439
1082 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254
1083 msgid "Week Days"
1084 msgstr "星期"
1085
1086 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:386
1087 msgid "XOR firewall mark"
1088 msgstr "异或防火墙标记"
1089
1090 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
1091 msgid "XOR mark"
1092 msgstr "异或标记"
1093
1094 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:135
1095 msgid "Zone ⇒ Forwardings"
1096 msgstr "区域 ⇒ 转发"
1097
1098 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:94
1099 msgid "Zones"
1100 msgstr "区域"
1101
1102 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:381
1103 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69
1104 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151
1105 msgid "accept"
1106 msgstr "接受"
1107
1108 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267
1109 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:448
1110 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:470
1111 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211
1112 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:243
1113 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:264
1114 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:302
1115 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358
1116 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373
1117 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:407
1118 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:414
1119 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190
1120 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203
1121 msgid "any"
1122 msgstr "任意"
1123
1124 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:49
1125 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:82
1126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
1127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
1128 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:40
1129 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:50
1130 msgid "any zone"
1131 msgstr "所有区域"
1132
1133 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385
1134 msgid "apply firewall mark"
1135 msgstr "应用防火墙标记"
1136
1137 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:384
1138 msgid "assign conntrack helper"
1139 msgstr "分配连接跟踪助手"
1140
1141 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68
1142 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
1143 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61
1144 msgid "day"
1145 msgstr "日"
1146
1147 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:234
1148 msgid "do not rewrite"
1149 msgstr "不重写"
1150
1151 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383
1152 msgid "don't track"
1153 msgstr "不跟踪"
1154
1155 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:380
1156 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68
1157 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:150
1158 msgid "drop"
1159 msgstr "丢弃"
1160
1161 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68
1162 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
1163 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61
1164 msgid "hour"
1165 msgstr "小时"
1166
1167 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68
1168 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
1169 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61
1170 msgid "minute"
1171 msgstr "分钟"
1172
1173 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382
1174 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:67
1175 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:149
1176 msgid "reject"
1177 msgstr "拒绝"
1178
1179 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:68
1180 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
1181 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:61
1182 msgid "second"
1183 msgstr "秒"
1184
1185 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:49
1186 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58
1187 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:82
1188 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
1189 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
1190 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:50
1191 msgid "this device"
1192 msgstr "此设备"
1193
1194 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:116
1195 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211
1196 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:300
1197 msgid "this new zone"
1198 msgstr "此新区域"
1199
1200 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:353
1201 msgid "unlimited"
1202 msgstr "无限制"
1203
1204 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:255
1205 msgid "unspecified"
1206 msgstr "未指定"
1207
1208 #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:338
1209 msgid "valid firewall mark"
1210 msgstr "有效的防火墙标记"
1211
1212 #~ msgid "%s in %s"
1213 #~ msgstr "%s 位于 %s"
1214
1215 #~ msgid "%s%s with %s"
1216 #~ msgstr "%s%s 和 %s"
1217
1218 #~ msgid "%s, %s in %s"
1219 #~ msgstr "%s, %s 位于 %s"
1220
1221 #~ msgid "<var>%d</var> pkts. per <var>%s</var>"
1222 #~ msgstr "<var>%d</var> 数据包/<var>%s</var>"
1223
1224 #~ msgid "<var>%d</var> pkts. per <var>%s</var>, burst <var>%d</var> pkts."
1225 #~ msgstr "<var>%d</var> 数据包/<var>%s</var>,突发 <var>%d</var> 数据包。"
1226
1227 #~ msgid "<var>%s</var> and limit to %s"
1228 #~ msgstr "<var>%s</var> 并限制到 %s"
1229
1230 #~ msgid "Accept forward"
1231 #~ msgstr "接受转发"
1232
1233 #~ msgid "Accept input"
1234 #~ msgstr "接受入站"
1235
1236 #~ msgid "Accept output"
1237 #~ msgstr "接受出站"
1238
1239 #~ msgid "Destination IP address"
1240 #~ msgstr "目标 IP 地址"
1241
1242 #~ msgid "Discard forward"
1243 #~ msgstr "丢弃转发"
1244
1245 #~ msgid "Discard input"
1246 #~ msgstr "丢弃入站"
1247
1248 #~ msgid "Discard output"
1249 #~ msgstr "丢弃出站"
1250
1251 #~ msgid "Do not rewrite"
1252 #~ msgstr "不重写"
1253
1254 #~ msgid "Do not track forward"
1255 #~ msgstr "不跟踪转发"
1256
1257 #~ msgid "Do not track input"
1258 #~ msgstr "不跟踪入站"
1259
1260 #~ msgid "Do not track output"
1261 #~ msgstr "不跟踪出站"
1262
1263 #~ msgid "Forward to"
1264 #~ msgstr "转发到"
1265
1266 #~ msgid "From %s in %s"
1267 #~ msgstr "来自 %s 位于 %s"
1268
1269 #~ msgid "From %s in %s with source %s"
1270 #~ msgstr "来自 %s 位于 %s 源于 %s"
1271
1272 #~ msgid "From %s in %s with source %s and %s"
1273 #~ msgstr "来自 %s 位于 %s 源端口 %s 源 MAC %s"
1274
1275 #~ msgid "From %s on <var>this device</var>"
1276 #~ msgstr "来自 %s 位于<var>本设备</var>"
1277
1278 #~ msgid "From %s on <var>this device</var> with source %s"
1279 #~ msgstr "来自 %s 位于<var>本设备</var>源于 %s"
1280
1281 #~ msgid "From %s on <var>this device</var> with source %s and %s"
1282 #~ msgstr "来自 %s 位于<var>本设备</var>源端口 %s 源 MAC %s"
1283
1284 #~ msgid "IP"
1285 #~ msgstr "IP"
1286
1287 #~ msgid "IP range"
1288 #~ msgstr "IP 范围"
1289
1290 #~ msgid "IPs"
1291 #~ msgstr "IP"
1292
1293 #~ msgid "IPv4"
1294 #~ msgstr "IPv4"
1295
1296 #~ msgid "IPv6"
1297 #~ msgstr "IPv6"
1298
1299 #~ msgid "MAC"
1300 #~ msgstr "MAC"
1301
1302 #~ msgid "MACs"
1303 #~ msgstr "MAC"
1304
1305 #~ msgid "Network"
1306 #~ msgstr "网络"
1307
1308 #~ msgid "Refuse forward"
1309 #~ msgstr "拒绝转发"
1310
1311 #~ msgid "Refuse input"
1312 #~ msgstr "拒绝入站"
1313
1314 #~ msgid "Refuse output"
1315 #~ msgstr "拒绝出站"
1316
1317 #~ msgid "To %s at %s on <var>this device</var>"
1318 #~ msgstr "到 %s 在 %s 位于<var>本设备</var>"
1319
1320 #~ msgid "To %s in %s"
1321 #~ msgstr "到 %s 位于 %s"
1322
1323 #~ msgid "To %s on <var>this device</var>"
1324 #~ msgstr "到 %s 位于<var>本设备</var>"
1325
1326 #~ msgid "To %s, %s in %s"
1327 #~ msgstr "到 %s, %s 位于 %s"
1328
1329 #~ msgid "Via %s"
1330 #~ msgstr "通过 %s"
1331
1332 #~ msgid "Via %s at %s"
1333 #~ msgstr "通过 %s 在 %s"
1334
1335 #~ msgid "any host"
1336 #~ msgstr "所有主机"
1337
1338 #~ msgid "any router IP"
1339 #~ msgstr "所有路由 IP"
1340
1341 #~ msgid "not"
1342 #~ msgstr "非"
1343
1344 #~ msgid "port"
1345 #~ msgstr "端口"
1346
1347 #~ msgid "ports"
1348 #~ msgstr "端口"
1349
1350 #~ msgid "type"
1351 #~ msgstr "类型"
1352
1353 #~ msgid "types"
1354 #~ msgstr "类型"
1355
1356 #~ msgid "Force connection tracking"
1357 #~ msgstr "强制连接追踪"
1358
1359 #~ msgid ""
1360 #~ "Prevent the installation of <em>NOTRACK</em> rules which would bypass "
1361 #~ "connection tracking."
1362 #~ msgstr "防止安装 <em>NOTRACK</em> 规则,该规则会绕过连接跟踪。"
1363
1364 #~ msgid "Disable"
1365 #~ msgstr "禁用"
1366
1367 #~ msgid "Restart Firewall"
1368 #~ msgstr "重启防火墙"
1369
1370 #~ msgid "Rule is disabled"
1371 #~ msgstr "规则已禁用"
1372
1373 #~ msgid "Rule is enabled"
1374 #~ msgstr "规则已启用"
1375
1376 #~ msgid "Add"
1377 #~ msgstr "添加"
1378
1379 #~ msgid "Add and edit..."
1380 #~ msgstr "添加并编辑…"
1381
1382 #~ msgid "External zone"
1383 #~ msgstr "外部区域"
1384
1385 #~ msgid "New SNAT rule"
1386 #~ msgstr "新建 SNAT 规则"
1387
1388 #~ msgid "New forward rule"
1389 #~ msgstr "新建转发规则"
1390
1391 #~ msgid "New input rule"
1392 #~ msgstr "新建进入规则"
1393
1394 #~ msgid "New port forward"
1395 #~ msgstr "新建端口转发"
1396
1397 #~ msgid "New source NAT"
1398 #~ msgstr "新建 Source NAT"
1399
1400 #~ msgid "Open ports on router"
1401 #~ msgstr "打开路由器端口"
1402
1403 #~ msgid "Other..."
1404 #~ msgstr "其它..."
1405
1406 #~ msgid "To source IP"
1407 #~ msgstr "到源 IP"
1408
1409 #~ msgid "To source port"
1410 #~ msgstr "到源端口"
1411
1412 #~ msgid "Output zone"
1413 #~ msgstr "出站区域"
1414
1415 #~ msgid "(Unnamed Entry)"
1416 #~ msgstr "(未命名条目)"
1417
1418 #~ msgid "(Unnamed Rule)"
1419 #~ msgstr "(未命名规则)"
1420
1421 #~ msgid "(Unnamed SNAT)"
1422 #~ msgstr "(未命名 SNAT)"
1423
1424 #~ msgid "Inter-Zone Forwarding"
1425 #~ msgstr "端口触发"
1426
1427 #~ msgid "Match forwarded traffic to the given destination port or port range."
1428 #~ msgstr "匹配指定目标端口或目标端口范围的转发流量。"
1429
1430 #~ msgid ""
1431 #~ "Match incoming traffic originating from the given source port or port "
1432 #~ "range on the client host."
1433 #~ msgstr "匹配来自客户端主机上指定源端口或源端口范围的入站流量。"
1434
1435 #~ msgid "Rewrite matched traffic to the given address."
1436 #~ msgstr "将匹配流量的源地址改写成指定地址。"
1437
1438 #~ msgid ""
1439 #~ "Rewrite matched traffic to the given source port. May be left empty to "
1440 #~ "only rewrite the IP address."
1441 #~ msgstr "将匹配流量的源端口改写成指定端口。留空只改写 IP 地址。"
1442
1443 #~ msgid "Rewrite to source %s"
1444 #~ msgstr "源地址改写成 %s"
1445
1446 #~ msgid "Rewrite to source %s, %s"
1447 #~ msgstr "源地址改写成 %s, %s"
1448
1449 #~ msgid "SNAT IP address"
1450 #~ msgstr "SNAT IP 地址"
1451
1452 #~ msgid "SNAT port"
1453 #~ msgstr "SNAT 端口"
1454
1455 #~ msgid "Source NAT"
1456 #~ msgstr "Source NAT"
1457
1458 #~ msgid ""
1459 #~ "Source NAT is a specific form of masquerading which allows fine grained "
1460 #~ "control over the source IP used for outgoing traffic, for example to map "
1461 #~ "multiple WAN addresses to internal subnets."
1462 #~ msgstr ""
1463 #~ "Source NAT 是一种特殊形式的封包伪装,它允许精细的控制传出流量的源 IP,例"
1464 #~ "如:将多个 WAN 地址映射到内部子网。"
1465
1466 #~ msgid "Start Time (hh:mm:ss)"
1467 #~ msgstr "开始时间(hh:mm:ss)"
1468
1469 #~ msgid "Stop Time (hh:mm:ss)"
1470 #~ msgstr "停止时间(hh:mm:ss)"
1471
1472 #~ msgid ""
1473 #~ "This page allows you to change advanced properties of the port forwarding "
1474 #~ "entry. In most cases there is no need to modify those settings."
1475 #~ msgstr ""
1476 #~ "本页面可以更改端口转发的高级设置。大多数情况下,不需要更改这些设置。"
1477
1478 #~ msgid ""
1479 #~ "This page allows you to change advanced properties of the traffic rule "
1480 #~ "entry, such as matched source and destination hosts."
1481 #~ msgstr "本页面可以更改通信规则的高级设置,比如:需匹配的源主机和目标主机。"
1482
1483 #~ msgid "Unnamed SNAT"
1484 #~ msgstr "未命名 SNAT"
1485
1486 #~ msgid ""
1487 #~ "You may specify multiple by selecting \"-- custom --\" and then entering "
1488 #~ "protocols separated by space."
1489 #~ msgstr "您也可以选择“--自定义--”来定义多个协议,在多个协议间需加空格。"
1490
1491 #~ msgid "Zone %q"
1492 #~ msgstr "区域 %q"
1493
1494 #~ msgid "traffic"
1495 #~ msgstr "通信"