aboutsummaryrefslogtreecommitdiff
path: root/src/qt/locale/bitcoin_vi.ts
blob: 8dd11d884f0d99668349de39e954f7f5d4f244aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
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
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
<TS version="2.1" language="vi">
<context>
    <name>AddressBookPage</name>
    <message>
        <source>Right-click to edit address or label</source>
        <translation type="unfinished">Nhấp chuột phải để sửa địa chỉ hoặc nhãn</translation>
    </message>
    <message>
        <source>Create a new address</source>
        <translation type="unfinished">Tạo địa chỉ mới</translation>
    </message>
    <message>
        <source>&amp;New</source>
        <translation type="unfinished">&amp;Mới</translation>
    </message>
    <message>
        <source>Copy the currently selected address to the system clipboard</source>
        <translation type="unfinished">Sao chép các địa chỉ đã được chọn vào bộ nhớ tạm thời của hệ thống</translation>
    </message>
    <message>
        <source>&amp;Copy</source>
        <translation type="unfinished">&amp;Sao chép</translation>
    </message>
    <message>
        <source>C&amp;lose</source>
        <translation type="unfinished">Đ&amp;óng lại</translation>
    </message>
    <message>
        <source>Delete the currently selected address from the list</source>
        <translation type="unfinished">Xóa địa chỉ đang chọn từ danh sách</translation>
    </message>
    <message>
        <source>Export the data in the current tab to a file</source>
        <translation type="unfinished">Xuất dữ liệu trong thẻ hiện tại ra file</translation>
    </message>
    <message>
        <source>&amp;Export</source>
        <translation type="unfinished">&amp;Xuất</translation>
    </message>
    <message>
        <source>&amp;Delete</source>
        <translation type="unfinished">&amp;Xóa</translation>
    </message>
    <message>
        <source>Choose the address to send coins to</source>
        <translation type="unfinished">Chọn địa chỉ để gửi coins đến</translation>
    </message>
    <message>
        <source>Choose the address to receive coins with</source>
        <translation type="unfinished">Chọn địa chỉ để nhận coins với</translation>
    </message>
    <message>
        <source>C&amp;hoose</source>
        <translation type="unfinished">C&amp;họn</translation>
    </message>
    <message>
        <source>Sending addresses</source>
        <translation type="unfinished">Địa chỉ đang gửi</translation>
    </message>
    <message>
        <source>Receiving addresses</source>
        <translation type="unfinished">Địa chỉ đang nhận</translation>
    </message>
    <message>
        <source>These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins.</source>
        <translation type="unfinished">Đây là những địa chỉ đang thực hiện thanh toán. Luôn kiểm tra số lượng và địa chỉ nhận trước khi gửi coins.</translation>
    </message>
    <message>
        <source>These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses.
Signing is only possible with addresses of the type 'legacy'.</source>
        <translation type="unfinished">Đây là các địa chỉ Bitcoin của bạn để nhận thanh toán. Sử dụng nút 'Tạo địa chỉ nhận mới' trong tab nhận để tạo các địa chỉ mới. Chỉ có thể gán địa chỉ với các địa chỉ thuộc loại 'kế thừa'.</translation>
    </message>
    <message>
        <source>&amp;Copy Address</source>
        <translation type="unfinished">&amp;Copy Địa Chỉ</translation>
    </message>
    <message>
        <source>Copy &amp;Label</source>
        <translation type="unfinished">Copy &amp;Nhãn</translation>
    </message>
    <message>
        <source>Export Address List</source>
        <translation type="unfinished">Xuất List Địa Chỉ</translation>
    </message>
    <message>
        <source>Comma separated file</source>
        <extracomment>Expanded name of the CSV file format. See: https://en.wikipedia.org/wiki/Comma-separated_values.</extracomment>
        <translation type="unfinished">Tệp tách dấu phẩy</translation>
    </message>
    <message>
        <source>There was an error trying to save the address list to %1. Please try again.</source>
        <extracomment>An error message. %1 is a stand-in argument for the name of the file we attempted to save to.</extracomment>
        <translation type="unfinished">Có lỗi khi đang save list địa chỉ đến %1. Vui lòng thử lại.</translation>
    </message>
    <message>
        <source>Exporting Failed</source>
        <translation type="unfinished">Xuất Thất Bại</translation>
    </message>
</context>
<context>
    <name>AddressTableModel</name>
    <message>
        <source>Label</source>
        <translation type="unfinished">Nhãn</translation>
    </message>
    <message>
        <source>Address</source>
        <translation type="unfinished">Địa chỉ</translation>
    </message>
    <message>
        <source>(no label)</source>
        <translation type="unfinished">(không nhãn)</translation>
    </message>
</context>
<context>
    <name>AskPassphraseDialog</name>
    <message>
        <source>Passphrase Dialog</source>
        <translation type="unfinished">Log Cụm Mật Khẩu</translation>
    </message>
    <message>
        <source>Enter passphrase</source>
        <translation type="unfinished">Nhập cụm mật khẩu</translation>
    </message>
    <message>
        <source>New passphrase</source>
        <translation type="unfinished">Cụm mật khẩu mới</translation>
    </message>
    <message>
        <source>Repeat new passphrase</source>
        <translation type="unfinished">Lặp lại cụm mật khẩu mới</translation>
    </message>
    <message>
        <source>Show passphrase</source>
        <translation type="unfinished">Hiện cụm từ mật khẩu</translation>
    </message>
    <message>
        <source>Encrypt wallet</source>
        <translation type="unfinished">Ví mã hóa</translation>
    </message>
    <message>
        <source>This operation needs your wallet passphrase to unlock the wallet.</source>
        <translation type="unfinished">Quá trình này cần cụm mật khẩu của bạn để mở khóa ví.</translation>
    </message>
    <message>
        <source>Unlock wallet</source>
        <translation type="unfinished">Mở khóa ví</translation>
    </message>
    <message>
        <source>Change passphrase</source>
        <translation type="unfinished">Đổi cụm mật khẩu</translation>
    </message>
    <message>
        <source>Confirm wallet encryption</source>
        <translation type="unfinished">Xác nhận mã hóa ví</translation>
    </message>
    <message>
        <source>Warning: If you encrypt your wallet and lose your passphrase, you will &lt;b&gt;LOSE ALL OF YOUR BITCOINS&lt;/b&gt;!</source>
        <translation type="unfinished">Cảnh báo: Nếu bạn mã hóa ví và mất cụm mật khẩu, bạn sẽ &lt;b&gt;MẤT TẤT CẢ BITCOIN&lt;/b&gt;!</translation>
    </message>
    <message>
        <source>Are you sure you wish to encrypt your wallet?</source>
        <translation type="unfinished">Bạn có chắc bạn muốn mã hóa ví của mình?</translation>
    </message>
    <message>
        <source>Wallet encrypted</source>
        <translation type="unfinished">Ví đã được mã hóa</translation>
    </message>
    <message>
        <source>Enter the new passphrase for the wallet.&lt;br/&gt;Please use a passphrase of &lt;b&gt;ten or more random characters&lt;/b&gt;, or &lt;b&gt;eight or more words&lt;/b&gt;.</source>
        <translation type="unfinished">Nhập cụm từ mật khẩu mới cho ví điện tử. Hãy sử dụng cụm mật khẩu với mười hoặc nhiều hơn các ký tự ngẫu nhiên, hoặc nhiều hơn tám từ.</translation>
    </message>
    <message>
        <source>Enter the old passphrase and new passphrase for the wallet.</source>
        <translation type="unfinished">Nhập cụm mật khẩu cũ và mật khẩu mới cho ví.</translation>
    </message>
    <message>
        <source>Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
        <translation type="unfinished">Xin lưu ý rằng mật mã hóa ví của bạn không thể bảo vệ hoàn toàn bitcoin của bạn khỏi đánh cắp bởi các phẩn mềm gián điệp nhiễm vào máy tính của bạn.</translation>
    </message>
    <message>
        <source>Wallet to be encrypted</source>
        <translation type="unfinished">Ví sẽ được mã hóa</translation>
    </message>
    <message>
        <source>Your wallet is about to be encrypted. </source>
        <translation type="unfinished">Ví của bạn sẽ được mã hóa.</translation>
    </message>
    <message>
        <source>Your wallet is now encrypted. </source>
        <translation type="unfinished">Ví của bạn đã được mã hóa.</translation>
    </message>
    <message>
        <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
        <translation type="unfinished">QUAN TRỌNG: Bất cứ backup nào bạn từng làm trước đây từ ví của bạn nên được thay thế tạo mới, file mã hóa ví. Vì lý do bảo mật, các backup trước đây của các ví chưa mã hóa sẽ bị vô tác dụng ngay khi bạn bắt đầu sử dụng mới, ví đã được mã hóa.</translation>
    </message>
    <message>
        <source>Wallet encryption failed</source>
        <translation type="unfinished">Quá trình mã hóa ví thất bại</translation>
    </message>
    <message>
        <source>Wallet encryption failed due to an internal error. Your wallet was not encrypted.</source>
        <translation type="unfinished">Quá trình mã hóa ví thất bại do một lỗi nội tại. Ví của bạn vẫn chưa được mã hóa.</translation>
    </message>
    <message>
        <source>The supplied passphrases do not match.</source>
        <translation type="unfinished">Cụm mật khẩu được cung cấp không đúng.</translation>
    </message>
    <message>
        <source>Wallet unlock failed</source>
        <translation type="unfinished">Mở khóa ví thất bại</translation>
    </message>
    <message>
        <source>The passphrase entered for the wallet decryption was incorrect.</source>
        <translation type="unfinished">Cụm mật khẩu đã nhập để giải mã ví không đúng.</translation>
    </message>
    <message>
        <source>Wallet passphrase was successfully changed.</source>
        <translation type="unfinished">Cụm mật khẩu thay đổi thành công.</translation>
    </message>
    <message>
        <source>Warning: The Caps Lock key is on!</source>
        <translation type="unfinished">Cảnh báo: chữ Viết Hoa đang bật!</translation>
    </message>
</context>
<context>
    <name>BanTableModel</name>
    <message>
        <source>Banned Until</source>
        <translation type="unfinished">Cấm Đến</translation>
    </message>
</context>
<context>
    <name>BitcoinApplication</name>
    <message>
        <source>A fatal error occurred. %1 can no longer continue safely and will quit.</source>
        <translation type="unfinished">Lỗi nghiêm trong. %1 không thể tiếp tục và sẽ thoát ra</translation>
    </message>
    </context>
<context>
    <name>QObject</name>
    <message>
        <source>Error: Specified data directory "%1" does not exist.</source>
        <translation type="unfinished">Error: Xác định data directory "%1" không tồn tại.</translation>
    </message>
    <message>
        <source>Error: Cannot parse configuration file: %1.</source>
        <translation type="unfinished">Lỗi: không thể  phân giải tệp cài đặt cấu hình: %1.</translation>
    </message>
    <message>
        <source>Amount</source>
        <translation type="unfinished">Số lượng</translation>
    </message>
    <message>
        <source>Enter a Bitcoin address (e.g. %1)</source>
        <translation type="unfinished">Nhập một Bitcoin address (e.g. %1)</translation>
    </message>
    <message>
        <source>%1 h</source>
        <translation type="unfinished">%1 giờ</translation>
    </message>
    <message>
        <source>%1 m</source>
        <translation type="unfinished">%1 phút</translation>
    </message>
    <message>
        <source>%1 s</source>
        <translation type="unfinished">%1 giây</translation>
    </message>
    <message numerus="yes">
        <source>%n second(s)</source>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message numerus="yes">
        <source>%n minute(s)</source>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message numerus="yes">
        <source>%n hour(s)</source>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message numerus="yes">
        <source>%n day(s)</source>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message numerus="yes">
        <source>%n week(s)</source>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message>
        <source>%1 and %2</source>
        <translation type="unfinished">%1 và %2</translation>
    </message>
    <message numerus="yes">
        <source>%n year(s)</source>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    </context>
