@kodiak-finance/orderly-i18n 2.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +334 -0
  2. package/bin/cli.js +240 -0
  3. package/dist/constant.d.mts +2 -0
  4. package/dist/constant.d.ts +2 -0
  5. package/dist/constant.js +12 -0
  6. package/dist/constant.js.map +1 -0
  7. package/dist/constant.mjs +5 -0
  8. package/dist/constant.mjs.map +1 -0
  9. package/dist/index.d.mts +44 -0
  10. package/dist/index.d.ts +44 -0
  11. package/dist/index.js +49 -0
  12. package/dist/index.js.map +1 -0
  13. package/dist/index.mjs +13 -0
  14. package/dist/index.mjs.map +1 -0
  15. package/dist/locale.csv +979 -0
  16. package/dist/locales/de.json +980 -0
  17. package/dist/locales/en.json +980 -0
  18. package/dist/locales/es.json +980 -0
  19. package/dist/locales/fr.json +980 -0
  20. package/dist/locales/id.json +980 -0
  21. package/dist/locales/it.json +980 -0
  22. package/dist/locales/ja.json +980 -0
  23. package/dist/locales/ko.json +980 -0
  24. package/dist/locales/nl.json +980 -0
  25. package/dist/locales/pl.json +980 -0
  26. package/dist/locales/pt.json +980 -0
  27. package/dist/locales/ru.json +980 -0
  28. package/dist/locales/tr.json +980 -0
  29. package/dist/locales/uk.json +980 -0
  30. package/dist/locales/vi.json +980 -0
  31. package/dist/locales/zh.json +980 -0
  32. package/dist/types-Bcx1nSla.d.ts +1078 -0
  33. package/dist/utils.d.mts +64 -0
  34. package/dist/utils.d.ts +64 -0
  35. package/dist/utils.js +17 -0
  36. package/dist/utils.js.map +1 -0
  37. package/dist/utils.mjs +8 -0
  38. package/dist/utils.mjs.map +1 -0
  39. package/package.json +75 -0
  40. package/script/copyLocales.js +11 -0
  41. package/script/csv2json.js +28 -0
  42. package/script/diffCsv.js +175 -0
  43. package/script/fillJson.js +33 -0
  44. package/script/generateCsv.js +36 -0
  45. package/script/generateEnJson.js +11 -0
  46. package/script/generateMissingKeys.js +48 -0
  47. package/script/json-csv-converter.js +201 -0
  48. package/script/json2csv.js +38 -0
  49. package/script/mergeJson.js +62 -0
  50. package/script/separateJson.js +50 -0
  51. package/script/utils.js +88 -0
