diff --git a/pages/recharge/recharge.vue b/pages/recharge/recharge.vue index f2fedc3..ef36f0c 100644 --- a/pages/recharge/recharge.vue +++ b/pages/recharge/recharge.vue @@ -1,631 +1,645 @@ - - - - - diff --git a/utils/language/en_US.js b/utils/language/en_US.js index 1e9ace2..769b00e 100644 --- a/utils/language/en_US.js +++ b/utils/language/en_US.js @@ -178,9 +178,10 @@ export default { CoinDepositAddress: 'Coin deposit address', CopyAddress: 'Copy address', + CopySuccess: 'Copy success', ScanQR: 'Scan the QR code above to get the deposit address', - message: `Minimum deposit amount: 10 USDT. Deposit less than the minimum amount will not be posted and cannot be returned - This address is your latest deposit address. When the system receives deposit, it will be automatically credited to the account。The transfer needs to be confirmed by the entire blockchain network. When it reaches 10 network confirmations, your USDT will be automatically deposit into the account。`, + message: `Minimum deposit amount: {rechargeMinAmount} {enname}. Deposit less than the minimum amount will not be posted and cannot be returned + This address is your latest deposit address. When the system receives deposit, it will be automatically credited to the account。The transfer needs to be confirmed by the entire blockchain network. When it reaches 10 network confirmations, your {enname} will be automatically deposit into the account。`, selectAmount: 'Please select the amount to deposit', EnterNumber: 'Enter 100-1000000', diff --git a/utils/language/vi_VN.js b/utils/language/vi_VN.js index 2c78de4..66ef457 100644 --- a/utils/language/vi_VN.js +++ b/utils/language/vi_VN.js @@ -174,9 +174,10 @@ export default { CoinDepositAddress: 'Địa chỉ gửi tiền xu', CopyAddress: 'Sao chép địa chỉ', + CopySuccess: 'Sao chép thành công', ScanQR: 'Quét mã QR ở trên để lấy địa chỉ gửi tiền', - message: `Số tiền gửi tối thiểu: 10 USDT. Tiền gửi ít hơn số tiền tối thiểu sẽ không được đăng và không được trả lại -Địa chỉ này là địa chỉ gửi tiền mới nhất của bạn. Khi hệ thống nhận được tiền gửi, nó sẽ tự động được ghi có vào tài khoản。 Việc chuyển tiền cần được xác nhận bởi toàn bộ mạng lưới blockchain. Khi đạt đến 10 xác nhận của mạng, USDT của bạn sẽ được tự động gửi vào tài khoản。`, + message: `Số tiền gửi tối thiểu: {rechargeMinAmount} {enname}. Tiền gửi ít hơn số tiền tối thiểu sẽ không được đăng và không được trả lại +Địa chỉ này là địa chỉ gửi tiền mới nhất của bạn. Khi hệ thống nhận được tiền gửi, nó sẽ tự động được ghi có vào tài khoản。 Việc chuyển tiền cần được xác nhận bởi toàn bộ mạng lưới blockchain. Khi đạt đến 10 xác nhận của mạng, {enname} của bạn sẽ được tự động gửi vào tài khoản。`, selectAmount: 'Vui lòng chọn số tiền gửi', EnterNumber: 'Nhập 100-1000000', diff --git a/utils/language/zh_TW.js b/utils/language/zh_TW.js index af06f6c..8f2b8a1 100644 --- a/utils/language/zh_TW.js +++ b/utils/language/zh_TW.js @@ -174,9 +174,10 @@ export default { CoinDepositAddress: '充幣地址', CopyAddress: '複製地址', + CopySuccess: '複製成功', ScanQR: '掃描上方二維碼獲取充值地址', - message: `最低存款金額:10 USDT。 低於最低金額的押金將不予過帳且不予退還 -此地址是您最新的存款地址。 系統收到存款後,會自動到賬。轉賬需要整個區塊鍊網絡確認。 當網絡確認達到 10 次時,您的 USDT 將自動存入賬戶。`, + message: `最低存款金額:{rechargeMinAmount} {enname}。 低於最低金額的押金將不予過帳且不予退還 +此地址是您最新的存款地址。 系統收到存款後,會自動到賬。轉賬需要整個區塊鍊網絡確認。 當網絡確認達到 10 次時,您的 {enname} 將自動存入賬戶。`, selectAmount: '請選擇存款金額', EnterNumber: '進入 100-1000000',