<context>
    <name>bitcoin-core</name>
    <message>
        <source>Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.</source>
        <translation type="unfinished">Dự toán phí không thành công. Fallbackfee bị vô hiệu hóa. Đợi sau một vài khối hoặc kích hoạt -fallbackfee.</translation>
    </message>
    <message>
        <source>This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection.</source>
        <translation type="unfinished">Đây là phí giao dịch tối đa bạn phải trả (ngoài phí thông thường) để ưu tiên việc tránh chi xài một phần (partial spend) so với việc lựa chọn đồng coin thông thường.</translation>
    </message>
    <message>
        <source>Warning: Private keys detected in wallet {%s} with disabled private keys</source>
        <translation type="unfinished">Cảnh báo: các khóa riêng tư được tìm thấy trong ví {%s} với  khóa riêng tư không kích hoạt</translation>
    </message>
    <message>
        <source>A fatal internal error occurred, see debug.log for details</source>
        <translation type="unfinished">Lỗi nghiêm trọng xảy ra, xem debug.log để biết chi tiết</translation>
    </message>
    <message>
        <source>Cannot set -peerblockfilters without -blockfilterindex.</source>
        <translation type="unfinished">Không thể đặt -peerblockfilters mà không có -blockfilterindex.</translation>
    </message>
    <message>
        <source>Cannot write to data directory '%s'; check permissions.</source>
        <translation type="unfinished">Không thể ghi vào thư mục dữ liệu  '%s'; kiểm tra lại quyền.</translation>
    </message>
    <message>
        <source>Config setting for %s only applied on %s network when in [%s] section.</source>
        <translation type="unfinished">Cài  dặt thuộc tính cho %s chỉ có thể áp dụng cho  mạng %s trong khi  [%s] .</translation>
    </message>
    <message>
        <source>Could not find asmap file %s</source>
        <translation type="unfinished">Không tìm thấy tệp asmap %s</translation>
    </message>
    <message>
        <source>Could not parse asmap file %s</source>
        <translation type="unfinished">Không đọc được tệp asmap %s</translation>
    </message>
    <message>
        <source>Disk space is too low!</source>
        <translation type="unfinished">Ổ đĩa còn quá ít</translation>
    </message>
    <message>
        <source>Error loading %s: Private keys can only be disabled during creation</source>
        <translation type="unfinished">Lỗi tải %s: Khóa riêng tư chỉ có thể không kích hoạt trong suốt quá trình tạo.</translation>
    </message>
    <message>
        <source>Error: Disk space is low for %s</source>
        <translation type="unfinished">Lỗi: Đĩa trống ít quá cho %s</translation>
    </message>
    <message>
        <source>Error: Keypool ran out, please call keypoolrefill first</source>
        <translation type="unfinished">Lỗi: Keypool đã hết, vui lòng gọi keypoolrefill trước</translation>
    </message>
    <message>
        <source>Failed to rescan the wallet during initialization</source>
        <translation type="unfinished">Lỗi quét lại ví trong xuất quá trình khởi tạo</translation>
    </message>
    <message>
        <source>Failed to verify database</source>
        <translation type="unfinished">Lỗi xác nhận dữ liệu</translation>
    </message>
    <message>
        <source>Insufficient funds</source>
        <translation type="unfinished">Không đủ tiền</translation>
    </message>
    <message>
        <source>Invalid P2P permission: '%s'</source>
        <translation type="unfinished">Quyền P2P không hợp lệ: '%s'</translation>
    </message>
    <message>
        <source>No proxy server specified. Use -proxy=&lt;ip&gt; or -proxy=&lt;ip:port&gt;.</source>
        <translation type="unfinished">Không có máy chủ proxy nào được chỉ định. Sử dụng -proxy =&lt;ip&gt; hoặc -proxy =&lt;ip:port&gt;.</translation>
    </message>
    <message>
        <source>Section [%s] is not recognized.</source>
        <translation type="unfinished">Mục [%s] không được nhìn nhận.</translation>
    </message>
    <message>
        <source>Specified -walletdir "%s" does not exist</source>
        <translation type="unfinished">Thư mục ví được nêu  -walletdir "%s" không tồn tại</translation>
    </message>
    <message>
        <source>Specified -walletdir "%s" is a relative path</source>
        <translation type="unfinished">Chỉ định -walletdir "%s" là đường dẫn tương đối</translation>
    </message>
    <message>
        <source>Specified -walletdir "%s" is not a directory</source>
        <translation type="unfinished">Chỉ định -walletdir "%s" không phải là một thư mục</translation>
    </message>
    <message>
        <source>Specified blocks directory "%s" does not exist.</source>
        <translation type="unfinished">Thư mục chứa các khối được chỉ ra "%s"  không tồn tại</translation>
    </message>
    <message>
        <source>The wallet will avoid paying less than the minimum relay fee.</source>
        <translation type="unfinished">Wallet sẽ hủy thanh toán nhỏ hơn phí relay.</translation>
    </message>
    <message>
        <source>This is the minimum transaction fee you pay on every transaction.</source>
        <translation type="unfinished">Đây là minimum transaction fee bạn pay cho mỗi transaction.</translation>
    </message>
    <message>
        <source>This is the transaction fee you will pay if you send a transaction.</source>
        <translation type="unfinished">Đây là transaction fee bạn sẽ pay nếu gửi transaction.</translation>
    </message>
    <message>
        <source>Transaction amounts must not be negative</source>
        <translation type="unfinished">Transaction amounts phải không âm</translation>
    </message>
    <message>
        <source>Transaction has too long of a mempool chain</source>
        <translation type="unfinished">Transaction có chuỗi mempool chain quá dài</translation>
    </message>
    <message>
        <source>Transaction must have at least one recipient</source>
        <translation type="unfinished">Transaction phải có ít nhất một người nhận</translation>
    </message>
    <message>
        <source>Unable to create the PID file '%s': %s</source>
        <translation type="unfinished">Không thể tạo tệp PID '%s': %s</translation>
    </message>
    <message>
        <source>Unable to generate initial keys</source>
        <translation type="unfinished">Không thể tạo khóa ban đầu</translation>
    </message>
    <message>
        <source>Unable to generate keys</source>
        <translation type="unfinished">Không thể tạo khóa</translation>
    </message>
    <message>
        <source>Unknown -blockfilterindex value %s.</source>
        <translation type="unfinished">Không rõ giá trị  -blockfilterindex  %s.</translation>
    </message>
    <message>
        <source>Unknown address type '%s'</source>
        <translation type="unfinished">Không biết địa chỉ kiểu '%s'</translation>
    </message>
    <message>
        <source>Unknown change type '%s'</source>
        <translation type="unfinished">Không biết thay đổi kiểu '%s'</translation>
    </message>
    <message>
        <source>Unknown network specified in -onlynet: '%s'</source>
        <translation type="unfinished">Unknown network được xác định trong -onlynet: '%s'</translation>
    </message>
    </context>
<context>
    <name>BitcoinGUI</name>
    <message>
        <source>&amp;Overview</source>
        <translation type="unfinished">&amp;Tổng quan</translation>
    </message>
    <message>
        <source>Show general overview of wallet</source>
        <translation type="unfinished">Hiển thị tổng quan ví</translation>
    </message>
    <message>
        <source>&amp;Transactions</source>
        <translation type="unfinished">&amp;Các Giao Dịch</translation>
    </message>
    <message>
        <source>Browse transaction history</source>
        <translation type="unfinished">Trình duyệt lịch sử giao dịch</translation>
    </message>
    <message>
        <source>E&amp;xit</source>
        <translation type="unfinished">T&amp;hoát</translation>
    </message>
    <message>
        <source>Quit application</source>
        <translation type="unfinished">Đóng ứng dụng</translation>
    </message>
    <message>
        <source>&amp;About %1</source>
        <translation type="unfinished">&amp;Khoảng %1</translation>
    </message>
    <message>
        <source>Show information about %1</source>
        <translation type="unfinished">Hiện thông tin khoảng %1</translation>
    </message>
    <message>
        <source>About &amp;Qt</source>
        <translation type="unfinished">Về &amp;Qt</translation>
    </message>
    <message>
        <source>Show information about Qt</source>
        <translation type="unfinished">Hiện thông tin về Qt</translation>
    </message>
    <message>
        <source>Modify configuration options for %1</source>
        <translation type="unfinished">Sửa đổi tùy chỉnh cấu hình cho %1</translation>
    </message>
    <message>
        <source>Create a new wallet</source>
        <translation type="unfinished">Tạo một ví mới</translation>
    </message>
    <message>
        <source>Wallet:</source>
        <translation type="unfinished">Ví tiền</translation>
    </message>
    <message>
        <source>Network activity disabled.</source>
        <extracomment>A substring of the tooltip.</extracomment>
        <translation type="unfinished">Hoạt động mạng được vô hiệu.</translation>
    </message>
    <message>
        <source>Proxy is &lt;b&gt;enabled&lt;/b&gt;: %1</source>
        <translation type="unfinished">Proxy là &lt;b&gt; cho phép &lt;/b&gt;: %1</translation>
    </message>
    <message>
        <source>Send coins to a Bitcoin address</source>
        <translation type="unfinished">Gửi coin đến một địa chỉ Bitcoin</translation>
    </message>
    <message>
        <source>Backup wallet to another location</source>
        <translation type="unfinished">Backup ví đến một địa chỉ khác</translation>
    </message>
    <message>
        <source>Change the passphrase used for wallet encryption</source>
        <translation type="unfinished">Thay đổi cụm mật khẩu cho ví đã mã hóa</translation>
    </message>
    <message>
        <source>&amp;Send</source>
        <translation type="unfinished">&amp;Gửi</translation>
    </message>
    <message>
        <source>&amp;Receive</source>
        <translation type="unfinished">&amp;Nhận</translation>
    </message>
    <message>
        <source>Encrypt the private keys that belong to your wallet</source>
        <translation type="unfinished">Mã hóa private key thuộc về ví của bạn</translation>
    </message>
    <message>
        <source>Sign messages with your Bitcoin addresses to prove you own them</source>
        <translation type="unfinished">Đăng ký lời nhắn với địa chỉ Bitcoin của bạn để chứng minh quyền sở hữu chúng</translation>
    </message>
    <message>
        <source>Verify messages to ensure they were signed with specified Bitcoin addresses</source>
        <translation type="unfinished">Xác minh lời nhắn để chắc chắn đã được đăng ký với địa chỉ Bitcoin xác định</translation>
    </message>
    <message>
        <source>Tabs toolbar</source>
        <translation type="unfinished">Các thanh công cụ</translation>
    </message>
    <message>
        <source>Request payments (generates QR codes and bitcoin: URIs)</source>
        <translation type="unfinished">Yêu cầu thanh toán (tạo QR code và bitcoin: URIs)</translation>
    </message>
    <message>
        <source>Show the list of used sending addresses and labels</source>
        <translation type="unfinished">Hiển thị danh sách các địa chỉ và nhãn đã dùng để gửi</translation>
    </message>
    <message>
        <source>Show the list of used receiving addresses and labels</source>
        <translation type="unfinished">Hiển thị danh sách các địa chỉ và nhãn đã dùng để nhận</translation>
    </message>
    <message>
        <source>&amp;Command-line options</source>
        <translation type="unfinished">&amp;Tùy chỉnh Command-line</translation>
    </message>
    <message numerus="yes">
        <source>Processed %n block(s) of transaction history.</source>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message>
        <source>%1 behind</source>
        <translation type="unfinished">%1 phia sau</translation>
    </message>
    <message>
        <source>Last received block was generated %1 ago.</source>
        <translation type="unfinished">Khối nhận cuối cùng đã được tạo %1.</translation>
    </message>
    <message>
        <source>Transactions after this will not yet be visible.</source>
        <translation type="unfinished">Các giao dịch sau giao dịch này sẽ không được hiển thị.</translation>
    </message>
    <message>
        <source>Error</source>
        <translation type="unfinished">Lỗi</translation>
    </message>
    <message>
        <source>Warning</source>
        <translation type="unfinished">Cảnh báo</translation>
    </message>
    <message>
        <source>Information</source>
        <translation type="unfinished">Thông tin</translation>
    </message>
    <message>
        <source>Up to date</source>
        <translation type="unfinished">Đã cập nhật</translation>
    </message>
    <message>
        <source>Load Partially Signed Bitcoin Transaction</source>
        <translation type="unfinished">Kết nối với mạng Bitcoin thông qua một proxy SOCKS5 riêng cho các dịch vụ Tor hành.</translation>
    </message>
    <message>
        <source>Load Partially Signed Bitcoin Transaction from clipboard</source>
        <translation type="unfinished">Tải một phần giao dịch Bitcoin đã ký từ khay nhớ tạm</translation>
    </message>
    <message>
        <source>Node window</source>
        <translation type="unfinished">Cửa sổ node</translation>
    </message>
    <message>
        <source>Open node debugging and diagnostic console</source>
        <translation type="unfinished">Mở dòng lệnh tìm và gỡ lỗi cho node</translation>
    </message>
    <message>
        <source>&amp;Sending addresses</source>
        <translation type="unfinished">&amp;Các địa chỉ đang gửi</translation>
    </message>
    <message>
        <source>&amp;Receiving addresses</source>
        <translation type="unfinished">&amp;Các địa chỉ đang nhận</translation>
    </message>
    <message>
        <source>Open a bitcoin: URI</source>
        <translation type="unfinished">Mở một bitcoin: URI</translation>
    </message>
    <message>
        <source>Open Wallet</source>
        <translation type="unfinished">Mớ ví</translation>
    </message>
    <message>
        <source>Open a wallet</source>
        <translation type="unfinished">Mở một ví</translation>
    </message>
    <message>
        <source>Close wallet</source>
        <translation type="unfinished">Đông ví</translation>
    </message>
    <message>
        <source>Close all wallets</source>
        <translation type="unfinished">Đóng tất cả ví</translation>
    </message>
    <message>
        <source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
        <translation type="unfinished">Hiển thị %1 tin nhắn hỗ trợ để nhận được danh sách Bitcoin command-line khả dụng</translation>
    </message>
    <message>
        <source>default wallet</source>
        <translation type="unfinished">ví mặc định</translation>
    </message>
    <message>
        <source>No wallets available</source>
        <translation type="unfinished">Không có ví nào</translation>
    </message>
    <message>
        <source>Zoom</source>
        <translation type="unfinished">Phóng</translation>
    </message>
    <message>
        <source>Main Window</source>
        <translation type="unfinished">Màn hình chính</translation>
    </message>
    <message>
        <source>%1 client</source>
        <translation type="unfinished">%1 khách</translation>
    </message>
    <message numerus="yes">
        <source>%n active connection(s) to Bitcoin network.</source>
        <extracomment>A substring of the tooltip.</extracomment>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message>
        <source>Warning: %1</source>
        <translation type="unfinished">Cảnh báo: %1</translation>
    </message>
    <message>
        <source>Date: %1
