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
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
|
msgid ""
msgstr ""
"PO-Revision-Date: 2023-03-27 07:24+0000\n"
"Last-Translator: AHOHNMYC <lqwh2h2cwa@protonmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsunbound/ru/>\n"
"Language: ru\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.17-dev\n"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:160
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:53
msgid "(none)"
msgstr "(нет)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:96
msgid "(root)"
msgstr "(root)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:202
msgid ", and <var>%s</var> entries"
msgstr ", и записи <var>%s</var>"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:172
msgid ", and try <var>%s</var>"
msgstr ", и попробует <var>%s</var>"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:78
msgid "AXFR"
msgstr "AXFR"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:68
msgid "Accept queries only from local subnets"
msgstr "Принимать запросы только из локальных подсетей"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:216
msgid "Adblock domain list is too large to display in LuCI."
msgstr "Список доменов Adblock слишком большой для отображения в LuCI."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:47
msgid "Advanced"
msgstr "Дополнительные"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:262
msgid "Aggressive"
msgstr "Агрессивный"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:34
msgid "Allow open recursion when record not in zone"
msgstr "Разрешить открытую рекурсию, когда запись не в зоне"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:38
msgid "Authoritative (zone file)"
msgstr "Authoritative (zone file)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:42
msgid "Basic"
msgstr "Основные"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:267
msgid "Break down query components for limited added privacy"
msgstr ""
"Разбить компоненты запроса для ограниченной дополнительной конфиденциальности"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:78
msgid "Break the loop where DNSSEC needs NTP and NTP needs DNS"
msgstr "Выявлять петли когда DNSSEC нуждается в NTP, а NTP нуждается в DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:52
msgid "Check for local program to allow forward to localhost"
msgstr "Проверить локальную программу, чтобы разрешить пересылку на localhost"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:84
msgid "Choose Unbounds listening port"
msgstr "Выберите порт, на котором Unbound будет ожидать входящих подключений"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:238
msgid "Chose the IP versions used upstream and downstream"
msgstr "Выберите версию IP для восходящих и нисходящих соединений"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:64
msgid "Connect to servers using TLS"
msgstr "Подключение к серверам с использованием TLS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:48
msgid "DHCP"
msgstr "DHCP"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:158
msgid "DHCP Link"
msgstr "Сервер DHCP"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:166
msgid "DHCPv4 to SLAAC"
msgstr "DHCPv4 в SLAAC"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:57
msgid "DNS Cache"
msgstr "Кэш DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:51
msgid "DNS Plugin"
msgstr "Плагин DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:63
msgid "DNS over TLS"
msgstr "DNS поверх TLS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:107
msgid "DNS64 Prefix"
msgstr "Префикс DNS64"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:77
msgid "DNSSEC NTP Fix"
msgstr "Исправление DNSSEC NTP"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:250
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:260
msgid "Default"
msgstr "По умолчанию"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:181
msgid "Denied (nxdomain)"
msgstr "Denied (nxdomain)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:22
msgid "Directed Zone"
msgstr "Управляемая зона"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:85
msgid "Directory only part of URL"
msgstr "Только путь, а не полный URL директории"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:115
msgid "Domain Insecure"
msgstr "Небезопасные домены"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:80
msgid "Domain name to verify TLS certificate"
msgstr "Имя домена для проверки сертификата TLS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:173
msgid "Domain suffix for this router and DHCP clients"
msgstr "Суффикс домена для этого роутера и клиентов DHCP"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:279
msgid "EDNS Size"
msgstr "Размер EDNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/manual.lua:15
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/uciedit.lua:14
msgid "Edit '"
msgstr "Изменить '"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/server.lua:15
msgid "Edit 'server:' clause options for 'include:"
msgstr "Редактировать раздел 'server:' в файле 'include:"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:23
msgid ""
"Edit a forward, stub, or zone-file-cache zone for Unbound to use instead of "
"recursion."
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/extended.lua:15
msgid "Edit clauses such as 'forward-zone:' for 'include:"
msgstr "Задать директивы вроде 'forward-zone:' для файла 'include:"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:86
msgid "Edit: Extended"
msgstr "Изменить: Расширенные"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:83
msgid "Edit: Server"
msgstr "Изменить: server"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:71
msgid "Edit: UCI"
msgstr "Изменить: UCI"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:78
msgid "Edit: Unbound"
msgstr "Изменить: Unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:39
msgid "Enable"
msgstr "Включена"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:102
msgid "Enable DNS64"
msgstr "Включить DNS64"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:72
msgid "Enable DNSSEC"
msgstr "Включить DNSSEC"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:54
msgid "Enable Unbound"
msgstr "Включить Unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:228
msgid "Enable access for unbound-control"
msgstr "Включить доступ к unbound-control"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:103
msgid "Enable the DNS64 module"
msgstr "Включить модуль DNS64"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:73
msgid "Enable the DNSSEC validator module"
msgstr "Включить модуль проверки DNSSEC"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:55
msgid "Enable the initialization scripts for Unbound"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:30
msgid "Enable this directed zone"
msgstr "Включить управление этой зоной"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:29
msgid "Enabled"
msgstr "Включена"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:297
msgid "Extended Statistics"
msgstr "Расширенная статистика"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:298
msgid "Extended statistics are printed from unbound-control"
msgstr "Расширенная статистика, собираемая с помощью unbound-control"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:213
msgid "Extra DNS"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:33
msgid "Fall Back"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:36
msgid "Fallback"
msgstr ""
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:66
msgid "Files"
msgstr "Файлы"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:99
msgid "Filter Entire Subnet"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:90
msgid "Filter Localhost Rebind"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:98
msgid "Filter Private Address"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:95
msgid "Filter Private Rebind"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:71
msgid "Forward"
msgstr "Перенаправление"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:40
msgid "Forward (simple handoff)"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:68
msgid "Forward TLS"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:60
msgid "Forward to upstream nameservers (ISP)"
msgstr "Перенаправление на вышестоящие сервера имён (например, провайдера)"
#: applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json:3
msgid "Grant UCI access for luci-app-unbound"
msgstr "Предоставить доступ UCI к luci-app-unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:195
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:207
msgid "Host FQDN, All Addresses"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:217
msgid "Host Records"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:218
msgid "Host/MX/SRV RR"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:219
msgid "Host/MX/SRV/CNAME RR"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:194
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:206
msgid "Hostname, All Addresses"
msgstr "Имя узла, Все адреса"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:193
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:205
msgid "Hostname, Primary Address"
msgstr "Имя узла, Один адрес"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:190
msgid "How to enter the LAN or local network router in DNS"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:179
msgid "How to treat queries of this local domain"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:241
msgid "IP4 All and IP6 Local"
msgstr "Все IP4 и локальные IP6"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:240
msgid "IP4 Only"
msgstr "Только IP4"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:244
msgid "IP4 and IP6"
msgstr "IP4 и IP6"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:242
msgid "IP6 Only*"
msgstr "Только IP6*"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:243
msgid "IP6 Preferred"
msgstr "Предпочтение IP6"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:216
msgid "Ignore"
msgstr "Игнорировать"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:196
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:208
msgid "Interface FQDN, All Addresses"
msgstr "FQDN интерфейса, Все адреса"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:189
msgid "LAN DNS"
msgstr "LAN DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:130
msgid "LAN Networks"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:254
msgid "Large"
msgstr "Большой"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:121
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:304
msgid "Limit days between RFC5011 copies to reduce flash writes"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:280
msgid "Limit extended DNS packet size"
msgstr "Ограничить расширенный размер пакета DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:159
msgid "Link to supported programs to load DHCP into DNS"
msgstr "Поддерживаемая программа для интеграции DHCP с DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:116
msgid "List domains to bypass checks of DNSSEC"
msgstr "Домены, для которых будет пропущена проверка DNSSEC"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:83
msgid "Listening Port"
msgstr "Порт для входящих соединений"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:51
msgid "Local Data"
msgstr "Локальные данные"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:172
msgid "Local Domain"
msgstr "Локальный домен"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:178
msgid "Local Domain Type"
msgstr "Тип локального домена"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:232
msgid "Local Host, Encrypted"
msgstr "Локальная машина, С шифрованием"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:231
msgid "Local Host, No Encryption"
msgstr "Локальная машина, Без шифрования"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:67
msgid "Local Service"
msgstr "Локальная служба"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:233
msgid "Local Subnet, Encrypted"
msgstr "Локальная подсеть, С шифрованием"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:234
msgid "Local Subnet, Static Encryption"
msgstr "Локальная подсеть, Статическое шифрование"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:54
msgid "Local Zones"
msgstr "Локальные зоны"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:42
msgid "Log"
msgstr "Системный журнал"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:58
msgid "Manual Conf"
msgstr "Ручная настройка"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:253
msgid "Medium"
msgstr "Средний"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:248
msgid "Memory Resource"
msgstr "Ресурс памяти"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:149
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:314
msgid "Networks that may trigger Unbound to reload (avoid wan6)"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:131
msgid "Networks to consider LAN (served) beyond those served by DHCP"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:140
msgid "Networks to consider WAN (unserved)"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:192
msgid "No Entry"
msgstr "Нет вхождений"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:97
msgid "No Filter"
msgstr "Нет фильтров"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:230
msgid "No Remote Control"
msgstr "Нет удаленного управления"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:45
msgid ""
"Note: SSL/TLS library is missing an API. Please review syslog. >> logread ..."
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:36
msgid ""
"Note: local DNS is configured to look at odhpcd, but odhpcd UCI lease "
"trigger is incorrectly set:"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:16
msgid ""
"Organize directed forward, stub, and authoritative zones <a href=\"%s\" "
"target=\"_blank\">(help)</a>."
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:202
msgid "Override the WAN side router entry in DNS"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:261
msgid "Passive"
msgstr "Пассивный"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:68
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:74
msgid "Port servers will receive queries on"
msgstr "Порт сервера, на который будут отправляться запросы"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:108
msgid "Prefix for generated DNS64 addresses"
msgstr "Префикс для генерации адресов DNS64"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:292
msgid "Prevent client query overload; zero is off"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:286
msgid "Prevent excessively short cache periods"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:91
msgid "Protect against upstream response of 127.0.0.0/8"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:96
msgid "Protect against upstream responses within local subnets"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:266
msgid "Query Minimize"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:291
msgid "Query Rate Limit"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:75
msgid "Recurse"
msgstr "Рекурсия"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:237
msgid "Recursion Protocol"
msgstr "Протокол рекурсии"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:258
msgid "Recursion Strength"
msgstr "Сила рекурсии"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:259
msgid "Recursion activity affects memory growth and CPU load"
msgstr "Агрессивность рекурсии приводит к росту памяти и нагрузке на процессор"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:21
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:25
msgid "Recursive DNS"
msgstr "Рекурсивный DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:182
msgid "Refused"
msgstr "Refused"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:49
msgid "Resource"
msgstr "Ограничения"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:120
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:303
msgid "Root DSKEY Age"
msgstr "Возраст корневого DSKEY"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/extended.lua:11
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/manual.lua:11
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/server.lua:11
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/uciedit.lua:11
msgid "Save"
msgstr "Сохранить"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:67
msgid "Server Port"
msgstr "Порт сервера"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:73
msgid "Server TLS Port"
msgstr "TLS порт сервера"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:47
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:33
msgid "Servers"
msgstr "Серверы"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:48
msgid "Servers for this zone; see README.md for optional form"
msgstr "Серверы для этой зоны. Разные формы записи описаны в README.md"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:97
msgid "Show: Adblock"
msgstr "Показать: Adblock"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:91
msgid "Show: DHCP"
msgstr "Показать: DHCP"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:74
msgid "Show: Unbound"
msgstr "Показать: Unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:59
msgid "Skip UCI and use /etc/unbound/unbound.conf"
msgstr ""
"Игнорировать UCI, вместо этого использовать конфиг /etc/unbound/unbound.conf"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:252
msgid "Small"
msgstr "Маленький"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:183
msgid "Static (local only)"
msgstr ""
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:48
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:60
msgid "Statistics"
msgstr "Статистика"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:39
msgid "Status"
msgstr "Состояние"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:273
msgid "Strict Minimize"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:274
msgid "Strict version of 'query minimize' but it can break DNS"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:39
msgid "Stub (forced recursion)"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:79
msgid "TLS Name Index"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:285
msgid "TTL Minimum"
msgstr "Минимальное значение TTL"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:105
msgid "This could display more statistics with the unbound-control package."
msgstr "Расширенная статистика доступна после установки пакета unbound-control."
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:188
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:199
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:224
msgid "This shows '"
msgstr "Это показывает '"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:175
msgid ""
"This shows 'ubound-control dump_cache' for auditing records including DNSSEC."
msgstr ""
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:139
msgid ""
"This shows Unbound 'local-data:' entries from default, .conf, or control."
msgstr ""
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:151
msgid ""
"This shows Unbound 'local-zone:' entries from default, .conf, or control."
msgstr ""
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:127
msgid "This shows Unbound self reported performance statistics."
msgstr ""
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:115
msgid "This shows syslog filtered for events involving Unbound."
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:251
msgid "Tiny"
msgstr "Крошечный"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:184
msgid "Transparent (local/global)"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:148
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:313
msgid "Trigger Networks"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:27
msgid "Type"
msgstr "Тип"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:27
msgid "Unbound"
msgstr "Unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:26
msgid ""
"Unbound <a href=\"%s\" target=\"_blank\">(NLnet Labs)</a> is a validating, "
"recursive, and caching DNS resolver <a href=\"%s\" target=\"_blank\">(help)</"
"a>."
msgstr ""
"Unbound (<a href=\"%s\" target=\"_blank\">NLnet Labs</a>) — это проверяющий "
"рекурсивный кеширующий резолвер DNS (<a href=\"%s\" target=\"_blank\""
">справка</a>)."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:227
msgid "Unbound Control App"
msgstr "Приложение управления Unbound"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:168
msgid "Unbound cache is too large to display in LuCI."
msgstr "Кэш Unbound слишком большой, чтобы его показать в LuCI."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:81
msgid "Undefined"
msgstr "Неопределенный"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:59
msgid "Use 'resolv.conf.auto'"
msgstr "Использовать 'resolv.conf.auto'"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:167
msgid "Use DHCPv4 MAC to discover IP6 hosts SLAAC (EUI64)"
msgstr ""
"Использовать DHCPv4 MAC для того, чтобы определить IP6 SLAAC узла (EUI64)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:204
msgid "Use Upstream"
msgstr "Использовать вышестоящий"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:214
msgid "Use extra DNS entries found in /etc/config/dhcp"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:249
msgid "Use menu System/Processes to observe any memory growth"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:201
msgid "WAN DNS"
msgstr "WAN DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:139
msgid "WAN Networks"
msgstr "Внешние сети"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:44
msgid "Zone (Domain) names included in this zone combination"
msgstr "Имена зон (доменные имена), включенные в эту запись"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:84
msgid "Zone Download URL"
msgstr "URL для загрузки зоны"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:43
msgid "Zone Names"
msgstr "Имена зон"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:37
msgid "Zone Type"
msgstr "Типы зон"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:33
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:30
msgid "Zones"
msgstr "Зоны"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:112
msgid "accept upstream results for"
msgstr "принимает ответы от вышестоящих серверов для"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:124
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:307
msgid "default"
msgstr "по умолчанию"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:175
msgid "download from <var>%s</var>"
msgstr "загружает из <var>%s</var>"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:127
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:310
msgid "never"
msgstr "никогда"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:118
msgid "prefetch zone files for"
msgstr "кэширует файлы зон для"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:115
#, fuzzy
msgid "select recursion for"
msgstr "выбирает рекурсию для"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:121
msgid "unknown action for"
msgstr "неизвестное действие для"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:206
msgid "use <var>%s</var> nameservers"
msgstr "использует <var>%s</var> сервера имен"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:156
msgid "use nameservers"
msgstr "использует сервера имен"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:165
msgid "with default certificate for <var>%s</var>"
msgstr "с сертификатом по умолчанию для <var>%s</var>"
|