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
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
|
msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
"PO-Revision-Date: 2024-01-26 16:51+0000\n"
"Last-Translator: Hứa Đức Quân <huaducquan14@gmail.com>\n"
"Language-Team: Vietnamese <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/vi/>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.4-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:432
msgid "\"../\" not allowed in path for Security Reason."
msgstr "\"../\" không được phép trong đường dẫn vì lý do bảo mật."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:464
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:534
msgid "Add new services..."
msgstr "Thêm dịch vụ mới..."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:608
msgid "Advanced Settings"
msgstr "Cài đặt Nâng cao"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:401
msgid "Allow non-public IP's"
msgstr "Cho phép IP không công khai"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:607
msgid "Basic Settings"
msgstr "Cài đặt cơ bản"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:887
msgid "Bind Network"
msgstr "Ràng buộc mạng"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:332
msgid "Binding to a specific network not supported"
msgstr "Không hỗ trợ ràng buộc vào một mạng cụ thể"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:359
msgid ""
"BusyBox's nslookup and Wget do not support to specify the IP version to use "
"for communication with DDNS Provider!"
msgstr ""
"nslookup và wget trên BusyBox không hỗ trợ để chỉ định phiên bản IP để sử "
"dụng cho việc giao tiếp với nhà cung cấp dịch vụ DDNS!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:370
msgid ""
"BusyBox's nslookup and hostip do not support to specify to use TCP instead "
"of default UDP when requesting DNS server!"
msgstr ""
"nslookup và hostip trên BusyBox không hỗ trợ để chỉ định cho việc sử dụng "
"TCP thay vì mặc định là UDP khi yêu cầu máy chủ DNS!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:381
msgid ""
"BusyBox's nslookup in the current compiled version does not handle given DNS "
"Servers correctly!"
msgstr ""
"Phiên bản nslookup hiện tại trên BusyBox không xử lý các máy chủ DNS chính "
"xác!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:452
msgid "Ca Certs path"
msgstr "Đường dẫn Ca Certs"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:453
msgid ""
"Ca Certs path that will be used to download services data. Set IGNORE to "
"skip certificate validation."
msgstr ""
"Đường dẫn Ca Certs sẽ được sử dụng để tải dữ liệu dịch vụ. Đặt IGNORE để bỏ "
"qua xác thực chứng chỉ."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:540
msgid "Cancel"
msgstr "Hủy lệnh"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:965
msgid "Check Interval"
msgstr "Kiểm tra khoảng thời gian"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:980
msgid "Check Unit"
msgstr "Kiểm tra đơn vị"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:525
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:658
msgid "Checking the service support..."
msgstr "Đang kiểm tra hỗ trợ dịch vụ..."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:27
msgid "Configuration"
msgstr "Cấu hình"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:214
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1125
msgid "Configuration Error"
msgstr "Lỗi cấu hình"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:544
msgid "Create service"
msgstr "Tạo dịch vụ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:414
msgid "Current setting:"
msgstr "Cài đặt hiện tại:"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:198
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:276
msgid "Currently DDNS updates are not started at boot or on interface events."
msgstr ""
"Hiện tại, các cập nhật DDNS không được bắt đầu khi khởi động hoặc sự kiện "
"giao diện."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:721
msgid "Custom update script to be used for updating your DDNS Provider."
msgstr ""
"Kịch bản cập nhật tùy chỉnh được sử dụng để cập nhật Nhà cung cấp DDNS của "
"bạn."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:701
msgid "Custom update-URL"
msgstr "Tùy chỉnh cập nhật - URL"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:720
msgid "Custom update-script"
msgstr "Kịch bản cập nhật tùy chỉnh"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:196
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:279
msgid "DDNS Autostart disabled"
msgstr "Tắt tự động khởi động DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:195
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:279
msgid "DDNS Autostart enabled"
msgstr "Bật tự động khởi động DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:520
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:641
msgid "DDNS Service provider"
msgstr "Nhà cung cấp dịch vụ DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:284
msgid "DDns"
msgstr "DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:585
msgid "DDns Service"
msgstr "Dịch vụ DDns"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:369
msgid "DNS requests via TCP not supported"
msgstr "Không hỗ trợ yêu cầu DNS qua TCP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:908
msgid "DNS-Server"
msgstr "Máy chủ DNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:410
msgid "Date format"
msgstr "Định dạng ngày tháng"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:837
msgid "Defines the Web page to read systems IP-Address from."
msgstr "Xác định trang Web để đọc địa chỉ IP của hệ thống từ."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:847
msgid "Defines the interface to read systems IP-Address from"
msgstr "Xác định giao diện để đọc địa chỉ IP của hệ thống từ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:829
msgid "Defines the network to read systems IP-Address from"
msgstr "Xác định mạng để đọc địa chỉ IP của hệ thống từ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:791
msgid ""
"Defines the source to read systems IP-Address from, that will be send to the "
"DDNS provider"
msgstr ""
"Xác định nguồn để đọc địa chỉ IP của hệ thống từ, sẽ được gửi đến nhà cung "
"cấp DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:512
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:631
msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider"
msgstr "Xác định địa chỉ IP 'IPv4/IPv6' nào được gửi đến nhà cung cấp DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:426
msgid "Directory contains Log files for each running section."
msgstr "Thư mục chứa các tệp Log cho mỗi phần đang chạy."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:420
msgid ""
"Directory contains PID and other status information for each running section."
msgstr "Thư mục chứa PID và thông tin trạng thái khác cho mỗi phần đang chạy."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:17
msgid "Disabled"
msgstr "Vô hiệu hoá"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:737
msgid "Domain"
msgstr "Tên Miền"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:260
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:7
#: applications/luci-app-ddns/root/usr/share/luci/menu.d/luci-app-ddns.json:3
msgid "Dynamic DNS"
msgstr "Dynamic DNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:267
msgid "Dynamic DNS Version"
msgstr "Phiên bản Dynamic DNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:553
msgid "Edit"
msgstr "Chỉnh Sửa"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:770
msgid "Enable secure communication with DDNS provider"
msgstr "Kích hoạt giao tiếp an toàn với nhà cung cấp DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:613
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1133
msgid "Enabled"
msgstr "Kích Hoạt"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:950
msgid "Error"
msgstr "Lỗi"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
msgid "Error Max Retry Counter"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
msgid "Error Retry Interval"
msgstr "Khoảng thời gian thử lại lỗi"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:861
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:870
msgid "Event Network"
msgstr "Mạng sự kiện"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:839
msgid "Example for IPv4"
msgstr "Ví dụ cho IPv4"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:841
msgid "Example for IPv6"
msgstr "Ví dụ cho IPv6"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid "File"
msgstr "Tệp"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:704
msgid "Follow instructions you will find on their WEB page."
msgstr "Theo hướng dẫn bạn sẽ tìm thấy trên trang WEB của họ."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:412
msgid "For supported codes look here"
msgstr "Để xem các mã được hỗ trợ, hãy xem ở đây"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:899
msgid "Force IP Version"
msgstr "Bắt buộc Phiên bản IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:358
msgid "Force IP Version not supported"
msgstr "Bắt buộc Phiên bản IP không được hỗ trợ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:989
msgid "Force Interval"
msgstr "Khoảng thời gian bắt buộc"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:920
msgid "Force TCP on DNS"
msgstr "Bắt buộc sử dụng TCP trên DNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1015
msgid "Force Unit"
msgstr "Đơn vị bắt buộc"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:932
msgid "Format"
msgstr "Định dạng"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:911
msgid "Format: IP or FQDN"
msgstr "Định dạng: IP hoặc FQDN"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:337
msgid ""
"GNU Wget will use the IP of given network, cURL will use the physical "
"interface."
msgstr ""
"GNU Wget sẽ sử dụng IP của mạng đã cho, cURL sẽ sử dụng giao diện vật lý."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:265
msgid "Global Settings"
msgstr "Cài đặt chung"
#: applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json:3
msgid "Grant access to ddns procedures"
msgstr "Cấp quyền tru cập cho phương thức ddns"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:320
msgid "HTTPS not supported"
msgstr "Không hỗ trợ HTTPS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
msgid "Hostname/FQDN to validate, if IP update happen or necessary"
msgstr "Tên máy/FQDN để xác nhận, nếu cập nhật IP xảy ra hoặc cần thiết"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:790
msgid "IP address source"
msgstr "Nguồn địa chỉ IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:511
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:630
msgid "IP address version"
msgstr "Phiên bản địa chỉ IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:514
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:635
msgid "IPv4-Address"
msgstr "Địa chỉ IPv4"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:934
msgid "IPv6 address must be given in square brackets"
msgstr "Địa chỉ IPv6 phải được đặt trong dấu ngoặc vuông"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:311
msgid "IPv6 is currently not (fully) supported by this system"
msgstr "Hiện tại hệ thống này không hỗ trợ IPv6 (hoàn toàn)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:310
msgid "IPv6 not supported"
msgstr "Không hỗ trợ IPv6"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:516
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:637
msgid "IPv6-Address"
msgstr "Địa chỉ IPv6"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:445
msgid ""
"If Wget and cURL package are installed, Wget is used for communication by "
"default."
msgstr ""
"Nếu đã cài đặt gói Wget và cURL, Wget sẽ được sử dụng cho giao tiếp theo mặc "
"định."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
msgid "If this service section is disabled it could not be started."
msgstr "Nếu phần dịch vụ này bị tắt, nó không thể được khởi động."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:393
msgid "If using secure communication you should verify server certificates!"
msgstr "Nếu sử dụng giao tiếp an toàn, bạn nên xác minh chứng chỉ máy chủ!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:325
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:339
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:351
msgid ""
"In some versions cURL/libcurl in OpenWrt is compiled without proxy support."
msgstr ""
"Trong một số phiên bản, cURL/libcurl trên OpenWrt được biên dịch mà không có "
"hỗ trợ proxy."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:947
msgid "Info"
msgstr "Thông tin"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:264
msgid "Information"
msgstr "Thông Tin"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:713
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:730
msgid "Insert a Update Script OR a Update URL"
msgstr "Chèn một Kịch bản Cập nhật HOẶC một URL Cập nhật"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:395
msgid ""
"Install 'ca-certificates' package or needed certificates by hand into /etc/"
"ssl/certs default directory"
msgstr ""
"Cài đặt gói 'ca-certificates' hoặc cần bỏ chứng thư bằng tay vào thư mục mặc "
"định /etc/ssl/certs"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:671
msgid "Install Service"
msgstr "Cài đặt Dịch vụ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:796
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:846
msgid "Interface"
msgstr "Giao diện"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:990
msgid "Interval to force updates send to DDNS Provider"
msgstr "Khoảng thời gian để gửi cập nhật bắt buộc đến Nhà cung cấp DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:981
msgid "Interval unit to check for changed IP"
msgstr "Đơn vị khoảng thời gian để kiểm tra IP đã thay đổi"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1016
msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
"Đơn vị khoảng thời gian để gửi cập nhật bắt buộc đến Nhà cung cấp DDNS."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1138
msgid "Last Update"
msgstr "Cập nhật cuối cùng"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:610
msgid "Log File Viewer"
msgstr "Trình xem Tệp Nhật ký"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:425
msgid "Log directory"
msgstr "Thư mục nhật ký"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:437
msgid "Log length"
msgstr "Độ dài nhật ký"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:953
msgid "Log to file"
msgstr "Lưu nhật ký vào tệp"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:941
msgid "Log to syslog"
msgstr "Log to syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:622
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1121
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Tra cứu Tên máy"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:499
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1115
msgid "Name"
msgstr "Tên"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:333
msgid ""
"Neither GNU Wget with SSL nor cURL installed to select a network to use for "
"communication."
msgstr ""
"Không cài đặt GNU Wget với SSL hoặc cURL để chọn một mạng để sử dụng cho "
"giao tiếp."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:321
msgid ""
"Neither GNU Wget with SSL nor cURL installed to support secure updates via "
"HTTPS protocol."
msgstr ""
"Không cài đặt GNU Wget với SSL hoặc cURL để hỗ trợ cập nhật an toàn qua giao "
"thức HTTPS."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:616
msgid "Neither from LuCI interface nor from console."
msgstr "Không từ giao diện LuCI cũng không từ bảng điều khiển."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:794
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:828
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:31
msgid "Network"
msgstr "Mạng"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:862
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:871
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:890
msgid "Network on which the ddns-updater scripts will be started"
msgstr "Mạng mà các kịch bản ddns-updater sẽ được khởi động"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:216
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1142
msgid "Never"
msgstr "Không bao giờ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:502
msgid "New DDns Service…"
msgstr "Dịch vụ DDns mới…"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1138
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Cập nhật tiếp theo"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:215
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Không có dữ liệu"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:392
msgid "No certificates found"
msgstr "Không tìm thấy chứng chỉ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:946
msgid "No logging"
msgstr "Không có nhật ký"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:402
msgid "Non-public and by default blocked IP's"
msgstr "Địa chỉ IP không công khai và bị chặn theo mặc định"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:218
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
msgid "Not Running"
msgstr "Không Chạy"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:948
msgid "Notice"
msgstr "Lưu ý"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:438
msgid "Number of last lines stored in log files"
msgstr "Số dòng cuối cùng được lưu trữ trong tệp nhật ký"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:900
msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication."
msgstr "TÙY CHỌN: Bắt buộc sử dụng giao tiếp chỉ với IPv4/IPv6."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:921
msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests."
msgstr ""
"TÙY CHỌN: Bắt buộc sử dụng giao thức TCP thay vì UDP mặc định cho yêu cầu "
"DNS."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:888
msgid "OPTIONAL: Network to use for communication"
msgstr "TÙY CHỌN: Mạng để sử dụng cho giao tiếp"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:930
msgid "OPTIONAL: Proxy-Server for detection and updates."
msgstr "TÙY CHỌN: Máy chủ Proxy để phát hiện và cập nhật."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:909
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
"TÙY CHỌN: Sử dụng DNS-Server không mặc định để phát hiện 'IP đã đăng ký'."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1026
msgid ""
"On Error the script will stop execution after the given number of retries."
msgstr ""
"Khi xảy ra Lỗi, tập lệnh sẽ dừng thực thi sau một số lần thử nhất định."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
msgid "Optional Encoded Parameter"
msgstr "Tham số Tùy chọn đã Mã hóa"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:762
msgid "Optional Parameter"
msgstr "Tham số Tùy chọn"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:757
msgid "Optional: Replaces [PARAMENC] in Update-URL (URL-encoded)"
msgstr "Tùy chọn: Thay thế [PARAMENC] trong Địa chỉ URL Cập nhật (Mã hóa URL)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:763
msgid "Optional: Replaces [PARAMOPT] in Update-URL (NOT URL-encoded)"
msgstr ""
"Tùy chọn: Thay thế [PARAMOPT] trong Địa chỉ URL Cập nhật (KHÔNG mã hóa URL)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:929
msgid "PROXY-Server"
msgstr "Máy chủ PROXY"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:749
msgid "Password"
msgstr "Mật khẩu"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:775
msgid "Path to CA-Certificate"
msgstr "Đường dẫn đến Chứng chỉ CA"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:312
msgid ""
"Please follow the instructions on OpenWrt's homepage to enable IPv6 support"
msgstr ""
"Vui lòng làm theo hướng dẫn trên trang chủ của OpenWrt để bật chế độ hỗ trợ "
"IPv6"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "Please press [Read] button"
msgstr "Vui lòng nhấn nút [Đọc]"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1055
msgid "Read / Reread log file"
msgstr "Đọc / Đọc lại tệp nhật ký"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:686
msgid "Really switch service?"
msgstr "Thật sự chuyển dịch vụ?"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1121
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "IP Đã Đăng ký"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:575
msgid "Reload"
msgstr "Tải lại"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:558
msgid "Reload this service"
msgstr "Tải lại dịch vụ này"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:738
msgid "Replaces [DOMAIN] in Update-URL (URL-encoded)"
msgstr "Thay thế [DOMAIN] trong Địa chỉ URL Cập nhật (Mã hóa URL)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:750
msgid "Replaces [PASSWORD] in Update-URL (URL-encoded)"
msgstr "Thay thế [PASSWORD] trong Địa chỉ URL Cập nhật (Mã hóa URL)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:744
msgid "Replaces [USERNAME] in Update-URL (URL-encoded)"
msgstr "Thay thế [USERNAME] trong Địa chỉ URL Cập nhật (Mã hóa URL)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:290
msgid "Restart DDns"
msgstr "Khởi động lại DDns"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1043
msgid "Retry Unit"
msgstr "Đơn vị Thử lại"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:16
msgid "Run once"
msgstr "Chạy một lần"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:229
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1110
msgid "Running"
msgstr "Đang chạy"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:797
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:854
msgid "Script"
msgstr "Kịch bản"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:524
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:657
msgid "Select a service"
msgstr "Chọn một dịch vụ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:526
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:660
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:680
msgid "Service doesn't support this ip type"
msgstr "Dịch vụ không hỗ trợ loại IP này"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:659
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:670
msgid "Service not installed"
msgstr "Dịch vụ chưa được cài đặt"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:461
msgid "Services"
msgstr "Các dịch vụ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:456
msgid "Services URL Download"
msgstr "URL Tải về Dịch vụ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:294
msgid "Services list last update"
msgstr "Cập nhật cuối cùng danh sách Dịch vụ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:992
msgid "Setting this parameter to 0 will force the script to only run once"
msgstr "Thiết lập tham số này thành 0 sẽ bắt buộc tập lệnh chỉ chạy một lần"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:190
msgid "Start DDNS"
msgstr "Khởi động DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:272
msgid "State"
msgstr "Trạng thái"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1104
msgid "Status"
msgstr "Trạng thái"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:419
msgid "Status directory"
msgstr "Thư mục Trạng thái"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:574
msgid "Stop"
msgstr "Dừng"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:190
msgid "Stop DDNS"
msgstr "Dừng DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:563
msgid "Stop this service"
msgstr "Dừng dịch vụ này"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:18
msgid "Stopped"
msgstr "Đã dừng"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:687
msgid "Switch service"
msgstr "Chuyển dịch vụ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1028
msgid "The default setting of '0' will retry infinitely."
msgstr "Thiết lập mặc định là '0' sẽ thử lại vô hạn."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1036
msgid "The interval between which each successive retry commences."
msgstr "Khoảng thời gian mà mỗi lần thử lại liên tiếp sẽ bắt đầu."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Tên dịch vụ đã được sử dụng"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:43
msgid "There is no service configured."
msgstr "Không có dịch vụ nào được cấu hình."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1071
msgid "This is the current content of the log file in %h for this service."
msgstr "Đây là nội dung hiện tại của tệp nhật ký trong %h cho dịch vụ này."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:199
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:277
msgid ""
"This is the default if you run DDNS scripts by yourself (i.e. via cron with "
"force_interval set to '0')"
msgstr ""
"Đây là mặc định nếu bạn chạy các tập lệnh DDNS bằng chính mình (tức là thông "
"qua cron với force_interval được đặt thành '0')"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:877
msgid "This will be autoset to the selected interface"
msgstr "Điều này sẽ được tự động thiết lập cho giao diện đã chọn"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:609
msgid "Timer Settings"
msgstr "Cài đặt hẹn giờ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:795
msgid "URL"
msgstr "URL"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:836
msgid "URL to detect"
msgstr "URL để phát hiện"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:217
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1142
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Không xác định"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:301
msgid "Update DDns Services List"
msgstr "Cập nhật Danh sách Dịch vụ DDns"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:702
msgid "Update URL to be used for updating your DDNS Provider."
msgstr "Cập nhật URL được sử dụng để cập nhật Nhà cung cấp DDNS của bạn."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:457
msgid ""
"Url used to download services file. By default is the master openwrt ddns "
"package repo."
msgstr ""
"Url được sử dụng để tải xuống tệp dịch vụ. Mặc định là kho dữ liệu gói "
"openwrt ddns."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:769
msgid "Use HTTP Secure"
msgstr "Sử dụng HTTP Bảo mật"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid "Use cURL"
msgstr "Sử dụng cURL"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:855
msgid "User defined script to read systems IP-Address"
msgstr "Kịch bản xác định người dùng để đọc Địa chỉ IP của hệ thống"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:743
msgid "Username"
msgstr "Tên người dùng"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:380
msgid "Using specific DNS Server not supported"
msgstr "Không hỗ trợ sử dụng máy chủ DNS cụ thể"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:974
msgid "Values below 5 minutes == 300 seconds are not supported"
msgstr "Không hỗ trợ giá trị dưới 5 phút == 300 giây"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1009
msgid "Values lower 'Check Interval' except '0' are not supported"
msgstr "Không hỗ trợ giá trị thấp hơn 'Check Interval' trừ '"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:15
msgid "Verify"
msgstr "Xác minh"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:949
msgid "Warning"
msgstr "Cảnh báo"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Which time units to use for retry counters."
msgstr "Các đơn vị thời gian nào được sử dụng cho bộ đếm thử lại."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:958
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
msgstr "Ghi thông điệp chi tiết vào tệp nhật ký. Tệp sẽ tự động bị cắt."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:942
msgid ""
"Writes log messages to syslog. Critical Errors will always be written to "
"syslog."
msgstr ""
"Ghi thông điệp nhật ký vào syslog. Lỗi nghiêm trọng sẽ luôn được ghi vào "
"syslog."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:384
msgid ""
"You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' "
"package, if you need to specify a DNS server to detect your registered IP."
msgstr ""
"Bạn nên cài đặt gói 'bind-host' hoặc 'knot-host' hoặc 'drill' hoặc 'hostip' "
"nếu bạn cần chỉ định máy chủ DNS để phát hiện Địa chỉ IP đã đăng ký của bạn."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:373
msgid ""
"You should install 'bind-host' or 'knot-host' or 'drill' package for DNS "
"requests."
msgstr ""
"Bạn nên cài đặt gói 'bind-host' hoặc 'knot-host' hoặc 'drill' cho các yêu "
"cầu DNS."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:361
msgid "You should install 'wget' or 'curl' or 'uclient-fetch' package."
msgstr "Bạn nên cài đặt gói 'wget' hoặc 'curl' hoặc 'uclient-fetch'."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:323
msgid ""
"You should install 'wget' or 'curl' or 'uclient-fetch' with 'libustream-"
"*ssl' package."
msgstr ""
"Bạn nên cài đặt gói 'wget' hoặc 'curl' hoặc 'uclient-fetch' với gói "
"'libustream-*ssl'."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:335
msgid "You should install 'wget' or 'curl' package."
msgstr "Bạn nên cài đặt gói 'wget' hoặc 'curl'."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:349
msgid ""
"You should install 'wget' or 'uclient-fetch' package or replace libcurl."
msgstr "Bạn nên cài đặt gói 'wget' hoặc 'uclient-fetch' hoặc thay thế libcurl."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:347
msgid "cURL is installed, but libcurl was compiled without proxy support."
msgstr ""
"cURL đã được cài đặt, nhưng libcurl đã được biên dịch mà không có hỗ trợ "
"proxy."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:346
msgid "cURL without Proxy Support"
msgstr "cURL không có Hỗ trợ Proxy"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:521
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:643
msgid "custom"
msgstr "tùy chỉnh"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1022
msgid "days"
msgstr "ngày"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:776
msgid "directory or path/file"
msgstr "thư mục hoặc đường dẫn/tệp"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
msgid "hours"
msgstr "giờ"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:985
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1020
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "minutes"
msgstr "phút"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778
msgid "or"
msgstr "hoặc"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:313
msgid "or update your system to the latest OpenWrt Release"
msgstr "hoặc cập nhật hệ thống của bạn lên phiên bản OpenWrt mới nhất"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:984
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1048
msgid "seconds"
msgstr "Giây"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:780
msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr "để chạy HTTPS mà không xác minh chứng chỉ máy chủ (không an toàn)"
#~ msgid "Error Retry Counter"
#~ msgstr "Bộ đếm thử lại lỗi"
#~ msgid "Collecting data..."
#~ msgstr "Đang lấy dữ liệu..."
#~ msgid "Loading"
#~ msgstr "Đang tải"
#~ msgid "Waiting for changes to be applied..."
#~ msgstr "Vui lòng chờ để áp dụng các thay đổi..."
#, fuzzy
#~ msgid ""
#~ "Dynamic DNS allows that your router can be reached with a fixed hostname "
#~ "while having a dynamically changing IP address."
#~ msgstr ""
#~ "Dynamic DNS cho phép bộ định tuyến có thể được đạt đến với một hostname "
#~ "cố định, trong khi có một địa chỉ AP thay đổi năng động."
|