</source>
        <translation type="unfinished">Ngày %1
</translation>
    </message>
    <message>
        <source>Amount: %1
</source>
        <translation type="unfinished">Số lượng: %1
</translation>
    </message>
    <message>
        <source>Wallet: %1
</source>
        <translation type="unfinished">Ví: %1
</translation>
    </message>
    <message>
        <source>Type: %1
</source>
        <translation type="unfinished">Loại: %1
</translation>
    </message>
    <message>
        <source>Label: %1
</source>
        <translation type="unfinished">Nhãn: %1
</translation>
    </message>
    <message>
        <source>Address: %1
</source>
        <translation type="unfinished">Địa chỉ: %1
</translation>
    </message>
    <message>
        <source>Sent transaction</source>
        <translation type="unfinished">Giao dịch đã gửi</translation>
    </message>
    <message>
        <source>Incoming transaction</source>
        <translation type="unfinished">Giao dịch đang nhận</translation>
    </message>
    <message>
        <source>HD key generation is &lt;b&gt;enabled&lt;/b&gt;</source>
        <translation type="unfinished">Khởi tạo HD key &lt;b&gt;enabled&lt;/b&gt;</translation>
    </message>
    <message>
        <source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
        <translation type="unfinished">Khởi tạo HD key &lt;b&gt;disabled&lt;/b&gt;</translation>
    </message>
    <message>
        <source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
        <translation type="unfinished">Khóa riên tư &lt;b&gt;đã tắt&lt;/b&gt;</translation>
    </message>
    <message>
        <source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
        <translation type="unfinished">Ví thì &lt;b&gt;encrypted&lt;/b&gt; và hiện tại &lt;b&gt;unlocked&lt;/b&gt;</translation>
    </message>
    <message>
        <source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;locked&lt;/b&gt;</source>
        <translation type="unfinished">Ví thì &lt;b&gt;encrypted&lt;/b&gt; và hiện tại &lt;b&gt;locked&lt;/b&gt;</translation>
    </message>
    <message>
        <source>Original message:</source>
        <translation type="unfinished">Tin nhắn ban đầu:</translation>
    </message>
</context>
<context>
    <name>CoinControlDialog</name>
    <message>
        <source>Coin Selection</source>
        <translation type="unfinished">Lựa chọn Coin</translation>
    </message>
    <message>
        <source>Quantity:</source>
        <translation type="unfinished">Số lượng:</translation>
    </message>
    <message>
        <source>Amount:</source>
        <translation type="unfinished">Số lượng:</translation>
    </message>
    <message>
        <source>Fee:</source>
        <translation type="unfinished">Phí:</translation>
    </message>
    <message>
        <source>Dust:</source>
        <translation type="unfinished">Rác:</translation>
    </message>
    <message>
        <source>After Fee:</source>
        <translation type="unfinished">Sau Phí:</translation>
    </message>
    <message>
        <source>Change:</source>
        <translation type="unfinished">Thay đổi:</translation>
    </message>
    <message>
        <source>(un)select all</source>
        <translation type="unfinished">(không)chọn tất cả</translation>
    </message>
    <message>
        <source>Amount</source>
        <translation type="unfinished">Số lượng</translation>
    </message>
    <message>
        <source>Received with label</source>
        <translation type="unfinished">Đã nhận với nhãn</translation>
    </message>
    <message>
        <source>Received with address</source>
        <translation type="unfinished">Đã nhận với địa chỉ</translation>
    </message>
    <message>
        <source>Date</source>
        <translation type="unfinished">Ngày</translation>
    </message>
    <message>
        <source>Confirmations</source>
        <translation type="unfinished">Xác nhận</translation>
    </message>
    <message>
        <source>Confirmed</source>
        <translation type="unfinished">Đã xác nhận</translation>
    </message>
    <message>
        <source>Copy amount</source>
        <translation type="unfinished">Sao chép số lượng</translation>
    </message>
    <message>
        <source>Copy quantity</source>
        <translation type="unfinished">Sao chép số lượng</translation>
    </message>
    <message>
        <source>Copy fee</source>
        <translation type="unfinished">Sao chép phí</translation>
    </message>
    <message>
        <source>Copy after fee</source>
        <translation type="unfinished">Sao chép sau phí</translation>
    </message>
    <message>
        <source>Copy bytes</source>
        <translation type="unfinished">Sao chép bytes</translation>
    </message>
    <message>
        <source>Copy dust</source>
        <translation type="unfinished">Sao chép rác</translation>
    </message>
    <message>
        <source>Copy change</source>
        <translation type="unfinished">Sao chép thay đổi</translation>
    </message>
    <message>
        <source>(%1 locked)</source>
        <translation type="unfinished">(%1 đã khóa)</translation>
    </message>
    <message>
        <source>yes</source>
        <translation type="unfinished">có</translation>
    </message>
    <message>
        <source>no</source>
        <translation type="unfinished">không</translation>
    </message>
    <message>
        <source>This label turns red if any recipient receives an amount smaller than the current dust threshold.</source>
        <translation type="unfinished">Label này chuyển sang đỏ nếu bất cứ giao dịch nhận nào có số lượng nhỏ hơn ngưỡng dust.</translation>
    </message>
    <message>
        <source>Can vary +/- %1 satoshi(s) per input.</source>
        <translation type="unfinished">Có thể thay đổi +/-%1 satoshi(s) trên input.</translation>
    </message>
    <message>
        <source>(no label)</source>
        <translation type="unfinished">(không nhãn)</translation>
    </message>
    <message>
        <source>change from %1 (%2)</source>
        <translation type="unfinished">change từ %1 (%2)</translation>
    </message>
    </context>
<context>
    <name>CreateWalletActivity</name>
    <message>
        <source>Create Wallet</source>
        <extracomment>Title of window indicating the progress of creation of a new wallet.</extracomment>
        <translation type="unfinished">Tạo Ví</translation>
    </message>
    <message>
        <source>Create wallet failed</source>
        <translation type="unfinished">Tạo ví thất bại</translation>
    </message>
    <message>
        <source>Create wallet warning</source>
        <translation type="unfinished">Cảnh báo khi tạo ví</translation>
    </message>
    </context>
<context>
    <name>OpenWalletActivity</name>
    <message>
        <source>Open wallet failed</source>
        <translation type="unfinished">Mở ví thất bại</translation>
    </message>
    <message>
        <source>Open wallet warning</source>
        <translation type="unfinished">Mở ví cảnh báo</translation>
    </message>
    <message>
        <source>default wallet</source>
        <translation type="unfinished">ví mặc định</translation>
    </message>
    <message>
        <source>Open Wallet</source>
        <extracomment>Title of window indicating the progress of opening of a wallet.</extracomment>
        <translation type="unfinished">Mớ ví</translation>
    </message>
    </context>
<context>
    <name>WalletController</name>
    <message>
        <source>Close wallet</source>
        <translation type="unfinished">Đông ví</translation>
    </message>
    <message>
        <source>Are you sure you wish to close the wallet &lt;i&gt;%1&lt;/i&gt;?</source>
        <translation type="unfinished">Bạn có chắc bạn muốn đóng ví %1 ?</translation>
    </message>
    <message>
        <source>Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.</source>
        <translation type="unfinished">Đóng ví thời gian dài sẽ dẫn đến phải đồng bộ hóa lại cả chuỗi nếu cắt tỉa pruning được kích hoạt</translation>
    </message>
    <message>
        <source>Close all wallets</source>
        <translation type="unfinished">Đóng tất cả ví</translation>
    </message>
    <message>
        <source>Are you sure you wish to close all wallets?</source>
        <translation type="unfinished">Bạn có chắc chắn muốn đóng tất cả ví không?</translation>
    </message>