@@ -0,0 +1,980 @@
1
+ {
2
+ "common.cancel": "Hủy",
3
+ "common.confirm": "Xác nhận",
4
+ "common.ok": "OK",
5
+ "common.yes": "Có",
6
+ "common.no": "Không",
7
+ "common.all": "Tất cả",
8
+ "common.buy": "Mua",
9
+ "common.sell": "Bán",
10
+ "common.long": "Mua",
11
+ "common.short": "Bán",
12
+ "common.edit": "Chỉnh sửa",
13
+ "common.save": "Lưu",
14
+ "common.add": "Thêm",
15
+ "common.delete": "Xóa",
16
+ "common.tips": "Mẹo",
17
+ "common.max": "Tối đa",
18
+ "common.download": "Tải xuống",
19
+ "common.copy": "Sao chép",
20
+ "common.copy.failed": "Sao chép thất bại",
21
+ "common.copy.copied": "Đã sao chép",
22
+ "common.share": "Chia sẻ",
23
+ "common.export": "Xuất",
24
+ "common.select.1d": "1N",
25
+ "common.select.3d": "3N",
26
+ "common.select.7d": "7N",
27
+ "common.select.14d": "14N",
28
+ "common.select.30d": "30N",
29
+ "common.select.90d": "90N",
30
+ "common.price": "Giá",
31
+ "common.quantity": "Số lượng",
32
+ "common.qty": "SL",
33
+ "common.status": "Trạng thái",
34
+ "common.status.all": "Tất cả trạng thái",
35
+ "common.date": "Ngày",
36
+ "common.time": "Thời gian",
37
+ "common.volume": "Khối lượng",
38
+ "common.total": "Tổng",
39
+ "common.symbol": "Mã",
40
+ "common.token": "Token",
41
+ "common.amount": "Số tiền",
42
+ "common.side": "Bên",
43
+ "common.side.all": "Tất cả các bên",
44
+ "common.type": "Loại",
45
+ "common.notional": "Giá trị danh nghĩa",
46
+ "common.fee": "Phí",
47
+ "common.fees": "Phí",
48
+ "common.effectiveFee": "Phí hiệu quả",
49
+ "common.orderPrice": "Giá đặt lệnh",
50
+ "common.avgPrice": "Giá trung bình",
51
+ "common.avgOpen": "Giá mở trung bình",
52
+ "common.avgClose": "Giá đóng trung bình",
53
+ "common.trigger": "Kích hoạt",
54
+ "common.lastPrice": "Giá cuối",
55
+ "common.indexPrice": "Giá chỉ số",
56
+ "common.markPrice": "Giá đánh dấu",
57
+ "common.limitPrice": "Giá giới hạn",
58
+ "common.marketPrice": "Thị trường",
59
+ "common.market": "Thị trường",
60
+ "common.limit": "Giới hạn",
61
+ "common.triggerPrice": "Giá kích hoạt",
62
+ "common.unrealizedPnl": "Lãi/lỗ chưa thực hiện",
63
+ "common.realizedPnl": "Lãi/lỗ đã thực hiện",
64
+ "common.pnl": "Lãi/Lỗ",
65
+ "common.totalValue": "Tổng giá trị",
66
+ "common.address": "Địa chỉ",
67
+ "common.address.search.placeholder": "Tìm kiếm địa chỉ",
68
+ "common.available": "Có sẵn",
69
+ "common.overview": "Tổng quan",
70
+ "common.funding": "Tài trợ",
71
+ "common.assets": "Tài sản",
72
+ "common.countdown": "Đếm ngược",
73
+ "common.current": "Hiện tại",
74
+ "common.account": "Tài khoản",
75
+ "common.deposit": "Nạp tiền",
76
+ "common.withdraw": "Rút tiền",
77
+ "common.deposits": "Nạp tiền",
78
+ "common.withdrawals": "Rút tiền",
79
+ "common.transfer": "Chuyển khoản",
80
+ "common.settle": "Thanh toán",
81
+ "common.markets": "Thị trường",
82
+ "common.portfolio": "Danh mục đầu tư",
83
+ "common.positions": "Vị thế",
84
+ "common.position": "Vị thế",
85
+ "common.orders": "Lệnh",
86
+ "common.tpsl": "TP/SL",
87
+ "common.leverage": "Đòn bẩy",
88
+ "common.affiliate": "Tiếp thị liên kết",
89
+ "common.tradingRewards": "Phần thưởng giao dịch",
90
+ "common.trading": "Giao dịch",
91
+ "common.allAccount": "Tất cả tài khoản",
92
+ "common.mainAccount": "Tài khoản chính",
93
+ "common.subAccount": "Tài khoản phụ",
94
+ "common.settings": "Cài đặt",
95
+ "common.accountId": "ID tài khoản",
96
+ "common.web3Wallet": "Ví Web3",
97
+ "common.txId": "TxID",
98
+ "common.result": "Kết quả",
99
+ "common.orderQty": "Số lượng lệnh",
100
+ "common.positionQty": "Số lượng vị thế",
101
+ "common.estTotal": "Tổng ước tính",
102
+ "common.fullTPSL": "TP/SL toàn bộ",
103
+ "common.partialTPSL": "TP/SL một phần",
104
+ "common.vaults": "Kho bạc",
105
+ "common.optional": "Tùy chọn",
106
+ "markets.favorites": "Yêu thích",
107
+ "markets.recent": "Gần đây",
108
+ "markets.newListings": "Danh sách mới",
109
+ "markets.allMarkets": "Tất cả thị trường",
110
+ "markets.openInterest": "Lãi suất mở",
111
+ "markets.openInterest.tooltip": "Tổng kích thước vị thế mỗi bên.",
112
+ "markets.topGainers": "Tăng giá nhiều nhất",
113
+ "markets.topLosers": "Giảm giá nhiều nhất",
114
+ "markets.search.placeholder": "Tìm kiếm thị trường",
115
+ "markets.dataList.favorites.empty": "Nhấp vào biểu tượng <0/> bên cạnh thị trường để thêm vào danh sách của bạn.",
116
+ "markets.dataList.column.8hFunding": "Tài trợ 8h",
117
+ "markets.dataList.column.moveTop": "Di chuyển lên đầu",
118
+ "markets.favorites.dropdown.title": "Chọn danh sách cho",
119
+ "markets.favorites.dropdown.addPlaceholder": "Thêm danh sách theo dõi mới",
120
+ "markets.favorites.tabs.maxList": "Tối đa 10 nhóm trong danh sách yêu thích",
121
+ "markets.favorites.tabs.maxName": "Tên danh sách không được vượt quá 15 ký tự",
122
+ "markets.favorites.tabs.delete.dialog.title": "Xóa danh sách",
123
+ "markets.favorites.tabs.delete.dialog.description": "Bạn có chắc chắn muốn xóa {{name}} không?",
124
+ "markets.favorites.addFavorites": "Thêm vào yêu thích",
125
+ "markets.column.market": "Thị trường",
126
+ "markets.column.24hChange": "Thay đổi 24h",
127
+ "markets.column.24hVolume": "Khối lượng 24h",
128
+ "markets.column.market&Volume": "Thị trường / Khối lượng",
129
+ "markets.column.price&Change": "Giá / Thay đổi",
130
+ "markets.column.last": "Cuối cùng",
131
+ "markets.column.24hPercentage": "24h%",
132
+ "markets.funding.comparison": "So sánh",
133
+ "markets.funding.column.estFunding": "Tài trợ ước tính",
134
+ "markets.funding.column.lastFunding": "Tài trợ cuối",
135
+ "markets.funding.column.1dAvg": "Trung bình 1N",
136
+ "markets.funding.column.3dAvg": "Trung bình 3N",
137
+ "markets.funding.column.7dAvg": "Trung bình 7N",
138
+ "markets.funding.column.14dAvg": "Trung bình 14N",
139
+ "markets.funding.column.30dAvg": "Trung bình 30N",
140
+ "markets.funding.column.90dAvg": "Trung bình 90N",
141
+ "markets.funding.column.positiveRate": "Tỷ lệ dương",
142
+ "markets.symbolInfoBar.Mark": "Đánh dấu",
143
+ "markets.symbolInfoBar.Mark.tooltip": "Giá để tính toán PnL chưa thực hiện và thanh lý.",
144
+ "markets.symbolInfoBar.Index": "Chỉ số",
145
+ "markets.symbolInfoBar.Index.tooltip": "Trung bình của các giá cuối cùng trên các sàn giao dịch khác.",
146
+ "markets.symbolInfoBar.24hVolume": "Khối lượng 24h",
147
+ "markets.symbolInfoBar.24hVolume.tooltip": "Tổng khối lượng giao dịch 24 giờ trên Mạng Orderly.",
148
+ "markets.symbolInfoBar.predFundingRate": "Tỷ lệ tài trợ dự đoán",
149
+ "markets.symbolInfoBar.predFundingRate.tooltip": "Tỷ lệ tài trợ là khoản thanh toán giữa các nhà giao dịch mua và bán. Khi dương, vị thế mua trả tài trợ cho vị thế bán. Khi âm, vị thế bán trả tài trợ cho vị thế mua.",
150
+ "portfolio.feeTier": "Cấp phí",
151
+ "portfolio.apiKeys": "Khóa API",
152
+ "portfolio.setting": "Cài đặt",
153
+ "portfolio.overview.availableWithdraw": "Có thể rút",
154
+ "portfolio.overview.handle.title": "Giá trị danh mục",
155
+ "portfolio.overview.performance": "Hiệu suất",
156
+ "portfolio.overview.performance.roi": "ROI {{period}}",
157
+ "portfolio.overview.performance.roi.tooltip": "ROI = PnL / (Giá trị tài khoản ban đầu + Tổng tiền gửi + Tổng chuyển vào)",
158
+ "portfolio.overview.performance.pnl": "PnL {{period}}",
159
+ "portfolio.overview.performance.pnl.tooltip": "PnL = Giá trị tài khoản hiện tại − Giá trị tài khoản ban đầu − Tổng tiền gửi + Tổng tiền rút − Tổng chuyển vào + Tổng chuyển ra",
160
+ "portfolio.overview.performance.volume": "Khối lượng {{period}} (USDC)",
161
+ "portfolio.overview.performance.volume.tooltip": "Khối lượng giao dịch trong khoảng thời gian đã chọn.",
162
+ "portfolio.overview.performance.dailyPnl": "PnL hàng ngày",
163
+ "portfolio.overview.performance.cumulativePnl": "PnL tích lũy",
164
+ "portfolio.overview.distribution": "Phân phối",
165
+ "portfolio.overview.transferHistory": "Lịch sử chuyển khoản",
166
+ "portfolio.overview.vaults": "Kho bạc",
167
+ "portfolio.overview.vaultName": "Tên kho bạc",
168
+ "portfolio.overview.column.txId": "TxID",
169
+ "portfolio.overview.column.token": "Token",
170
+ "portfolio.overview.column.qty": "Số lượng",
171
+ "portfolio.overview.column.indexPrice": "Giá chỉ số",
172
+ "portfolio.overview.column.assetValue": "Giá trị tài sản",
173
+ "portfolio.overview.column.collateralRatio": "Tỷ lệ tài sản thế chấp",
174
+ "portfolio.overview.column.collateralRatio.explain": "Tỷ lệ thế chấp cho thấy giá trị của một tài sản có thể được sử dụng làm ký quỹ",
175
+ "portfolio.overview.column.assetContribution": "Đóng góp tài sản",
176
+ "portfolio.overview.column.form": "Từ",
177
+ "portfolio.overview.column.to": "Đến",
178
+ "portfolio.overview.column.convert.convertedAsset": "Tài sản đã chuyển đổi",
179
+ "portfolio.overview.column.convert.usdcAmount": "Số lượng USDC",
180
+ "portfolio.overview.column.convert.convertId": "ID chuyển đổi",
181
+ "portfolio.overview.column.convert.details": "Chi tiết",
182
+ "portfolio.overview.tab.convert.history": "Lịch sử chuyển đổi",
183
+ "portfolio.overview.convert.dialog.title.details": "Chi tiết chuyển đổi",
184
+ "portfolio.overview.distribution.type.referralCommission": "Hoa hồng giới thiệu",
185
+ "portfolio.overview.distribution.type.refereeRebate": "Hoàn tiền người được giới thiệu",
186
+ "portfolio.overview.distribution.type.brokerFee": "Phí môi giới",
187
+ "portfolio.feeTier.updatedDailyBy": "Cập nhật hàng ngày bởi",
188
+ "portfolio.feeTier.header.yourTier": "Cấp của bạn",
189
+ "portfolio.feeTier.header.30dVolume": "Khối lượng giao dịch 30N",
190
+ "portfolio.feeTier.header.takerFeeRate": "Tỷ lệ phí taker",
191
+ "portfolio.feeTier.header.makerFeeRate": "Tỷ lệ phí maker",
192
+ "portfolio.feeTier.header.myStake": "Cổ phần của tôi",
193
+ "portfolio.feeTier.column.tier": "Cấp",
194
+ "portfolio.feeTier.column.30dVolume": "Khối lượng 30 ngày",
195
+ "portfolio.feeTier.column.30dVolume.above": "Trên {{volume}}",
196
+ "portfolio.feeTier.column.stakingLevel": "Cấp độ staking",
197
+ "portfolio.feeTier.column.or": "hoặc",
198
+ "portfolio.feeTier.column.maker": "Maker",
199
+ "portfolio.feeTier.column.taker": "Taker",
200
+ "portfolio.feeTier.effectiveFee.tooltip": "Tỷ lệ phí hiệu dụng sau khi áp dụng khoản giảm phí giới thiệu của bạn",
201
+ "portfolio.apiKey.accountId.copied": "Đã sao chép ID tài khoản",
202
+ "portfolio.apiKey.uid": "UID",
203
+ "portfolio.apiKey.secretKey": "Khóa bí mật",
204
+ "portfolio.apiKey.secretKey.copied": "Đã sao chép khóa bí mật",
205
+ "portfolio.apiKey.ip": "IP",
206
+ "portfolio.apiKey.permissions": "Quyền",
207
+ "portfolio.apiKey.permissions.read": "Đọc",
208
+ "portfolio.apiKey.permissions.trading": "Giao dịch",
209
+ "portfolio.apiKey.description": "Tạo khóa API phù hợp với nhu cầu giao dịch của bạn. Vì lý do bảo mật, không chia sẻ khóa API của bạn với bất kỳ ai.",
210
+ "portfolio.apiKey.readApiGuide": "Đọc hướng dẫn API",
211
+ "portfolio.apiKey.column.apiKey": "Khóa API",
212
+ "portfolio.apiKey.column.apiKey.copy": "Đã sao chép khóa API",
213
+ "portfolio.apiKey.column.permissionType": "Loại quyền",
214
+ "portfolio.apiKey.column.restrictedIP": "IP bị hạn chế",
215
+ "portfolio.apiKey.column.restrictedIP.copy": "Đã sao chép IP bị hạn chế",
216
+ "portfolio.apiKey.column.expirationDate": "Ngày hết hạn",
217
+ "portfolio.apiKey.create.dialog.title": "Tạo khóa API",
218
+ "portfolio.apiKey.create.connectWallet.tooltip": "Vui lòng kết nối ví trước khi tạo khóa API",
219
+ "portfolio.apiKey.create.createAccount.tooltip": "Vui lòng tạo tài khoản trước khi tạo khóa API",
220
+ "portfolio.apiKey.create.enableTrading.tooltip": "Vui lòng bật giao dịch trước khi tạo khóa API",
221
+ "portfolio.apiKey.create.wrongNetwork.tooltip": "Vui lòng chuyển sang mạng được hỗ trợ để tạo khóa API",
222
+ "portfolio.apiKey.create.ipRestriction": "Hạn chế IP (tùy chọn)",
223
+ "portfolio.apiKey.create.ipRestriction.placeholder": "Thêm địa chỉ IP, phân cách bằng dấu phẩy.",
224
+ "portfolio.apiKey.created.warning": "Vui lòng sao chép khóa bí mật API. Khi bạn đóng cửa sổ bật lên này, khóa bí mật API sẽ được mã hóa.",
225
+ "portfolio.apiKey.created.button.copyApiInfo": "Sao chép thông tin API",
226
+ "portfolio.apiKey.apiInfo.copied": "Đã sao chép thông tin API",
227
+ "portfolio.apiKey.created": "Đã tạo khóa API",
228
+ "portfolio.apiKey.deleted": "Đã xóa khóa API",
229
+ "portfolio.apiKey.updated": "Đã cập nhật khóa API",
230
+ "portfolio.apiKey.edit.dialog.title": "Chỉnh sửa khóa API",
231
+ "portfolio.apiKey.delete.dialog.title": "Xóa khóa API",
232
+ "portfolio.apiKey.delete.dialog.description": "Xóa khóa API <0>{{apiKey}}</0> của bạn?",
233
+ "portfolio.setting.systemUpgrade": "Nâng cấp hệ thống",
234
+ "portfolio.setting.cancelOpenOrders": "Hủy lệnh mở trong quá trình nâng cấp hệ thống",
235
+ "portfolio.setting.cancelOpenOrders.description": "Trong thời gian nâng cấp, tất cả các lệnh mở sẽ bị hủy để quản lý rủi ro trong trường hợp biến động thị trường cao.",
236
+ "trading.layout": "Bố cục",
237
+ "trading.layout.advanced": "Nâng cao",
238
+ "trading.layout.advanced.right": "Phải",
239
+ "trading.layout.advanced.left": "Trái",
240
+ "trading.layout.markets": "Thị trường",
241
+ "trading.layout.markets.left": "Trái",
242
+ "trading.layout.markets.top": "Trên",
243
+ "trading.layout.markets.bottom": "Dưới",
244
+ "trading.layout.markets.hide": "Ẩn",
245
+ "trading.orders.closeAll": "Đóng tất cả",
246
+ "trading.hideOtherSymbols": "Ẩn các mã khác",
247
+ "trading.history": "Lịch sử",
248
+ "trading.portfolioSettings": "Cài đặt danh mục đầu tư",
249
+ "trading.portfolioSettings.decimalPrecision": "Độ chính xác thập phân cho PnL & Giá trị danh nghĩa",
250
+ "trading.portfolioSettings.unrealPnlPriceBasis": "Cơ sở giá PnL chưa thực hiện",
251
+ "trading.orderBook": "Sổ lệnh",
252
+ "trading.lastTrades": "Giao dịch cuối",
253
+ "trading.orderBook.column.value": "Giá trị",
254
+ "trading.tabs.chart": "Biểu đồ",
255
+ "trading.tabs.trades": "Giao dịch",
256
+ "trading.tabs.data": "Dữ liệu",
257
+ "trading.column.24High": "Cao nhất 24h",
258
+ "trading.column.24Low": "Thấp nhất 24h",
259
+ "trading.orderBook.sum": "Tổng",
260
+ "trading.orderBook.markPrice.tooltip": "Được lấy từ oracle của bên thứ ba, giá đánh dấu được tính là trung vị của ba giá: giá cuối cùng, giá công bằng dựa trên cơ sở tỷ lệ tài trợ và giá công bằng dựa trên sổ lệnh.",
261
+ "trading.orderBook.spreadRatio.tooltip": "Tỷ lệ chênh lệch của ask1 và bid1.",
262
+ "trading.faucet.getTestUSDC": "Nhận USDC thử nghiệm",
263
+ "trading.faucet.getTestUSDC.success": "{{quantity}} USDC sẽ được thêm vào số dư của bạn. Lưu ý rằng điều này có thể mất tới 3 phút. Vui lòng kiểm tra lại sau.",
264
+ "trading.asset.startTrading": "Bắt đầu giao dịch",
265
+ "trading.asset.startTrading.description": "Bạn có thể nạp tài sản từ nhiều mạng khác nhau",
266
+ "trading.asset.myAssets": "Tài sản của tôi",
267
+ "trading.asset.freeCollateral": "Tài sản thế chấp miễn phí",
268
+ "trading.asset.freeCollateral.tooltip": "Tài sản thế chấp miễn phí để đặt lệnh mới.",
269
+ "trading.asset.freeCollateral.formula": "Tài sản thế chấp miễn phí = Tổng số dư + Tổng PnL chưa thanh toán - Tổng ký quỹ ban đầu của vị thế",
270
+ "trading.asset.marginRatio": "Tỷ lệ ký quỹ",
271
+ "trading.asset.marginRatio.tooltip": "Tỷ lệ ký quỹ thể hiện tỷ lệ tài sản thế chấp so với tổng giá trị vị thế.",
272
+ "trading.asset.marginRatio.formula": "Tỷ lệ ký quỹ tài khoản = (Tổng giá trị tài sản thế chấp / Tổng giá trị danh nghĩa vị thế) * 100%",
273
+ "trading.asset.unsettledPnl": "PnL chưa thanh toán",
274
+ "trading.asset.free&TotalCollateral": "Miễn phí / Tổng tài sản thế chấp",
275
+ "trading.asset.availableBalance": "Số dư khả dụng",
276
+ "trading.asset.maintenanceMarginRatio": "Tỷ lệ ký quỹ duy trì",
277
+ "trading.asset.maintenanceMarginRatio.tooltip": "Tỷ lệ ký quỹ tối thiểu cần thiết để bảo vệ vị thế của bạn khỏi bị thanh lý. Nếu Tỷ lệ ký quỹ giảm xuống dưới Tỷ lệ ký quỹ duy trì, tài khoản sẽ bị thanh lý.",
278
+ "trading.asset.maintenanceMarginRatio.formula": "Tỷ lệ ký quỹ duy trì tài khoản = Tổng(Giá trị danh nghĩa vị thế * Tỷ lệ ký quỹ duy trì của mã) / Tổng giá trị danh nghĩa vị thế * 100%",
279
+ "trading.riskRate": "Tỷ lệ rủi ro",
280
+ "trading.riskRate.tooltip": "Tỷ lệ rủi ro được sử dụng để đánh giá mức độ rủi ro của tài khoản. Khi Tỷ lệ rủi ro đạt 100%, tài khoản sẽ bị thanh lý",
281
+ "trading.riskRate.formula": "Tỷ lệ rủi ro = Tỷ lệ ký quỹ duy trì / Tỷ lệ ký quỹ * 100%",
282
+ "trading.asset&Margin": "Tài sản & Ký quỹ",
283
+ "trading.fundingRate.predFundingRate": "Tỷ lệ tài trợ dự đoán",
284
+ "trading.fundingRate.predFundingRate.interval": "Khoảng thời gian",
285
+ "trading.fundingRate.predFundingRate.cap": "Giới hạn tài trợ",
286
+ "trading.fundingRate.predFundingRate.floor": "Sàn",
287
+ "chart.now": "Bây giờ",
288
+ "positions.positionHistory": "Lịch sử vị thế",
289
+ "positions.liquidation": "Thanh lý",
290
+ "positions.closePosition": "Đóng vị thế",
291
+ "positions.column.liqPrice": "Giá thanh lý",
292
+ "positions.column.liqPrice.tooltip": "Giá ước tính mà vị thế của bạn sẽ bị thanh lý. Giá được ước tính và phụ thuộc vào nhiều yếu tố trên tất cả các vị thế.",
293
+ "positions.column.unrealPnl.tooltip": "Lãi/lỗ chưa thực hiện hiện tại trên các vị thế mở của bạn trên tất cả các widget được tính bằng Giá đánh dấu.",
294
+ "positions.column.unrealPnl.priceBasis": "Cơ sở giá PnL chưa thực hiện",
295
+ "positions.column.margin": "Ký quỹ",
296
+ "positions.column.margin.tooltip": "Vốn chủ sở hữu tối thiểu để duy trì vị thế của bạn.",
297
+ "positions.column.margin.formula": "Ký quỹ = Kích thước vị thế * Giá đánh dấu * MMR",
298
+ "positions.column.close": "Đóng",
299
+ "positions.limitClose": "Đóng giới hạn",
300
+ "positions.limitClose.description": "Bạn đồng ý đóng vị thế {{quantity}} {{base}} ở giá giới hạn.",
301
+ "positions.marketClose": "Đóng thị trường",
302
+ "positions.marketClose.description": "Bạn đồng ý đóng vị thế {{quantity}} {{base}} ở giá thị trường.",
303
+ "positions.limitClose.errors.exceed.title": "Vượt quá giới hạn đóng vị thế",
304
+ "positions.limitClose.errors.exceed.description": "Không thể đóng vị thế {{quantity}} {{symbol}}. Số lượng tối đa cho phép mỗi lần đóng là {{maxQuantity}} {{symbol}}.",
305
+ "positions.history.status.closed": "Đã đóng",
306
+ "positions.history.status.partialClosed": "Đã đóng một phần",
307
+ "positions.history.type.adl": "ADL",
308
+ "positions.history.type.liquidated": "Đã thanh lý",
309
+ "positions.history.liquidated.liquidationId": "ID thanh lý",
310
+ "positions.history.liquidated.liquidatorFee": "Phí thanh lý",
311
+ "positions.history.liquidated.insFundFee": "Phí quỹ bảo hiểm",
312
+ "positions.history.column.closed": "Đã đóng",
313
+ "positions.history.column.maxClosed": "Đóng tối đa",
314
+ "positions.history.column.closed&maxClosed": "Đã đóng / Đóng tối đa",
315
+ "positions.history.column.netPnl": "PnL ròng",
316
+ "positions.history.column.timeOpened": "Thời gian mở",
317
+ "positions.history.column.timeClosed": "Thời gian đóng",
318
+ "positions.history.column.updatedTime": "Thời gian cập nhật",
319
+ "positions.history.netPnl.tradingFee": "Phí giao dịch",
320
+ "positions.Liquidation.column.liquidationId": "ID thanh lý",
321
+ "positions.Liquidation.column.insFundTransfer": "Chuyển quỹ bảo hiểm",
322
+ "positions.Liquidation.column.liquidationFee": "Phí thanh lý",
323
+ "positions.Liquidation.column.liquidationFeeRate": "Tỷ lệ phí thanh lý",
324
+ "positions.Liquidation.column.markPrice": "Giá đánh dấu thanh lý",
325
+ "positions.Liquidation.tooltip.liquidation": "Một tài khoản sẽ bị thanh lý nếu Tỷ lệ Ký quỹ Tài khoản của nó giảm xuống dưới Tỷ lệ Ký quỹ Duy trì.",
326
+ "positions.Liquidation.tooltip.viewMore": "Xem thêm",
327
+ "positions.Liquidation.col.tooltip.feeRate": "Tỷ lệ phần trăm được tính cho việc thanh lý này, bao gồm cả phí của người thanh lý và đóng góp vào quỹ bảo hiểm. Tỷ lệ này thay đổi theo từng ký hiệu.",
328
+ "positions.Liquidation.col.tooltip.fee": "Tổng phí được tính cho việc thanh lý này, bao gồm cả phí của người thanh lý và đóng góp vào quỹ bảo hiểm.",
329
+ "positions.Liquidation.expand.label.mr": "Tỷ lệ ký quỹ",
330
+ "positions.Liquidation.expand.label.mmr": "Tỷ lệ ký quỹ duy trì",
331
+ "positions.Liquidation.expand.label.collateral": "Giá trị tài sản thế chấp",
332
+ "positions.Liquidation.expand.label.notional": "Giá trị danh nghĩa vị thế",
333
+ "positions.Liquidation.expand.tooltip.mr": "Tỷ lệ giữa tài sản thế chấp và quy mô vị thế tại thời điểm thanh lý.",
334
+ "positions.Liquidation.expand.tooltip.mmr": "Ký quỹ tối thiểu cần thiết để duy trì vị thế mở.",
335
+ "positions.Liquidation.expand.tooltip.collateral": "Tổng giá trị tài sản thế chấp trong tài khoản khi thanh lý xảy ra.",
336
+ "positions.Liquidation.expand.tooltip.notional": "Tổng giá trị danh nghĩa của các vị thế trong tài khoản tại thời điểm thanh lý.",
337
+ "orders.orderHistory": "Lịch sử lệnh",
338
+ "orders.status.pending": "Đang chờ",
339
+ "orders.status.filled": "Đã khớp",
340
+ "orders.status.partialFilled": "Đã khớp một phần",
341
+ "orders.status.canceled": "Đã hủy",
342
+ "orders.status.rejected": "Đã từ chối",
343
+ "orders.status.incomplete": "Chưa hoàn thành",
344
+ "orders.status.completed": "Đã hoàn thành",
345
+ "orders.status.opened.toast.title": "Lệnh đã mở",
346
+ "orders.status.filled.toast.title": "Lệnh đã khớp",
347
+ "orders.status.canceled.toast.title": "Lệnh đã hủy",
348
+ "orders.status.rejected.toast.title": "Lệnh đã từ chối",
349
+ "orders.status.replaced.toast.title": "Lệnh đã chỉnh sửa",
350
+ "orders.status.scaledSubOrderOpened.toast.title": "Lệnh theo tỷ lệ: đã mở lệnh con",
351
+ "orders.trailingStop.activated": "Lệnh trailing stop đã được kích hoạt",
352
+ "orders.column.fill&Quantity": "Đã khớp / Số lượng",
353
+ "orders.column.orderTime": "Thời gian lệnh",
354
+ "orders.column.hidden": "Ẩn",
355
+ "orders.editOrder": "Chỉnh sửa lệnh",
356
+ "order.edit.confirm.quantity": "Bạn đồng ý thay đổi số lượng lệnh {{base}}-PERP thành <0>{{value}}</0>.",
357
+ "order.edit.confirm.price": "Bạn đồng ý thay đổi giá lệnh {{base}}-PERP thành <0>{{value}}</0>.",
358
+ "order.edit.confirm.triggerPrice": "Bạn đồng ý thay đổi giá kích hoạt lệnh {{base}}-PERP thành <0>{{value}}</0>.",
359
+ "order.edit.confirm.callbackValue": "Bạn đồng ý thay đổi giá trị callback của lệnh {{base}}-PERP thành <0>{{value}}</0>.",
360
+ "order.edit.confirm.callbackRate": "Bạn đồng ý thay đổi tỷ lệ callback của lệnh {{base}}-PERP thành <0>{{value}}</0>.",
361
+ "orders.cancelOrder": "Hủy lệnh",
362
+ "orders.cancelOrder.description": "Bạn có chắc chắn muốn hủy lệnh đang chờ của mình không.",
363
+ "orders.cancelAll": "Hủy tất cả",
364
+ "orders.pending.cancelAll": "Hủy tất cả lệnh đang chờ",
365
+ "orders.pending.cancelAll.description": "Bạn có chắc chắn muốn hủy tất cả lệnh đang chờ của mình không?",
366
+ "orders.tpsl.cancelAll": "Hủy tất cả lệnh TP/SL",
367
+ "orders.tpsl.cancelAll.description": "Bạn có chắc chắn muốn hủy tất cả lệnh TP/SL của mình không?",
368
+ "orders.price.greaterThan": "Giá không thể lớn hơn {{max}} USDC.",
369
+ "orders.price.lessThan": "Giá không thể nhỏ hơn {{min}} USDC.",
370
+ "orders.quantity.lessThan": "Số lượng phải nhỏ hơn {{quantity}}",
371
+ "orders.quantity.lessThanPosition": "Số lượng phải nhỏ hơn số lượng vị thế: {{quantity}}",
372
+ "orders.history.renew": "Gia hạn",
373
+ "orders.download.tooltip": "Dữ liệu tải xuống sẽ chỉ phản ánh các bộ lọc đã áp dụng (ví dụ: trạng thái, thời gian, bên và phân trang) và có thể không bao gồm tất cả các bản ghi.",
374
+ "tpsl.tp": "TP",
375
+ "tpsl.sl": "SL",
376
+ "tpsl.mode": "Chế độ",
377
+ "tpsl.fullPosition": "Vị thế toàn bộ",
378
+ "tpsl.partialPosition": "Vị thế một phần",
379
+ "tpsl.tpPrice": "Giá TP",
380
+ "tpsl.slPrice": "Giá SL",
381
+ "tpsl.tpPnl": "PnL TP",
382
+ "tpsl.slPnl": "PnL SL",
383
+ "tpsl.tpTrigger": "Kích hoạt TP",
384
+ "tpsl.slTrigger": "Kích hoạt SL",
385
+ "tpsl.pnl": "PnL",
386
+ "tpsl.offset": "Bù đắp",
387
+ "tpsl.add": "Thêm",
388
+ "tpsl.cancelAll": "Hủy tất cả",
389
+ "tpsl.dragToSet": "Kéo để đặt TP/SL",
390
+ "tpsl.tpOrderPrice": "Giá lệnh TP",
391
+ "tpsl.slOrderPrice": "Giá lệnh SL",
392
+ "tpsl.tpTriggerPrice": "Giá kích hoạt TP",
393
+ "tpsl.slTriggerPrice": "Giá kích hoạt SL",
394
+ "tpsl.positionTpsl": "TP/SL vị thế",
395
+ "tpsl.entirePosition": "Toàn bộ vị thế",
396
+ "tpsl.estPnl": "PnL ước tính",
397
+ "tpsl.takeProfit": "Chốt lời",
398
+ "tpsl.stopLoss": "Cắt lỗ",
399
+ "tpsl.cancelOrder.description": "Bạn có chắc chắn muốn hủy lệnh TP/SL này không?",
400
+ "tpsl.confirmOrder": "Xác nhận lệnh",
401
+ "tpsl.advanced": "Nâng cao",
402
+ "tpsl.advancedSetting": "Cài đặt nâng cao",
403
+ "tpsl.TPOrderConfirm": "Xác nhận lệnh TP",
404
+ "tpsl.SLOrderConfirm": "Xác nhận lệnh SL",
405
+ "tpsl.positionType.full": "TP/SL: Vị thế toàn bộ",
406
+ "tpsl.positionType.partial": "TP/SL: Vị thế một phần",
407
+ "tpsl.positionType.full.tips": "TP/SL (toàn bộ) áp dụng cho vị thế toàn bộ. Các lệnh TP/SL (toàn bộ) mới được kích hoạt sẽ ghi đè lên các lệnh trước đó. Vị thế toàn bộ sẽ được đóng thị trường khi giá được kích hoạt.",
408
+ "tpsl.positionType.partial.tips": "TP/SL kích hoạt tại giá đánh dấu được chỉ định và thực hiện như một lệnh thị trường. Theo mặc định, nó áp dụng cho toàn bộ vị thế. Điều chỉnh cài đặt trong các vị thế mở cho TP/SL một phần.",
409
+ "tpsl.advanced.title": "TP/SL",
410
+ "tpsl.advanced.quantity": "Số lượng",
411
+ "tpsl.advanced.lastPrice": "Giá cuối",
412
+ "tpsl.advanced.orderPrice": "Giá lệnh",
413
+ "tpsl.advanced.triggerPrice": "Giá kích hoạt",
414
+ "tpsl.advanced.pnl": "P&L",
415
+ "tpsl.advanced.offset": "Độ lệch",
416
+ "tpsl.advanced.offsetPercentage": "Độ lệch%",
417
+ "tpsl.positionType.full.tips.market": "Lệnh TP/SL toàn vị thế chỉ ở dạng thị trường",
418
+ "tpsl.advanced.TP.label": "Chốt lời",
419
+ "tpsl.advanced.SL.label": "Cắt lỗ",
420
+ "tpsl.advanced.limit": "Giới hạn",
421
+ "tpsl.advanced.market": "Thị trường",
422
+ "tpsl.advanced.ROI": "Khi giá đánh dấu đạt <0/>, nó sẽ kích hoạt một lệnh <1/>, và P&L ước tính sẽ là <2/> và ROI là <3/>.",
423
+ "tpsl.advanced.submit": "Gửi",
424
+ "tpsl.totalEstTpPnl": "Tổng P&L TP ước tính",
425
+ "tpsl.totalEstSlPnl": "Tổng P&L SL ước tính",
426
+ "tpsl.riskRewardRatio": "Tỷ lệ rủi ro-lợi nhuận",
427
+ "tpsl.validate.tpOrderPrice.error.required": "Giá lệnh TP là bắt buộc",
428
+ "tpsl.validate.tpOrderPrice.error.min": "Giá lệnh TP phải lớn hơn {{value}}",
429
+ "tpsl.validate.tpOrderPrice.error.max": "Giá lệnh TP phải nhỏ hơn {{value}}",
430
+ "tpsl.validate.slOrderPrice.error.required": "Giá lệnh SL là bắt buộc",
431
+ "tpsl.validate.slOrderPrice.error.min": "Giá lệnh SL phải lớn hơn {{value}}",
432
+ "tpsl.validate.slOrderPrice.error.max": "Giá lệnh SL phải nhỏ hơn {{value}}",
433
+ "tpsl.validate.tpTriggerPrice.error.priceErrorMin": "Giá kích hoạt TP của bạn nên được đặt thấp hơn giá lệnh của bạn.",
434
+ "tpsl.validate.tpTriggerPrice.error.priceErrorMax": "Giá kích hoạt TP của bạn nên được đặt cao hơn giá lệnh của bạn.",
435
+ "tpsl.validate.slTriggerPrice.error.priceErrorMin": "Giá kích hoạt SL của bạn nên được đặt thấp hơn giá lệnh của bạn.",
436
+ "tpsl.validate.slTriggerPrice.error.priceErrorMax": "Giá kích hoạt SL của bạn nên được đặt cao hơn giá lệnh của bạn.",
437
+ "tpsl.validate.tpTriggerPrice.error.required": "Giá kích hoạt TP là bắt buộc",
438
+ "tpsl.validate.slTriggerPrice.error.required": "Giá kích hoạt SL là bắt buộc",
439
+ "tpsl.tpslDetail.qty": "Số lượng",
440
+ "tpsl.tpslDetail.type": "Loại",
441
+ "tpsl.tpslDetail.trigger": "Kích hoạt",
442
+ "tpsl.tpslDetail.price": "Giá",
443
+ "tpsl.tpslDetail.estPnl": "P&L ước tính",
444
+ "tpsl.tpslDetail.estPnl.tooltip": "Giá trị thực tế có thể khác biệt dựa trên giá giao dịch thực tế. Giá trị này chỉ để tham khảo.",
445
+ "tpsl.agreement": "Bạn đồng ý chỉnh sửa lệnh {{symbol}} của mình.",
446
+ "share.pnl.sharePnl": "Chia sẻ PnL",
447
+ "share.pnl.share.long": "MUA",
448
+ "share.pnl.share.short": "BÁN",
449
+ "share.pnl.displayFormat": "Định dạng hiển thị PnL",
450
+ "share.pnl.displayFormat.roi&Pnl": "ROI & PnL",
451
+ "share.pnl.displayFormat.roi": "ROI",
452
+ "share.pnl.displayFormat.pnl": "PnL",
453
+ "share.pnl.optionalInfo": "Thông tin tùy chọn để chia sẻ",
454
+ "share.pnl.optionalInfo.openPrice": "Giá mở",
455
+ "share.pnl.optionalInfo.closePrice": "Giá đóng",
456
+ "share.pnl.optionalInfo.openTime": "Mở lúc",
457
+ "share.pnl.optionalInfo.closeTime": "Đóng lúc",
458
+ "share.pnl.optionalInfo.message": "Tin nhắn của bạn",
459
+ "share.pnl.optionalInfo.message.placeholder": "Tối đa 25 ký tự",
460
+ "share.pnl.optionalInfo.message.maxLength": "Hỗ trợ tối đa 25 ký tự",
461
+ "share.pnl.image.copied": "Đã sao chép hình ảnh",
462
+ "share.pnl.copy.failed.description": "Phiên bản trình duyệt đã lỗi thời, vui lòng cập nhật để sao chép hình ảnh vào clipboard.",
463
+ "orderEntry.buyLong": "Mua / Mua",
464
+ "orderEntry.sellShort": "Bán / Bán",
465
+ "orderEntry.reduceOnly": "Chỉ giảm",
466
+ "orderEntry.soundAlerts": "Cảnh báo âm thanh",
467
+ "orderEntry.orderType.limit": "Giới hạn",
468
+ "orderEntry.orderType.market": "Thị trường",
469
+ "orderEntry.orderType.limitOrder": "Lệnh giới hạn",
470
+ "orderEntry.orderType.marketOrder": "Lệnh thị trường",
471
+ "orderEntry.orderType.stopLimit": "Dừng giới hạn",
472
+ "orderEntry.orderType.stopMarket": "Dừng thị trường",
473
+ "orderEntry.orderType.postOnly": "Chỉ đăng",
474
+ "orderEntry.orderType.ioc": "IOC",
475
+ "orderEntry.orderType.fok": "FOK",
476
+ "orderEntry.orderType.scaledOrder": "Lệnh theo tỷ lệ",
477
+ "orderEntry.orderType.trailingStop": "Dừng theo dõi",
478
+ "orderEntry.startPrice": "Giá bắt đầu",
479
+ "orderEntry.endPrice": "Giá kết thúc",
480
+ "orderEntry.skew": "Độ lệch",
481
+ "orderEntry.totalOrders": "Tổng số lệnh",
482
+ "orderEntry.totalQuantity": "Tổng số lượng",
483
+ "orderEntry.trailingRate": "Tỷ lệ theo dõi",
484
+ "orderEntry.trailingValue": "Giá trị theo dõi",
485
+ "orderEntry.trailing": "Theo dõi",
486
+ "orderEntry.quantityDistribution": "Phân phối số lượng",
487
+ "orderEntry.quantityDistribution.description": "Kiểm soát phân phối kích thước lệnh giữa các mức giá.",
488
+ "orderEntry.quantityDistribution.formula": "Độ lệch Kích thước = (Kích thước tại giá cuối) ÷ (Kích thước tại giá đầu)",
489
+ "orderEntry.distributionType.flat": "Đều",
490
+ "orderEntry.distributionType.ascending": "Tăng dần",
491
+ "orderEntry.distributionType.ascending.abbr": "Tăng",
492
+ "orderEntry.distributionType.descending": "Giảm dần",
493
+ "orderEntry.distributionType.descending.abbr": "Giảm",
494
+ "orderEntry.distributionType.custom": "Tùy chỉnh",
495
+ "orderEntry.distributionType.flat.description": "Phân bổ lệnh đồng đều trong phạm vi.",
496
+ "orderEntry.distributionType.ascending.description": "Kích thước lệnh lớn hơn về phía cuối phạm vi giá",
497
+ "orderEntry.distributionType.descending.description": "Kích thước lệnh lớn hơn gần đầu phạm vi giá",
498
+ "orderEntry.bbo": "BBO",
499
+ "orderEntry.bbo.counterparty1": "Đối tác 1",
500
+ "orderEntry.bbo.counterparty5": "Đối tác 5",
501
+ "orderEntry.bbo.queue1": "Hàng đợi 1",
502
+ "orderEntry.bbo.queue5": "Hàng đợi 5",
503
+ "orderEntry.bbo.disabled.tips": "BBO không được hỗ trợ khi TP/SL, Chỉ đăng, IOC hoặc FOK được chọn.",
504
+ "orderEntry.estLiqPrice": "Giá thanh lý ước tính",
505
+ "orderEntry.disableOrderConfirm": "Tắt xác nhận lệnh",
506
+ "orderEntry.orderConfirm": "Xác nhận lệnh",
507
+ "orderEntry.confirmScaledOrder": "Xác nhận lệnh theo tỷ lệ",
508
+ "orderEntry.hidden": "Ẩn",
509
+ "orderEntry.keepVisible": "Giữ hiển thị",
510
+ "orderEntry.maxBuy": "Mua tối đa",
511
+ "orderEntry.maxSell": "Bán tối đa",
512
+ "orderEntry.tpMarkPrice": "Giá TP (Đánh dấu)",
513
+ "orderEntry.slMarkPrice": "Giá SL (Đánh dấu)",
514
+ "orderEntry.tpsl.trigger.description": "TP/SL kích hoạt ở giá đánh dấu được chỉ định và thực hiện như một lệnh thị trường.",
515
+ "orderEntry.estRoi": "ROI ước tính",
516
+ "orderEntry.estPnL": "PnL ước tính",
517
+ "orderEntry.tpsl.tips": "TP/SL kích hoạt ở giá đánh dấu được chỉ định và thực hiện như một lệnh thị trường. Theo mặc định, nó áp dụng cho toàn bộ vị thế. Điều chỉnh cài đặt trong vị thế mở cho TP/SL một phần.",
518
+ "orderEntry.orderQuantity.error.required": "Số lượng là bắt buộc",
519
+ "orderEntry.orderQuantity.error.min": "Số lượng phải lớn hơn {{value}}",
520
+ "orderEntry.orderQuantity.error.max": "Số lượng phải nhỏ hơn {{value}}",
521
+ "orderEntry.orderPrice.error.required": "Giá là bắt buộc",
522
+ "orderEntry.orderPrice.error.min": "Giá phải lớn hơn {{value}}",
523
+ "orderEntry.orderPrice.error.max": "Giá phải nhỏ hơn {{value}}",
524
+ "orderEntry.triggerPrice.error.required": "Giá kích hoạt là bắt buộc",
525
+ "orderEntry.triggerPrice.error.min": "Giá kích hoạt phải lớn hơn {{value}}",
526
+ "orderEntry.triggerPrice.error.max": "Giá kích hoạt phải nhỏ hơn {{value}}",
527
+ "orderEntry.tpTriggerPrice.error.min": "Giá TP phải lớn hơn {{value}}",
528
+ "orderEntry.tpTriggerPrice.error.max": "Giá TP phải nhỏ hơn {{value}}",
529
+ "orderEntry.slTriggerPrice.error.min": "Giá SL phải lớn hơn {{value}}",
530
+ "orderEntry.slTriggerPrice.error.max": "Giá SL phải nhỏ hơn {{value}}",
531
+ "orderEntry.total.error.min": "Giá trị lệnh phải lớn hơn hoặc bằng {{value}} USDC",
532
+ "orderEntry.startPrice.error.required": "Vui lòng nhập giá thấp nhất",
533
+ "orderEntry.startPrice.error.min": "Giá thấp nhất phải lớn hơn {{value}}",
534
+ "orderEntry.startPrice.error.max": "Giá bắt đầu phải nhỏ hơn {{value}}",
535
+ "orderEntry.endPrice.error.required": "Vui lòng nhập giá cao nhất",
536
+ "orderEntry.endPrice.error.min": "Giá cao nhất phải lớn hơn {{value}}",
537
+ "orderEntry.endPrice.error.max": "Giá cao nhất phải nhỏ hơn {{value}}",
538
+ "orderEntry.totalOrders.error.required": "Vui lòng nhập tổng số lệnh",
539
+ "orderEntry.totalOrders.error.range": "Tổng số lệnh phải từ 2 đến 20",
540
+ "orderEntry.skew.error.required": "Vui lòng nhập độ lệch",
541
+ "orderEntry.skew.error.min": "Độ lệch phải lớn hơn {{value}}",
542
+ "orderEntry.skew.error.max": "Độ lệch phải nhỏ hơn {{value}}",
543
+ "orderEntry.callbackValue.error.min": "Giá trị theo dõi phải lớn hơn {{value}}",
544
+ "orderEntry.callbackValue.error.range": "Giá trị theo dõi cần lớn hơn {{min}} và nhỏ hơn {{max}}",
545
+ "orderEntry.callbackRate.error.range": "Tỷ lệ theo dõi cần lớn hơn hoặc bằng {{min}} và nhỏ hơn hoặc bằng {{max}}",
546
+ "orderEntry.callbackValue.error.required": "Giá trị theo dõi là bắt buộc",
547
+ "orderEntry.callbackRate.error.required": "Tỷ lệ theo dõi là bắt buộc",
548
+ "orderEntry.slippage": "Trượt giá",
549
+ "orderEntry.slippage.est": "Ước tính",
550
+ "orderEntry.slippage.tips": "Giao dịch của bạn sẽ bị hoàn tác nếu giá thay đổi bất lợi vượt quá tỷ lệ phần trăm này.",
551
+ "orderEntry.slippage.error.exceed": "Giá trị nhập hiện tại không được vượt quá 3%",
552
+ "orderEntry.slippage.error.max": "Trượt giá ước tính vượt quá trượt giá tối đa cho phép của bạn.",
553
+ "orderEntry.confirmScaledOrder.orderPrice.warning": "Lệnh này sẽ được khớp ngay lập tức dựa trên giá thị trường hiện tại",
554
+ "orderEntry.scaledOrder.fullySuccessful": "Đã đặt lệnh theo tỷ lệ: {{total}} lệnh đã được gửi thành công.",
555
+ "orderEntry.scaledOrder.partiallySuccessful": "Lệnh theo tỷ lệ được gửi một phần: {{successCount}} trong số {{total}} lệnh đã được đặt.",
556
+ "orderEntry.scaledOrder.allFailed": "Lệnh theo tỷ lệ thất bại. Không có lệnh nào được đặt.",
557
+ "orderEntry.reduceOnly.reminder": "Nhắc nhở chỉ giảm",
558
+ "orderEntry.reduceOnly.reminder.content": "Tài khoản của bạn đang ở chế độ chỉ giảm và không thể mở vị thế mới. Bạn có muốn tắt chế độ chỉ giảm và tiếp tục với lệnh không?",
559
+ "orderEntry.placeOrderNow": "Đặt lệnh ngay",
560
+ "leverage.maxAccountLeverage": "Đòn bẩy tài khoản tối đa",
561
+ "leverage.accountLeverage": "Đòn bẩy tài khoản",
562
+ "leverage.currentLeverage": "Đòn bẩy hiện tại",
563
+ "leverage.maxLeverage": "Đòn bẩy tối đa",
564
+ "leverage.updated": "Đã cập nhật đòn bẩy",
565
+ "leverage.adjustedLeverage": "Đòn bẩy đã điều chỉnh",
566
+ "leverage.maxPositionLeverage.tips": "* Vị thế tối đa với đòn bẩy hiện tại: <0>{{amount}}</0> USDC",
567
+ "leverage.maxAvailableLeverage.tips": "* Đòn bẩy cao nhất có sẵn <0>{{leverage}}</0>. Chọn đòn bẩy cao hơn sẽ tăng rủi ro thanh lý của bạn.",
568
+ "leverage.overRequiredMargin.tips": "Ký quỹ không đủ. Vui lòng thử điều chỉnh sang mức đòn bẩy khác.",
569
+ "leverage.overMaxPositionLeverage.tips": "Đòn bẩy cao nhất hiện có sẵn là <0>{{leverage}}</0>. Vui lòng thử điều chỉnh sang mức đòn bẩy khác.",
570
+ "leverage.confirm": "Xác nhận đòn bẩy",
571
+ "leverage.confirm.content": "Nếu bạn thay đổi đòn bẩy, điều này cũng sẽ ảnh hưởng đến các vị thế đang diễn ra của bạn trên biểu tượng này.",
572
+ "leverage.confirm.disable.confirmation": "Tắt xác nhận",
573
+ "leverage.actualPositionLeverage.tips": "* Đòn bẩy vị thế thực tế sẽ điều chỉnh theo thay đổi giá trị danh nghĩa và có thể giảm xuống dưới đòn bẩy bạn đã chọn.",
574
+ "scaffold.footer.operational": "Hoạt động",
575
+ "scaffold.footer.joinCommunity": "Tham gia cộng đồng của chúng tôi",
576
+ "scaffold.footer.poweredBy": "Được cung cấp bởi",
577
+ "tradingRewards.rewards": "Phần thưởng",
578
+ "tradingRewards.subtitle": "Giao dịch với {{brokerName}} để kiếm esORDER.",
579
+ "tradingRewards.subtitle.mm": "Giao dịch để kiếm $ORDER",
580
+ "tradingRewards.learnMore": "Tìm hiểu thêm tại đây",
581
+ "tradingRewards.myEstRewards": "Phần thưởng ước tính của tôi",
582
+ "tradingRewards.epoch": "Kỷ nguyên",
583
+ "tradingRewards.epochRewards": "Phần thưởng kỷ nguyên",
584
+ "tradingRewards.otherOrderlyDex": "Sàn DEX Orderly khác",
585
+ "tradingRewards.claim": "Nhận",
586
+ "tradingRewards.availableClaim": "Có thể nhận",
587
+ "tradingRewards.stake": "Stake",
588
+ "tradingRewards.booster": "Tăng cường",
589
+ "tradingRewards.stakeBooster": "Tăng cường stake",
590
+ "tradingRewards.avgStakedAmount": "Số tiền stake trung bình",
591
+ "tradingRewards.rewardHistory": "Lịch sử phần thưởng",
592
+ "tradingRewards.rewardsEarned": "Phần thưởng đã kiếm được",
593
+ "tradingRewards.rewardHistory.column.start&EndDate": "Ngày bắt đầu / Kết thúc",
594
+ "tradingRewards.rewardHistory.column.startDate": "Bắt đầu",
595
+ "tradingRewards.rewardHistory.column.endDate": "Ngày kết thúc",
596
+ "tradingRewards.epochPauseCountdown.title": "Phần thưởng giao dịch sẽ tiếp tục trong",
597
+ "tradingRewards.eopchStatus.pause": "Phần thưởng giao dịch đang tạm dừng khi chúng tôi xây dựng chương trình tốt hơn. Các phần thưởng trong quá khứ vẫn có thể yêu cầu.",
598
+ "tradingRewards.eopchStatus.ended": "Phần thưởng giao dịch đã kết thúc. Bạn vẫn có thể nhận phần thưởng trong quá khứ.",
599
+ "tradingRewards.eopchStatus.linkDescription": "Hãy theo dõi để biết thêm cập nhật.",
600
+ "tradingView.timeInterval.1m": "1p",
601
+ "tradingView.timeInterval.3m": "3p",
602
+ "tradingView.timeInterval.5m": "5p",
603
+ "tradingView.timeInterval.15m": "15p",
604
+ "tradingView.timeInterval.30m": "30p",
605
+ "tradingView.timeInterval.1h": "1g",
606
+ "tradingView.timeInterval.2h": "2g",
607
+ "tradingView.timeInterval.4h": "4g",
608
+ "tradingView.timeInterval.6h": "6g",
609
+ "tradingView.timeInterval.12h": "12g",
610
+ "tradingView.timeInterval.1d": "1N",
611
+ "tradingView.timeInterval.3d": "3N",
612
+ "tradingView.timeInterval.1w": "1T",
613
+ "tradingView.timeInterval.1M": "1T",
614
+ "tradingView.timeInterval.more": "Thêm",
615
+ "tradingView.lineType.bars": "Thanh",
616
+ "tradingView.lineType.candles": "Nến",
617
+ "tradingView.lineType.hollowCandles": "Nến rỗng",
618
+ "tradingView.lineType.line": "Đường",
619
+ "tradingView.lineType.area": "Vùng",
620
+ "tradingView.lineType.baseline": "Đường cơ sở",
621
+ "tradingView.displayControl.buySell": "Mua/Bán",
622
+ "tradingView.displayControl.limitOrders": "Lệnh giới hạn",
623
+ "tradingView.displayControl.stopOrders": "Lệnh dừng",
624
+ "tradingView.noScriptSrc": "Do chính sách của TradingView, bạn sẽ cần đăng ký giấy phép riêng.",
625
+ "tradingView.noScriptSrc.1": "1. Vui lòng đăng ký giấy phép TradingView Advanced Chart <0>tại đây</0>",
626
+ "tradingView.noScriptSrc.2": "2. Làm theo hướng dẫn trên <0>orderly.network</0> để thiết lập.",
627
+ "connector.testnet": "Testnet",
628
+ "connector.mainnet": "Mainnet",
629
+ "connector.connect": "Kết nối",
630
+ "connector.disconnect": "Ngắt kết nối",
631
+ "connector.connectWallet": "Kết nối ví",
632
+ "connector.createAccount": "Tạo tài khoản",
633
+ "connector.createAccountWithLedger": "Tạo tài khoản với Ledger",
634
+ "connector.enableTradingWithLedger": "Bật giao dịch với Ledger",
635
+ "connector.disconnectWallet": "Ngắt kết nối ví",
636
+ "connector.createAccount.description": "Xác nhận quyền sở hữu ví để tạo tài khoản",
637
+ "connector.enableTrading": "Bật giao dịch",
638
+ "connector.enableTrading.description": "Bật quyền truy cập an toàn vào API của chúng tôi để giao dịch nhanh chóng",
639
+ "connector.switchNetwork": "Chuyển mạng",
640
+ "connector.wrongNetwork": "Sai mạng",
641
+ "connector.wrongNetwork.tooltip": "Vui lòng chuyển sang mạng được hỗ trợ để tiếp tục.",
642
+ "connector.expired": "Quyền truy cập trước đó của bạn đã hết hạn, bạn sẽ nhận được yêu cầu ký để bật giao dịch. Việc ký là miễn phí và sẽ không gửi giao dịch.",
643
+ "connector.rememberMe": "Ghi nhớ tôi",
644
+ "connector.rememberMe.description": "Bật tùy chọn này để bỏ qua các bước này vào lần sau khi bạn muốn giao dịch.",
645
+ "connector.referralCode.placeholder": "Mã giới thiệu (Tùy chọn)",
646
+ "connector.referralCode.invalid": "Mã giới thiệu phải có độ dài từ 4 đến 10 ký tự, chỉ chấp nhận chữ in hoa và số",
647
+ "connector.referralCode.notExist": "Mã giới thiệu này không tồn tại.",
648
+ "connector.somethingWentWrong": "Đã xảy ra lỗi",
649
+ "connector.userRejected": "Người dùng đã từ chối yêu cầu.",
650
+ "connector.walletConnected": "Đã kết nối ví",
651
+ "connector.networkSwitched": "Đã chuyển mạng",
652
+ "connector.switchChain.failed": "Chuyển chuỗi thất bại",
653
+ "connector.trade.connectWallet.tooltip": "Vui lòng kết nối ví trước khi bắt đầu giao dịch",
654
+ "connector.trade.createAccount.tooltip": "Vui lòng tạo tài khoản trước khi bắt đầu giao dịch",
655
+ "connector.trade.enableTrading.tooltip": "Vui lòng bật giao dịch trước khi bắt đầu giao dịch",
656
+ "connector.setUp.connectWallet.tooltip": "Vui lòng kết nối ví trước khi thiết lập",
657
+ "connector.setUp.createAccount.tooltip": "Vui lòng tạo tài khoản trước khi thiết lập",
658
+ "connector.setUp.enableTrading.tooltip": "Vui lòng bật giao dịch trước khi thiết lập",
659
+ "connector.ledger.signMessageFailed": "Ký tin nhắn thất bại",
660
+ "connector.ledger.signMessageFailed.description": "Bạn đang sử dụng Ledger Wallet?",
661
+ "connector.privy.loginIn": "Đăng nhập",
662
+ "connector.privy.logout": "Đăng xuất",
663
+ "connector.privy.email": "Email",
664
+ "connector.privy.google": "Google",
665
+ "connector.privy.twitter": "X / Twitter",
666
+ "connector.privy.myWallet": "Ví của tôi",
667
+ "connector.privy.addEvmWallet": "Thêm ví EVM",
668
+ "connector.privy.addSolanaWallet": "Thêm ví Solana",
669
+ "connector.privy.addAbstractWallet": "Thêm ví Abstract",
670
+ "connector.privy.createEvmWallet": "Tạo ví EVM",
671
+ "connector.privy.createSolanaWallet": "Tạo ví Solana",
672
+ "connector.privy.termsOfUse": "Bằng cách kết nối ví của bạn, bạn thừa nhận và đồng ý với <0>điều khoản sử dụng</0>.",
673
+ "connector.privy.supportedEvmChain": "Chuỗi EVM được hỗ trợ",
674
+ "connector.privy.supportedSolanaChain": "Chuỗi Solana được hỗ trợ",
675
+ "connector.privy.noWallet": "Không có ví",
676
+ "connector.privy.noWallet.description": "Vui lòng tạo ví để tiếp tục. Chỉ bạn mới có thể truy cập khóa riêng. Bạn có thể xuất khóa riêng và nhập ví của mình vào một ứng dụng ví khác, chẳng hạn như MetaMask hoặc Phantom, bất cứ lúc nào.",
677
+ "connector.privy.switchNetwork.tips": "Chuyển sang {{chainName}} để tiếp tục.",
678
+ "connector.privy.addEvmWallet.tips": "Kết nối ví tương thích EVM để tiếp tục sử dụng mạng EVM.",
679
+ "connector.privy.addSolanaWallet.tips": "Kết nối ví tương thích với Solana để tiếp tục sử dụng mạng Solana.",
680
+ "connector.privy.addAbstractWallet.tips": "Kết nối ví tương thích với Abstract để tiếp tục sử dụng mạng Abstract.",
681
+ "connector.privy.pwa.title": "Thích trải nghiệm như ứng dụng? Hãy thử PWA",
682
+ "connector.privy.pwa.sheetTitle": "Thêm như ứng dụng",
683
+ "connector.privy.pwa.description": "Để có trải nghiệm di động tốt hơn, hãy thêm trang web này vào màn hình chính từ Safari hoặc Chrome.",
684
+ "connector.privy.pwa.step1": "Nhấn vào biểu tượng chia sẻ trong menu trình duyệt.",
685
+ "connector.privy.pwa.step2": "Chọn 'Thêm vào Màn hình chính' trong các tùy chọn.",
686
+ "connector.privy.pwa.findOnPage": "Tìm trên trang",
687
+ "connector.privy.pwa.addToHomeScreen": "Thêm vào Màn hình chính",
688
+ "transfer.network": "Mạng",
689
+ "transfer.lowestFee": "Phí thấp nhất",
690
+ "transfer.web3Wallet.your": "Ví Web3 của bạn",
691
+ "transfer.web3Wallet.my": "Ví Web3 của tôi",
692
+ "transfer.brokerAccount": "Tài khoản {{brokerName}} của bạn",
693
+ "transfer.quantity.invalid": "Vui lòng nhập số hợp lệ",
694
+ "transfer.insufficientBalance": "Số dư không đủ",
695
+ "transfer.insufficientAllowance": "Số tiền được phép không đủ",
696
+ "transfer.rejectTransaction": "Từ chối giao dịch",
697
+ "transfer.deposit.approve": "Phê duyệt",
698
+ "transfer.deposit.approve.success": "Phê duyệt thành công",
699
+ "transfer.deposit.approve.failed": "Phê duyệt thất bại",
700
+ "transfer.deposit.requested": "Đã yêu cầu nạp tiền",
701
+ "transfer.deposit.completed": "Đã hoàn thành nạp tiền",
702
+ "transfer.deposit.failed": "Nạp tiền thất bại",
703
+ "transfer.deposit.destinationGasFee": "Phí gas đích",
704
+ "transfer.deposit.destinationGasFee.description": "Cần thêm token gas để trang trải các hoạt động trên chuỗi đích.",
705
+ "transfer.withdraw.unsupported.chain": "Rút tiền không được hỗ trợ trên chuỗi này. Vui lòng chuyển sang bất kỳ mạng không cần cầu nối nào.",
706
+ "transfer.withdraw.unsupported.networkName": "Rút tiền không được hỗ trợ trên {{networkName}}. Vui lòng chuyển sang bất kỳ mạng không cần cầu nối nào.",
707
+ "transfer.withdraw.crossChain.confirmWithdraw": "Xác nhận rút tiền",
708
+ "transfer.withdraw.crossChain.recipientAddress": "Địa chỉ người nhận",
709
+ "transfer.withdraw.crossChain.recipientNetwork": "Mạng người nhận",
710
+ "transfer.withdraw.crossChain.withdrawAmount": "Số tiền rút",
711
+ "transfer.withdraw.crossChain.process": "Giao dịch rút tiền xuyên chuỗi của bạn đang được xử lý...",
712
+ "transfer.withdraw.crossChain.warning": "Các khoản rút tiền yêu cầu tái cân bằng xuyên chuỗi không thể hủy hoặc theo dõi thêm các khoản rút tiền cho đến khi chúng được xử lý.",
713
+ "transfer.withdraw.crossChain.vaultWarning": "Số tiền rút vượt quá số dư của kho {{networkName}} ( {{chainVaultBalance}} USDC ). Phí tái cân bằng xuyên chuỗi sẽ được tính cho việc rút tiền đến {{networkName}}.",
714
+ "transfer.withdraw.vaultWarning": "Số dư {{tokenName}} trên {{chainName}} là {{balance}}, không đủ để đáp ứng yêu cầu rút của bạn. Vui lòng thử lại sau hoặc chuyển sang chuỗi khác để rút.",
715
+ "transfer.withdraw.minAmount.error": "Số lượng phải lớn hơn {{minAmount}}",
716
+ "transfer.withdraw.LTV.error": "Việc rút tiền này có thể đẩy LTV của bạn vượt quá {{threshold}}%, ngay lập tức kích hoạt chuyển đổi tự động.",
717
+ "transfer.withdraw.requested": "Đã yêu cầu rút tiền",
718
+ "transfer.withdraw.completed": "Đã hoàn thành rút tiền",
719
+ "transfer.withdraw.failed": "Rút tiền thất bại",
720
+ "transfer.withdraw.otherAccount": "Tài khoản {{brokerName}} khác",
721
+ "transfer.withdraw.accountId.tips": "Vui lòng nhập ID tài khoản thay vì địa chỉ ví.",
722
+ "transfer.withdraw.accountId.invalid": "ID tài khoản không hợp lệ. Vui lòng thử lại.",
723
+ "transfer.internalTransfer.from": "Từ",
724
+ "transfer.internalTransfer.to": "Đến",
725
+ "transfer.internalTransfer.currentAssetValue": "Giá trị tài sản hiện tại",
726
+ "transfer.internalTransfer.success": "Thành công! Tiền sẽ có sẵn sau 15 giây.",
727
+ "transfer.internalTransfer.unsettled.tooltip": "Số dư chưa thanh toán không thể chuyển khoản. Để chuyển khoản, vui lòng thanh toán số dư trước.",
728
+ "transfer.internalTransfer.settlePnl.description": "Bạn có chắc chắn muốn thanh toán PnL của mình không? <br/> Quá trình thanh toán sẽ mất tối đa 1 phút trước khi bạn có thể chuyển số dư khả dụng.",
729
+ "transfer.internalTransfer.error.default": "Không thể hoàn tất chuyển khoản. Vui lòng thử lại sau.",
730
+ "transfer.internalTransfer.error.transferInProgress": "Đang có chuyển khoản nội bộ diễn ra.",
731
+ "transfer.internalTransfer.error.withdrawalInProgress": "Đang có rút tiền diễn ra.",
732
+ "transfer.internalTransfer.error.transferToSelf": "Không được phép chuyển vào tài khoản của chính bạn",
733
+ "transfer.internalTransfer.error.accountIdNotExist": "ID tài khoản người nhận không tồn tại.",
734
+ "transfer.internalTransfer.error.transferToSubAccount": "Không được phép chuyển vào tài khoản phụ dưới các tài khoản chính khác nhau.",
735
+ "transfer.swapDeposit.crossSwap.notice": "Sẽ tính phí giao dịch xuyên chuỗi. Để tránh điều này, hãy sử dụng <0>Mạng không cần cầu nối</0> được hỗ trợ của chúng tôi",
736
+ "transfer.swapDeposit.swap.notice": "Lưu ý rằng sẽ tính phí hoán đổi.",
737
+ "transfer.swapDeposit.bridging": "Cầu nối",
738
+ "transfer.swapDeposit.bridge": "Cầu nối",
739
+ "transfer.swapDeposit.bridge.description": "Cầu nối đến Arbirtum qua Stargate",
740
+ "transfer.swapDeposit.depositing": "Đang nạp tiền",
741
+ "transfer.swapDeposit.deposit": "Nạp tiền",
742
+ "transfer.swapDeposit.deposit.description": "Nạp tiền vào {{brokerName}}",
743
+ "transfer.swapDeposit.viewStatus": "Xem trạng thái",
744
+ "transfer.swapDeposit.depositFailed": "Nạp tiền thất bại, vui lòng thử lại sau.",
745
+ "transfer.slippage": "Trượt giá",
746
+ "transfer.slippage.slippageTolerance": "Dung sai trượt giá",
747
+ "transfer.slippage.slippageTolerance.description": "Giao dịch của bạn sẽ bị hoàn nguyên nếu giá thay đổi bất lợi hơn tỷ lệ phần trăm này.",
748
+ "transfer.swapDeposit.swapFee": "Phí hoán đổi",
749
+ "transfer.swapDeposit.swapFee.description": "WOOFi tính phí 0.025% cho mỗi lần hoán đổi.",
750
+ "transfer.swapDeposit.bridgeFee": "Phí cầu nối",
751
+ "transfer.swapDeposit.bridgeFee.description": "Stargate tính phí để cầu nối tài sản của bạn.",
752
+ "transfer.swapDeposit.minimumReceived": "Số tiền nhận tối thiểu",
753
+ "transfer.swapDeposit.confirmSwap": "Xác nhận hoán đổi",
754
+ "transfer.swapDeposit.averageSwapTime": "Thời gian hoán đổi trung bình <0>~ {{time}} phút</0>",
755
+ "transfer.swapDeposit.swapDialog.title": "Xem lại chi tiết hoán đổi",
756
+ "transfer.swapDeposit.viewFAQs": "Cần giúp đỡ? <0>Xem Câu hỏi thường gặp</0>",
757
+ "transfer.swapDeposit.notEnoughLiquidity": "Không đủ thanh khoản. Vui lòng thử lại sau hoặc sử dụng chuỗi khác để nạp tiền.",
758
+ "transfer.convert.completed": "Chuyển đổi đã hoàn thành",
759
+ "transfer.convert.failed": "Chuyển đổi thất bại",
760
+ "transfer.deposit.convertRate": "Tỷ lệ chuyển đổi",
761
+ "transfer.convert.convertAssets": "Chuyển đổi tài sản sang USDC",
762
+ "transfer.deposit.collateralContribution": "Đóng góp tài sản thế chấp",
763
+ "transfer.withdraw.InsufficientVaultBalance": "Số dư kho bạc không đủ",
764
+ "transfer.LTV": "LTV",
765
+ "transfer.LTV.description": "LTV (Tỷ lệ Cho vay trên Giá trị) là tỷ lệ giữa USDC âm của bạn và giá trị hiện tại của tài sản thế chấp. Nếu LTV của bạn vượt quá {{threshold}}, tài sản thế chấp sẽ được tự động chuyển đổi sang USDC.",
766
+ "transfer.LTV.tooltip": "Nếu LTV của bạn vượt quá {{threshold}}% hoặc số dư USDC cộng với PnL chưa thanh toán giảm xuống dưới {{usdcThreshold}}, tài sản thế chấp sẽ được tự động chuyển đổi với mức giảm giá. Để tránh điều này, bạn có thể chuyển đổi tài sản sang USDC thủ công.",
767
+ "transfer.LTV.currentLTV": "LTV hiện tại",
768
+ "transfer.convert": "Chuyển đổi",
769
+ "transfer.deposit.userMaxQty.error": "Đã đạt giới hạn tài sản thế chấp. Số lượng tối đa cho phép: {{maxQty}} {{token}}.",
770
+ "transfer.deposit.gasFee.error": "Vui lòng đảm bảo bạn có đủ {{token}} cho phí gas.",
771
+ "transfer.deposit.status.pending.one": "Bạn có một giao dịch đang chờ xử lý",
772
+ "transfer.deposit.status.pending.multiple": "Bạn có nhiều giao dịch đang chờ xử lý",
773
+ "transfer.deposit.status.completed.one": "Bạn có một giao dịch thành công",
774
+ "transfer.deposit.status.completed.multiple": "Bạn có nhiều giao dịch thành công",
775
+ "affiliate.referral": "Giới thiệu",
776
+ "affiliate.trader": "Nhà giao dịch",
777
+ "affiliate.enter": "Nhập",
778
+ "affiliate.statistics": "Thống kê",
779
+ "affiliate.connectWallet.tooltip": "Vui lòng kết nối ví của bạn để sử dụng chức năng này",
780
+ "affiliate.page.title": "Giới thiệu, kiếm tiền và phát triển - chương trình giới thiệu & liên kết",
781
+ "affiliate.page.subTitle": "Kiếm lên đến 60% hoa hồng bằng cách chia sẻ mã giới thiệu. Mời bạn bè, mở rộng mạng lưới và kiếm nhiều hơn.",
782
+ "affiliate.page.learnMore": "Tìm hiểu cách hoạt động",
783
+ "affiliate.asAffiliate.affilates": "Đối tác liên kết",
784
+ "affiliate.asAffiliate.title": "Người Giới Thiệu",
785
+ "affiliate.asAffiliate.description": "Kiếm 10% hoa hồng từ giao dịch của bạn bè. Muốn tỷ lệ hoa hồng cao hơn? Gửi đơn đăng ký để trở thành đối tác liên kết.",
786
+ "affiliate.asAffiliate.button": "Trở thành đối tác",
787
+ "affiliate.asTrader.title": "Người Được Giới Thiệu (Trader)",
788
+ "affiliate.asTrader.description": "Nhận hoàn tiền bằng cách giao dịch với mã giới thiệu.",
789
+ "affiliate.asTrader.button": "Nhập mã",
790
+ "affiliate.referralCode": "Mã giới thiệu",
791
+ "affiliate.referralCode.dialog.title": "Liên kết mã giới thiệu",
792
+ "affiliate.referralCode.dialog.description": "Liên kết mã giới thiệu để nhận hoàn tiền phí giao dịch.",
793
+ "affiliate.referralCode.label": "Nhập mã giới thiệu",
794
+ "affiliate.referralCode.bound": "Đã liên kết mã giới thiệu",
795
+ "affiliate.referralCode.notExist": "Mã giới thiệu này không tồn tại.",
796
+ "affiliate.process.title": "Cách Hoạt Động",
797
+ "affiliate.process.step1.title": "Giao dịch $10,000+ hoặc đăng ký",
798
+ "affiliate.process.step1.description": "Mở khóa mã giới thiệu tự động ($0 / $10,000 hoàn thành - chỉ tài khoản chính), hoặc đăng ký tỷ lệ cao hơn qua biểu mẫu.",
799
+ "affiliate.process.step1.volumeEq0.title": "Nhận mã giới thiệu tự động hoặc đăng ký",
800
+ "affiliate.process.step1.volumeEq0.description": "Mã giới thiệu của bạn sẽ sẵn sàng sử dụng sau khi thực hiện giao dịch đầu tiên. Bạn có thể đăng ký tỷ lệ cao hơn thông qua biểu mẫu.",
801
+ "affiliate.process.step1.volumeGt0.title": "Giao dịch ${{requireVolume}}+ hoặc đăng ký",
802
+ "affiliate.process.step1.volumeGt0.description": "Nhận mã giới thiệu tự động (đã hoàn thành ${{volume}}/${{requireVolume}}), hoặc đăng ký tỷ lệ cao hơn thông qua biểu mẫu.",
803
+ "affiliate.process.step2.title": "Chia sẻ",
804
+ "affiliate.process.step2.description": "Chia sẻ mã giới thiệu cá nhân của bạn với những người khác để bắt đầu kiếm tiền.",
805
+ "affiliate.process.step3.title": "Kiếm tiền",
806
+ "affiliate.process.step3.description": "Giới thiệu người khác để kiếm hoa hồng, hoặc sử dụng mã giới thiệu để nhận hoàn tiền khi giao dịch",
807
+ "affiliate.summary": "Tóm tắt",
808
+ "affiliate.summary.refereesTraded": "Người được giới thiệu đã giao dịch",
809
+ "affiliate.referralLink": "Liên kết giới thiệu",
810
+ "affiliate.referralLink.earn": "Kiếm",
811
+ "affiliate.referralLink.earn.tooltip": "Phí ròng {{brokerName}} trừ đi phí Orderly.",
812
+ "affiliate.referralLink.share": "Chia sẻ",
813
+ "affiliate.referralLink.share.tooltip": "Người được giới thiệu của bạn nhận được <0>{{value}}</0> phí ròng {{brokerName}} của họ",
814
+ "affiliate.referralVol": "Khối lượng giới thiệu",
815
+ "affiliate.referralCodes": "Mã giới thiệu",
816
+ "affiliate.referralCodes.remaining": "Mã giới thiệu còn lại",
817
+ "affiliate.referralCodes.column.you&Referee": "Bạn / Người được giới thiệu",
818
+ "affiliate.referralCodes.column.traders": "Nhà giao dịch",
819
+ "affiliate.referralCodes.column.referees&Traders": "Người được giới thiệu / Nhà giao dịch",
820
+ "affiliate.referralCodes.copyLink": "Sao chép liên kết",
821
+ "affiliate.upTo": "Lên đến 60%",
822
+ "affiliate.commission": "Hoa hồng",
823
+ "affiliate.commission.30d": "Hoa hồng 30N",
824
+ "affiliate.commission.column.activeUsers": "Người dùng tích cực được giới thiệu",
825
+ "affiliate.myReferees": "Người được giới thiệu của tôi",
826
+ "affiliate.referees": "Người được giới thiệu",
827
+ "affiliate.referees.column.refereeAddress": "Địa chỉ người được giới thiệu",
828
+ "affiliate.referees.column.totalCommission": "Tổng hoa hồng",
829
+ "affiliate.referees.column.totalVol": "Tổng khối lượng",
830
+ "affiliate.referees.column.invitationTime": "Thời gian mời",
831
+ "affiliate.trader.yourReferrer": "Người giới thiệu của bạn",
832
+ "affiliate.trader.rebate": "Hoàn tiền",
833
+ "affiliate.trader.rebates": "Hoàn tiền",
834
+ "affiliate.trader.rebate.30d": "Hoàn tiền 30n",
835
+ "affiliate.trader.tradingRebates": "Hoàn tiền giao dịch",
836
+ "affiliate.trader.myRebates": "Hoàn tiền của tôi",
837
+ "affiliate.trader.tradingVol": "Khối lượng giao dịch",
838
+ "affiliate.referralCode.editCodeModal.title": "Cài đặt",
839
+ "affiliate.referralCode.editCodeModal.description": "Chỉnh sửa Mã Giới thiệu của bạn",
840
+ "affiliate.referralCode.editCodeModal.label": "Mã Giới thiệu",
841
+ "affiliate.referralCode.editCodeModal.helpText.length": "Phải có độ dài từ 4-10 ký tự",
842
+ "affiliate.referralCode.editCodeModal.helpText.format": "Chỉ cho phép chữ in hoa (A-Z) và số (0-9)",
843
+ "affiliate.referralCode.editCodeModal.success": "Cập nhật mã giới thiệu thành công",
844
+ "affiliate.referralRate.editRateModal.title": "Cài đặt",
845
+ "affiliate.referralRate.editRateModal.description": "Đặt tỷ lệ hoa hồng giới thiệu được chia sẻ với người được giới thiệu",
846
+ "affiliate.referralRate.editRateModal.label": "Tỷ lệ hoa hồng tối đa của bạn:",
847
+ "affiliate.referralRate.editRateModal.label.you": "Bạn nhận được",
848
+ "affiliate.referralRate.editRateModal.label.referee": "Người được giới thiệu nhận được",
849
+ "affiliate.referralRate.editRateModal.helpText.max": "Tổng tỷ lệ hoa hồng phải bằng với giới hạn tỷ lệ hoa hồng tối đa của bạn",
850
+ "affiliate.referralRate.editRateModal.success": "Cập nhật tỷ lệ giới thiệu thành công",
851
+ "affiliate.referralTooltip": "Giao dịch $10K để mở khóa mã giới thiệu của bạn và kiếm hoàn tiền giao dịch từ giới thiệu.",
852
+ "ui.pagination.morePages": "Thêm trang",
853
+ "ui.pagination.rowsPerPage": "Số hàng mỗi trang",
854
+ "ui.picker.selectDate": "Chọn ngày",
855
+ "ui.empty.description": "Không tìm thấy kết quả.",
856
+ "tradingLeaderboard.leaderboard": "Bảng xếp hạng",
857
+ "tradingLeaderboard.campaigns": "Chiến dịch",
858
+ "tradingLeaderboard.ongoing": "Đang diễn ra",
859
+ "tradingLeaderboard.past": "Đã qua",
860
+ "tradingLeaderboard.future": "Tương lai",
861
+ "tradingLeaderboard.learnMore": "Tìm hiểu thêm",
862
+ "tradingLeaderboard.tradeNow": "Giao dịch ngay",
863
+ "tradingLeaderboard.joinNow": "Tham gia ngay",
864
+ "tradingLeaderboard.tradingVolume": "Khối lượng giao dịch",
865
+ "tradingLeaderboard.rank": "Xếp hạng",
866
+ "tradingLeaderboard.estimatedRewards": "Phần thưởng ước tính",
867
+ "tradingLeaderboard.lastUpdate": "Cập nhật lần cuối",
868
+ "tradingLeaderboard.estimatedTicketsEarned": "Số vé ước tính kiếm được",
869
+ "tradingLeaderboard.ticketPrizePool": "Quỹ giải thưởng vé",
870
+ "tradingLeaderboard.viewRules": "Xem quy tắc",
871
+ "tradingLeaderboard.prizePool": "Quỹ giải thưởng",
872
+ "tradingLeaderboard.participants": "Người tham gia",
873
+ "tradingLeaderboard.battleStartsIn": "Trận chiến bắt đầu trong",
874
+ "tradingLeaderboard.battleEndsIn": "Trận chiến kết thúc trong",
875
+ "tradingLeaderboard.battleStarts": "Trận chiến bắt đầu",
876
+ "tradingLeaderboard.battleEnds": "Trận chiến kết thúc",
877
+ "tradingLeaderboard.rewardDistribution": "Phân phối phần thưởng",
878
+ "tradingLeaderboard.batteleHasEnded": "Trận chiến đã kết thúc",
879
+ "tradingLeaderboard.tradeForMoreTickets": "Giao dịch thêm <0/> để nhận vé tiếp theo",
880
+ "tradingLeaderboard.earnTickets": "Kiếm {{ticket}} vé cho mỗi {{amount}} khối lượng giao dịch",
881
+ "tradingLeaderboard.arena": "Đấu trường",
882
+ "tradingLeaderboard.generalLeaderboard": "Bảng xếp hạng chung",
883
+ "tradingLeaderboard.maxTicketsAchieved": "Số vé tối đa đã đạt được",
884
+ "tradingLeaderboard.termsAndConditions": "Điều khoản và Điều kiện",
885
+ "tradingLeaderboard.rules": "Quy tắc",
886
+ "assetHistory.status.pending": "Đang chờ",
887
+ "assetHistory.status.confirm": "Xác nhận",
888
+ "assetHistory.status.processing": "Đang xử lý",
889
+ "assetHistory.status.completed": "Hoàn thành",
890
+ "assetHistory.status.failed": "Thất bại",
891
+ "assetHistory.status.pendingRebalance": "Đang chờ tái cân bằng",
892
+ "linkDevice.createQRCode.loading.description": "Phê duyệt mã QR bằng ví...",
893
+ "linkDevice.createQRCode.linkMobileDevice": "Liên kết thiết bị di động",
894
+ "linkDevice.createQRCode.linkMobileDevice.description": "Mở {{hostname}} trên thiết bị di động của bạn và quét mã QR để liên kết ví này. Vì lý do bảo mật, mã QR sẽ hết hạn sau 60 giây. <br/> Mã QR cho phép giao dịch di động nhưng không cho phép rút tiền. Đảm bảo bạn không chia sẻ màn hình hoặc ảnh chụp màn hình của mã QR.",
895
+ "linkDevice.createQRCode.success.description": "Quét mã QR hoặc dán URL vào trình duyệt/thiết bị khác để tiếp tục.",
896
+ "linkDevice.createQRCode.success.copyUrl": "Sao chép URL",
897
+ "linkDevice.scanQRCode": "Quét mã QR",
898
+ "linkDevice.scanQRCode.description": "Nhấp vào biểu tượng <0/> ở góc trên bên phải trên máy tính để tạo mã QR để quét.",
899
+ "linkDevice.scanQRCode.tooltip": "Liên kết với máy tính qua mã QR",
900
+ "linkDevice.scanQRCode.connected.description": "Bạn đã được kết nối qua thiết bị khác. Chế độ này chỉ dành cho giao dịch. Để chuyển đổi mạng, nạp hoặc rút tài sản, vui lòng ngắt kết nối và kết nối lại ví của bạn trên thiết bị này.",
901
+ "linkDevice.tooltip": "Liên kết thiết bị di động",
902
+ "settle.settlePnl": "Thanh toán PnL",
903
+ "settle.settlePnl.warning": "Vui lòng thanh toán số dư của bạn",
904
+ "settle.settlePnl.description": "Bạn có chắc chắn muốn thanh toán PnL của mình không? <br/> Việc thanh toán sẽ mất tới 1 phút trước khi bạn có thể rút số dư khả dụng.",
905
+ "settle.unsettled": "Chưa thanh toán",
906
+ "settle.unsettled.tooltip": "Số dư chưa thanh toán không thể rút. Để rút tiền, vui lòng thanh toán số dư trước.",
907
+ "settle.settlement.requested": "Yêu cầu thanh toán",
908
+ "settle.settlement.completed": "Đã hoàn thành thanh toán",
909
+ "settle.settlement.failed": "Thanh toán thất bại",
910
+ "settle.settlement.error": "Thanh toán chỉ được phép một lần mỗi 10 phút. Vui lòng thử lại sau.",
911
+ "languageSwitcher.language": "Ngôn ngữ",
912
+ "languageSwitcher.tooltip": "Chuyển đổi ngôn ngữ",
913
+ "languageSwitcher.tips": "Bản dịch do AI tạo ra có thể không hoàn toàn chính xác.",
914
+ "announcement.type.listing": "Niêm yết",
915
+ "announcement.type.maintenance": "Bảo trì",
916
+ "announcement.type.delisting": "Hủy niêm yết",
917
+ "maintenance.dialog.title": "Hệ thống đang nâng cấp",
918
+ "maintenance.dialog.description": "Xin lỗi, {{brokerName}} tạm thời không khả dụng do nâng cấp theo lịch trình. Dịch vụ dự kiến sẽ hoạt động lại vào {{endDate}}.",
919
+ "maintenance.tips.description": "{{brokerName}} sẽ tạm thời không khả dụng để nâng cấp theo lịch trình từ {{startDate}} đến {{endDate}}.",
920
+ "restrictedInfo.description.default": "Bạn đang truy cập {{brokerName}} từ địa chỉ IP ({{ip}}) liên quan đến một quốc gia bị hạn chế.",
921
+ "restrictedInfo.accessRestricted": "Hạn chế Truy cập",
922
+ "restrictedInfo.accessRestricted.description": "Do luật pháp và quy định, hiện tại chúng tôi không hoạt động tại Hoa Kỳ. Bằng việc tiếp tục sử dụng nền tảng của chúng tôi, bạn cam đoan và đảm bảo rằng bạn không phải là cư dân Hoa Kỳ trong suốt thời gian sử dụng.",
923
+ "restrictedInfo.accessRestricted.agree": "Tôi hiểu và đồng ý",
924
+ "subAccount.modal.title": "Chuyển tài khoản",
925
+ "subAccount.modal.switch.success.description": "Đã chuyển tài khoản",
926
+ "subAccount.modal.mainAccount.title": "Tài khoản chính",
927
+ "subAccount.modal.subAccounts.title": "Tài khoản phụ",
928
+ "subAccount.modal.current": "Hiện tại",
929
+ "subAccount.modal.noAccount.description": "Tạo tài khoản phụ ngay bây giờ để khám phá các chiến lược giao dịch khác nhau.",
930
+ "subAccount.modal.create.max.description": "Bạn đã đạt đến giới hạn tối đa 10 tài khoản phụ.",
931
+ "subAccount.modal.create.title": "Tạo tài khoản phụ",
932
+ "subAccount.modal.create.description": "Bạn có {{subAccountCount}} tài khoản phụ. Có thể tạo thêm {{remainingCount}} tài khoản.",
933
+ "subAccount.modal.create.nickname.role": "1-20 ký tự. Chỉ cho phép chữ cái, số và @, _, - (khoảng trắng).",
934
+ "subAccount.modal.create.success.description": "Tạo tài khoản phụ thành công.",
935
+ "subAccount.modal.create.failed.description": "Tạo tài khoản phụ thất bại.",
936
+ "subAccount.modal.edit.title": "Chỉnh sửa biệt danh",
937
+ "subAccount.modal.nickName.label": "Biệt danh tài khoản phụ",
938
+ "subAccount.modal.edit.success.description": "Cập nhật biệt danh thành công.",
939
+ "subAccount.modal.edit.failed.description": "Cập nhật biệt danh thất bại.",
940
+ "funding.fundingFee": "Phí tài trợ",
941
+ "funding.fundingRate": "Tỷ lệ tài trợ",
942
+ "funding.annualRate": "Tỷ lệ hàng năm",
943
+ "funding.paymentType": "Loại thanh toán",
944
+ "funding.paymentType.paid": "Đã thanh toán",
945
+ "funding.paymentType.received": "Đã nhận",
946
+ "leftNav.feedback": "Chia sẻ phản hồi",
947
+ "vaults.availableOn": "Có sẵn trên",
948
+ "vaults.header.title": "Kiếm lợi nhuận thụ động với các chiến lược kho bạc",
949
+ "vaults.header.description": "Để tài sản nhàn rỗi hoặc thêm của bạn làm việc một cách dễ dàng. Gửi vào các chiến lược kho bạc được tuyển chọn trực tiếp từ {{brokerName}} - sử dụng USDC từ bất kỳ blockchain được hỗ trợ nào hoặc tài khoản {{brokerName}} của bạn, không có phí gas.",
950
+ "vaults.introduction.tvl": "TVL Kho bạc",
951
+ "vaults.introduction.depositors": "Người gửi tiền",
952
+ "vaults.allVaults": "Tất cả kho bạc",
953
+ "vaults.card.orderly.title": "Orderly OmniKho bạc",
954
+ "vaults.card.orderly.description": "Kiếm lợi nhuận thụ động một cách dễ dàng, không cần chuyên môn giao dịch. OmniKho bạc triển khai các chiến lược tạo thị trường, đảm nhận thanh lý và tích lũy phí nền tảng.",
955
+ "vaults.card.tvl": "TVL",
956
+ "vaults.card.apy": "APY 30N",
957
+ "vaults.card.myDeposits": "Tiền gửi của tôi",
958
+ "vaults.card.myEarnings": "Thu nhập của tôi",
959
+ "vaults.card.accountBalance": "Số dư tài khoản:",
960
+ "vaults.deposit.estShares": "Cổ phiếu ước tính",
961
+ "vaults.deposit.shares": "Cổ phiếu",
962
+ "vaults.deposit.lockupDuration": "Thời gian khóa",
963
+ "vaults.deposit.latestDeposit": "Gửi tiền mới nhất",
964
+ "vaults.withdraw.estPricePerShare": "Giá ước tính mỗi cổ phiếu",
965
+ "vaults.withdraw.estReceivingAmount": "Số tiền ước tính nhận được",
966
+ "vaults.withdraw.latestWithdraw": "Yêu cầu rút tiền mới nhất",
967
+ "vaults.withdraw.dialog.title": "Xác nhận chi tiết rút tiền",
968
+ "vaults.withdraw.dialog.withdrawalAmount": "Số tiền rút",
969
+ "vaults.withdraw.dialog.estimatedReceiving": "Ước tính nhận",
970
+ "vaults.withdraw.dialog.note": "Vui lòng lưu ý rằng USDC ước tính dựa trên giá hiện tại mỗi cổ phiếu, và số tiền cuối cùng bạn nhận được sẽ được xác định vào cuối kỳ kho bạc.",
971
+ "vaults.withdraw.dialog.initiateWithdrawal": "Bắt đầu rút tiền",
972
+ "vaults.withdraw.process.withdrawProcess": "Quy trình rút tiền",
973
+ "vaults.withdraw.process.vaultProcess": "Quy trình kho bạc",
974
+ "vaults.withdraw.process.transferred": "Đã chuyển",
975
+ "vaults.withdraw.process.initiate": "Bắt đầu",
976
+ "vaults.withdraw.process.upTo": "Tối đa 6 giờ",
977
+ "vaults.operation.error.switchAccount": "Vui lòng chuyển sang tài khoản chính của bạn để tiếp tục.",
978
+ "vaults.operation.error.minDeposit": "Số tiền gửi ít hơn mức tối thiểu {{amount}} USDC.",
979
+ "vaults.operation.error.minWithdrawal": "Số tiền rút ít hơn mức tối thiểu {{amount}} USDC."
980
+ }