blob: 13e9c1198d319b794bc585aa7d069fbf8295015e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
|
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-30 17:00+0200\n"
"PO-Revision-Date: 2012-02-25 08:06+0200\n"
"Last-Translator: Cye3s <cye3s.cy@gmail.com>\n"
"Language-Team: QQ Group 75543259 <axishero@foxmail.com>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.4\n"
msgid "%s%s with %s"
msgstr ""
msgid "(Unnamed Entry)"
msgstr ""
msgid "(Unnamed Rule)"
msgstr ""
msgid "(Unnamed SNAT)"
msgstr ""
msgid "-- Please choose --"
msgstr ""
msgid "-- custom --"
msgstr ""
msgid "<var>%d</var> pkts. per <var>%s</var>"
msgstr ""
msgid "<var>%d</var> pkts. per <var>%s</var>, burst <var>%d</var> pkts."
msgstr ""
msgid "<var>%s</var> and limit to %s"
msgstr ""
msgid "Accept forward"
msgstr ""
msgid "Accept input"
msgstr ""
msgid "Action"
msgstr "动作"
msgid "Add"
msgstr ""
msgid "Add and edit..."
msgstr ""
msgid "Advanced Settings"
msgstr "高级设置"
msgid "Allow forward from <em>source zones</em>:"
msgstr "允许从<em>source zones</em>转发"
msgid "Allow forward to <em>destination zones</em>:"
msgstr "允许转发到<em>source zones</em>"
msgid "Any"
msgstr "任何"
msgid "Covered networks"
msgstr "覆盖网络"
msgid "Custom Rules"
msgstr "自定义规则"
msgid ""
"Custom rules allow you to execute arbritary iptables commands which are not "
"otherwise covered by the firewall framework. The commands are executed after "
"each firewall restart, right after the default ruleset has been loaded."
msgstr ""
msgid "Destination"
msgstr "目标"
msgid "Destination IP address"
msgstr "目标IP地址"
msgid "Destination address"
msgstr "目标地址"
msgid "Destination port"
msgstr "目标端口"
msgid "Destination zone"
msgstr "目标区域"
msgid "Disable"
msgstr "禁用"
msgid "Discard forward"
msgstr ""
msgid "Discard input"
msgstr ""
msgid "Do not rewrite"
msgstr ""
msgid "Do not track forward"
msgstr "不要追踪转发"
msgid "Do not track input"
msgstr "不要追踪进入"
msgid "Drop invalid packets"
msgstr "丢弃无效数据包"
msgid "Enable"
msgstr "启用"
msgid "Enable NAT Loopback"
msgstr "启用NAT环回"
msgid "Enable SYN-flood protection"
msgstr "启用SYN-flood防御"
msgid "Enable logging on this zone"
msgstr "在此区域允许进入"
msgid "External IP address"
msgstr "外部IP地址"
msgid "External port"
msgstr "外部端口"
msgid "Extra arguments"
msgstr "附加参数"
msgid "Family"
msgstr "地址集合"
msgid "Firewall"
msgstr "防火墙"
msgid "Firewall - Custom Rules"
msgstr "防火墙 - 自定义规则"
msgid "Firewall - Port Forwards"
msgstr "防火墙 - 端口转发"
msgid "Firewall - Traffic Rules"
msgstr "防火墙 - 通讯规则"
msgid "Firewall - Zone Settings"
msgstr "防火墙-区域设置"
msgid "Force connection tracking"
msgstr "强制连接追踪"
msgid "Forward"
msgstr "转发"
msgid "Forward to %s in %s"
msgstr "转发到 %s 位于 %s"
msgid "Forward to %s, %s in %s"
msgstr "转发到 %s, %s 位于 %s"
msgid "From %s in %s"
msgstr "来自 %s 位于 %s"
msgid "From %s in %s with source %s"
msgstr "来自 %s 位于 %s 带源 %s"
msgid "From %s in %s with source %s and %s"
msgstr "来自 %s 位于 %s 带源 %s 并且 %s"
msgid "General Settings"
msgstr "标准设置"
msgid "IP"
msgstr "IP"
msgid "IP range"
msgstr "IP范围"
msgid "IPs"
msgstr ""
msgid "IPv4"
msgstr "IPv4"
msgid "IPv4 and IPv6"
msgstr "IPv4 和 IPv6"
msgid "IPv4 only"
msgstr "仅IPv4"
msgid "IPv6"
msgstr "IPv6"
msgid "IPv6 only"
msgstr "仅IPv6"
msgid "Input"
msgstr "入(路由器)"
msgid "Inter-Zone Forwarding"
msgstr "端口触发"
msgid "Internal IP address"
msgstr "内部IP地址"
msgid "Internal port"
msgstr "内部端口"
msgid "Internal zone"
msgstr "内部区域"
msgid "Limit log messages"
msgstr "限制登陆信息"
msgid "MAC"
msgstr ""
msgid "MACs"
msgstr ""
msgid "MSS clamping"
msgstr "MSS钳制"
msgid "Masquerading"
msgstr "IP动态伪装"
msgid "Match ICMP type"
msgstr "匹配ICMP类型"
msgid "Match forwarded traffic to the given destination port or port range."
msgstr ""
msgid ""
"Match incoming traffic directed at the given destination port or port range "
"on this host"
msgstr "在这个主机上,匹配输入的信息指向给定的端口或者范围"
msgid ""
"Match incoming traffic originating from the given source port or port range "
"on the client host."
msgstr ""
msgid "Name"
msgstr "名字"
msgid "New SNAT rule"
msgstr "新建SNAT规则"
msgid "New forward rule"
msgstr "新建转发规则"
msgid "New input rule"
msgstr "新建进入规则"
msgid "New port forward"
msgstr "新建端口转发"
msgid "New source NAT"
msgstr "新建源NAT"
msgid "Only match incoming traffic directed at the given IP address."
msgstr ""
msgid "Only match incoming traffic from these MACs."
msgstr ""
msgid "Only match incoming traffic from this IP or range."
msgstr ""
msgid ""
"Only match incoming traffic originating from the given source port or port "
"range on the client host"
msgstr ""
msgid "Open ports on router"
msgstr ""
msgid "Other..."
msgstr "其它..."
msgid "Output"
msgstr "出(路由器)"
msgid "Passes additional arguments to iptables. Use with care!"
msgstr ""
msgid "Port Forwards"
msgstr "端口转发"
msgid ""
"Port forwarding allows remote computers on the Internet to connect to a "
"specific computer or service within the private LAN."
msgstr ""
msgid "Protocol"
msgstr "协议"
msgid ""
"Redirect matched incoming traffic to the given port on the internal host"
msgstr "重定向匹配到的入站流量至内部主机的指定端口"
msgid "Redirect matched incoming traffic to the specified internal host"
msgstr "重定向匹配到的入站流量至选定的内部主机"
msgid "Refuse forward"
msgstr ""
msgid "Refuse input"
msgstr ""
msgid "Restrict Masquerading to given destination subnets"
msgstr "限制访问指定的目标子网"
msgid "Restrict Masquerading to given source subnets"
msgstr "限制访问指定的源子网"
msgid "Restrict to address family"
msgstr "限制地址"
msgid "Rewrite matched traffic to the given address."
msgstr ""
msgid ""
"Rewrite matched traffic to the given source port. May be left empty to only "
"rewrite the IP address."
msgstr ""
msgid "Rewrite to source %s"
msgstr ""
msgid "Rewrite to source %s, %s"
msgstr ""
msgid "Rule is disabled"
msgstr ""
msgid "Rule is enabled"
msgstr ""
msgid "SNAT"
msgstr ""
msgid "SNAT IP address"
msgstr ""
msgid "SNAT port"
msgstr ""
msgid "Source"
msgstr "源"
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# msgid "Traffic Redirection"
# msgstr ""
#
# msgid ""
# "Traffic redirection allows you to change the destination address of "
# "forwarded packets."
# msgstr ""
#
# msgid "Overview"
# msgstr ""
#
# msgid "Name"
# msgstr ""
#
# msgid "Source zone"
# msgstr ""
#
# msgid "Source MAC-address"
# msgstr ""
#
# msgid "Source port"
# msgstr ""
#
# msgid "Protocol"
# msgstr ""
#
msgid "Source IP address"
msgstr "源IP地址"
msgid "Source MAC address"
msgstr "源MAC地址"
msgid "Source NAT"
msgstr ""
msgid ""
"Source NAT is a specific form of masquerading which allows fine grained "
"control over the source IP used for outgoing traffic, for example to map "
"multiple WAN addresses to internal subnets."
msgstr ""
msgid "Source address"
msgstr "源地址"
msgid "Source port"
msgstr "源端口"
msgid "Source zone"
msgstr "源区域"
msgid ""
"The firewall creates zones over your network interfaces to control network "
"traffic flow."
msgstr "防火墙把网络接口分为不同的区域进行管理"
msgid ""
"The options below control the forwarding policies between this zone (%s) and "
"other zones. <em>Destination zones</em> cover forwarded traffic "
"<strong>originating from %q</strong>. <em>Source zones</em> match forwarded "
"traffic from other zones <strong>targeted at %q</strong>. The forwarding "
"rule is <em>unidirectional</em>, e.g. a forward from lan to wan does "
"<em>not</em> imply a permission to forward from wan to lan as well."
msgstr "这个属性用来控制区域对区域的转发规则。"
msgid ""
"This page allows you to change advanced properties of the port forwarding "
"entry. In most cases there is no need to modify those settings."
msgstr ""
msgid ""
"This page allows you to change advanced properties of the traffic rule "
"entry, such as matched source and destination hosts."
msgstr ""
msgid ""
"This section defines common properties of %q. The <em>input</em> and "
"<em>output</em> options set the default policies for traffic entering and "
"leaving this zone while the <em>forward</em> option describes the policy for "
"forwarded traffic between different networks within the zone. <em>Covered "
"networks</em> specifies which available networks are member of this zone."
msgstr ""
"本节定义 %q 的通用属性, <em>input</em> 和 <em>output</em>规则用于设置数据"
"包“进”和“出”路由器(某个接口)默认的转发原则,<em>forward</em>规则用于特定"
"(一个或多个)区域的不同子网之间的数据包转发而<em>Covered networks</em>是从属"
"于这个区域的一个网络地址集合。"
msgid "To %s"
msgstr ""
msgid "To %s at %s"
msgstr ""
msgid "To %s at %s on <var>this device</var>"
msgstr ""
msgid "To %s in %s"
msgstr ""
msgid "To %s on <var>this device</var>"
msgstr ""
msgid "To %s, %s in %s"
msgstr ""
msgid "To source IP"
msgstr ""
msgid "To source port"
msgstr ""
msgid "Traffic Rules"
msgstr "通信规则"
msgid ""
"Traffic rules define policies for packets traveling between different zones, "
"for example to reject traffic between certain hosts or to open WAN ports on "
"the router."
msgstr ""
msgid "Via"
msgstr "通过"
msgid ""
"You may specify multiple by selecting \"-- custom --\" and then entering "
"protocols separated by space."
msgstr ""
msgid "Zone %q"
msgstr "区域 %q"
msgid "Zone ⇒ Forwardings"
msgstr "区域 ⇒ 转发"
msgid "Zones"
msgstr "区域"
msgid "accept"
msgstr "接受"
msgid "any"
msgstr "任何"
msgid "any host"
msgstr ""
msgid "any router IP"
msgstr ""
msgid "any zone"
msgstr ""
msgid "day"
msgstr ""
msgid "don't track"
msgstr ""
msgid "drop"
msgstr "丢弃"
msgid "hour"
msgstr ""
msgid "minute"
msgstr ""
msgid "not"
msgstr ""
msgid "port"
msgstr ""
msgid "ports"
msgstr ""
msgid "reject"
msgstr "拒绝"
msgid "second"
msgstr ""
msgid "type"
msgstr ""
msgid "types"
msgstr ""
#~ msgid "(optional)"
#~ msgstr "(可选)"
#~ msgid "Intended destination address"
#~ msgstr "目标地址"
#~ msgid "Internal port (optional)"
#~ msgstr "内部端口(可选)"
#~ msgid "Advanced Options"
#~ msgstr "高级选项"
#~ msgid "Advanced Rules"
#~ msgstr "高级规则"
#~ msgid ""
#~ "Advanced rules let you customize the firewall to your needs. Only new "
#~ "connections will be matched. Packets belonging to already open "
#~ "connections are automatically allowed to pass the firewall."
#~ msgstr ""
#~ "高级规则允许按需定制防火墙。此规则只限制新建立的连接,对于已建立链路的数据"
#~ "包会自动允许通过。"
#~ msgid "Custom Rules (/etc/firewall.user)"
#~ msgstr "自定义规则(/etc/firewall.user)"
#~ msgid "Device"
#~ msgstr "设备"
#~ msgid ""
#~ "For DNAT, match incoming traffic directed at the given destination ip "
#~ "address. For SNAT rewrite the source address to the given address."
#~ msgstr ""
#~ "DNAT:将目标地址转换为指定的IP地址;SNAT:将源地址转换为指定的IP地址。"
#~ msgid ""
#~ "Match incoming traffic originating from the given source port or port "
#~ "range on the client host"
#~ msgstr "在客户端上,比较输入通道与给定的源端口是否一致。"
#~ msgid "Overview"
#~ msgstr "概览"
#~ msgid "Port forwarding"
#~ msgstr "端口转发"
#~ msgid ""
#~ "Port forwarding allows to provide network services in the internal "
#~ "network to an external network."
#~ msgstr "端口转发-允许外部网络访问内部网络"
#~ msgid "Redirection type"
#~ msgstr "重定向类型"
#~ msgid "Redirections"
#~ msgstr "重定向"
#~ msgid "Rules"
#~ msgstr "规则"
#~ msgid "Traffic Redirection"
#~ msgstr "流量重定向"
#~ msgid ""
#~ "Traffic redirection allows you to change the destination address of "
#~ "forwarded packets."
#~ msgstr "流量重定向允许你修改数据包转发地址"
#~ msgid "Zone"
#~ msgstr "区"
#~ msgid "MASQ"
#~ msgstr "MASQ"
|