</context>
<context>
    <name>CreateWalletDialog</name>
    <message>
        <source>Create Wallet</source>
        <translation type="unfinished">Tạo Ví</translation>
    </message>
    <message>
        <source>Wallet Name</source>
        <translation type="unfinished">Tên Ví</translation>
    </message>
    <message>
        <source>Wallet</source>
        <translation type="unfinished">Ví</translation>
    </message>
    <message>
        <source>Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.</source>
        <translation type="unfinished">Mật mã hóa ví. Ví sẽ được mật mã hóa với cụm mật khẩu của bạn.</translation>
    </message>
    <message>
        <source>Encrypt Wallet</source>
        <translation type="unfinished">Mật mã hóa ví</translation>
    </message>
    <message>
        <source>Advanced Options</source>
        <translation type="unfinished">Giao dịch thiếu một số thông tin về đầu vào.</translation>
    </message>
    <message>
        <source>Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets.</source>
        <translation type="unfinished">Tắt các khóa cá nhân cho ví này. Các ví với khóa cá nhân tắt sẽ không có các khóa cá nhân và không thể có nhân HD hoặc nhập thêm khóa cá nhân. Việc này tốt cho các ví chỉ dùng để xem.</translation>
    </message>
    <message>
        <source>Disable Private Keys</source>
        <translation type="unfinished">Vô hiệu hóa khóa cá nhân</translation>
    </message>
    <message>
        <source>Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time.</source>
        <translation type="unfinished">Tạo một ví trống. Ví trống không có các khóa cá nhân hay script ban đầu. Khóa cá nhân và địa chỉ có thể được nhập, hoặc một nhân HD có thể được thiết lập sau đó.</translation>
    </message>
    <message>
        <source>Make Blank Wallet</source>
        <translation type="unfinished">Tạo ví trống</translation>
    </message>
    <message>
        <source>Use descriptors for scriptPubKey management</source>
        <translation type="unfinished">Không có máy chủ proxy nào được chỉ định. Sử dụng -proxy = &lt;ip&gt; hoặc -proxy = &lt;ip: port&gt;.</translation>
    </message>
    <message>
        <source>Descriptor Wallet</source>
        <translation type="unfinished">Mô tả ví</translation>
    </message>
    <message>
        <source>Create</source>
        <translation type="unfinished">Tạo</translation>
    </message>
    <message>
        <source>Compiled without sqlite support (required for descriptor wallets)</source>
        <translation type="unfinished">Biên dịch cần hỗ trợ SQLite(Bắt buộc đối với mô tả ví)</translation>
    </message>
    </context>
<context>
    <name>EditAddressDialog</name>
    <message>
        <source>&amp;Label</source>
        <translation type="unfinished">Nhãn dữ liệu</translation>
    </message>
    <message>
        <source>The label associated with this address list entry</source>
        <translation type="unfinished">Label liên kết với list address ban đầu này</translation>
    </message>
    <message>
        <source>The address associated with this address list entry. This can only be modified for sending addresses.</source>
        <translation type="unfinished">Label liên kết với list address ban đầu này. Điều này chỉ được điều chỉnh cho địa chỉ gửi.</translation>
    </message>
    <message>
        <source>&amp;Address</source>
        <translation type="unfinished">Địa chỉ</translation>
    </message>
    <message>
        <source>New sending address</source>
        <translation type="unfinished">Address đang gửi mới</translation>
    </message>
    <message>
        <source>Edit receiving address</source>
        <translation type="unfinished">Edit address đang nhận</translation>
    </message>
    <message>
        <source>Edit sending address</source>
        <translation type="unfinished">Edit address đang gửi</translation>
    </message>
    <message>
        <source>The entered address "%1" is not a valid Bitcoin address.</source>
        <translation type="unfinished">Address đã nhập "%1" không valid Bitcoin address.</translation>
    </message>
    <message>
        <source>Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.</source>
        <translation type="unfinished">Địa chỉ "%1" đã tồn tại như địa chỉ nhận với nhãn "%2" và vì vậy không thể thêm như là địa chỉ gửi.</translation>
    </message>
    <message>
        <source>The entered address "%1" is already in the address book with label "%2".</source>
        <translation type="unfinished">Địa chỉ  nhập "%1" đã có trong sổ địa chỉ với nhãn "%2".</translation>
    </message>
    <message>
        <source>Could not unlock wallet.</source>
        <translation type="unfinished">Không thể unlock wallet.</translation>
    </message>
    <message>
        <source>New key generation failed.</source>
        <translation type="unfinished">Khởi tạo key mới thất bại.</translation>
    </message>
</context>
<context>
    <name>FreespaceChecker</name>
    <message>
        <source>A new data directory will be created.</source>
        <translation type="unfinished">Một danh mục dữ liệu mới sẽ được tạo.</translation>
    </message>
    <message>
        <source>name</source>
        <translation type="unfinished">tên</translation>
    </message>
    <message>
        <source>Directory already exists. Add %1 if you intend to create a new directory here.</source>
        <translation type="unfinished">Danh mục đã tồn tại. Thêm %1 nếu bạn dự định creat một danh mục mới ở đây.</translation>
    </message>
    <message>
        <source>Path already exists, and is not a directory.</source>
        <translation type="unfinished">Path đã tồn tại, và không là danh mục.</translation>
    </message>
    <message>
        <source>Cannot create data directory here.</source>
        <translation type="unfinished">Không thể create dữ liệu danh mục tại đây.</translation>
    </message>
</context>
<context>
    <name>Intro</name>
    <message>
        <source>At least %1 GB of data will be stored in this directory, and it will grow over time.</source>
        <translation type="unfinished">Ít nhất %1 GB data sẽ được trữ tại danh mục này, và nó sẽ lớn theo thời gian.</translation>
    </message>
    <message>
        <source>Approximately %1 GB of data will be stored in this directory.</source>
        <translation type="unfinished">Gần đúng %1 GB of data sẽ được lưu giữ trong danh mục này.</translation>
    </message>
    <message numerus="yes">
        <source>(sufficient to restore backups %n day(s) old)</source>
        <extracomment>Explanatory text on the capability of the current prune target.</extracomment>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message>
        <source>%1 will download and store a copy of the Bitcoin block chain.</source>
        <translation type="unfinished">%1 sẽ download và lưu trữ một bản copy của Bitcoin block chain.</translation>
    </message>
    <message>
        <source>The wallet will also be stored in this directory.</source>
        <translation type="unfinished">Wallet sẽ cùng được lưu giữ trong danh mục này.</translation>
    </message>
    <message>
        <source>Error: Specified data directory "%1" cannot be created.</source>
        <translation type="unfinished">Error: Danh mục data xác định "%1" không thể được tạo.</translation>
    </message>
    <message>
        <source>Error</source>
        <translation type="unfinished">Lỗi</translation>
    </message>
    <message>
        <source>As this is the first time the program is launched, you can choose where %1 will store its data.</source>
        <translation type="unfinished">Đây là lần đầu chương trình khởi chạy, bạn có thể chọn nơi %1 sẽ lưu trữ data.</translation>
    </message>
    <message>
        <source>When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.</source>
        <translation type="unfinished">Khi bạn click OK, %1 sẽ bắt đầu download và process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.</translation>
    </message>
    <message>
        <source>Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features.</source>
        <translation type="unfinished">Đảo ngược lại thiết lập này yêu cầu download lại toàn bộ blockchain. Download toàn bộ blockchain trước và loại nó sau đó sẽ nhanh hơn. Vô hiệu hóa một số tính năng nâng cao.</translation>
    </message>
    <message>
        <source>This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.</source>
        <translation type="unfinished">Đồng bộ hóa ban đầu này rất đòi hỏi, và có thể phơi bày các sự cố về phần cứng với máy tính của bạn trước đó đã không được chú ý. Mỗi khi bạn chạy %1, nó sẽ tiếp tục tải về nơi nó dừng lại.</translation>
    </message>
    <message>
        <source>If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.</source>
        <translation type="unfinished">Nếu bạn đã chọn giới hạn block chain lưu trữ (pruning),dữ liệu lịch sử vẫn phải được tải xuống và xử lý, nhưng sẽ bị xóa sau đó để giữ cho việc sử dụng đĩa của bạn ở mức usage thấp.</translation>
    </message>
    <message>
        <source>Use the default data directory</source>
        <translation type="unfinished">Sử dụng default danh mục đa ta</translation>
    </message>
    <message>
        <source>Use a custom data directory:</source>
        <translation type="unfinished">Sử dụng custom danh mục data:</translation>
    </message>
</context>
<context>
    <name>HelpMessageDialog</name>
    <message>
        <source>version</source>
        <translation type="unfinished">phiên bản</translation>
    </message>
    </context>
<context>
    <name>ShutdownWindow</name>
    <message>
        <source>Do not shut down the computer until this window disappears.</source>
        <translation type="unfinished">Đừng tắt máy tính đến khi cửa sổ này đóng.</translation>
    </message>
</context>
<context>
    <name>ModalOverlay</name>
    <message>
        <source>Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below.</source>
        <translation type="unfinished">Giao dịch gần đây có thể chưa được hiển thị, và vì vậy số dư wallet của bạn có thể không dúng. Thông tin này sẽ được làm đúng khi wallet hoàn thành đồng bộ với bitcoin network, như chi tiết bên dưới.</translation>
    </message>
    <message>
        <source>Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.</source>
        <translation type="unfinished">Cố gắng spend các bitcoins bị ảnh hưởng bởi các giao dịch chưa được hiển thị sẽ không được chấp nhận bởi mạng.</translation>
    </message>
    <message>
        <source>Number of blocks left</source>
        <translation type="unfinished">Số của blocks còn lại</translation>
    </message>
    <message>
        <source>Last block time</source>
        <translation type="unfinished">Thời gian block cuối cùng</translation>
    </message>
    <message>
        <source>Progress</source>
        <translation type="unfinished">Tiến độ</translation>
    </message>
    <message>
        <source>Progress increase per hour</source>
        <translation type="unfinished">Tiến độ tăng mỗi giờ</translation>
    </message>
    <message>
        <source>Estimated time left until synced</source>
        <translation type="unfinished">Ước tính thời gian còn lại đến khi đồng bộ</translation>
    </message>
    <message>
        <source>Hide</source>
        <translation type="unfinished">Ẩn</translation>
    </message>
    <message>
        <source>%1 is currently syncing.  It will download headers and blocks from peers and validate them until reaching the tip of the block chain.</source>
        <translation type="unfinished">%1 đang được đồng bộ. Header và block sẽ được download từ các nốt lân cận và thẩm định tới khi đạt đỉnh của blockchain.</translation>
    </message>
    </context>
<context>
    <name>OpenURIDialog</name>
    <message>
        <source>Open bitcoin URI</source>
        <translation type="unfinished">Mở bitcoin URI</translation>
    </message>
    <message>
        <source>Paste address from clipboard</source>
        <extracomment>Tooltip text for button that allows you to paste an address that is in your clipboard.</extracomment>
        <translation type="unfinished">Paste address từ clipboard</translation>
    </message>
