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
|
msgid ""
msgstr ""
"PO-Revision-Date: 2020-08-02 21:41+0000\n"
"Last-Translator: Sak94664 <hdudhhhdh@gmail.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationssmartdns/zh_Hans/>\n"
"Language: zh_Hans\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
msgid "Additional Args for upstream dns servers"
msgstr "额外的上游DNS服务器参数"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:423
msgid "Additional Server Args"
msgstr "额外的服务器参数"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:430
msgid "Advanced Settings"
msgstr "高级设置"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
msgid ""
"Attempts to serve old responses from cache with a TTL of 0 in the response "
"without waiting for the actual resolution to finish."
msgstr "查询性能优化,有请求时尝试回应TTL为0的过期记录,以避免查询等待。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
msgid "Cache Size"
msgstr "缓存大小"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:146
msgid "Collecting data ..."
msgstr "正在收集数据..."
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:451
msgid ""
"Configure IP blacklists that will be filtered from the results of specific "
"DNS server."
msgstr "配置需要从指定域名服务器结果过滤的IP黑名单。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
msgid "Custom Settings"
msgstr "自定义设置"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:339
msgid "DNS Server Name"
msgstr "DNS服务器名称"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
msgid ""
"DNS Server group belongs to, used with nameserver, such as office, home."
msgstr "DNS服务器所属组, 配合nameserver使用,例如:office,home。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
msgid "DNS Server ip"
msgstr "DNS服务器IP"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
msgid "DNS Server port"
msgstr "DNS服务器端口"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
msgid "DNS Server type"
msgstr "协议类型"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
msgid "DNS domain result cache size"
msgstr "缓存DNS的结果,缓存大小,配置零则不缓存"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:95
msgid "Dnsmasq Forwared To Smartdns Failure"
msgstr "重定向dnsmasq到smartdns失败"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
msgid "Do not check speed."
msgstr "禁用测速。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
msgid "Domain Address"
msgstr "域名地址"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
msgid "Domain TTL"
msgstr "域名TTL"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:232
msgid "Domain TTL Max"
msgstr "域名TTL最大值"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:223
msgid "Domain TTL Min"
msgstr "域名TTL最小值"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:194
msgid "Domain prefetch"
msgstr "域名预加载"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
msgid "Donate"
msgstr "捐助"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:474
msgid "Donate to smartdns"
msgstr "捐助smartdns项目"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:188
msgid "Dual-stack IP Selection"
msgstr "双栈IP优选"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:237
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:333
msgid "Enable"
msgstr "启用"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
msgid "Enable IP selection between IPV4 and IPV6"
msgstr "启用或禁用IPV4,IPV6间的IP优选策略。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
msgid "Enable IPV6 DNS Server"
msgstr "启用IPV6服务器"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
msgid "Enable TCP DNS Server"
msgstr "启用TCP服务器"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
msgid "Enable domain prefetch, accelerate domain response speed."
msgstr "启用域名预加载,加速域名响应速度。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
msgid "Enable or disable second DNS server."
msgstr "是否启用第二DNS服务器。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
msgid "Enable or disable smartdns server"
msgstr "启用或禁用SmartDNS服务"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
msgid "Filtering IP with blacklist"
msgstr "使用IP黑名单过滤"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
msgid "Force AAAA SOA"
msgstr "停用IPV6地址解析"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
msgid "Force AAAA SOA."
msgstr "停用IPV6地址解析。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:155
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:329
msgid "General Settings"
msgstr "基本设置"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:318
msgid "Generate Coredump"
msgstr "生成coredump"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
msgid ""
"Generate Coredump file when smartdns crash, coredump file is located at /tmp/"
"smartdns.xxx.core."
msgstr ""
"当smartdns异常时生成coredump文件,coredump文件在/tmp/smartdns.xxx.core."
#: applications/luci-app-smartdns/root/usr/share/rpcd/acl.d/luci-app-smartdns.json:3
msgid "Grant access to LuCI app smartdns"
msgstr ""
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:403
msgid "HTTP Host"
msgstr "HTTP主机"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
msgid "IP Blacklist"
msgstr "IP黑名单"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:376
msgid "IP Blacklist Filtering"
msgstr "IP黑名单过滤"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:103
msgid "IPV4 53 Port Redirect Failure"
msgstr "IPV4 53端口重定向失败"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:109
msgid "IPV6 53 Port Redirect Failure"
msgstr "IPV6 53端口重定向失败"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
msgid "IPV6 Server"
msgstr "IPV6服务器"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
msgid "If you like this software, please buy me a cup of coffee."
msgstr "如果本软件对你有帮助,请给作者加个蛋。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
msgid "Local Port"
msgstr "本地端口"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
msgid "Maximum TTL for all domain result."
msgstr "设置所有域名的TTL最大值"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
msgid "Minimum TTL for all domain result."
msgstr "设置所有域名的TTL最小值"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:86
msgid "NOT RUNNING"
msgstr "未运行"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
msgid "Query DNS through specific dns server group, such as office, home."
msgstr "使用指定服务器组查询,比如office, home。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:84
msgid "RUNNING"
msgstr "运行中"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
msgid "Redirect"
msgstr "重定向"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
msgid "Redirect 53 port to SmartDNS"
msgstr "重定向53端口到SmartDNS"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
msgid "Run as dnsmasq upstream server"
msgstr "作为dnsmasq的上游服务器"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
msgid "Second Server Settings"
msgstr "第二DNS服务器"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:200
msgid "Serve expired"
msgstr "缓存过期服务"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:255
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
msgid "Server Group"
msgstr "服务器组"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
msgid "Server Name"
msgstr "服务器名称"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
msgid "Set Specific domain ip address."
msgstr "指定特定域名的IP地址"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
msgid "Set Specific ip blacklist."
msgstr "设置IP黑名单列表"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
msgid "Set TLS hostname to verify."
msgstr "设置校验TLS主机名。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
msgid ""
"Set the HTTP host used for the query. Use this parameter when the host of "
"the URL address is an IP address."
msgstr "设置查询时使用的HTTP主机,当URL地址的host是IP地址时,使用此参数。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
msgid "Sets the server name indication for query."
msgstr "设置查询时使用的服务器SNI名称。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
msgid "Settings"
msgstr "设置"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:268
msgid "Skip Address Rules"
msgstr "跳过address规则"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
msgid "Skip Cache"
msgstr "跳过cache"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
msgid "Skip Cache."
msgstr "跳过cache。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:291
msgid "Skip Dualstack Selection"
msgstr "跳过双栈优选"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
msgid "Skip Dualstack Selection."
msgstr "跳过双栈优选。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:280
msgid "Skip Ipset Rule"
msgstr "跳过ipset规则"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:274
msgid "Skip Nameserver Rule"
msgstr "跳过Nameserver规则"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:286
msgid "Skip SOA Address Rule"
msgstr "跳过address SOA(#)规则"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
msgid "Skip SOA address rules."
msgstr "跳过address SOA(#)规则。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:262
msgid "Skip Speed Check"
msgstr "跳过测速"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
msgid "Skip address rules."
msgstr "跳过address规则。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
msgid "Skip ipset rules."
msgstr "跳过ipset规则。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
msgid "Skip nameserver rules."
msgstr "跳过Nameserver规则。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:128
#: applications/luci-app-smartdns/root/usr/share/luci/menu.d/luci-app-smartdns.json:3
msgid "SmartDNS"
msgstr "SmartDNS"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
msgid "SmartDNS Server"
msgstr "SmartDNS 服务器"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
msgid ""
"SmartDNS is a local high-performance DNS server, supports finding fastest "
"IP, supports ad filtering, and supports avoiding DNS poisoning."
msgstr "SmartDNS是一个本地高性能DNS服务器,支持返回最快IP,支持广告过滤。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:466
msgid "SmartDNS official website"
msgstr "SmartDNS官方网站"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
msgid "SmartDNS redirect mode"
msgstr "SmartDNS 重定向模式"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
msgid "Smartdns local server port"
msgstr "SmartDNS本地服务端口"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
msgid "Smartdns server name"
msgstr "SmartDNS的服务器名称,默认为smartdns,留空为主机名"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:438
msgid ""
"Specify an IP address to return for any host in the given domains, Queries "
"in the domains are never forwarded and always replied to with the specified "
"IP address which may be IPv4 or IPv6."
msgstr ""
"配置特定域名返回特定的IP地址,域名查询将不到上游服务器请求,直接返回配置的IP"
"地址,可用于广告屏蔽。"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
msgid "TCP Server"
msgstr "TCP服务器"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:383
msgid "TLS Hostname Verify"
msgstr "校验TLS主机名"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:393
msgid "TLS SNI name"
msgstr "TLS SNI名称"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:412
msgid "TLS SPKI Pinning"
msgstr "TLS SPKI 指纹"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
msgid "TTL for all domain result."
msgstr "设置所有域名的TTL值"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:461
msgid "Technical Support"
msgstr "技术支持"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:323
msgid "Upstream Servers"
msgstr "上游服务器"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
msgid ""
"Upstream Servers, support UDP, TCP protocol. Please configure multiple DNS "
"servers, including multiple foreign DNS servers."
msgstr ""
"上游DNS服务器列表,支持UDP,TCP协议,请配置多个上游DNS服务器,包括多个国内外"
"服务器"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
msgid ""
"Used to verify the validity of the TLS server, The value is Base64 encoded "
"SPKI fingerprint, leaving blank to indicate that the validity of TLS is not "
"verified."
msgstr ""
"用于校验TLS服务器的有效性,数值为Base64编码的SPKI指纹, 留空表示不验证TLS的合"
"法性"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
msgid "https"
msgstr "https"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
msgid "ip"
msgstr "ip"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:208
msgid "none"
msgstr "无"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
msgid "open website"
msgstr "打开网站"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
msgid "port"
msgstr "端口"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:308
msgid "smartdns custom settings"
msgstr "smartdns 自定义设置,具体配置参数参考指导"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
msgid "tcp"
msgstr "tcp"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
msgid "tls"
msgstr "tls"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
msgid "type"
msgstr "类型"
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:358
msgid "udp"
msgstr "udp"
|