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
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
|
msgid ""
msgstr ""
"PO-Revision-Date: 2026-05-02 12:04+0000\n"
"Last-Translator: BoneNI <bounkirdni@gmail.com>\n"
"Language-Team: Lao <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationshttps-dns-proxy/lo/>\n"
"Language: lo\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.17.1\n"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:275
msgid "%s%s%s proxy at %s on port %s.%s"
msgstr "ພຣັອກຊີ %s%s%s ຢູ່ທີ່ %s ເທິງພອດ %s.%s"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:267
msgid "%s%s%s proxy on port %s.%s"
msgstr "ພຣັອກຊີ %s%s%s ເທິງພອດ %s.%s"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:578
msgid "*"
msgstr "*"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:252
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:599
msgid "0: Fatal"
msgstr "0: ຮ້າຍແຮງ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:253
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:600
msgid "1: Error"
msgstr "1: ຂໍ້ຜິດພາດ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:254
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:601
msgid "2: Warning"
msgstr "2: ແຈ້ງເຕືອນ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:255
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:602
msgid "3: Info"
msgstr "3: ຂໍ້ມູນ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:256
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:603
msgid "4: Debug"
msgstr "4: ດີບັກ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/co.oszx.dns.json:14
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/gr.libredns.doh.json:14
msgid "AdBlocking Filter"
msgstr "ຕົວການກອງການບລັອກໂຄສະນາ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adguard.dns.json:2
msgid "AdGuard"
msgstr "AdGuard"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/recipes.v.json:22
msgid "Adblock"
msgstr "Adblock"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.controld.freedns.json:30
msgid "Ads + Malware + Social Filter"
msgstr "ຕົວການກອງ ໂຄສະນາ + ມັນແວ + ສັງຄົມອອນລາຍ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.controld.freedns.json:26
msgid "Ads + Malware Filter"
msgstr "ຕົວການກອງ ໂຄສະນາ + ມັນແວ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.mullvad.dns.json:19
msgid "Ads and Trackers Filter"
msgstr "ຕົວການກອງ ໂຄສະນາ ແລະ ຕົວຕິດຕາມ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.mullvad.dns.json:35
msgid "Ads, Trackers, Malware, Adult, Gambling, and Social Media Filter"
msgstr ""
"ຕົວການກອງ ໂຄສະນາ, ຕົວຕິດຕາມ, ມັນແວ, ເນື້ອຫາຜູ້ໃຫຍ່, ການພະນັນ, ແລະ ສື່ສັງຄົມ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.mullvad.dns.json:31
msgid "Ads, Trackers, Malware, Adult, and Gambling"
msgstr "ໂຄສະນາ, ຕົວຕິດຕາມ, ມັນແວ, ເນື້ອຫາຜູ້ໃຫຍ່, ແລະ ການພະນັນ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.mullvad.dns.json:27
msgid "Ads, Trackers, Malware, and Social Media Filter"
msgstr "ຕົວການກອງ ໂຄສະນາ, ຕົວຕິດຕາມ, ມັນແວ, ແລະ ສື່ສັງຄົມ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.mullvad.dns.json:23
msgid "Ads, Trackers, and Malware Filter"
msgstr "ຕົວການກອງ ໂຄສະນາ, ຕົວຕິດຕາມ, ແລະ ມັນແວ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.cleanbrowsing.doh.json:14
msgid "Adult Content Filter"
msgstr "ຕົວການກອງເນື້ອຫາຜູ້ໃຫຍ່"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.ahadns.blitz.json:2
msgid "AhaDNS Blitz"
msgstr "AhaDNS Blitz"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:2
msgid "AhaDNS Regional"
msgstr "AhaDNS ລະດັບພາກພື້ນ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.alidns.dns.json:2
msgid "AliDNS"
msgstr "AliDNS"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.applied-privacy.doh.json:2
msgid "Applied Privacy DNS (AT)"
msgstr "Applied Privacy DNS (AT)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:14
msgid "Australia"
msgstr "ອົດສະຕຣາລີ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.blahdns.doh.json:2
msgid "BlahDNS"
msgstr "BlahDNS"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:162
msgid ""
"Blocks access to Mozilla Encrypted resolvers, forcing local devices to use "
"router for DNS resolution (%smore information%s)."
msgstr ""
"ບລັອກການເຂົ້າເຖິງ Mozilla Encrypted resolvers, ເຮັດໃຫ້ອຸປະກອນທ້ອງຖິ່ນຕ້ອງໃຊ້ເລົາເຕີໃນການແກ້ໄ"
"ຂ DNS (%sຂໍ້ມູນເພີ່ມເຕີມ%s)."
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:145
msgid ""
"Blocks access to iCloud Private Relay resolvers, forcing local devices to "
"use router for DNS resolution (%smore information%s)."
msgstr ""
"ບລັອກການເຂົ້າເຖິງ iCloud Private Relay resolvers, ເຮັດໃຫ້ອຸປະກອນທ້ອງຖິ່ນຕ້ອງໃຊ້ເລົາເຕີໃນການ"
"ແກ້ໄຂ DNS (%sຂໍ້ມູນເພີ່ມເຕີມ%s)."
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:528
msgid "Bootstrap DNS"
msgstr "Bootstrap DNS"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:290
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:620
msgid "CA Certs File"
msgstr "ໄຟລ໌ໃບຢັ້ງຢືນ CA"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.cfiec.dns.json:2
msgid "CFIEC Public IPv6 Only DNS (CN)"
msgstr "CFIEC Public IPv6 Only DNS (CN)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/ca.cira.canadianshield.json:2
msgid "CIRA Canadian Shield"
msgstr "CIRA Canadian Shield"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/recipes.v.json:30
msgid "CN Optimized"
msgstr "ປັບແຕ່ງສຳລັບ CN"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:160
msgid "Canary Domains Mozilla"
msgstr "Canary Domains Mozilla"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:143
msgid "Canary Domains iCloud"
msgstr "Canary Domains iCloud"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.cleanbrowsing.doh.json:2
msgid "CleanBrowsing"
msgstr "CleanBrowsing"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.cloudflare-dns.json:2
msgid "Cloudflare"
msgstr "Cloudflare"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/app.tiarap.doh.json:18
msgid "Cloudflare Cached"
msgstr "Cloudflare Cached"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/one.comss.dns.json:2
msgid "Comss DNS (RU)"
msgstr "Comss DNS (RU)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:294
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:625
msgid "Connection Loss Time"
msgstr "ເວລາການຂາດການເຊື່ອມຕໍ່"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.controld.freedns.json:2
msgid "ControlD"
msgstr "ControlD"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.dnsforfamily.dns-doh.json:2
msgid "DNS For Family"
msgstr "DNS For Family"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/de.dnsforge.json:2
msgid "DNS Forge (DE)"
msgstr "DNS Forge (DE)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/eu.joindns4.json:2
msgid "DNS4EU"
msgstr "DNS4EU"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/pub.doh.json:2
msgid "DNSPod Public DNS (CN)"
msgstr "DNSPod Public DNS (CN)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.dnslify.doh.json:2
msgid "DNSlify DNS"
msgstr "DNSlify DNS"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:591
msgid "DSCP Codepoint"
msgstr "DSCP Codepoint"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.decloudus.dns.json:2
msgid "DeCloudUs DNS"
msgstr "DeCloudUs DNS"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adguard.dns.json:14
msgid "Default (Blocks ads and trackers)"
msgstr "ຄ່າເລີ່ມຕົ້ນ (ບລັອກໂຄສະນາ ແລະ ຕົວຕິດຕາມ)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/ch.digitale-gesellschaft.dns.json:2
msgid "Digitale Gesellschaft (CH)"
msgstr "Digitale Gesellschaft (CH)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/app.tiarap.doh.json:14
msgid "Direct"
msgstr "ໂດຍກົງ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:401
msgid "Disable"
msgstr "ປິດໃຊ້ງານ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:395
msgid "Disabling %s service"
msgstr "ກຳລັງປິດການໃຊ້ງານບໍລິການ %s"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:77
msgid "Do not update configs"
msgstr "ບໍ່ຕ້ອງອັບເດດການຕັ້ງຄ່າ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/cn.360.doh.json:2
msgid "DoH 360 DNS (CN)"
msgstr "DoH 360 DNS (CN)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/sb.dns.json:2
msgid "DoH DNS (SB)"
msgstr "DoH DNS (SB)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/recipes.v.json:26
msgid "ECS Optimized"
msgstr "ປັບແຕ່ງສຳລັບ ECS"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:382
msgid "Enable"
msgstr "ເປີດໃຊ້ງານ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:376
msgid "Enabling %s service"
msgstr "ກຳລັງເປີດໃຊ້ງານບໍລິການ %s"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ffmuc.doh.json:2
msgid "FFMUC DNS (DE)"
msgstr "FFMUC DNS (DE)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/ca.cira.canadianshield.json:14
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adguard.dns.json:22
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.cloudflare-dns.json:14
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.controld.freedns.json:14
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json:14
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.cleanbrowsing.doh.json:18
msgid "Family Filter"
msgstr "ຕົວການກອງສຳລັບຄອບຄົວ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.cleanbrowsing.doh.json:8
msgid "Filter"
msgstr "ຕົວການກອງ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.ahadns.blitz.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.rethinkdns.sky.json:8
msgid "Filters"
msgstr "ຕົວການກອງ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.blahdns.doh.json:22
msgid "Finland"
msgstr "ຟິນແລນ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/status/include/71_https-dns-proxy.js:56
msgid "Force DNS Ports"
msgstr "ບັງຄັບພອດ DNS"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:196
msgid "Force DNS ports:"
msgstr "ບັງຄັບພອດ DNS:"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:127
msgid "Force Router DNS"
msgstr "ບັງຄັບ DNS ຂອງເລົາເຕີ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:136
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:152
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:172
msgid "Force Router DNS server to all local devices"
msgstr "ບັງຄັບໃຊ້ເຊີບເວີ DNS ຂອງເລົາເຕີກັບອຸປະກອນທ້ອງຖິ່ນທັງໝົດ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:222
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:660
msgid "Force use of HTTP/1"
msgstr "ບັງຄັບໃຊ້ HTTP/1"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:234
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:668
msgid "Force use of HTTP/3 (QUIC)"
msgstr "ບັງຄັບໃຊ້ HTTP/3 (QUIC)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:247
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:677
msgid "Force use of IPv6 DNS resolvers"
msgstr "ບັງຄັບໃຊ້ IPv6 DNS resolvers"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:129
msgid ""
"Forces Router DNS use on local devices, also known as DNS Hijacking. Only "
"works on `lan` interface by default (%smore information%s)."
msgstr ""
"ບັງຄັບໃຊ້ DNS ຂອງເລົາເຕີໃນອຸປະກອນທ້ອງຖິ່ນ, ເຊິ່ງເອີ້ນອີກຢ່າງໜຶ່ງວ່າ DNS Hijacking. ໂດຍຄ່າເລີ່ມຕົ້ນຈະ"
"ເຮັດວຽກສະເພາະກັບອິນເຕີເຟດ `lan` (%sຂໍ້ມູນເພີ່ມເຕີມ%s)."
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.blahdns.doh.json:18
msgid "Germany"
msgstr "ເຢຍລະມັນ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:53
msgid "Global Instance Options"
msgstr "ຕົວເລືອກອິນສະແຕນສ໌ທົ່ວໄປ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/google.dns.json:2
msgid "Google"
msgstr "Google"
#: applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json:3
msgid "Grant UCI and file access for luci-app-https-dns-proxy"
msgstr "ອະນຸຍາດໃຫ້ເຂົ້າເຖິງ UCI ແລະ ໄຟລ໌ສຳລັບ luci-app-https-dns-proxy"
#: applications/luci-app-https-dns-proxy/root/usr/share/luci/menu.d/luci-app-https-dns-proxy.json:3
msgid "HTTPS DNS Proxy"
msgstr "HTTPS DNS Proxy"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:49
msgid "HTTPS DNS Proxy - Configuration"
msgstr "HTTPS DNS Proxy - ການຕັ້ງຄ່າ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:342
msgid "HTTPS DNS Proxy - Instances"
msgstr "HTTPS DNS Proxy - ອິນສະແຕນສ໌"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:186
msgid "HTTPS DNS Proxy - Status"
msgstr "HTTPS DNS Proxy - ສະຖານະ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/status/include/71_https-dns-proxy.js:12
msgid "HTTPS DNS Proxy Instances"
msgstr "HTTPS DNS Proxy ອິນສະແຕນສ໌"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:180
msgid "Heartbeat Domain"
msgstr "Heartbeat Domain"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:195
msgid "Heartbeat Sleep Timeout"
msgstr "ເວລາພັກ Heartbeat"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:206
msgid "Heartbeat Wait Timeout"
msgstr "ເວລາລໍຖ້າ Heartbeat"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.he.ordns.json:2
msgid "Hurricane Electric"
msgstr "Hurricane Electric"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.idnet.doh.json:2
msgid "IDNet (UK)"
msgstr "IDNet (UK)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/jp.iij.dns.public.json:2
msgid "IIJ Public DNS (JP)"
msgstr "IIJ Public DNS (JP)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:67
msgid ""
"If update option is selected, the %s'DNS Forwards' section of DHCP and DNS%s "
"will be automatically updated to use selected DoH providers (%smore "
"information%s)."
msgstr ""
"ຖ້າເລືອກຕົວເລືອກອັບເດດ, ພາກສ່ວນ %s'DNS Forwards' ຂອງ DHCP ແລະ DNS%s ຈະຖືກອັບເດດໂດຍອັດຕ"
"ະໂນມັດເພື່ອໃຊ້ຜູ້ໃຫ້ບໍລິການ DoH ທີ່ເລືອກ (%sຂໍ້ມູນເພີ່ມເຕີມ%s)."
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:26
msgid "India"
msgstr "ອິນເດຍ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:30
msgid "Italy"
msgstr "ອິຕາລີ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.blahdns.doh.json:26
msgid "Japan"
msgstr "ຍີ່ປຸ່ນ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/fi.lelux.resolver-eu.json:2
msgid "Lelux DNS (FI)"
msgstr "Lelux DNS (FI)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:171
msgid "Let local devices use Mozilla Private Relay"
msgstr "ອະນຸຍາດໃຫ້ອຸປະກອນທ້ອງຖິ່ນໃຊ້ Mozilla Private Relay"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:151
msgid "Let local devices use iCloud Private Relay"
msgstr "ອະນຸຍາດໃຫ້ອຸປະກອນທ້ອງຖິ່ນໃຊ້ iCloud Private Relay"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:135
msgid "Let local devices use their own DNS servers if set"
msgstr "ປ່ອຍໃຫ້ອຸປະກອນທ້ອງຖິ່ນໃຊ້ເຊີບເວີ DNS ຂອງຕົນເອງຖ້າມີການຕັ້ງຄ່າໄວ້"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/gr.libredns.doh.json:2
msgid "LibreDNS (GR)"
msgstr "LibreDNS (GR)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:259
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:553
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/status/include/71_https-dns-proxy.js:54
msgid "Listen Address"
msgstr "ທີ່ຢູ່ທີ່ໃຊ້ຟັງ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:564
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/status/include/71_https-dns-proxy.js:55
msgid "Listen Port"
msgstr "ພອດທີ່ໃຊ້ຟັງ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.blahdns.doh.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:8
msgid "Location"
msgstr "ສະຖານທີ່"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:299
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:631
msgid "Log Limit"
msgstr "ຈຳກັດການບັນທຶກ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:277
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:606
msgid "Logging File Path"
msgstr "ເສັ້ນທາງໄຟລ໌ບັນທຶກ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:250
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:596
msgid "Logging Verbosity Level"
msgstr "ລະດັບການບັນທຶກລະອຽດ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.controld.freedns.json:22
msgid "Malware Filter"
msgstr "ຕົວການກອງມັນແວ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:304
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:637
msgid "Max Idle Time"
msgstr "ເວລາບໍ່ເຮັດວຽກສູງສຸດ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.mullvad.dns.json:2
msgid "Mullvad"
msgstr "Mullvad"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/status/include/71_https-dns-proxy.js:53
msgid "Name / Type"
msgstr "ຊື່ / ປະເພດ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.opennameserver.json:8
msgid "Nameserver"
msgstr "Nameserver"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:38
msgid "Netherlands"
msgstr "ເນເທີແລນ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json:2
msgid "NextDNS.io"
msgstr "NextDNS.io"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:42
msgid "Norway"
msgstr "ນໍເວ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:212
msgid "Not installed or not found"
msgstr "ບໍ່ໄດ້ຕິດຕັ້ງ ຫຼື ບໍ່ພົບ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/cz.nic.odvr.json:2
msgid "ODVR (CZ)"
msgstr "ODVR (CZ)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/co.oszx.dns.json:2
msgid "OSZX DNS (UK)"
msgstr "OSZX DNS (UK)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json:2
msgid "OpenDNS"
msgstr "OpenDNS"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.opennameserver.json:2
msgid "OpenNameServer"
msgstr "OpenNameServer"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:471
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:499
msgid "Parameter"
msgstr "ພາຣາມິເຕີ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:287
msgid "Please %sdonate%s to support development of this project."
msgstr "ກະລຸນາ %sdonate%s ເພື່ອສະໜັບສະໜູນການພັດທະນາໂຄງການນີ້."
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:323
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:332
msgid ""
"Please note that %s is not supported on this system (%smore information%s)."
msgstr "ກະລຸນາຮັບຊາບວ່າ %s ບໍ່ຮອງຮັບໃນລະບົບນີ້ (%sຂໍ້ມູນເພີ່ມເຕີມ%s)."
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:50
msgid "Poland"
msgstr "ໂປແລນ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:282
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:610
msgid "Polling Interval"
msgstr "ໄລຍະເວລາການໂພລ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/ca.cira.canadianshield.json:18
msgid "Private Filter"
msgstr "ຕົວການກອງແບບສ່ວນຕົວ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/ca.cira.canadianshield.json:22
msgid "Protected Filter"
msgstr "ຕົວການກອງແບບປ້ອງກັນ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/eu.joindns4.json:18
msgid "Protective (blocks malicous and fraudulent websites)"
msgstr "ການປ້ອງກັນ (ບລັອກເວັບໄຊທີ່ເປັນອັນຕະລາຍ ແລະ ສໍ້ໂກງ)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/eu.joindns4.json:22
msgid "Protective with ad-blocking"
msgstr "ການປ້ອງກັນພ້ອມບລັອກໂຄສະນາ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/eu.joindns4.json:26
msgid "Protective with child protection"
msgstr "ການປ້ອງກັນພ້ອມປົກປ້ອງເດັກນ້ອຍ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/eu.joindns4.json:30
msgid "Protective with child protection & ad-blocking"
msgstr "ການປ້ອງກັນພ້ອມປົກປ້ອງເດັກນ້ອຍ ແລະ ບລັອກໂຄສະນາ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:384
msgid "Provider"
msgstr "ຜູ້ໃຫ້ບໍລິການ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:287
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:616
msgid "Proxy Server"
msgstr "ພຣັອກຊີເຊີເວີ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/tw.twnic.dns.json:2
msgid "Quad 101 (TW)"
msgstr "Quad 101 (TW)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.quad9.json:2
msgid "Quad 9"
msgstr "Quad 9"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:344
msgid "Restart"
msgstr "ຣີສະຕາດ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:338
msgid "Restarting %s service"
msgstr "ກຳລັງຣີສະຕາດບໍລິການ %s"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.dnspub.json:2
msgid "Restena DNS (LU)"
msgstr "Restena DNS (LU)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.rethinkdns.sky.json:2
msgid "Rethink DNS"
msgstr "Rethink DNS"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/cn.rubyfish.dns.json:2
msgid "RubyFish (CN)"
msgstr "RubyFish (CN)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:268
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:586
msgid "Run As Group"
msgstr "ເຮັດວຽກໃນນາມກຸ່ມ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:264
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:581
msgid "Run As User"
msgstr "ເຮັດວຽກໃນນາມຜູ້ໃຊ້"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.seby.doh-2.json:2
msgid "Seby DNS (AU)"
msgstr "Seby DNS (AU)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.quad9.json:18
msgid "Secured"
msgstr "ປອດໄພ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.quad9.json:26
msgid "Secured with ECS Support"
msgstr "ປອດໄພດ້ວຍການຮອງຮັບ ECS"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/recipes.v.json:18
msgid "Security"
msgstr "ຄວາມປອດໄພ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.cloudflare-dns.json:22
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.cleanbrowsing.doh.json:22
msgid "Security Filter"
msgstr "ຕົວການກອງດ້ານຄວາມປອດໄພ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:104
msgid "Select the DNSMASQ Configs to update"
msgstr "ເລືອກການຕັ້ງຄ່າ DNSMASQ ເພື່ອອັບເດດ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:427
msgid "Service Control"
msgstr "ການຄວບຄຸມບໍລິການ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:226
msgid "Service Instances"
msgstr "ອິນສະແຕນສ໌ບໍລິການ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:52
msgid "Service Options"
msgstr "ຕົວເລືອກບໍລິການ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:190
msgid "Service Status"
msgstr "ສະຖານະບໍລິການ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.blahdns.doh.json:30
msgid "Singapore"
msgstr "ສິງກະໂປ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.snopyta.dns.doh.fi.json:2
msgid "Snopyta DNS (FI)"
msgstr "Snopyta DNS (FI)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:573
msgid "Source (Bind To) Address"
msgstr "ທີ່ຢູ່ຕົ້ນທາງ (Bind To)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:272
msgid "Source Address"
msgstr "ທີ່ຢູ່ຕົ້ນທາງ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:22
msgid "Spain"
msgstr "ສະເປນ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/co.oszx.dns.json:18
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.cloudflare-dns.json:18
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.controld.freedns.json:18
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json:18
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/gr.libredns.doh.json:18
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.mullvad.dns.json:15
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.quad9.json:14
msgid "Standard"
msgstr "ມາດຕະຖານ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:325
msgid "Start"
msgstr "ເລີ່ມ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:319
msgid "Starting %s service"
msgstr "ກຳລັງເລີ່ມບໍລິການ %s"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:309
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:643
msgid "Statistic Interval"
msgstr "ໄລຍະເວລາສະຖິຕິ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:363
msgid "Stop"
msgstr "ຢຸດ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:357
msgid "Stopping %s service"
msgstr "ກຳລັງຢຸດບໍລິການ %s"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/ch.switch.dns.json:2
msgid "Switch DNS (CH)"
msgstr "Switch DNS (CH)"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.blahdns.doh.json:14
msgid "Switzerland"
msgstr "ສະວິດເຊີແລນ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:314
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:649
msgid "TCP Client Limit"
msgstr "ຈຳກັດລູກຄ້າ TCP"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:182
msgid "The domain used for connectivity checks (%smore information%s)."
msgstr "ໂດເມນທີ່ໃຊ້ສຳລັບກວດສອບການເຊື່ອມຕໍ່ (%sຂໍ້ມູນເພີ່ມເຕີມ%s)."
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/status/include/71_https-dns-proxy.js:104
msgid "There are no active instances."
msgstr "ບໍ່ມີອິນສະແຕນສ໌ທີ່ໃຊ້ງານຢູ່."
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/app.tiarap.doh.json:2
msgid "Tiarap Public DNS (JP)"
msgstr "Tiarap Public DNS (JP)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:196
msgid "Time to wait before checking connectivity (seconds)."
msgstr "ເວລາລໍຖ້າກ່ອນກວດສອບການເຊື່ອມຕໍ່ (ວິນາທີ)."
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:207
msgid "Time to wait for connectivity check response (seconds)."
msgstr "ເວລາລໍຖ້າການຕອບຮັບການກວດສອບການເຊື່ອມຕໍ່ (ວິນາທີ)."
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:18
msgid "US/Chicago"
msgstr "ສະຫະລັດ/ຊິກາໂກ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:34
msgid "US/Los Angeles"
msgstr "ສະຫະລັດ/ລອສແອນເຈີລິສ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.doh.json:46
msgid "US/New York"
msgstr "ສະຫະລັດ/ນິວຢອກ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/status/include/71_https-dns-proxy.js:109
msgid "Unable to retrieve %s status"
msgstr "ບໍ່ສາມາດດຶງສະຖານະ %s ໄດ້"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adguard.dns.json:18
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/eu.joindns4.json:14
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/recipes.v.json:14
msgid "Unfiltered"
msgstr "ບໍ່ໄດ້ກອງ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:380
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/status/include/71_https-dns-proxy.js:102
msgid "Unknown"
msgstr "ບໍ່ຮູ້ຈັກ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.quad9.json:22
msgid "Unsecured"
msgstr "ບໍ່ປອດໄພ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:65
msgid "Update DNSMASQ Config on Start/Stop"
msgstr "ອັບເດດການຕັ້ງຄ່າ DNSMASQ ເມື່ອເລີ່ມ/ຢຸດ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:75
msgid "Update all configs"
msgstr "ອັບເດດທຸກການຕັ້ງຄ່າ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:76
msgid "Update select configs"
msgstr "ອັບເດດບາງການຕັ້ງຄ່າທີ່ເລືອກ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:217
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:655
msgid "Use HTTP/1"
msgstr "ໃຊ້ HTTP/1"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:229
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:663
msgid "Use HTTP/3 (QUIC)"
msgstr "ໃຊ້ HTTP/3 (QUIC)"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:242
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:672
msgid "Use IPv6 resolvers"
msgstr "ໃຊ້ IPv6 resolvers"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:246
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:676
msgid "Use any family DNS resolvers"
msgstr "ໃຊ້ family DNS resolvers ອັນໃດກໍໄດ້"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:221
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:233
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:659
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:667
msgid "Use negotiated HTTP version"
msgstr "ໃຊ້ເວີຊັນ HTTP ທີ່ຕົກລົງກັນ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json:8
msgid "Username"
msgstr "ຊື່ຜູ້ໃຊ້"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/app.tiarap.doh.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/ca.cira.canadianshield.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/co.oszx.dns.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adguard.dns.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.cloudflare-dns.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.controld.freedns.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/eu.joindns4.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/gr.libredns.doh.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.mullvad.dns.json:9
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.quad9.json:8
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/recipes.v.json:8
msgid "Variant"
msgstr "ຕົວເລືອກຮູບແບບ"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:194
msgid "Version %s - Running."
msgstr "ເວີຊັນ %s - ກຳລັງເຮັດວຽກ."
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:206
msgid "Version %s - Stopped (Disabled)."
msgstr "ເວີຊັນ %s - ຢຸດ (ປິດໃຊ້ງານ)."
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:204
msgid "Version %s - Stopped."
msgstr "ເວີຊັນ %s - ຢຸດ."
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.wikimedia-dns.json:2
msgid "Wikimedia"
msgstr "Wikimedia"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:561
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:570
msgid "auto"
msgstr "ອັດຕະໂນມັດ"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.opennameserver.json:14
msgid "ns1: Germany - Baden-Baden"
msgstr "ns1: ເຢຍລະມັນ - Baden-Baden"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.opennameserver.json:18
msgid "ns2: Germany - Düsseldorf"
msgstr "ns2: ເຢຍລະມັນ - Düsseldorf"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.opennameserver.json:22
msgid "ns3: Germany - Berlin"
msgstr "ns3: ເຢຍລະມັນ - Berlin"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/org.opennameserver.json:26
msgid "ns4: Norway - Sandefjord"
msgstr "ns4: ນໍເວ - Sandefjord"
#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/recipes.v.json:2
msgid "v.recipes"
msgstr "v.recipes"
|