</context>
<context>
    <name>OptionsDialog</name>
    <message>
        <source>Options</source>
        <translation type="unfinished">Tùy chỉnh</translation>
    </message>
    <message>
        <source>&amp;Main</source>
        <translation type="unfinished">&amp;Chính</translation>
    </message>
    <message>
        <source>Automatically start %1 after logging in to the system.</source>
        <translation type="unfinished">Tự động bắt đầu %1 sau khi đăng nhập vào system.</translation>
    </message>
    <message>
        <source>&amp;Start %1 on system login</source>
        <translation type="unfinished">&amp;Bắt đầu %1 trên đăng nhập system</translation>
    </message>
    <message>
        <source>Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.</source>
        <translation type="unfinished">Hiển thị nếu cung cấp default SOCKS5 proxy is used to reach peers via this network type.</translation>
    </message>
    <message>
        <source>Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.</source>
        <translation type="unfinished">Minimize thay vì thoát khỏi ứng dụng khi cửa sổ đóng lại. Khi bật tùy chọn này, ứng dụng sẽ chỉ được đóng sau khi chọn Exit trong menu.</translation>
    </message>
    <message>
        <source>Open the %1 configuration file from the working directory.</source>
        <translation type="unfinished">Mở %1 configuration file từ danh mục làm việc working directory.</translation>
    </message>
    <message>
        <source>Open Configuration File</source>
        <translation type="unfinished">Mở File cấu hình</translation>
    </message>
    <message>
        <source>Reset all client options to default.</source>
        <translation type="unfinished">Reset tất cả client options to default.</translation>
    </message>
    <message>
        <source>&amp;Reset Options</source>
        <translation type="unfinished">&amp;Reset Tùy chọn</translation>
    </message>
    <message>
        <source>Prune &amp;block storage to</source>
        <translation type="unfinished">Cắt tỉa và lưu trữ khối tới</translation>
    </message>
    <message>
        <source>Reverting this setting requires re-downloading the entire blockchain.</source>
        <translation type="unfinished">Hoàn nguyên cài đặt này yêu cầu tải xuống lại toàn bộ blockchain.</translation>
    </message>
    <message>
        <source>Accept connections from outside.</source>
        <translation type="unfinished">Chấp nhận kết nối từ bên ngoài</translation>
    </message>
    <message>
        <source>Allow incomin&amp;g connections</source>
        <translation type="unfinished">Chấp nhận  kết nối đang tới</translation>
    </message>
    <message>
        <source>Connect to the Bitcoin network through a SOCKS5 proxy.</source>
        <translation type="unfinished">Kết nối đến Bitcoin network qua một SOCKS5 proxy.</translation>
    </message>
    <message>
        <source>&amp;Connect through SOCKS5 proxy (default proxy):</source>
        <translation type="unfinished">&amp;Connect qua SOCKS5 proxy (default proxy):</translation>
    </message>
    <message>
        <source>Used for reaching peers via:</source>
        <translation type="unfinished">Sử dụng reaching peers via:</translation>
    </message>
    <message>
        <source>Show only a tray icon after minimizing the window.</source>
        <translation type="unfinished">Hiển thị chỉ thẻ icon sau khi thu nhỏ cửa sổ.</translation>
    </message>
    <message>
        <source>&amp;Minimize to the tray instead of the taskbar</source>
        <translation type="unfinished">&amp;Minimize đến thẻ thay vì taskbar</translation>
    </message>
    <message>
        <source>User Interface &amp;language:</source>
        <translation type="unfinished">Giao diện người dùng &amp;language:</translation>
    </message>
    <message>
        <source>The user interface language can be set here. This setting will take effect after restarting %1.</source>
        <translation type="unfinished">Giao diện ngôn ngữ người dùng có thể được thiết lập tại đây. Tùy chọn này sẽ có hiệu lực sau khi khởi động lại %1.</translation>
    </message>
    <message>
        <source>&amp;Unit to show amounts in:</source>
        <translation type="unfinished">&amp;Unit để hiện số lượng tại đây:</translation>
    </message>
    <message>
        <source>Choose the default subdivision unit to show in the interface and when sending coins.</source>
        <translation type="unfinished">Chọn default đơn vị phân chia để hiện giao diện và đang gửi coins.</translation>
    </message>
    <message>
        <source>Whether to show coin control features or not.</source>
        <translation type="unfinished">Cho hiển thị tính năng coin control hoặc không.</translation>
    </message>
    <message>
        <source>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services.</source>
        <translation type="unfinished">Kết nối với mạng Bitcoin thông qua proxy SOCKS5 riêng cho các dịch vụ Tor</translation>
    </message>
    <message>
        <source>Use separate SOCKS&amp;5 proxy to reach peers via Tor onion services:</source>
        <translation type="unfinished">Sử dụng proxy SOCKS&amp;5 riêng biệt để tiếp cận các đối tác ngang hàng thông qua các dịch vụ Tor Onion.</translation>
    </message>
    <message>
        <source>Options set in this dialog are overridden by the command line or in the configuration file:</source>
        <translation type="unfinished">Các tùy chọn được đặt trong hộp thoại này bị ghi đè bởi dòng lệnh hoặc trong tệp cấu hình:</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation type="unfinished">&amp;Hủy</translation>
    </message>
    <message>
        <source>none</source>
        <translation type="unfinished">không có gì</translation>
    </message>
    <message>
        <source>Confirm options reset</source>
        <translation type="unfinished">Confirm tùy chọn reset</translation>
    </message>
    <message>
        <source>Client restart required to activate changes.</source>
        <translation type="unfinished">Client yêu cầu khởi động lại để thay đổi có hiệu lực.</translation>
    </message>
    <message>
        <source>Client will be shut down. Do you want to proceed?</source>
        <translation type="unfinished">Client sẽ đóng lại. Tiếp tục chứ?</translation>
    </message>
    <message>
        <source>Configuration options</source>
        <extracomment>Window title text of pop-up box that allows opening up of configuration file.</extracomment>
        <translation type="unfinished">Tùy chọn cấu hình</translation>
    </message>
    <message>
        <source>The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file.</source>
        <extracomment>Explanatory text about the priority order of instructions considered by client. The order from high to low being: command-line, configuration file, GUI settings.</extracomment>
        <translation type="unfinished">File cấu hình được sử dụng để chỉ định các tùy chọn nâng cao của người dùng mà ghi đè GUI settings. Ngoài ra, bất kỳ tùy chọn dòng lệnh sẽ ghi đè lên tập tin cấu hình này.</translation>
    </message>
    <message>
        <source>Cancel</source>
        <translation type="unfinished">Hủy</translation>
    </message>
    <message>
        <source>Error</source>
        <translation type="unfinished">Lỗi</translation>
    </message>
    <message>
        <source>The configuration file could not be opened.</source>
        <translation type="unfinished">Không thẻ mở tệp cấu hình.</translation>
    </message>
    <message>
        <source>This change would require a client restart.</source>
        <translation type="unfinished">Việc change này sẽ cần một client restart.</translation>
    </message>
    <message>
        <source>The supplied proxy address is invalid.</source>
        <translation type="unfinished">Cung cấp proxy address thì invalid.</translation>
    </message>
</context>
<context>
    <name>OverviewPage</name>
    <message>
        <source>The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.</source>
        <translation type="unfinished">Thông tin được hiển thị có thể đã lỗi thời. Cái wallet tự động đồng bộ với Bitcoin network sau một connection được thiết lập, nhưng quá trình này vẫn chưa completed yet.</translation>
    </message>
    <message>
        <source>Watch-only:</source>
        <translation type="unfinished">Chỉ-xem:</translation>
    </message>
    <message>
        <source>Available:</source>
        <translation type="unfinished">Có hiệu lực:</translation>
    </message>
    <message>
        <source>Your current spendable balance</source>
        <translation type="unfinished">Số dư khả dụng:</translation>
    </message>
    <message>
        <source>Pending:</source>
        <translation type="unfinished">Đang xử lý:</translation>
    </message>
    <message>
        <source>Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance</source>
        <translation type="unfinished">Tất cả giao dịch vẫn chưa được confirmed, và chưa tính vào số dư có thể chi tiêu</translation>
    </message>
    <message>
        <source>Immature:</source>
        <translation type="unfinished">Chưa hoàn thiện:</translation>
    </message>
    <message>
        <source>Mined balance that has not yet matured</source>
        <translation type="unfinished">Mined balance chưa matured hẳn</translation>
    </message>
    <message>
        <source>Balances</source>
        <translation type="unfinished">Số dư</translation>
    </message>
    <message>
        <source>Total:</source>
        <translation type="unfinished">Tổng cộng:</translation>
    </message>
    <message>
        <source>Your current total balance</source>
        <translation type="unfinished">Tổng số dư hiện tại</translation>
    </message>
    <message>
        <source>Your current balance in watch-only addresses</source>
        <translation type="unfinished">Số dư hiện tại trong địa chỉ watch-only</translation>
    </message>
    <message>
        <source>Spendable:</source>
        <translation type="unfinished">Có thể sử dụng</translation>
    </message>
    <message>
        <source>Recent transactions</source>
        <translation type="unfinished">Giao dịch gần đây</translation>
    </message>
    <message>
        <source>Unconfirmed transactions to watch-only addresses</source>
        <translation type="unfinished">Giao dịch chưa được xác nhận đến watch-only addresses</translation>
    </message>
    <message>
        <source>Mined balance in watch-only addresses that has not yet matured</source>
        <translation type="unfinished">Mined số dư trong watch-only address chưa matured hẳn</translation>
    </message>
    <message>
        <source>Current total balance in watch-only addresses</source>
        <translation type="unfinished">Tổng số dư hiện tại trong watch-only addresses</translation>
    </message>
    </context>
<context>
    <name>PSBTOperationsDialog</name>
    <message>
        <source>Dialog</source>
        <translation type="unfinished">Bảng thoại</translation>
    </message>
    <message>
        <source>Sign Tx</source>
        <translation type="unfinished">Đăng ký Tx</translation>
    </message>
    <message>
        <source>Broadcast Tx</source>
        <translation type="unfinished">Truyền phát Tx</translation>
    </message>
    <message>
        <source>Copy to Clipboard</source>
        <translation type="unfinished">Lưu vào bảng tạm</translation>
    </message>
    <message>
        <source>Close</source>
        <translation type="unfinished">Đóng</translation>
    </message>
    <message>
        <source>Failed to load transaction: %1</source>
        <translation type="unfinished">Tải giao dịch thất bại: %1</translation>
    </message>
    <message>
        <source>Failed to sign transaction: %1</source>
        <translation type="unfinished">Đăng ký giao dịch thất bại :%1</translation>
    </message>
    <message>
        <source>Could not sign any more inputs.</source>
        <translation type="unfinished">Không thể thêm bất cứ nguồn vào nào.</translation>
    </message>
    <message>
        <source>Signed %1 inputs, but more signatures are still required.</source>
        <translation type="unfinished">Nguồn %1 đã nạp, nhưng vẫn cần thêm các nguồn khác.</translation>
    </message>
    <message>
        <source>Unknown error processing transaction.</source>
        <translation type="unfinished">Lỗi không xác định xử lý giao dịch</translation>
    </message>
    <message>
        <source>Transaction broadcast successfully! Transaction ID: %1</source>
        <translation type="unfinished">Giao dịch dã được truyền thành công: Mã giao dịch: %1</translation>
    </message>
    <message>
        <source>Transaction broadcast failed: %1</source>
        <translation type="unfinished">Giao dịch truyền phát không thành công: %1</translation>
    </message>
    <message>
        <source>PSBT copied to clipboard.</source>
        <translation type="unfinished">Dữ liệu PSBT được sao chép vào bộ nhớ tạm.</translation>
    </message>
    <message>
        <source>Save Transaction Data</source>
        <translation type="unfinished">Lưu trữ giao dịch</translation>
    </message>
    <message>
        <source>PSBT saved to disk.</source>
        <translation type="unfinished">Dữ liệu PSBT được lưu vào ổ đĩa.</translation>
    </message>
    <message>
        <source> * Sends %1 to %2</source>
        <translation type="unfinished">*Gửi %1 tới %2</translation>
    </message>
    <message>
        <source>Unable to calculate transaction fee or total transaction amount.</source>
        <translation type="unfinished">Không thể tính phí giao dịch hoặc tổng số tiền giao dịch.</translation>
    </message>
    <message>
        <source>Pays transaction fee: </source>
        <translation type="unfinished">Trả phí giao dịch</translation>
    </message>
    <message>
        <source>Total Amount</source>
        <translation type="unfinished">Tổng số</translation>
    </message>
    <message>
        <source>or</source>
        <translation type="unfinished">hoặc</translation>
    </message>
    <message>
        <source>Transaction is missing some information about inputs.</source>
        <translation type="unfinished">Giao dịch thiếu một số thông tin về đầu vào.</translation>
    </message>
    <message>
        <source>Transaction still needs signature(s).</source>
        <translation type="unfinished">Giao dịch cần chữ ký</translation>
    </message>
    <message>
        <source>(But this wallet cannot sign transactions.)</source>
        <translation type="unfinished">(Nhưng ví này không thể đăng ký giao dịch.)</translation>
    </message>
    <message>
        <source>(But this wallet does not have the right keys.)</source>
        <translation type="unfinished">(Nhưng ví này không có chìa khóa phù hợp.)</translation>
    </message>
    <message>
        <source>Transaction is fully signed and ready for broadcast.</source>
        <translation type="unfinished">Giao dịch đã được đăng ký và chuẩn bị để phát lên</translation>
    </message>
    </context>
