Skip to content

Commit 2e9e7b3

Browse files
Translate locales/en.json in vi [Manual Sync]
91% of minimum 80% translated source file: 'locales/en.json' on 'vi'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
1 parent 16896d3 commit 2e9e7b3

File tree

1 file changed

+93
-9
lines changed

1 file changed

+93
-9
lines changed

locales/vi.json

Lines changed: 93 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"amount": "Số lượng",
88
"fee": "Phí",
99
"search": "Tìm kiếm",
10-
"viewInBlockExplorer": "Xem bằng trình duyệt khối"
10+
"viewInBlockExplorer": "Xem bằng trình duyệt khối",
11+
"blocks": "{{numBlocks}} blocks"
1112
},
1213
"buttons": {
1314
"ok": "Ok",
@@ -46,6 +47,11 @@
4647
"msg3": "Hiện không có hỗ trợ WatchTower để xem các kênh của bạn khi bạn ngoại tuyến.",
4748
"msg4": "Tôi không quan tâm, hãy tiếp tục"
4849
},
50+
"createWalletWithPassphrase": {
51+
"title": "Set passphrase (25th word to encrypt the seed)",
52+
"invalidMessage": "Enter a valid passphrase",
53+
"noLeadingTrailingSpaces": "Leading or trailing spaces is not allowed"
54+
},
4955
"language": {
5056
"title": "Select language"
5157
},
@@ -55,7 +61,8 @@
5561
"menu": {
5662
"enableTor": "Bật Tor",
5763
"disableTor": "Tắt Tor",
58-
"setBitcoinNode": "Thiết lập nút Bitcoin"
64+
"setBitcoinNode": "Thiết lập nút Bitcoin",
65+
"createWalletWithPassphrase": "Create wallet with passphrase"
5966
}
6067
},
6168
"footerNav": {
@@ -202,6 +209,9 @@
202209
"description": {
203210
"title": "Tin nhắn",
204211
"placeholder": "Tin nhắn cho người thanh toán"
212+
},
213+
"preimage": {
214+
"placeholder": "32-byte hex string"
205215
}
206216
}
207217
},
@@ -240,6 +250,12 @@
240250
},
241251
"description": {
242252
"title": "Tin nhắn"
253+
},
254+
"feeEstimate": {
255+
"title": "Fee estimate"
256+
},
257+
"outgoingChannel": {
258+
"title": "Outbound Channel"
243259
}
244260
}
245261
},
@@ -259,6 +275,7 @@
259275
"alias": "Tên riêng",
260276
"node": "Nút",
261277
"channelId": "ID kênh",
278+
"channelPoint": "Channel point",
262279
"status": "Trạng thái",
263280
"statusActive": "Kích hoạt",
264281
"statusInactive": "Không kích hoạt",
@@ -271,6 +288,7 @@
271288
"howMuchCanBeReceived": "Có thể nhận",
272289
"localReserve": "Dự phòng tại chỗ",
273290
"commitmentFee": "Phí cam kết",
291+
"channelType": "Channel type",
274292
"pendingFunds": "Quỹ đang chờ",
275293
"balanceInLimbo": "Số dư Limbo",
276294
"pendingHtlcs": "HTLC đang đợi",
@@ -279,6 +297,7 @@
279297
"remoteCommitmentTxid": "TXID cam kết từ xa",
280298
"closeChannel": "Đóng kênh",
281299
"forceClosePendingChannel": "Bắt buộc đóng nguồn đang chờ xử lý",
300+
"forceCloseDelay": "Force closure delay",
282301
"closeChannelPrompt": {
283302
"title": "Đóng kênh"
284303
}
@@ -672,11 +691,18 @@
672691
},
673692
"chainSync": {
674693
"title": "Đồng bộ hóa chuỗi đã lên lịch",
675-
"subtitle": "Chạy ngầm mỗi 2 giờ",
694+
"subtitle": "Runs in background every 2 hours",
676695
"dialog": {
677696
"title": "Không được khuyến khích",
678697
"msg": "Cảnh báo. Bạn không nên tắt đồng bộ hóa chuỗi đã lên lịch.\n\nĐảm bảo rằng bạn luôn cập nhật mạng, nếu không, bạn có nguy cơ mất tiền của mình.\n\nChỉ làm điều này nếu bạn biết mình đang làm gì."
679698
}
699+
},
700+
"gossipSync": {
701+
"title": "Sync LN channels on startup"
702+
},
703+
"gossipSyncAndroid": {
704+
"title": "Scheduled LN channel sync",
705+
"subtitle": "Runs at Blixt startup"
680706
}
681707
},
682708
"display": {
@@ -718,14 +744,17 @@
718744
"rpc": {
719745
"title": "Thiết lập bitcoind RPC Host"
720746
},
747+
"rpcuser": {
748+
"title": "Set the bitcoind RPC User"
749+
},
750+
"rpcpass": {
751+
"title": "Set the bitcoind RPC Password"
752+
},
721753
"zmqRawBlock": {
722754
"title": "Thiết lập bitcoind ZMQ Raw Block Host"
723755
},
724756
"zmqRawTx": {
725757
"title": "Thiếp lập bitcoind ZMQ Raw Tx Host"
726-
},
727-
"p2tr": {
728-
"title": "Cho phép nhận trên chuỗi qua Taproot (P2TR)"
729758
}
730759
},
731760
"LN": {
@@ -778,9 +807,29 @@
778807
"msg": "Bạn có muốn khôi phục về máy chủ Dunder mặc định không"
779808
}
780809
},
810+
"speedloaderServer": {
811+
"title": "Set LN channel sync server",
812+
"subtitle": "",
813+
"setDialog": {
814+
"title": "Set LN Sync channel server"
815+
},
816+
"restoreDialog": {
817+
"title": "Restore LN channel sync Server",
818+
"msg": "Would you like to restore to the default LN channel sync server"
819+
}
820+
},
781821
"graphSync": {
782822
"title": "Chờ đồng bộ hóa biểu đồ trước khi thanh toán",
783823
"subtitle": "Biểu đồ được đồng bộ hóa dẫn đến đường dẫn thanh toán tối ưu"
824+
},
825+
"zeroConfPeers": {
826+
"title": "Set zero conf peers",
827+
"subtitle": "Add pubkeys of peers you want to allow zero conf channels from",
828+
"setDialog": {
829+
"title": "Zero conf peers",
830+
"msg1": "Comma separated values of public keys, to allow zero conf channels from.",
831+
"msg2": "You will be trusting channels from these partners until there is at least one chain confirmation"
832+
}
784833
}
785834
},
786835
"miscelaneous": {
@@ -799,12 +848,16 @@
799848
},
800849
"lndLog": {
801850
"title": "Sao chép nhật ký lnd vào bộ nhớ cục bộ",
802-
"subtitle": "Tiếp cận từ thẻ sd/Ví Blixt",
803851
"dialog": {
804-
"alert": "Đã sao chép tệp nhật ký lnd",
805852
"error": "Lỗi khi sao chép tệp nhật ký lnd."
806853
}
807854
},
855+
"speedloaderLog": {
856+
"title": "Copy LN channel sync log file to local storage",
857+
"dialog": {
858+
"error": "Error copying speedloader log file."
859+
}
860+
},
808861
"dev": {
809862
"title": "Chuyển đến màn hình nhà phát triển",
810863
"subtitle": ""
@@ -837,6 +890,9 @@
837890
"restoreDialog": {
838891
"title": "Would you like to restore lnd log level to the default level ({{defaultLndLogLevel}})?"
839892
}
893+
},
894+
"customInvoicePreimageEnabled": {
895+
"title": "Enable custom invoice preimages"
840896
}
841897
},
842898
"experimental": {
@@ -888,6 +944,14 @@
888944
"title": "Hiển thị thông báo thông tin khởi động",
889945
"subtitle": ""
890946
},
947+
"showNotifications": {
948+
"title": "Show notifications for this session",
949+
"subtitle": ""
950+
},
951+
"showDebugLog": {
952+
"title": "Show debug log for this session",
953+
"subtitle": ""
954+
},
891955
"helpCencer": {
892956
"title": "Trung tâm trợ giúp LndMobile",
893957
"subtitle": ""
@@ -900,6 +964,10 @@
900964
"title": "Đọc nhật ký lnd",
901965
"subtitle": ""
902966
},
967+
"speedloaderLog": {
968+
"title": "Read LN channel sync log",
969+
"subtitle": ""
970+
},
903971
"keysend": {
904972
"title": "Kiểm tra Keysend",
905973
"subtitle": ""
@@ -944,7 +1012,17 @@
9441012
"title": "Kích hoạt lược bỏ LN Graph chính xác "
9451013
},
9461014
"bimodalPathFinding": {
947-
"title": "Enable bimodal path finding"
1015+
"title": "Enable bimodal pathfinding"
1016+
},
1017+
"compactLndDatabases": {
1018+
"title": "Compact lnd's databases"
1019+
},
1020+
"enforceSpeedloaderOnStartup": {
1021+
"title": "Enforce gossip sync on startup"
1022+
},
1023+
"persistentServices": {
1024+
"title": "Enable persistent app",
1025+
"subtitle": "The app stays active in the background"
9481026
}
9491027
}
9501028
},
@@ -1034,6 +1112,12 @@
10341112
"msg1": "Quét mã QR để mở một kênh đến ví này",
10351113
"msg2": "Không thể giải quyết địa chỉ onion"
10361114
},
1115+
"settings.toastLog": {
1116+
"title": "Notification log"
1117+
},
1118+
"settings.debugLog": {
1119+
"title": "Debug log"
1120+
},
10371121
"welcome.addFunds": {
10381122
"title": "Thêm quỹ",
10391123
"msg1": "Để bắt đầu sử dụng Lightning trong Ví Blixt",

0 commit comments

Comments
 (0)