<context>
    <name>PaymentServer</name>
    <message>
        <source>Cannot start bitcoin: click-to-pay handler</source>
        <translation type="unfinished">Không thể khởi tạo bitcoin: click-to-pay handler</translation>
    </message>
    <message>
        <source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
        <translation type="unfinished">'bitcoin://' không khả dụng URI. Dùng thay vì 'bitcoin:' .</translation>
    </message>
    <message>
        <source>URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters.</source>
        <translation type="unfinished">URI không thể phân tích cú pháp! Đây có thể gây nên bởi invalid Bitcoin address hoặc URI không đúng định dạng tham số.</translation>
    </message>
    <message>
        <source>Payment request file handling</source>
        <translation type="unfinished">Payment request file đang xử lý</translation>
    </message>
</context>
<context>
    <name>PeerTableModel</name>
    <message>
        <source>User Agent</source>
        <extracomment>Title of Peers Table column which contains the peer's User Agent string.</extracomment>
        <translation type="unfinished">User Đặc Vụ</translation>
    </message>
    <message>
        <source>Sent</source>
        <extracomment>Title of Peers Table column which indicates the total amount of network information we have sent to the peer.</extracomment>
        <translation type="unfinished">Gửi</translation>
    </message>
    <message>
        <source>Received</source>
        <extracomment>Title of Peers Table column which indicates the total amount of network information we have received from the peer.</extracomment>
        <translation type="unfinished">Nhận</translation>
    </message>
    <message>
        <source>Address</source>
        <extracomment>Title of Peers Table column which contains the IP/Onion/I2P address of the connected peer.</extracomment>
        <translation type="unfinished">Địa chỉ</translation>
    </message>
    <message>
        <source>Network</source>
        <extracomment>Title of Peers Table column which states the network the peer connected through.</extracomment>
        <translation type="unfinished">Mạng</translation>
    </message>
    </context>
<context>
    <name>QRImageWidget</name>
    <message>
        <source>&amp;Copy Image</source>
        <translation type="unfinished">&amp;Sao chép ảnh</translation>
    </message>
    <message>
        <source>Resulting URI too long, try to reduce the text for label / message.</source>
        <translation type="unfinished">Đang tính toán URI quá dài, cố gắng giảm text cho label / message.</translation>
    </message>
    <message>
        <source>Error encoding URI into QR Code.</source>
        <translation type="unfinished">Error đang mã hóa URI đến QR Code.</translation>
    </message>
    <message>
        <source>QR code support not available.</source>
        <translation type="unfinished">Sự hổ trợ mã QR không sẵn có</translation>
    </message>
    <message>
        <source>Save QR Code</source>
        <translation type="unfinished">Lưu QR Code</translation>
    </message>
    </context>
<context>
    <name>RPCConsole</name>
    <message>
        <source>&amp;Information</source>
        <translation type="unfinished">&amp;Thông tin</translation>
    </message>
    <message>
        <source>General</source>
        <translation type="unfinished">Tổng thể</translation>
    </message>
    <message>
        <source>To specify a non-default location of the data directory use the '%1' option.</source>
        <translation type="unfinished">Để chỉ ra một nơi không mặt định của thư mục dữ liệu hãy dùng tùy chọn '%1'</translation>
    </message>
    <message>
        <source>Blocksdir</source>
        <translation type="unfinished">Thư mục chứa các khối Blocksdir</translation>
    </message>
    <message>
        <source>To specify a non-default location of the blocks directory use the '%1' option.</source>
        <translation type="unfinished">Để chỉ ra một nơi không mặt định của thư mục các khối hãy dùng tùy chọn '%1'</translation>
    </message>
    <message>
        <source>Startup time</source>
        <translation type="unfinished">Startup lúc</translation>
    </message>
    <message>
        <source>Network</source>
        <translation type="unfinished">Mạng</translation>
    </message>
    <message>
        <source>Name</source>
        <translation type="unfinished">Tên</translation>
    </message>
    <message>
        <source>Number of connections</source>
        <translation type="unfinished">Số lượng connections</translation>
    </message>
    <message>
        <source>Memory Pool</source>
        <translation type="unfinished">Pool Bộ Nhớ</translation>
    </message>
    <message>
        <source>Current number of transactions</source>
        <translation type="unfinished">Số giao dịch hiện tại</translation>
    </message>
    <message>
        <source>Memory usage</source>
        <translation type="unfinished">Bộ nhớ usage</translation>
    </message>
    <message>
        <source>Wallet: </source>
        <translation type="unfinished">Ví :</translation>
    </message>
    <message>
        <source>(none)</source>
        <translation type="unfinished">(không)</translation>
    </message>
    <message>
        <source>Received</source>
        <translation type="unfinished">Nhận</translation>
    </message>
    <message>
        <source>Sent</source>
        <translation type="unfinished">Gửi</translation>
    </message>
    <message>
        <source>Banned peers</source>
        <translation type="unfinished">Bị khóa peers</translation>
    </message>
    <message>
        <source>Select a peer to view detailed information.</source>
        <translation type="unfinished">Chọn một peer để xem thông tin chi tiết.</translation>
    </message>
    <message>
        <source>Version</source>
        <translation type="unfinished">Phiên bản</translation>
    </message>
    <message>
        <source>Starting Block</source>
        <translation type="unfinished">Block Bắt Đầu</translation>
    </message>
    <message>
        <source>Synced Headers</source>
        <translation type="unfinished">Headers đã được đồng bộ</translation>
    </message>
    <message>
        <source>Synced Blocks</source>
        <translation type="unfinished">Blocks đã được đồng bộ</translation>
    </message>
    <message>
        <source>The mapped Autonomous System used for diversifying peer selection.</source>
        <translation type="unfinished">Hệ thống tự động ánh xạ được sử dụng để đa dạng hóa lựa chọn ngang hàng.</translation>
    </message>
    <message>
        <source>Mapped AS</source>
        <translation type="unfinished">AS đã được map</translation>
    </message>
    <message>
        <source>User Agent</source>
        <translation type="unfinished">User Đặc Vụ</translation>
    </message>
    <message>
        <source>Node window</source>
        <translation type="unfinished">Cửa sổ node</translation>
    </message>
    <message>
        <source>Current block height</source>
        <translation type="unfinished">Kích thước khối hiện tại</translation>
    </message>
    <message>
        <source>Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.</source>
        <translation type="unfinished">Mở cái %1 debug log file từ danh mục dữ liệu hiện tại. Điều này cần vài giây cho large log files.</translation>
    </message>
    <message>
        <source>Decrease font size</source>
        <translation type="unfinished">Giảm font size</translation>
    </message>
    <message>
        <source>Increase font size</source>
        <translation type="unfinished">Tăng font size</translation>
    </message>
    <message>
        <source>Permissions</source>
        <translation type="unfinished">Cho phép</translation>
    </message>
    <message>
        <source>Services</source>
        <translation type="unfinished">Dịch vụ</translation>
    </message>
    <message>
        <source>Connection Time</source>
        <translation type="unfinished">Connection Thời Gian</translation>
    </message>
    <message>
        <source>Last Send</source>
        <translation type="unfinished">Gửi Sau Cùng</translation>
    </message>
    <message>
        <source>Last Receive</source>
        <translation type="unfinished">Nhận Sau Cùng</translation>
    </message>
    <message>
        <source>The duration of a currently outstanding ping.</source>
        <translation type="unfinished">Thời hạn của một ping hiện đang nổi trội.</translation>
    </message>
    <message>
        <source>Ping Wait</source>
        <translation type="unfinished">Ping Chờ</translation>
    </message>
    <message>
        <source>Min Ping</source>
        <translation type="unfinished">Ping Nhỏ Nhất</translation>
    </message>
    <message>
        <source>Time Offset</source>
        <translation type="unfinished">Thời gian Offset</translation>
    </message>
    <message>
        <source>Last block time</source>
        <translation type="unfinished">Thời gian block cuối cùng</translation>
    </message>
    <message>
        <source>&amp;Console</source>
        <translation type="unfinished">&amp;BangDieuKhien</translation>
    </message>
    <message>
        <source>Debug log file</source>
        <translation type="unfinished">Debug file log</translation>
    </message>
    <message>
        <source>Clear console</source>
        <translation type="unfinished">Xóa console</translation>
    </message>
    <message>
        <source>Executing command without any wallet</source>
        <translation type="unfinished">Đang chạy lệnh khi không có ví nào</translation>
    </message>
    <message>
        <source>Executing command using "%1" wallet</source>
        <translation type="unfinished">Chạy lệnh bằng ví "%1"</translation>
    </message>
    <message>
        <source>Unknown</source>
        <translation type="unfinished">Không biết</translation>
    </message>
</context>
<context>
    <name>ReceiveCoinsDialog</name>
    <message>
        <source>An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network.</source>
        <translation type="unfinished">Một optional lời nhắn để đính kèm đến payment request, cái mà sẽ được hiển thị khi mà request đang mở. Lưu ý: Tin nhắn này sẽ không được gửi với payment over the Bitcoin network.</translation>
    </message>
    <message>
        <source>An optional label to associate with the new receiving address.</source>
        <translation type="unfinished">Một optional label để liên kết với address đang nhận mới.</translation>
    </message>
    <message>
        <source>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</source>
        <translation type="unfinished">Sử dụng form cho request thanh toán. Tất cả chỗ trống là &lt;b&gt;optional&lt;/b&gt;.</translation>
    </message>
    <message>
        <source>An optional amount to request. Leave this empty or zero to not request a specific amount.</source>
        <translation type="unfinished">Một optional giá trị để request. Để lại đây khoảng trống hoặc zero để không request một giá trị xác định.</translation>
    </message>
    <message>
        <source>An optional label to associate with the new receiving address (used by you to identify an invoice).  It is also attached to the payment request.</source>
        <translation type="unfinished">Một nhãn tùy chọn để liên kết với địa chỉ nhận mới (được bạn sử dụng để xác định hóa đơn). Nó cũng được đính kèm với yêu cầu thanh toán.</translation>
    </message>
    <message>
        <source>An optional message that is attached to the payment request and may be displayed to the sender.</source>
        <translation type="unfinished">Một thông báo tùy chọn được đính kèm với yêu cầu thanh toán và có thể được hiển thị cho người gửi.</translation>
    </message>
    <message>
        <source>&amp;Create new receiving address</source>
        <translation type="unfinished">&amp;Tạo địa chỉ nhận mới</translation>
    </message>
    <message>
        <source>Clear all fields of the form.</source>
        <translation type="unfinished">Xóa hết các khoảng trống của form.</translation>
    </message>
    <message>
        <source>Clear</source>
        <translation type="unfinished">Xóa</translation>
    </message>
    <message>
        <source>Requested payments history</source>
        <translation type="unfinished">Yêu cầu lịch sử giao dịch</translation>
    </message>
    <message>
        <source>Show the selected request (does the same as double clicking an entry)</source>
        <translation type="unfinished">Hiển thị request đã chọn (does the same as double clicking an entry)</translation>
    </message>
    <message>
        <source>Show</source>
        <translation type="unfinished">Hiển thị</translation>
    </message>
    <message>
        <source>Remove the selected entries from the list</source>
        <translation type="unfinished">Xóa bỏ mục đang chọn từ danh sách</translation>
    </message>
    <message>
        <source>Remove</source>
        <translation type="unfinished">Gỡ bỏ</translation>
    </message>
    <message>
        <source>Copy &amp;URI</source>
        <translation type="unfinished">Sao chép &amp;URI</translation>
    </message>
    <message>
        <source>Could not unlock wallet.</source>
        <translation type="unfinished">Không thể unlock wallet.</translation>
    </message>
    <message>
        <source>Could not generate new %1 address</source>
        <translation type="unfinished">Không thể tạo ra %1 địa chỉ mới</translation>
    </message>
</context>
<context>
    <name>ReceiveRequestDialog</name>
    <message>
        <source>Address:</source>
        <translation type="unfinished">Địa chỉ</translation>
    </message>
    <message>
        <source>Amount:</source>
        <translation type="unfinished">Số lượng:</translation>
    </message>
    <message>
        <source>Label:</source>
        <translation type="unfinished">Nhãn</translation>
    </message>
    <message>
        <source>Message:</source>
        <translation type="unfinished">Tin nhắn:</translation>
    </message>
    <message>
        <source>Wallet:</source>
        <translation type="unfinished">Ví tiền</translation>
    </message>
    <message>
        <source>Copy &amp;URI</source>
        <translation type="unfinished">Sao chép &amp;URI</translation>
    </message>
    <message>
        <source>Copy &amp;Address</source>
        <translation type="unfinished">Sao chép địa chỉ</translation>
    </message>
    <message>
        <source>Payment information</source>
        <translation type="unfinished">Payment thông tin</translation>
    </message>
    <message>
        <source>Request payment to %1</source>
        <translation type="unfinished">Request payment đến %1</translation>
    </message>
</context>
<context>
    <name>RecentRequestsTableModel</name>
    <message>
        <source>Date</source>
        <translation type="unfinished">Ngày</translation>
    </message>
    <message>
        <source>Label</source>
        <translation type="unfinished">Nhãn</translation>
    </message>
    <message>
        <source>Message</source>
        <translation type="unfinished">Tin nhắn</translation>
    </message>
    <message>
        <source>(no label)</source>
        <translation type="unfinished">(không nhãn)</translation>
    </message>
    <message>
        <source>(no message)</source>
        <translation type="unfinished">(no tin nhắn)</translation>
    </message>
    <message>
        <source>(no amount requested)</source>
        <translation type="unfinished">(không amount yêu cầu)</translation>
    </message>
    <message>
        <source>Requested</source>
        <translation type="unfinished">Đã yêu cầu</translation>
    </message>
</context>
<context>
    <name>SendCoinsDialog</name>
    <message>
        <source>Send Coins</source>
        <translation type="unfinished">Gửi Coins</translation>
    </message>
    <message>
        <source>Coin Control Features</source>
        <translation type="unfinished">Coin Control Tính-năng</translation>
    </message>
    <message>
        <source>automatically selected</source>
        <translation type="unfinished">được chọn một cách hoàn toàn tự động</translation>
    </message>
    <message>
        <source>Insufficient funds!</source>
        <translation type="unfinished">Không đủ tiền kìa!</translation>
    </message>
    <message>
        <source>Quantity:</source>
        <translation type="unfinished">Số lượng:</translation>
    </message>
    <message>
        <source>Amount:</source>
        <translation type="unfinished">Số lượng:</translation>
    </message>
    <message>
        <source>Fee:</source>
        <translation type="unfinished">Phí:</translation>
    </message>
    <message>
        <source>After Fee:</source>
        <translation type="unfinished">Sau Phí:</translation>
    </message>
    <message>
        <source>Change:</source>
        <translation type="unfinished">Thay đổi:</translation>
    </message>
    <message>
        <source>If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address.</source>
        <translation type="unfinished">Nếu cái này được bật, nhưng việc change address thì trống hoặc invalid, change sẽ được gửi cho một address vừa được tạo mới.</translation>
    </message>
    <message>
        <source>Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain.</source>
        <translation type="unfinished">Sử dụng fallbackfee có thể dẫn đến hết quả đang gửi một transaction mà nó sẽ mất hàng giờ hoặc ngày (hoặc chẳng bao giờ) được confirm. Suy nghĩ chọn fee của bạn bình thường hoặc chờ cho đến khi validated hoàn thành chain.</translation>
    </message>
    <message>
        <source>Warning: Fee estimation is currently not possible.</source>
        <translation type="unfinished">Warning: Fee ước tính hiện tại không khả thi.</translation>
    </message>
    <message>
        <source>per kilobyte</source>
        <translation type="unfinished">trên mỗi kilobyte</translation>
    </message>
    <message>
        <source>Hide</source>
        <translation type="unfinished">Ẩn</translation>
    </message>
    <message>
        <source>Recommended:</source>
        <translation type="unfinished">Khuyên dùng:</translation>
    </message>
    <message>
        <source>Send to multiple recipients at once</source>
        <translation type="unfinished">Gửi đến tập thể người nhận một lần</translation>
    </message>
    <message>
        <source>Clear all fields of the form.</source>
        <translation type="unfinished">Xóa hết các khoảng trống của form.</translation>
    </message>
    <message>
        <source>Dust:</source>
        <translation type="unfinished">Rác:</translation>
    </message>
    <message>
        <source>Hide transaction fee settings</source>
        <translation type="unfinished">Ẩn cài đặt phí giao dịch</translation>
    </message>
    <message>
        <source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
        <translation type="unfinished">Khi có khối lượng giao dịch ít hơn chổ trống trong các khối, các nhà đào mỏ cũng như các nút chuyển tiếp có thể thực thi chỉ với một khoản phí tối thiểu. Chỉ trả khoản phí tối thiểu này là tốt, nhưng lưu ý rằng điều này có thể dẫn đến một giao dịch không bao giờ xác nhận một khi có nhu cầu giao dịch bitcoin nhiều hơn khả năng mạng có thể xử lý.</translation>
    </message>
    <message>
        <source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
        <translation type="unfinished">Một khoản phí quá thấp có thể dẫn đến một giao dịch không bao giờ xác nhận (đọc chú giải công cụ)</translation>
    </message>
    <message>
        <source>Confirmation time target:</source>
        <translation type="unfinished">Thời gian xác nhận đối tượng:</translation>
    </message>
    <message>
        <source>Enable Replace-By-Fee</source>
        <translation type="unfinished">Kích hoạt  Phí thay thế</translation>
    </message>
    <message>
        <source>With Replace-By-Fee (BIP-125) you can increase a transaction's fee after it is sent. Without this, a higher fee may be recommended to compensate for increased transaction delay risk.</source>
        <translation type="unfinished">Với Phí thay thế (BIP-125), bạn có thể tăng phí giao dịch sau khi được gửi. Nếu không có điều này, một khoản phí cao hơn có thể được đề xuất để bù đắp cho rủi ro chậm trễ giao dịch tăng lên.</translation>
    </message>
    <message>
        <source>Balance:</source>
        <translation type="unfinished">Số dư:</translation>
    </message>
    <message>
        <source>Confirm the send action</source>
        <translation type="unfinished">Confirm hành động gửi</translation>
    </message>
    <message>
        <source>Copy quantity</source>
        <translation type="unfinished">Sao chép số lượng</translation>
    </message>
    <message>
        <source>Copy amount</source>
        <translation type="unfinished">Sao chép số lượng</translation>
    </message>
    <message>
        <source>Copy fee</source>
        <translation type="unfinished">Sao chép phí</translation>
    </message>
    <message>
        <source>Copy after fee</source>
        <translation type="unfinished">Sao chép sau phí</translation>
    </message>
    <message>
        <source>Copy bytes</source>
        <translation type="unfinished">Sao chép bytes</translation>
    </message>
    <message>
        <source>Copy dust</source>
        <translation type="unfinished">Sao chép rác</translation>
    </message>
    <message>
        <source>Copy change</source>
        <translation type="unfinished">Sao chép thay đổi</translation>
    </message>
    <message>
        <source>Cr&amp;eate Unsigned</source>
        <translation type="unfinished">Cr&amp;eate không được ký</translation>
    </message>
    <message>
        <source>Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.</source>
        <translation type="unfinished">Tạo Giao dịch Bitcoin được ký một phần (PSBT) để sử dụng với các dạng như: ví ngoại tuyến %1 hoặc ví phần cứng tương thích PSBT.</translation>
    </message>
    <message>
        <source> from wallet '%1'</source>
        <translation type="unfinished">từ ví  '%1'</translation>
    </message>
    <message>
        <source>%1 to '%2'</source>
        <translation type="unfinished">%1 tới '%2'</translation>
    </message>
    <message>
        <source>%1 to %2</source>
        <translation type="unfinished">%1 đến%2</translation>
    </message>
    <message>
        <source>Save Transaction Data</source>
        <translation type="unfinished">Lưu trữ giao dịch</translation>
    </message>
    <message>
        <source>PSBT saved</source>
        <translation type="unfinished">PSBT đã lưu</translation>
    </message>
    <message>
        <source>or</source>
        <translation type="unfinished">hoặc</translation>
    </message>
    <message>
        <source>You can increase the fee later (signals Replace-By-Fee, BIP-125).</source>
        <translation type="unfinished">Bạn có thể tăng phí sau khi gửi( với tín hiệu Phí Thay Thế, BIP-125)</translation>
    </message>
    <message>
        <source>Please, review your transaction.</source>
        <extracomment>Text to prompt a user to review the details of the transaction they are attempting to send.</extracomment>
        <translation type="unfinished">Làm ơn xem xét đánh giá giao dịch của bạn.</translation>
    </message>
    <message>
        <source>Not signalling Replace-By-Fee, BIP-125.</source>
        <translation type="unfinished">Không có tín hiệu Phí Thay Thế, BIP-125.</translation>
    </message>
    <message>
        <source>Total Amount</source>
        <translation type="unfinished">Tổng số</translation>
    </message>
    <message>
        <source>Confirm send coins</source>
        <translation type="unfinished">Confirm gửi coins</translation>
    </message>
    <message>
        <source>Watch-only balance:</source>
        <translation type="unfinished">Số dư chỉ xem:</translation>
    </message>
    <message>
        <source>The recipient address is not valid. Please recheck.</source>
        <translation type="unfinished">Địa chỉ người nhận address thì không valid. Kiểm tra lại đi.</translation>
    </message>
    <message>
        <source>The amount to pay must be larger than 0.</source>
        <translation type="unfinished">Giả trị để pay cần phải lớn hơn 0.</translation>
    </message>
    <message>
        <source>The amount exceeds your balance.</source>
        <translation type="unfinished">Số tiền vượt quá số dư của bạn.</translation>
    </message>
    <message>
        <source>The total exceeds your balance when the %1 transaction fee is included.</source>
        <translation type="unfinished">Tổng số lớn hơn số dư của bạn khi %1 transaction fee được tính vào.</translation>
    </message>
    <message>
        <source>Duplicate address found: addresses should only be used once each.</source>
        <translation type="unfinished">Trùng address được tìm thấy: địa chỉ chỉ nên được dùng một lần.</translation>
    </message>
    <message>
        <source>Transaction creation failed!</source>
        <translation type="unfinished">Transaction khởi tạo thất bại!</translation>
    </message>
    <message>
        <source>A fee higher than %1 is considered an absurdly high fee.</source>
        <translation type="unfinished">Một fee lớn hơn %1 được coi là ngớ ngẩn cao fee.</translation>
    </message>
    <message>
        <source>Payment request expired.</source>
        <translation type="unfinished">Payment request hết hạn.</translation>
    </message>
    <message numerus="yes">
        <source>Estimated to begin confirmation within %n block(s).</source>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message>
        <source>Warning: Unknown change address</source>
        <translation type="unfinished">Warning: Không biết change address</translation>
    </message>
    <message>
        <source>The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?</source>
        <translation type="unfinished">The address bạn đã chọn dành cho change thì không phải part of this wallet. Bất kỳ hay tất cả funds in your wallet có thể được gửi đến address này. Bạn chắc chứ?</translation>
    </message>
    <message>
        <source>(no label)</source>
        <translation type="unfinished">(không nhãn)</translation>
    </message>
</context>
<context>
    <name>SendCoinsEntry</name>
    <message>
        <source>Choose previously used address</source>
        <translation type="unfinished">Chọn mới thì address</translation>
    </message>
    <message>
        <source>The Bitcoin address to send the payment to</source>
        <translation type="unfinished">The Bitcoin address để gửi the payment đến</translation>
    </message>
    <message>
        <source>Paste address from clipboard</source>
        <translation type="unfinished">Paste address từ clipboard</translation>
    </message>
    <message>
        <source>Remove this entry</source>
        <translation type="unfinished">Xóa bỏ entry này</translation>
    </message>
    <message>
        <source>The amount to send in the selected unit</source>
        <translation type="unfinished">Lượng tiền để gửi trong mỗi đơn vị đã chọn</translation>
    </message>
    <message>
        <source>The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.</source>
        <translation type="unfinished">The fee sẽ được khấu trừ từ số tiền đang gửi. Người nhận sẽ receive ít bitcoins hơn bạn gõ vào khoảng trống. Nếu nhiều người gửi được chọn, fee sẽ được chia đều.</translation>
    </message>
    <message>
        <source>S&amp;ubtract fee from amount</source>
        <translation type="unfinished">S&amp;ubtract fee từ amount</translation>
    </message>
    <message>
        <source>Use available balance</source>
        <translation type="unfinished">Sử dụng số dư sẵn có</translation>
    </message>
    <message>
        <source>Message:</source>
        <translation type="unfinished">Tin nhắn:</translation>
    </message>
    <message>
        <source>This is an unauthenticated payment request.</source>
        <translation type="unfinished">Đây là một chưa được chứng thực payment request.</translation>
    </message>
    <message>
        <source>This is an authenticated payment request.</source>
        <translation type="unfinished">Đây là một chưa được chứng thực payment request.</translation>
    </message>
    <message>
        <source>Enter a label for this address to add it to the list of used addresses</source>
        <translation type="unfinished">Nhập một label cho cái address này để thêm vào danh sách địa chỉ đã sử dụng</translation>
    </message>
    <message>
        <source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.</source>
        <translation type="unfinished">Một tin nhắn được đính kèm với số bitcoin: URI mà sẽ được lưu giữ với transaction dành cho tài liệu tham khảo. Lưu ý: Tin nhắn này sẽ không được gửi thông qua Bitcoin network.</translation>
    </message>
    <message>
        <source>Pay To:</source>
        <translation type="unfinished">Pay Đến:</translation>
    </message>
    <message>
        <source>Memo:</source>
        <translation type="unfinished">Bản ghi nhớ:</translation>
    </message>
</context>
<context>
    <name>SendConfirmationDialog</name>
    <message>
        <source>Send</source>
        <translation type="unfinished">Gửi</translation>
    </message>
    </context>
<context>
    <name>SignVerifyMessageDialog</name>
    <message>
        <source>Signatures - Sign / Verify a Message</source>
        <translation type="unfinished">Chữ ký - Sign / Verify a Message</translation>
    </message>
    <message>
        <source>&amp;Sign Message</source>
        <translation type="unfinished">&amp;Sign Tin nhắn</translation>
    </message>
    <message>
        <source>You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to.</source>
        <translation type="unfinished">Bạn có thể ký/đồng ý với địa chỉ chứng minh bạn có thể receive bitcoins đã gửi đến chúng. Cẩn thận không ký bất cứ không rõ hay random, như các cuộc tấn công lừa đảo có thể cố lừa bạn ký tên vào danh tính của bạn.. Chỉ ký các bản tuyên bố hoàn chỉnh mà bạn đồng ý.</translation>
    </message>
    <message>
        <source>The Bitcoin address to sign the message with</source>
        <translation type="unfinished">The Bitcoin address để ký với tin nhắn</translation>
    </message>
    <message>
        <source>Choose previously used address</source>
        <translation type="unfinished">Chọn mới thì address</translation>
    </message>
    <message>
        <source>Paste address from clipboard</source>
        <translation type="unfinished">Paste address từ clipboard</translation>
    </message>
    <message>
        <source>Enter the message you want to sign here</source>
        <translation type="unfinished">Nhập tin nhắn bạn muốn ký tại đây</translation>
    </message>
    <message>
        <source>Copy the current signature to the system clipboard</source>
        <translation type="unfinished">Copy hiện tại signature tới system clipboard</translation>
    </message>
    <message>
        <source>Sign the message to prove you own this Bitcoin address</source>
        <translation type="unfinished">Ký tin nhắn để chứng minh bạn sở hữu Bitcoin address này</translation>
    </message>
    <message>
        <source>Reset all sign message fields</source>
        <translation type="unfinished">Reset tất cả khoảng chữ ký nhắn</translation>
    </message>
    <message>
        <source>&amp;Verify Message</source>
        <translation type="unfinished">&amp;Verify Tin nhắn</translation>
    </message>
    <message>
        <source>Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction!</source>
        <translation type="unfinished">Nhập vào address người nhận, tin nhắn (chắc rằng bạn copy line breaks, khoảng trống, tabs, etc. chính xác) và signature bên dưới verify tin nhắn. Cẩn thận không đọc nhiều hơn từ signature so với cái được ký trong bản thân tin nhắn, để tránh bị lừa bới man-in-the-middle tấn công. Lưu ý rằng điều này chỉ chứng nhận nhóm những người nhân với address, nó không thể chứng minh bên gửi có bất kỳ transaction!</translation>
    </message>
    <message>
        <source>The Bitcoin address the message was signed with</source>
        <translation type="unfinished">The Bitcoin address tin nhắn đã ký với</translation>
    </message>
    <message>
        <source>The signed message to verify</source>
        <translation type="unfinished">Tin nhắn đã được ký để xác nhận</translation>
    </message>
    <message>
        <source>The signature given when the message was signed</source>
        <translation type="unfinished">Chữ ký được cung cấp khi tin nhắn đã được ký</translation>
    </message>
    <message>
        <source>Verify the message to ensure it was signed with the specified Bitcoin address</source>
        <translation type="unfinished">Verify tin nhắn để chắc rằng nó đã được ký với xác định Bitcoin address</translation>
    </message>
    <message>
        <source>Reset all verify message fields</source>
        <translation type="unfinished">Reset tất cả verify khoảng trống nhắn</translation>
    </message>
    <message>
        <source>Click "Sign Message" to generate signature</source>
        <translation type="unfinished">Click "Sign Message" để generate signature</translation>
    </message>
    <message>
        <source>The entered address is invalid.</source>
        <translation type="unfinished">Đã nhập address thì invalid.</translation>
    </message>
    <message>
        <source>Please check the address and try again.</source>
        <translation type="unfinished">Vui lòng kiểm tra address và thử lại.</translation>
    </message>
    <message>
        <source>The entered address does not refer to a key.</source>
        <translation type="unfinished">Đã nhập address không refer to a key.</translation>
    </message>
    <message>
        <source>Wallet unlock was cancelled.</source>
        <translation type="unfinished">Wallet unlock đã được hủy.</translation>
    </message>
    <message>
        <source>No error</source>
        <translation type="unfinished">Không lỗi</translation>
    </message>
    <message>
        <source>Private key for the entered address is not available.</source>
        <translation type="unfinished">Private key cho address đã nhập thì không có sẵn.</translation>
    </message>
    </context>
<context>
    <name>TransactionDesc</name>
    <message>
        <source>Date</source>
        <translation type="unfinished">Ngày</translation>
    </message>
    <message numerus="yes">
        <source>matures in %n more block(s)</source>
        <translation type="unfinished">
            <numerusform />
        </translation>
    </message>
    <message>
        <source>Message</source>
        <translation type="unfinished">Tin nhắn</translation>
    </message>
    <message>
        <source>Transaction virtual size</source>
        <translation type="unfinished">Kích cỡ giao dịch ảo</translation>
    </message>
    <message>
        <source> (Certificate was not verified)</source>
        <translation type="unfinished">(Chứng chỉ chưa được thẩm định)</translation>
    </message>
    <message>
        <source>Amount</source>
        <translation type="unfinished">Số lượng</translation>
    </message>
    </context>
<context>
    <name>TransactionTableModel</name>
    <message>
        <source>Date</source>
        <translation type="unfinished">Ngày</translation>
    </message>
    <message>
        <source>Label</source>
        <translation type="unfinished">Nhãn</translation>
    </message>
    <message>
        <source>Conflicted</source>
        <translation type="unfinished">Xung đột</translation>
    </message>
    <message>
        <source>(no label)</source>
        <translation type="unfinished">(không nhãn)</translation>
    </message>
    </context>
<context>
    <name>TransactionView</name>
    <message>
        <source>All</source>
        <translation type="unfinished">Tất cả</translation>
    </message>
    <message>
        <source>Today</source>
        <translation type="unfinished">Hôm nay</translation>
    </message>
    <message>
        <source>This week</source>
        <translation type="unfinished">Tuần này</translation>
    </message>
    <message>
        <source>This month</source>
        <translation type="unfinished">Tháng này</translation>
    </message>
    <message>
        <source>Last month</source>
        <translation type="unfinished">Tháng trước</translation>
    </message>
    <message>
        <source>This year</source>
        <translation type="unfinished">Năm nay</translation>
    </message>
    <message>
        <source>Other</source>
        <translation type="unfinished">Khác</translation>
    </message>
    <message>
        <source>Enter address, transaction id, or label to search</source>
        <translation type="unfinished">Nhập địa chỉ, số id giao dịch, hoặc nhãn để tìm kiếm</translation>
    </message>
    <message>
        <source>Comma separated file</source>
        <extracomment>Expanded name of the CSV file format. See: https://en.wikipedia.org/wiki/Comma-separated_values.</extracomment>
        <translation type="unfinished">Tệp tách dấu phẩy</translation>
    </message>
    <message>
        <source>Confirmed</source>
        <translation type="unfinished">Đã xác nhận</translation>
    </message>
    <message>
        <source>Date</source>
        <translation type="unfinished">Ngày</translation>
    </message>
    <message>
        <source>Label</source>
        <translation type="unfinished">Nhãn</translation>
    </message>
    <message>
        <source>Address</source>
        <translation type="unfinished">Địa chỉ</translation>
    </message>
    <message>
        <source>Exporting Failed</source>
        <translation type="unfinished">Xuất Thất Bại</translation>
    </message>
    </context>
<context>
    <name>WalletFrame</name>
    <message>
        <source>No wallet has been loaded.
Go to File &gt; Open Wallet to load a wallet.
- OR -</source>
        <translation type="unfinished">Chưa có ví nào được tải. Đi tới Tệp&gt; Mở Ví để nạp ví.- HOẶC -</translation>
    </message>
    <message>
        <source>Create a new wallet</source>
        <translation type="unfinished">Tạo một ví mới</translation>
    </message>
    <message>
        <source>Error</source>
        <translation type="unfinished">Lỗi</translation>
    </message>
    <message>
        <source>Load Transaction Data</source>
        <translation type="unfinished">Tải thông tin giao dịch</translation>
    </message>
    <message>
        <source>Partially Signed Transaction (*.psbt)</source>
        <translation type="unfinished">Giao dịch được đăng ký một phần (*.psbt)</translation>
    </message>
    <message>
        <source>PSBT file must be smaller than 100 MiB</source>
        <translation type="unfinished">Tệp PSBT phải nhỏ hơn 100 MiB</translation>
    </message>
    <message>
        <source>Unable to decode PSBT</source>
        <translation type="unfinished">Không thể giải mã PSBT</translation>
    </message>
</context>
<context>
    <name>WalletModel</name>
    <message>
        <source>Send Coins</source>
        <translation type="unfinished">Gửi Coins</translation>
    </message>
    <message>
        <source>Fee bump error</source>
        <translation type="unfinished">Fee bơm error</translation>
    </message>
    <message>
        <source>Can't draft transaction.</source>
        <translation type="unfinished">Không thể tạo tạm giao dịch.</translation>
    </message>
    <message>
        <source>PSBT copied</source>
        <translation type="unfinished">Đã sao chép PSBT</translation>
    </message>
    <message>
        <source>default wallet</source>
        <translation type="unfinished">ví mặc định</translation>
    </message>
</context>
<context>
    <name>WalletView</name>
    <message>
        <source>&amp;Export</source>
        <translation type="unfinished">&amp;Xuất</translation>
    </message>
    <message>
        <source>Export the data in the current tab to a file</source>
        <translation type="unfinished">Xuất dữ liệu trong thẻ hiện tại ra file</translation>
    </message>
    <message>
        <source>Cancel</source>
        <translation type="unfinished">Hủy</translation>
    </message>
</context>
</TS>