Browse Source

合并

master
j1ack 3 years ago
parent
commit
f5170c17b1
  1. 1
      App.vue
  2. 18
      pages/home/index.vue
  3. 11
      utils/constant.js
  4. 46
      utils/language/en_US.js
  5. 540
      utils/language/vi_VN.js
  6. 253
      utils/language/zh_TW.js

1
App.vue

@ -16,7 +16,6 @@
}) })
}, },
onShow: function() { onShow: function() {
console.log('App Show') console.log('App Show')
}, },
onHide: function() { onHide: function() {

18
pages/home/index.vue

@ -195,9 +195,11 @@
// this.startStep() // this.startStep()
// this.resStartStep() // this.resStartStep()
this.updateSteps('show'); this.updateSteps('show');
this.stepsNum = 5000;
// #endif // #endif
// #ifdef H5 // #ifdef H5
this.stepsNum = 0; this.stepsNum = 5000;
this.updateSteps();
// #endif // #endif
}, },
@ -213,16 +215,16 @@
// //
updateSteps(soucre) { updateSteps(soucre) {
var today = this.$index.formatyymmdd(new Date().getTime()); var today = this.$index.formatyymmdd(new Date().getTime());
var stepsNum_date = uni.getStorageSync("stepsNum_date"); var stepsNum_date = uni.getStorageSync("stepsNumDate");
var isUpdate = false; var isUpdate = false;
// console.log(today) // console.log(today)
// console.log(uni.getStorageSync("stepsNum_date")) // console.log(uni.getStorageSync("stepsNumDate"))
// console.log(stepsNum_date) // console.log(stepsNum_date)
if (stepsNum_date) { if (stepsNum_date) {
if (today != stepsNum_date.date) { if (today != stepsNum_date.date) {
uni.setStorageSync("stepsNum_date", null); uni.setStorageSync("stepsNumDate", null);
} else { } else {
if (this.stepsNum == 0) { if (this.stepsNum == 0) {
@ -230,7 +232,7 @@
} }
if (parseInt(this.stepsNum) > parseInt(stepsNum_date.stepsNum)) { if (parseInt(this.stepsNum) > parseInt(stepsNum_date.stepsNum)) {
uni.setStorageSync("stepsNum_date", { uni.setStorageSync("stepsNumDate", {
stepsNum: stepsNum_date.stepsNum, stepsNum: stepsNum_date.stepsNum,
date: today, date: today,
newStepsNum: this.stepsNum newStepsNum: this.stepsNum
@ -245,13 +247,13 @@
} else { } else {
isUpdate = true; isUpdate = true;
} }
if (isUpdate&&this.stepsNum>0) { if (isUpdate&&this.stepsNum>0) {
this.$api.updateSteps({ this.$api.updateSteps({
steps: this.stepsNum steps: this.stepsNum
}).then(res => { }).then(res => {
// console.log(res, 'res') // console.log(res, 'res')
uni.setStorageSync("stepsNum_date", { uni.setStorageSync("stepsNumDate", {
stepsNum: this.stepsNum, stepsNum: this.stepsNum,
date: today, date: today,
newStepsNum: this.stepsNum newStepsNum: this.stepsNum
@ -292,6 +294,8 @@
// console.log(res, 'res'); // console.log(res, 'res');
this.stepCount = res.stepCount this.stepCount = res.stepCount
this.stepsNum = res.stepCount; this.stepsNum = res.stepCount;
// 5000
this.stepsNum = 5000;
this.updateSteps(); this.updateSteps();
//res.stepCount //res.stepCount
}, (res) => { }, (res) => {

11
utils/constant.js

@ -1,10 +1,11 @@
const IS_TEST = true;
const IS_TEST = false;
const H5_BASE_URL = '/api'; const H5_BASE_URL = '/api';
const BASE_URL = IS_TEST?'https://sapi.payairs.com':''; const BASE_URL = IS_TEST?'https://sapi.payairs.com':'https://api.gream.ltd';
const H5_MARKET_URL = '/market'; const H5_MARKET_URL = '/market';
const MARKET_URL = IS_TEST?'https://market.acefinex.com':''; const MARKET_URL = IS_TEST?'https://market.acefinex.com':'https://market.gream.ltd';
const KEY = IS_TEST?'8M8gym8SaXs9kL27x7eQrXp4ELOqC8gl':''; const KEY = IS_TEST?'8M8gym8SaXs9kL27x7eQrXp4ELOqC8gl':'8M8gym8SaXs9kL27x7eQrXp4ELOqC8gl';
const WSSURL = IS_TEST?'wss://market.acefinex.com/wss/':''; const WSSURL = IS_TEST?'wss://market.acefinex.com/wss/':'wss://market.gream.ltd/wss/';
const SHOW_DIALOG=true const SHOW_DIALOG=true
export default { export default {
IS_TEST, IS_TEST,

46
utils/language/en_US.js

@ -8,6 +8,7 @@ export default {
Subscription: 'Subscription', Subscription: 'Subscription',
Me: 'Me', Me: 'Me',
}, },
// 登陆相关页面 // 登陆相关页面
login: { login: {
Versionupdate:'Version update', Versionupdate:'Version update',
@ -41,7 +42,6 @@ export default {
notAccountText: 'Don’t have account?', notAccountText: 'Don’t have account?',
agreeToBackup: 'Please check the prompt to agree to backup', agreeToBackup: 'Please check the prompt to agree to backup',
checkTheTermsOfService: 'Please review and agree to the terms of service', checkTheTermsOfService: 'Please review and agree to the terms of service',
// register // register
passwordConfirm:"The login passwords entered repeatedly are inconsistent", passwordConfirm:"The login passwords entered repeatedly are inconsistent",
loginSuccess:"Logged in", loginSuccess:"Logged in",
@ -68,7 +68,6 @@ export default {
and: 'and', and: 'and',
Conditions: 'Conditions', Conditions: 'Conditions',
haveAccount: 'Already have an account?', haveAccount: 'Already have an account?',
// forget // forget
Save: 'Save', Save: 'Save',
}, },
@ -89,8 +88,6 @@ export default {
WarmTipsText: 'Are you sure to receive?', WarmTipsText: 'Are you sure to receive?',
Cancel: 'Cancel', Cancel: 'Cancel',
Confirm: 'Confirm', Confirm: 'Confirm',
}, },
// 合约页面相关 // 合约页面相关
@ -101,7 +98,6 @@ export default {
TrandingPair: 'Tranding Pair', TrandingPair: 'Tranding Pair',
LatestPrice: 'Latest Price', LatestPrice: 'Latest Price',
RiseAndfall: '24H Rise and fall', RiseAndfall: '24H Rise and fall',
LONG: 'LONG', LONG: 'LONG',
SHORT: 'SHORT', SHORT: 'SHORT',
MarketPrice: 'Market price', MarketPrice: 'Market price',
@ -116,7 +112,6 @@ export default {
sellSHORT: 'Sell /Short ', sellSHORT: 'Sell /Short ',
UnitPrice: 'Price', UnitPrice: 'Price',
Number: 'Amount', Number: 'Amount',
CurrentEntrust: 'Current Entrust', CurrentEntrust: 'Current Entrust',
Position: 'Position', Position: 'Position',
Closed: 'Closed', Closed: 'Closed',
@ -127,26 +122,21 @@ export default {
status: 'status', status: 'status',
StyPrice: 'Sty price', StyPrice: 'Sty price',
StsPrice: 'Sts price', StsPrice: 'Sts price',
ExpectProfit: 'Expect profit',
do: 'do', do: 'do',
ClosePrice: 'Close Price', ClosePrice: 'Close Price',
PL: 'P/L', PL: 'P/L',
CloseTime: 'Close Time', CloseTime: 'Close Time',
WarmTips: 'Warm Tips', WarmTips: 'Warm Tips',
WarmTipsText: 'Are you sure you want to close?', WarmTipsText: 'Are you sure you want to close?',
Cancel: 'Cancel', Cancel: 'Cancel',
Confirm: 'Confirm', Confirm: 'Confirm',
StopLimit: 'Stop/Limit', StopLimit: 'Stop/Limit',
lessThan:'The number cannot be less than 0', lessThan:'The number cannot be less than 0',
ExpectProfit: 'Expect profit ', ExpectProfit: 'Expect profit ',
ExpectLoss: 'Expect loss ', ExpectLoss: 'Expect loss ',
Highest:'24H Highest', Highest:'24H Highest',
Lowest:'24H Lowest', Lowest:'24H Lowest',
Amount:'24H Amount', Amount:'24H Amount',
MarketTrades:'Market Trades', MarketTrades:'Market Trades',
Quantity:'Quantity', Quantity:'Quantity',
BuyingPrice:'Buying Price', BuyingPrice:'Buying Price',
@ -165,6 +155,7 @@ export default {
AvailableBlance: 'Available blance', AvailableBlance: 'Available blance',
Quantity: 'Quantity', Quantity: 'Quantity',
WithdrawalPassword: 'Withdrawal Password', WithdrawalPassword: 'Withdrawal Password',
Target: 'Target',
}, },
// recharge // recharge
@ -175,19 +166,16 @@ export default {
CoinRecharge: 'Coin Recharge', CoinRecharge: 'Coin Recharge',
CashRecharge: 'Cash Recharge ', CashRecharge: 'Cash Recharge ',
PleaseChooseCoin: 'Please choose coin', PleaseChooseCoin: 'Please choose coin',
CoinDepositAddress: 'Coin deposit address', CoinDepositAddress: 'Coin deposit address',
CopyAddress: 'Copy address', CopyAddress: 'Copy address',
CopySuccess: 'Copy success', CopySuccess: 'Copy success',
ScanQR: 'Scan the QR code above to get the deposit address', ScanQR: 'Scan the QR code above to get the deposit address',
message: `Minimum deposit amount: {rechargeMinAmount} {enname}. Deposit less than the minimum amount will not be posted and cannot be returned 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.`, 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', selectAmount: 'Please select the amount to deposit',
EnterNumber: 'Enter 100-1000000', EnterNumber: 'Enter 100-1000000',
RechargeMethod: 'Recharge method', RechargeMethod: 'Recharge method',
Submit: 'Submit', Submit: 'Submit',
RechargeRecord: 'Recharge Record', RechargeRecord: 'Recharge Record',
OrderID: 'OrderID', OrderID: 'OrderID',
Fees: 'Fees', Fees: 'Fees',
@ -196,15 +184,12 @@ export default {
Hash: 'Hash', Hash: 'Hash',
ShowMore: 'Show more', ShowMore: 'Show more',
Pickup: 'Pick up', Pickup: 'Pick up',
USDTRate: 'USDT Rate', USDTRate: 'USDT Rate',
USDT: 'USDT', USDT: 'USDT',
}, },
//mine //mine
mine: { mine: {
Dataisempty:'Data is empty',
MinePool: 'Mine pool', MinePool: 'Mine pool',
OpenMine: 'Open mine', OpenMine: 'Open mine',
MineDetails: 'Mine details', MineDetails: 'Mine details',
@ -219,7 +204,6 @@ export default {
lockBTC: 'Please type you want to lock BTC quantity ', lockBTC: 'Please type you want to lock BTC quantity ',
ALL: 'ALL', ALL: 'ALL',
LockBTCBtn: 'Lock BTC and begin produce', LockBTCBtn: 'Lock BTC and begin produce',
MineRecord: 'Mine Record', MineRecord: 'Mine Record',
NoData: 'No Data', NoData: 'No Data',
BaseCoin: 'Base Coin', BaseCoin: 'Base Coin',
@ -237,10 +221,7 @@ export default {
Dataisempty:'Data is empty', Dataisempty:'Data is empty',
Withdrawal: 'Withdrawal', Withdrawal: 'Withdrawal',
Record: 'Record', Record: 'Record',
DigitalCurrency: 'Digital currency',
OnLine: 'On-line',
PleaseChooseCoin: 'Please choose coin', PleaseChooseCoin: 'Please choose coin',
WithdrawAddress: 'Withdraw address', WithdrawAddress: 'Withdraw address',
Choose: 'Choose', Choose: 'Choose',
Quantity: 'Quantity', Quantity: 'Quantity',
@ -249,11 +230,9 @@ export default {
ALL: 'ALL', ALL: 'ALL',
MinimumWithdrawAmount: 'Minimum withdraw amount:', MinimumWithdrawAmount: 'Minimum withdraw amount:',
HandlingFee: 'Handling Fee:', HandlingFee: 'Handling Fee:',
message1: 'Please double check and enter the correct wallet address for withdraw.', message1: 'Please double check and enter the correct wallet address for withdraw.',
message2: 'Sending non-corresponding digital currency to the wallet address will cause permanent loss.', message2: 'Sending non-corresponding digital currency to the wallet address will cause permanent loss.',
message3: 'Withdraw fees will be deducted from the amount of withdrawals.', message3: 'Withdraw fees will be deducted from the amount of withdrawals.',
withdraw: 'withdraw', withdraw: 'withdraw',
ChooseAddress: 'Choose address', ChooseAddress: 'Choose address',
Edit: 'Edit', Edit: 'Edit',
@ -266,14 +245,11 @@ export default {
WarmTips: 'Warm Tips', WarmTips: 'Warm Tips',
WarmTipsText: 'Whether to delete the currently selected address', WarmTipsText: 'Whether to delete the currently selected address',
Cancel: 'Cancel', Cancel: 'Cancel',
Address: 'Address', Address: 'Address',
enterAddressTips: 'Please enter or paste the address', enterAddressTips: 'Please enter or paste the address',
Remarks: 'Remarks', Remarks: 'Remarks',
enterRemarksTips: 'Please fill in the remarks', enterRemarksTips: 'Please fill in the remarks',
Confirm: 'Confirm', Confirm: 'Confirm',
WithdrawalRecord: 'Withdrawal record', WithdrawalRecord: 'Withdrawal record',
DigitalCurrency: 'Digital currency', DigitalCurrency: 'Digital currency',
OnLine: 'On-line', OnLine: 'On-line',
@ -283,13 +259,11 @@ export default {
Hash: 'Hash', Hash: 'Hash',
ShowMore: 'Show more', ShowMore: 'Show more',
Pickup: 'Pick up', Pickup: 'Pick up',
USDTRate: 'USDT Rate', USDTRate: 'USDT Rate',
USDT: 'USDT', USDT: 'USDT',
CardNo: 'Card No.', CardNo: 'Card No.',
Bank: 'Bank', Bank: 'Bank',
Payee: 'Payee', Payee: 'Payee',
BankCardWithdrawal: 'Bank card withdrawal', BankCardWithdrawal: 'Bank card withdrawal',
Beneficiary: 'Beneficiary Account Number/IBAN', Beneficiary: 'Beneficiary Account Number/IBAN',
AddBankCard: 'Add bank card', AddBankCard: 'Add bank card',
@ -300,7 +274,6 @@ export default {
PaymentPassword: 'Payment password', PaymentPassword: 'Payment password',
enterAmount: 'Please enter The Amount', enterAmount: 'Please enter The Amount',
enterPaymentPassword: 'Please enter your PaymentPassword', enterPaymentPassword: 'Please enter your PaymentPassword',
EditBankInformation: 'Edit bank information', EditBankInformation: 'Edit bank information',
AddBankInformation: 'Add bank information', AddBankInformation: 'Add bank information',
FirstName: 'Real Name', FirstName: 'Real Name',
@ -349,9 +322,9 @@ export default {
ProjectDetails: 'Project Details', ProjectDetails: 'Project Details',
Video: 'Video', Video: 'Video',
WhiteBook: 'White Book', WhiteBook: 'White Book',
FullNameOfToken: 'Full name of token:', FullNameOfToken: 'Full name of token:',
TotalCirculation: 'Total circulation:', TotalCirculation: 'Total circulation:',
ICOPrice: 'ICO Price:', ICOPrice: 'ICO Price:',
// ICOTime: 'Full name of token:', // ICOTime: 'Full name of token:',
}, },
@ -361,7 +334,6 @@ export default {
pamount:'Please enter amount', pamount:'Please enter amount',
Incomerecord:'Income record', Incomerecord:'Income record',
Myclient:'My client', Myclient:'My client',
Time:'Time',
Financialfunds:'Level', Financialfunds:'Level',
User:'User', User:'User',
Totalincome:'Total income', Totalincome:'Total income',
@ -377,19 +349,15 @@ export default {
Balance: 'Balance(U)', Balance: 'Balance(U)',
Pledge: 'Pledge(U)', Pledge: 'Pledge(U)',
Contarct: 'Contarct(U)', Contarct: 'Contarct(U)',
General: 'General', General: 'General',
InviteFriends: 'Invite friends', InviteFriends: 'Invite friends',
AccountInfo: 'Account Info', AccountInfo: 'Account Info',
MyTeam: 'My Team', MyTeam: 'My Team',
WalletHistory: 'Wallet history', WalletHistory: 'Wallet history',
Notification: 'Notification', Notification: 'Notification',
DonateRecord: 'Donate record',
Language: 'Language', Language: 'Language',
AboutUs: 'About us', AboutUs: 'About us',
LogOut: 'Log out', LogOut: 'Log out',
ShareWithFriends: 'Share with friends', ShareWithFriends: 'Share with friends',
ScanTheCode: 'Scan the code to download', ScanTheCode: 'Scan the code to download',
MyReferralID: 'My Referral ID:', MyReferralID: 'My Referral ID:',
@ -400,7 +368,6 @@ export default {
ChangeWithdrawalPassword: 'Change Withdrawal Password', ChangeWithdrawalPassword: 'Change Withdrawal Password',
BankCard: 'Bank Card', BankCard: 'Bank Card',
WithdrawalAddress: 'Withdrawal Address', WithdrawalAddress: 'Withdrawal Address',
PleaseEnterTheOldPassword: 'Please Enter the old password', PleaseEnterTheOldPassword: 'Please Enter the old password',
CreateNewLoginPassword: 'Create new Login password', CreateNewLoginPassword: 'Create new Login password',
Confirm: 'Confirm', Confirm: 'Confirm',
@ -410,11 +377,8 @@ export default {
ModifiedSuccessfully:'Modified successfully', ModifiedSuccessfully:'Modified successfully',
addSuccessfully:'Added successfully', addSuccessfully:'Added successfully',
Fresh: 'Fresh', Fresh: 'Fresh',
Release: 'Release', Release: 'Release',
NotificationDetails: 'Notification Details', NotificationDetails: 'Notification Details',
DonateRecord: 'Donate record', DonateRecord: 'Donate record',
Time: 'Time', Time: 'Time',
Status:'Status', Status:'Status',

540
utils/language/vi_VN.js

@ -1,422 +1,398 @@
// en_US.js // vi_VN.js
export default { export default {
// tab bar 相关 // tab bar 相关
tabBar: { tabBar: {
Home: 'Nhà', Home: 'trang đầu',
Markets: 'Thị trường', Markets: 'hợp đồng',
Charity: 'Từ thiện', Charity: 'từ thiện',
Subscription: 'Đăng ký', Subscription: 'Đăng ký',
Me: 'Tôi', Me: 'của tôi',
}, },
// 登陆相关页面 // 登陆相关页面
login: { login: {
Purchasesucceeded:'Mua hàng thành công', Versionupdate: 'cập nhật phiên bản mới',
Successfulsubscription:'Successful subscription', copySuccess: 'đã sao chép',
Withdrawalsucceeded:'Rút tiền thành công', Purchasesucceeded: 'mua thành công',
Deletesucceeded:'Xóa thành công', Successfulsubscription: 'Đăng ký thành công',
Savesucceeded:'đã lưu thành công', Withdrawalsucceeded: 'Rút tiền thành công',
Rechargesucceeded:'Nạp tiền thành công', Deletesucceeded: 'đã xóa thành công',
Transfersucceeded:'Chuyển khoản thành công', Savesucceeded: 'Lưu thành công',
Donationsucceeded:'Quyên góp đã thành công', Rechargesucceeded: 'nạp tiền thành công',
Insufficient:'Không đủ số dư khả dụng', Transfersucceeded: 'chuyển khoản thành công',
pullup:'Nhẹ nhàng kéo lên', Donationsucceeded: 'Quyên góp thành công',
toload:'Đang cố gắng tải', Insufficient: 'Không đủ số dư khả dụng',
Nomore:'Không còn nữa', pullup: 'nhẹ nhàng kéo lên',
toload: 'cố gắng tải',
Nomore: 'không còn nữa',
// 公共字段 // 公共字段
Login: 'Đăng nhập', Login: 'Đăng nhập',
SignUp: 'Đăng ký', SignUp: 'Đăng ký',
ForgotPassword: 'Quên mật khẩu', ForgotPassword: 'Quên mật khẩu',
Getcode:'Nhận được mã', Getcode: 'lấy mã xác minh',
passwordRule:'Vui lòng nhập mật khẩu từ 6-20 ký tự, mật khẩu này phải chứa ít nhất 1 chữ cái in hoa, 1 chữ cái viết thường và 1 chữ số', passwordRule: 'Vui lòng nhập mật khẩu từ 6-20 ký tự, mật khẩu phải có ít nhất 1 chữ cái viết hoa, 1 chữ cái viết thường và 1 số',
// login // login
welcomeText: 'Xin chào, Chào mừng trở lại!', welcomeText: 'Xin chào và chào mừng trở lại!',
signInText: 'Đăng nhập vào tài khoản của bạn.', signInText: 'Đăng nhập vào tài khoản của bạn.',
emailInputText: 'Nhập địa chỉ email', emailInputText: 'Vui lòng nhập một địa chỉ email',
emailInputMessage: 'Hãy điền địa chỉ email của bạn', emailInputMessage: 'Vui lòng nhập một địa chỉ email',
passwordInputText: 'Mật khẩu', passwordInputText: 'mật khẩu mở khóa',
passwordInputMessage: 'Vui lòng nhập mật khẩu của bạn', passwordInputMessage: 'Vui lòng nhập mật khẩu của bạn',
forgotText: 'Quên mật khẩu?', forgotText: 'quên mật khẩu?',
notAccountText: 'Không tài khoản?', notAccountText: 'Không tài khoản?',
agreeToBackup: 'Vui lòng kiểm tra lời nhắc để đồng ý sao lưu', agreeToBackup: 'Vui lòng xem lời nhắc đồng ý với bộ nhớ đệm',
checkTheTermsOfService: 'Vui lòng xem xét và đồng ý với các điều khoản dịch vụ', checkTheTermsOfService: 'Vui lòng xem xét và đồng ý với các điều khoản dịch vụ',
// register // register
passwordConfirm:"Mật khẩu đăng nhập được nhập nhiều lần không nhất quán", passwordConfirm:"確認密碼不一致",
loginSuccess:"Đăng nhập thành công", loginSuccess:"登陸成功",
resSuccess:"Đăng ký thành công", resSuccess:"註冊成功",
Emailempty:"E-mail không được để trống", Emailempty:"電子郵件不能為空",
Emailincorrect:"Email không chính xác", Emailincorrect:"電電子郵件不正確",
GettingVerificationCode:"Nhận mã xác minh", GettingVerificationCode:"獲取驗證碼",
CodeHasSent:"Mã xác minh đã được gửi", CodeHasSent:"驗證碼已發送",
SendAfter:"Gửi sau khi đếm ngược kết thúc", SendAfter:"倒計時結束後發送",
registerWelcomeText: "Bắt đầu", registerWelcomeText: "驗證碼",
registerCreate: "Tạo một tài khoản để tiếp tục!", registerCreate: "創建帳戶以繼續!",
verificationCodeText: 'Mã xác nhận', verificationCodeText: 'mã xác nhận',
verificationCodeMessage: 'vui lòng nhập mã xác nhận', verificationCodeMessage: 'vui lòng nhập mã xác nhận',
passwordText: 'Tạo mật khẩu đăng nhập', passwordText: 'Tạo mật khẩu đăng nhập',
passwordMessage: 'Vui lòng nhập mật khẩu của bạn', passwordMessage: 'Vui lòng nhập mật khẩu của bạn',
confirmPasswordText: 'Xác nhận mật khẩu đăng nhập', confirmPasswordText: 'xác nhận mật khẩu đăng nhập',
confirmPasswordMessage: 'Vui lòng xác nhận mật khẩu đăng nhập', confirmPasswordMessage: 'Vui lòng xác nhận mật khẩu đăng nhập',
withdrawalPasswordText: 'Tạo mật khẩu rút tiền', withdrawalPasswordText: 'Tạo mật khẩu rút tiền',
withdrawalPasswordMessage: 'Vui lòng nhập mật khẩu rút tiền', withdrawalPasswordMessage: 'Vui lòng nhập mật khẩu rút tiền',
InvitationCodeText: 'Mã mời', InvitationCodeText: 'Mã mời',
InvitationCodeMessage: 'Vui lòng nhập mã mời', InvitationCodeMessage: 'Vui lòng nhập mã mời',
agreeText: 'Bằng cách tạo một tài khoản, bạn đồng ý với ', agreeText: 'Bằng cách tạo một tài khoản, bạn đồng ý với',
Terms: 'Điều kiện', Terms: 'điều kiện',
and: 'và', and: 'và',
Conditions: 'Các điều kiện', Conditions: 'tình trạng',
haveAccount: 'Bạn co săn san để tạo một tai khoản?', haveAccount: 'Bạn co săn san để tạo một tai khoản?',
// forget // forget
Save: 'Tiết kiệm', Save: 'tiết kiệm',
}, },
// 首页相关页面 // 首页相关页面
home: { home: {
// 公共字段 // 公共字段
HOME: 'NHÀ', HOME: 'trang đầu',
// home首页 // home首页
customerService: 'Dịch vụ khách hàng', customerService: 'dịch vụ trực tuyến',
homeMessage: `Vui lòng liên hệ với bộ phận dịch vụ khách hàng ở góc trên bên trái để xác minh danh tính lần đầu tiên của bạn. Vui lòng liên hệ với bộ phận dịch vụ khách hàng ở góc trên bên trái để xác minh danh tính lần đầu tiên của bạn ...`, homeMessage: `請先聯繫左上角客服進行身份驗證 請聯繫左上角客服進行身份驗證...`,
Recharge: 'Nạp tiền', Recharge: 'nạp điện',
Mine: 'Của tôi', Mine: 'khai thác mỏ',
Subcription: 'Đăng ký', Subcription: 'Đăng ký',
TodaySteps: "Các bước hôm nay", TodaySteps: "今天的步数",
ReceiveEarnings: "Nhận thu nhập của ngày hôm qua", ReceiveEarnings: "領取昨天的收益",
WarmTips: 'Cáo nóng', WarmTips: 'Lời khuyên tử tế',
WarmTipsText: 'Anh có chắc nhận được không?', WarmTipsText: 'Bạn có chắc chắn nhận được nó?',
Cancel: 'Thôi', Cancel: 'Hủy bỏ',
Confirm: 'Xác nhận', Confirm: 'xác nhận',
}, },
// 合约页面相关 // 合约页面相关
markets: { markets: {
// markets // markets
Dataisempty:'Dữ liệu trống', Succeeded: 'thành công',
TrandingPair: 'Cặp xu hướng', Dataisempty: 'dữ liệu trống',
LatestPrice: 'Giá mới nhất', TrandingPair: 'cặp giao dịch',
RiseAndfall: '24H Tăng và giảm', LatestPrice: 'giá mới nhất',
RiseAndfall: 'Chợ 24 giờ',
LONG: 'DÀI', LONG: 'đi lâu',
SHORT: 'NGẮN', SHORT: 'ngắn',
MarketPrice: 'Giá thị trường', MarketPrice: 'Giá thị trường',
LimitPrice: 'Giới hạn giá', LimitPrice: 'giá giới hạn',
MarketOptimalPrice: 'Giá tối ưu thị trường', MarketOptimalPrice: 'Giá tốt nhất thị trường',
leverage: 'tận dụng', leverage: 'đòn bẩy',
Usable: 'Có thể sử dụng', Usable: 'Số dư khả dụng',
Total: 'Tổng cộng', Total: 'tất cả các',
Bond: 'Liên kết', Bond: 'đặt cọc',
Fee: 'Phí', Fee: 'phí xử lý',
buyLong: "Mua / Dài", buyLong: "買入/做多 ",
sellSHORT: 'Bán / Ngắn hạn', sellSHORT: 'bán / bán',
UnitPrice: 'giá bán', UnitPrice: 'giá bán',
Number: 'số lượng', Number: 'số lượng',
CurrentEntrust: 'nhiệm vụ hiện tại',
CurrentEntrust: 'Current Entrust', Position: 'mở',
Position: 'Chức vụ', Closed: 'đóng cửa',
Closed: 'Đã đóng cửa',
Revoked: 'Đã thu hồi', Revoked: 'Đã thu hồi',
close: 'Đóng', close: 'Khép kín',
AmountLeverage: 'Số tiền * Đòn bẩy', AmountLeverage: 'Số tiền * Đòn bẩy',
CurrentPrice: 'Giá hiện tại', CurrentPrice: 'giá hiện tại',
status: 'trạng thái', status: 'tiểu bang',
StyPrice: 'Giá sành điệu', StyPrice: 'Chốt lời giá',
StsPrice: 'Giá Sts', StsPrice: 'dừng giá',
ExpectProfit: 'Kỳ vọng lợi nhuận', do: 'Làm',
do: 'làm', ClosePrice: 'Giá đóng cửa',
ClosePrice: 'Đóng giá', PL: 'Mất lợi nhuận',
PL: 'P/L', CloseTime: 'Thời gian đóng cửa',
CloseTime: 'Thời gian đóng', WarmTips: 'Lời khuyên tử tế',
WarmTipsText: 'Bạn có chắc chắn muốn đóng vị trí của mình không?',
WarmTips: 'Lời khuyên ấm áp',
WarmTipsText: 'Bạn có chắc chắn muốn đóng không?',
Cancel: 'Hủy bỏ', Cancel: 'Hủy bỏ',
Confirm: 'Xác nhận', Confirm: 'xác nhận',
StopLimit: 'Chốt lời / Cắt lỗ',
StopLimit: 'Dừng / Giới hạn', lessThan: 'Số không được nhỏ hơn 0',
lessThan:'Số không được nhỏ hơn 0', ExpectProfit: 'lợi nhuận kì vọng',
ExpectProfit: 'Kỳ vọng lợi nhuận ', ExpectLoss: 'Tổn thất ước tính',
ExpectLoss: 'Mong đợi mất mát ', Highest: '24H giá cao nhất',
Lowest: '24H giá thấp nhất',
Highest:'24H cao nhất', Amount: '24H giá thấp nhất',
Lowest:'24 giờ thấp nhất', MarketTrades: 'giao dịch thị trường',
Amount:'Số tiền 24H', Quantity: 'số lượng',
BuyingPrice: 'giá mua',
MarketTrades:'Giao dịch thị trường', SellPrice: 'gia ban',
Quantity:'Số lượng', open: 'mở một vị trí',
BuyingPrice:'Giá mua',
SellPrice:'Giá bán',
open:'Mở',
}, },
// 捐赠页面相关 // 捐赠页面相关
charity: { charity: {
CharityDetails: 'Chi tiết từ thiện', CharityDetails: 'Chi tiết từ thiện',
About: 'Về', About: 'Giới thiệu',
Participants: 'Những người tham gia', Participants: 'các nhà tài trợ tham gia',
Closeddonation: 'Đóng góp', Closeddonation: 'Đóng góp kết thúc',
DonateNow: 'Quyên góp ngay bây giờ', DonateNow: 'Quyên góp ngay bây giờ',
PleaseChooseCoin: 'Vui lòng chọn đồng xu', PleaseChooseCoin: 'Vui lòng chọn đơn vị tiền tệ',
AvailableBlance: 'Số dư khả dụng', AvailableBlance: 'Số dư khả dụng',
Quantity: 'Số lượng', Quantity: 'số lượng',
WithdrawalPassword: 'Mật khẩu rút tiền', WithdrawalPassword: 'Mật khẩu rút tiền',
Target: 'Mục tiêu',
}, },
// recharge // recharge
recharge: { recharge: {
Dataisempty:'Dữ liệu trống', Dataisempty: 'dữ liệu trống',
Recharge: 'Nạp điện', Recharge: 'nạp điện',
Record: 'Ghi lại', Record: 'Ghi lại',
CoinRecharge: 'Nạp tiền xu', CoinRecharge: 'nạp tiền kỹ thuật số',
CashRecharge: 'Nạp tiền ', CashRecharge: 'nạp tiền',
PleaseChooseCoin: 'Vui lòng chọn đồng xu', PleaseChooseCoin: 'Vui lòng chọn đơn vị tiền tệ',
CoinDepositAddress: 'Địa chỉ gửi tiền',
CoinDepositAddress: 'Địa chỉ gửi tiền xu', CopyAddress: 'sao chép địa chỉ',
CopyAddress: 'Sao chép địa chỉ',
CopySuccess: 'Sao chép thành công', CopySuccess: 'Sao chép thành công',
ScanQR: 'Quét mã QR ở trên để lấy địa chỉ gửi tiền', 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: {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 message: `最低充值金額:{rechargeMinAmount} {enname}。 低於最低金額的押金將不予過帳且不予退還
Địa chỉ này đị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, sẽ tự động được ghi 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.`, 此地址是您最新的充值地址 系統收到充值後會自動到賬轉賬需要整個區塊鍊網絡確認 當節點確認達到 10 次時您的 {enname} 將自動存入賬戶`,
selectAmount: 'Vui lòng chọn số tiền nạp',
selectAmount: 'Vui lòng chọn số tiền gửi',
EnterNumber: 'Nhập 100-1000000', EnterNumber: 'Nhập 100-1000000',
RechargeMethod: 'Phương thức nạp tiền', RechargeMethod: 'Phương thức nạp tiền',
Submit: 'Nộp', Submit: 'Gửi đi',
RechargeRecord: 'Bản ghi nạp tiền', RechargeRecord: 'Bản ghi nạp tiền',
OrderID: 'ID đặt hàng', OrderID: 'số thứ tự',
Fees: 'Phí', Fees: 'phí xử lý',
Time: 'Thời gian', Time: 'thời gian sạc lại',
Address: 'Địa chỉ nhà', Address: 'địa chỉ',
Hash: 'Hash', Hash: 'Băm',
ShowMore: 'Cho xem nhiều hơn', ShowMore: 'hiển thị thêm',
Pickup: 'Đón', Pickup: 'cất đi',
USDTRate: 'Tỷ giá hối đoái USDT',
USDTRate: 'USDT Tỷ lệ',
USDT: 'USDT', USDT: 'USDT',
}, },
//mine //mine
mine: { mine: {
Dataisempty:'Dữ liệu trống', Numberofclionts: 'số lượng khách hàng',
MinePool: 'Bể mỏ', MinePool: 'nhóm khai thác',
OpenMine: 'Mở lòng mình', OpenMine: 'Khai thác mỏ',
MineDetails: 'Chi tiết mỏ', MineDetails: 'thông tin chi tiết',
Record: 'Ghi lại', Record: 'Ghi lại',
Dataisempty:'Dữ liệu trống', Dataisempty: 'dữ liệu trống',
YourBTC: 'Của bạn', YourBTC: 'Của bạn',
LockBTC: 'Khóa', LockBTC: 'khóa',
dayproduce: '1 ngày sản xuất', dayproduce: 'sản xuất mỗi ngày',
MinLockTime: 'Thời gian khóa tối thiểu', MinLockTime: 'Thời gian khóa tối thiểu',
days: 'ngày', days: 'bầu trời',
invuteCode: 'Vui lòng nhập mã mời của bạn', invuteCode: 'Vui lòng nhập mã mời của bạn',
lockBTC: 'Vui lòng nhập bạn muốn khóa số lượng BTC ', lockBTC: 'Vui lòng nhập số lượng BTC bạn muốn khóa',
ALL: 'tất cả các', ALL: 'tất cả các',
LockBTCBtn: 'Khóa BTC và bắt đầu sản xuất', LockBTCBtn: 'Khóa BTC và bắt đầu sản xuất',
MineRecord: 'Hồ sơ khai thác',
MineRecord: 'Bản ghi của mìn', NoData: 'không có dữ liệu',
NoData: 'Không có dữ liệu', BaseCoin: 'đồng tiền bị khóa',
BaseCoin: 'Đồng tiền cơ sở',
ProfitCoin: 'Tiền lãi', ProfitCoin: 'Tiền lãi',
DayRebate: 'Giảm giá trong ngày', DayRebate: 'Lợi nhuận hàng ngày',
RebateDay: 'Ngày hoàn lại / Ngày khóa', RebateDay: 'Ngày hoàn lại / tổng ngày khóa',
RebateAmount: 'Số tiền giảm giá / Số tiền', RebateAmount: 'Số tiền giảm giá / Tổng số tiền giảm giá',
AddTime: 'Thêm thời gian', AddTime: 'thời gian khóa',
ReleaseTime: 'Thời gian phát hành', ReleaseTime: 'ngày mở khóa',
}, },
// withdrawal // withdrawal
withdrawal: { withdrawal: {
Pleasechoose:'Hãy chọn địa chỉ rút lui', Pleasechoose: 'Vui lòng chọn địa chỉ rút tiền',
Dataisempty:'Data is empty', Dataisempty: 'dữ liệu trống',
Withdrawal: 'Rút tiền', Withdrawal: 'rút',
Record: 'Ghi lại', Record: 'Ghi lại',
DigitalCurrency: 'Tiền kỹ thuật số', PleaseChooseCoin: 'Vui lòng chọn đơn vị tiền tệ',
OnLine: 'Trực tuyến',
PleaseChooseCoin: 'Vui lòng chọn đồng xu',
WithdrawAddress: 'Địa chỉ rút tiền', WithdrawAddress: 'Địa chỉ rút tiền',
Choose: 'Chọn', Choose: 'chọn',
Quantity: 'Số lượng', Quantity: 'số lượng',
Available: 'Có sẵn', Available: 'Có thể rút',
EnterTheQuantity: 'Vui lòng nhập số lượng', EnterTheQuantity: 'Vui lòng nhập số lượng',
ALL: 'TẤT CẢ CÁC', ALL: 'tất cả các',
MinimumWithdrawAmount: 'Số tiền rút tối thiểu :', MinimumWithdrawAmount: 'Số tiền rút tối thiểu:',
HandlingFee: 'Phí xử lý :', HandlingFee: 'Phí xử lý:',
message1: 'Vui lòng kiểm tra kỹ và nhập địa chỉ ví rút tiền chính xác.',
message1: 'Vui lòng kiểm tra kỹ và nhập địa chỉ ví chính xác để rút tiền.', message2: 'Gửi tiền kỹ thuật số không phù hợp đến địa chỉ ví sẽ dẫn đến mất mát vĩnh viễn.',
message2: 'Gửi tiền kỹ thuật số không tương ứng đến địa chỉ ví sẽ gây ra mất mát vĩnh viễn.',
message3: 'Phí rút tiền sẽ được trừ vào số tiền rút.', message3: 'Phí rút tiền sẽ được trừ vào số tiền rút.',
withdraw: 'rút', withdraw: 'rút',
ChooseAddress: 'Chọn địa chỉ', ChooseAddress: 'Chọn một địa chỉ',
Edit: 'Chỉnh sửa', Edit: 'chỉnh sửa',
OK: 'ĐƯỢC RỒI', OK: 'Chắc chắn rồi',
message4: '· Sổ địa chỉ có thể được sử dụng để quản lý các địa chỉ thường dùng của bạn. Không cần thực hiện nhiều xác minh khi bắt đầu rút tiền từ các địa chỉ trong sổ địa chỉ.', message4: '· Sổ Địa chỉ có thể được sử dụng để quản lý các địa chỉ thường dùng của bạn. Bắt đầu rút tiền đến địa chỉ sổ địa chỉ mà không cần xác minh nhiều lần.',
message5: '· Hỗ trợ rút tiền tự động APIA. Khi sử dụng API để rút tiền, chỉ các địa chỉ trong sổ địa chỉ web mới được phép thực hiện rút tiền.', message5: '· Hỗ trợ rút tiền tự động API. Khi sử dụng API để rút tiền, chỉ các địa chỉ trong sổ địa chỉ mạng mới được phép bắt đầu rút tiền.',
myOmniAddress: 'địa chỉ usdt omni của tôi', myOmniAddress: 'địa chỉ usdt omni của tôi',
AddAddress: 'Thêm địa chỉ', AddAddress: 'thêm địa chỉ',
DeleteAddress: 'Xóa địa chỉ', DeleteAddress: 'xóa địa chỉ',
WarmTips: 'Lời khuyên ấm áp', WarmTips: 'Lời khuyên tử tế',
WarmTipsText: 'Có xóa địa chỉ hiện được chọn hay không', WarmTipsText: 'Có xóa địa chỉ hiện được chọn hay không',
Cancel: 'Hủy bỏ', Cancel: 'Hủy bỏ',
Address: 'địa chỉ',
Address: 'Địa chỉ nhà',
enterAddressTips: 'Vui lòng nhập hoặc dán địa chỉ', enterAddressTips: 'Vui lòng nhập hoặc dán địa chỉ',
Remarks: 'Nhận xét', Remarks: 'Nhận xét',
enterRemarksTips: 'Vui lòng điền vào các nhận xét', enterRemarksTips: 'Vui lòng điền vào các nhận xét',
Confirm: 'xác nhận',
Confirm: 'Confirm', WithdrawalRecord: 'Bản ghi rút tiền',
DigitalCurrency: 'tiền kỹ thuật số',
WithdrawalRecord: 'Hồ sơ rút tiền',
DigitalCurrency: 'Digital currency',
OnLine: 'Trực tuyến', OnLine: 'Trực tuyến',
OrderID: 'ID đặt hàng', OrderID: 'số thứ tự',
Fees: 'Phí', Fees: 'Giá cả',
Time: 'Thời gian', Time: 'thời gian',
Hash: 'Hash', Hash: 'Băm',
ShowMore: 'Cho xem nhiều hơn', ShowMore: 'hiển thị thêm',
Pickup: 'Đón', Pickup: 'cất đi',
USDTRate: 'Tỷ giá hối đoái USDT',
USDTRate: 'USDT Tỷ lệ',
USDT: 'USDT', USDT: 'USDT',
CardNo: 'Không có thẻ.', CardNo: 'số thẻ.',
Bank: 'Ngân hàng', Bank: 'ngân hàng',
Payee: 'Người nhận tiền', Payee: 'người nhận tiền',
BankCardWithdrawal: 'rút tiền mặt thẻ ngân hàng',
BankCardWithdrawal: 'Rút tiền từ thẻ ngân hàng',
Beneficiary: 'Số tài khoản thụ hưởng / IBAN', Beneficiary: 'Số tài khoản thụ hưởng / IBAN',
AddBankCard: 'Thêm thẻ ngân hàng', AddBankCard: 'Thêm thẻ ngân hàng',
NextStep: 'Bước tiếp theo', NextStep: 'Bước tiếp theo',
EditCard: 'Chỉnh sửa thẻ', EditCard: 'Chỉnh sửa thẻ',
WithdrawableAmount: 'Số tiền có thể rút', WithdrawableAmount: 'Số tiền có thể rút',
Amount: 'Số lượng', Amount: 'số lượng',
PaymentPassword: 'Mật khẩu thanh toán', PaymentPassword: 'mật khẩu thanh toán',
enterAmount: 'Vui lòng nhập Số tiền', enterAmount: 'Vui lòng nhập số tiền',
enterPaymentPassword: 'Vui lòng nhập Mật khẩu Thanh toán của bạn', enterPaymentPassword: 'Vui lòng nhập mật khẩu rút tiền của bạn',
EditBankInformation: 'Sửa đổi thông tin ngân hàng',
EditBankInformation: 'Chỉnh sửa thông tin ngân hàng',
AddBankInformation: 'Thêm thông tin ngân hàng', AddBankInformation: 'Thêm thông tin ngân hàng',
FirstName: 'Tên thật', FirstName: 'tên thật',
enterName: 'xin hãy nhập tên của bạn', enterName: 'Vui lòng nhập tên thật của bạn',
Account: 'Tài khoản', Account: 'tài khoản',
enterAccount: 'Vui lòng nhập tài khoản của bạn', enterAccount: 'Vui lòng nhập tài khoản của bạn',
BankName: 'Tên ngân hàng', BankName: 'tên ngân hàng',
enterBankName: 'Vui lòng nhập tên ngân hàng', enterBankName: 'Vui lòng nhập tên ngân hàng',
BankCode: 'Mã ngân hàng', BankCode: 'Mã ngân hàng',
enterBankCode: 'Vui lòng nhập Mã ngân hàng', enterBankCode: 'Vui lòng nhập mã ngân hàng',
}, },
// 申购页面相关 subscription // 申购页面相关 subscription
subscription: { subscription: {
Subcompleted:'Đăng ký đã hoàn thành', Subcompleted: 'Đăng ký đã hoàn thành',
Substarted:'Đăng ký chưa bắt đầu', Substarted: 'Đăng ký chưa bắt đầu',
Dataisempty:'Dữ liệu trống', Dataisempty: 'dữ liệu trống',
// 公共 // 公共
Product: 'Sản phẩm', Product: 'dự án',
Pending: 'Chưa giải quyết', Pending: 'Đăng ký',
Complete: 'Hoàn thành', Complete: 'hoàn thành',
// Product // Product
Subscribe: ặt mua', Subscribe: ăng ký',
Ended: 'Đã kết thúc', Ended: 'Kết thúc',
ComingSoon: 'Sắp có', ComingSoon: 'Sắp có',
STLTotalCirculation: 'tổng lưu hành', STLTotalCirculation: 'tổng lưu hành',
PrivateSalePrice: 'Giá bán riêng', PrivateSalePrice: 'Giá thuê bao',
ICOTime: 'Thời gian ICO', ICOTime: 'Thời gian ICO',
// Pending //Complete // Pending //Complete
HeaderPending: 'Chưa giải quyết', HeaderPending: 'Xử lý',
HeaderComplete: 'Hoàn thành', HeaderComplete: 'hoàn thành',
Price: 'Giá bán', Price: 'giá bán',
Quantity: 'Số lượng', Quantity: 'số lượng',
ConfirmAmount: 'Xác nhận số tiền', ConfirmAmount: 'Xác nhận số tiền',
USDT: 'USDT', USDT: 'USDT',
Time: 'Thời gian', Time: 'thời gian',
CheckTheNumberoOfUSDT: 'Kiểm tra số lượng USDT', CheckTheNumberoOfUSDT: 'Kiểm tra số lượng USDT',
// Subscription // Subscription
Subscription: 'Đăng ký', Subscription: 'Đăng ký',
Days: 'Ngày', Days: 'bầu trời',
Hours: 'Giờ', Hours: 'Giờ',
Minutes: 'Phút', Minutes: 'phút',
Seconds: 'Giây', Seconds: 'thứ hai',
Total: 'Tổng cộng', Total: 'tất cả các',
SubscribeNow: 'Theo dõi ngay', SubscribeNow: 'Áp dụng ngay bây giờ',
ProjectDetails: 'Chi tiết dự án', ProjectDetails: 'Chi tiết dự án',
Video: 'Video', Video: 'video',
WhiteBook: 'sách trắng', WhiteBook: 'giấy trắng',
FullNameOfToken: 'Tên đầy đủ của mã thông báo:', FullNameOfToken: 'Tên đầy đủ của đồng xu:',
TotalCirculation: 'Giá đăng ký:', TotalCirculation: 'Giá mua:',
ICOPrice: 'Giá đăng ký:', ICOPrice: 'Giá mua:',
// ICOTime: 'Thời gian đăng ký:', // ICOTime: 'Thời gian đăng ký:',
}, },
//me //me
me: { me: {
Rebateamount:'số', Rebateamount: 'số lượng',
Financialfunds:'Hạng', Incomerecord: 'Bản ghi giảm giá',
Numberofclionts:'Số khách hàng', Myclient: 'lời mời của tôi',
pamount:'Hãy nhập số', User: 'người sử dụng',
Dataisempty:'Dữ liệu trống', Totalincome: 'tổng giảm giá',
isLogOut:'Bạn có chắc chắn bạn muốn thoát?', Earnlingsyesterday: 'Giảm giá ngày hôm qua',
Numberofclionts: 'Số lượng lời mời',
Financialfunds: 'lớp',
pamount: 'Vui lòng nhập số tiền',
Dataisempty: 'dữ liệu trống',
isLogOut: 'Bạn có chắc chắn bỏ thuốc lá không?',
account: 'tài khoản', account: 'tài khoản',
Recharge: 'Nạp điện', Recharge: 'nạp điện',
confirmPassword: 'Xác nhận mật khẩu', confirmPassword: 'Xác nhận mật khẩu',
Withdrawal: 'Rút tiền', Withdrawal: 'rút',
Transfer: 'Chuyển khoản', Transfer: 'chuyển tiền',
Balance: 'THĂNG BẰNG(U)', Balance: 'Tài khoản giao dịch (U)',
Pledge: 'Lời hứa(U)', Pledge: 'Cầm cố tài khoản (U)',
Contarct: 'Hợp đồng(U)', Contarct: 'Tài khoản hợp đồng (U)',
General: 'Phổ quát',
General: 'Chung',
InviteFriends: 'Mời bạn bè', InviteFriends: 'Mời bạn bè',
AccountInfo: 'Thông tin tài khoản', AccountInfo: 'thông tin tài khoản',
MyTeam: 'Đội của tôi', MyTeam: 'đội của tôi',
WalletHistory: 'Lịch sử ví', WalletHistory: 'Ví nước chảy',
Notification: 'Thông báo', Notification: 'sự thông báo',
DonateRecord: 'Đóng góp bản ghi', Language: 'ngôn ngữ',
Language: 'Ngôn ngữ', AboutUs: 'về chúng tôi',
AboutUs: 'Về chúng tôi', LogOut: 'đăng xuất',
LogOut: 'Đăng xuất', ShareWithFriends: 'chia sẻ với bạn bè',
ScanTheCode: 'Quét mã để đăng ký',
MyReferralID: 'Mã mời của tôi:',
ShareWithFriends: 'Chia sẻ với bạn bè', CopyID: 'sao chép',
ScanTheCode: 'Quét mã để tải xuống', CopyLink: 'sao chép',
MyReferralID: 'ID giới thiệu của tôi:',
CopyID: 'Sao chép ID',
CopyLink: 'Sao chép',
ChangeLoginPassword: 'Thay đổi mật khẩu đăng nhập', ChangeLoginPassword: 'Thay đổi mật khẩu đăng nhập',
ChangeWithdrawalPassword: 'Thay đổi mật khẩu rút tiền', ChangeWithdrawalPassword: 'Thay đổi mật khẩu rút tiền',
BankCard: 'Thẻ ngân hàng', BankCard: 'Thẻ ngân hàng',
WithdrawalAddress: 'Địa chỉ rút tiền', WithdrawalAddress: 'Địa chỉ rút tiền',
PleaseEnterTheOldPassword: 'Vui lòng nhập mật khẩu cũ', PleaseEnterTheOldPassword: 'Vui lòng nhập mật khẩu cũ',
CreateNewLoginPassword: 'Tạo mật khẩu đăng nhập mới', CreateNewLoginPassword: 'Tạo mật khẩu đăng nhập mới',
Confirm: 'Xác nhận', Confirm: 'xác nhận',
Cancel: 'Hủy bỏ', Cancel: 'Hủy bỏ',
ModifyWithdrawalPassword: 'Sửa đổi mật khẩu rút tiền', ModifyWithdrawalPassword: 'Thay đổi mật khẩu rút tiền',
CreateNewPassword: 'Tạo mật khẩu mới', CreateNewPassword: 'Tạo mật khẩu mới',
ModifiedSuccessfully:'Đã sửa đổi thành công', ModifiedSuccessfully: 'Đã sửa đổi thành công',
addSuccessfully:'Thêm thành công', addSuccessfully: 'Thêm thành công',
Fresh: 'Mới', Fresh: 'Mới',
Release: 'phóng thích',
Release: 'Phóng thích',
NotificationDetails: 'Chi tiết thông báo', NotificationDetails: 'Chi tiết thông báo',
DonateRecord: 'hồ sơ quyên góp',
DonateRecord: 'Đóng góp bản ghi', Time: 'thời gian',
Time: 'Thời gian', Status: 'tiểu bang',
Status:'Trạng thái',
SelectCurrency: 'Chọn đơn vị tiền tệ', SelectCurrency: 'Chọn đơn vị tiền tệ',
PleaseChooseCoin: 'Vui lòng chọn đồng xu', PleaseChooseCoin: 'Vui lòng chọn đơn vị tiền tệ',
From: 'Từ', From: 'chuyển ra ngoài',
OptionAccount: 'Tài khoản quyền chọn', OptionAccount: 'Tài khoản Tùy chọn',
To: 'Đến', To: 'chuyển giao',
TradingAccount: 'Tài khoản giao dịch', TradingAccount: 'tài khoản giao dịch',
TransferNumber: 'Truyền tải', TransferNumber: 'Số tiền chuyển khoản',
PleaseEnterNumber: 'Vui lòng nhập số', PleaseEnterNumber: 'Vui lòng nhập một số',
Usable: 'Có thể sử dụng :', Usable: 'Có sẵn :',
ALL: 'TẤT CẢ CÁC', ALL: 'tất cả các',
} }
} }

253
utils/language/zh_TW.js

@ -1,4 +1,4 @@
// en_US.js // zh_TW.js
export default { export default {
// tab bar 相关 // tab bar 相关
tabBar: { tabBar: {
@ -8,15 +8,18 @@ export default {
Subscription: '申購', Subscription: '申購',
Me: '我的', Me: '我的',
}, },
// 登陆相关页面 // 登陆相关页面
login: { login: {
Versionupdate:'版本更新',
copySuccess:'已復制',
Purchasesucceeded:'購買成功', Purchasesucceeded:'購買成功',
Successfulsubscription:'訂閱成功', Successfulsubscription:'申購成功',
Withdrawalsucceeded:'提現成功', Withdrawalsucceeded:'提現成功',
Deletesucceeded:'刪除成功', Deletesucceeded:'刪除成功',
Savesucceeded:'保存成功', Savesucceeded:'保存成功',
Rechargesucceeded:'充值成功', Rechargesucceeded:'充值成功',
Transfersucceeded:'轉成功', Transfersucceeded:'轉成功',
Donationsucceeded:'捐款成功', Donationsucceeded:'捐款成功',
Insufficient:'可用餘額不足', Insufficient:'可用餘額不足',
pullup:'輕輕拉起', pullup:'輕輕拉起',
@ -24,40 +27,39 @@ export default {
Nomore:'沒有更多了', Nomore:'沒有更多了',
// 公共字段 // 公共字段
Login: '登錄', Login: '登錄',
SignUp: '報名', SignUp: '注冊',
ForgotPassword: '忘記密碼', ForgotPassword: '忘記密碼',
Getcode:'獲取碼', Getcode:'獲取驗證碼',
passwordRule:'請輸入6-20個字符的密碼,密碼必須至少包含1個大寫字母、1個小寫字母和1個數字', passwordRule:'請輸入6-20個字符的密碼,密碼必須至少包含1個大寫字母、1個小寫字母和1個數字',
// login // login
welcomeText: '您好,歡迎回來!', welcomeText: '您好,歡迎回來!',
signInText: '登錄到您的帳戶。', signInText: '登錄到您的帳戶。',
emailInputText: '請輸入電郵地址', emailInputText: '請輸入電地址',
emailInputMessage: '請輸入您的電子郵件地址', emailInputMessage: '請輸入電子郵件地址',
passwordInputText: '密碼', passwordInputText: '密碼',
passwordInputMessage: '請輸入您的密碼', passwordInputMessage: '請輸入您的密碼',
forgotText: '忘記密碼?', forgotText: '忘記密碼?',
notAccountText: '沒有賬號?', notAccountText: '沒有賬號?',
agreeToBackup: '請查看提示同意備份', agreeToBackup: '請查看提示同意緩存',
checkTheTermsOfService: '請查看並同意服務條款', checkTheTermsOfService: '請查看並同意服務條款',
// register // register
passwordConfirm:"重複輸入的登錄密碼不一致", passwordConfirm:"確認密碼不一致",
loginSuccess:"登陸成功", loginSuccess:"登陸成功",
resSuccess:"註冊成功", resSuccess:"註冊成功",
Emailempty:"郵箱不能為空", Emailempty:"電子郵件不能為空",
Emailincorrect:"電子郵箱不正確", Emailincorrect:"電電子郵件不正確",
GettingVerificationCode:"獲取驗證碼", GettingVerificationCode:"獲取驗證碼",
CodeHasSent:"驗證碼已發送", CodeHasSent:"驗證碼已發送",
SendAfter:"倒計時結束後發送", SendAfter:"倒計時結束後發送",
registerWelcomeText: "入門", registerWelcomeText: "驗證碼",
registerCreate: "創建一個帳戶以繼續!", registerCreate: "創建帳戶以繼續!",
verificationCodeText: '驗證碼', verificationCodeText: '驗證碼',
verificationCodeMessage: '請輸入驗證碼', verificationCodeMessage: '請輸入驗證碼',
passwordText: '創建登錄密碼', passwordText: '創建登錄密碼',
passwordMessage: '請輸入您的密碼', passwordMessage: '請輸入您的密碼',
confirmPasswordText: '確認登錄密碼', confirmPasswordText: '確認登錄密碼',
confirmPasswordMessage: '請確認登錄密碼', confirmPasswordMessage: '請確認登錄密碼',
withdrawalPasswordText: '創建提密碼', withdrawalPasswordText: '創建提密碼',
withdrawalPasswordMessage: '請輸入提現密碼', withdrawalPasswordMessage: '請輸入提現密碼',
InvitationCodeText: '邀請碼', InvitationCodeText: '邀請碼',
InvitationCodeMessage: '請輸入邀請碼', InvitationCodeMessage: '請輸入邀請碼',
@ -65,8 +67,7 @@ export default {
Terms: '條款', Terms: '條款',
and: '和', and: '和',
Conditions: '條件', Conditions: '條件',
haveAccount: '已經有一個帳戶?', haveAccount: '已經有帳戶?',
// forget // forget
Save: '保存', Save: '保存',
}, },
@ -76,44 +77,42 @@ export default {
// 公共字段 // 公共字段
HOME: '首頁', HOME: '首頁',
// home首页 // home首页
customerService: '客', customerService: '在綫客服',
homeMessage: `請先聯繫左上角客服進行身份驗證 請聯繫左上角客服進行身份驗證...`, homeMessage: `請先聯繫左上角客服進行身份驗證 請聯繫左上角客服進行身份驗證...`,
Recharge: '充值', Recharge: '充值',
Mine: '我的', Mine: '挖礦',
Subcription: '訂閱', Subcription: '申購',
TodaySteps: "今天的步数", TodaySteps: "今天的步数",
ReceiveEarnings: "接收昨天的收益", ReceiveEarnings: "領取昨天的收益",
WarmTips: '溫馨提示', WarmTips: '溫馨提示',
WarmTipsText: '您確定要收到嗎?', WarmTipsText: '您確定領取嗎?',
Cancel: '取消', Cancel: '取消',
Confirm: '確認', Confirm: '確認',
}, },
// 合约页面相关 // 合约页面相关
markets: { markets: {
// markets // markets
Succeeded:'成功',
Dataisempty:'數據為空', Dataisempty:'數據為空',
TrandingPair: '趨勢對', TrandingPair: '交易對',
LatestPrice: '最新價格', LatestPrice: '最新價格',
RiseAndfall: '24小時行情', RiseAndfall: '24小時行情',
LONG: '做多',
LONG: '多', SHORT: '做空',
SHORT: '空',
MarketPrice: '市場價', MarketPrice: '市場價',
LimitPrice: '限價', LimitPrice: '限價',
MarketOptimalPrice: '市場最優價格', MarketOptimalPrice: '市場最優價格',
leverage: '槓桿', leverage: '槓桿',
Usable: '可用', Usable: '可用餘額',
Total: '全部', Total: '全部',
Bond: '紐帶', Bond: '押金',
Fee: '手續費', Fee: '手續費',
buyLong: "買入/做多 ", buyLong: "買入/做多 ",
sellSHORT: '賣出/做空 ', sellSHORT: '賣出/做空 ',
UnitPrice: '價格', UnitPrice: '價格',
Number: '數量', Number: '數量',
CurrentEntrust: '當前委托',
CurrentEntrust: '當前委託',
Position: '已開倉', Position: '已開倉',
Closed: '已平倉', Closed: '已平倉',
Revoked: '已撤銷', Revoked: '已撤銷',
@ -121,46 +120,42 @@ export default {
AmountLeverage: '金額*槓桿', AmountLeverage: '金額*槓桿',
CurrentPrice: '時價', CurrentPrice: '時價',
status: '狀態', status: '狀態',
StyPrice: '麥粒腫價格', StyPrice: '止盈價',
StsPrice: '價格', StsPrice: '止損價',
ExpectProfit: '期待利潤',
do: '做', do: '做',
ClosePrice: '收盤價', ClosePrice: '平倉價',
PL: 'P/L', PL: '盈/虧',
CloseTime: '關盤時間', CloseTime: '平倉時間',
WarmTips: '溫馨提示', WarmTips: '溫馨提示',
WarmTipsText: '您確定要關閉嗎?', WarmTipsText: '您確定要平倉嗎?',
Cancel: '取消', Cancel: '取消',
Confirm: '確認', Confirm: '確認',
StopLimit: '止盈/止損',
StopLimit: '止損/限價',
lessThan:'數字不能小於 0', lessThan:'數字不能小於 0',
ExpectProfit: '期待利潤 ', ExpectProfit: '預計利潤',
ExpectLoss: '預期損失 ', ExpectLoss: '預計虧損 ',
Highest:'24H 最高價', Highest:'24H 最高價',
Lowest:'24H 最低價', Lowest:'24H 最低價',
Amount:'24H 最低價', Amount:'24H 最低價',
MarketTrades:'市場交易', MarketTrades:'市場交易',
Quantity:'數量', Quantity:'數量',
BuyingPrice:'買價', BuyingPrice:'買價',
SellPrice:'賣價', SellPrice:'賣價',
open:'開', open:'開',
}, },
// 捐赠页面相关 // 捐赠页面相关
charity: { charity: {
CharityDetails: '慈善詳情', CharityDetails: '慈善詳情',
About: '關於', About: '簡介',
Participants: '參與者', Participants: '參與捐贈者',
Closeddonation: '捐贈結束', Closeddonation: '捐贈結束',
DonateNow: '現在捐贈', DonateNow: '現在捐贈',
PleaseChooseCoin: '請選擇幣', PleaseChooseCoin: '請選擇幣',
AvailableBlance: '可用餘額', AvailableBlance: '可用餘額',
Quantity: '數量', Quantity: '數量',
WithdrawalPassword: '提款密碼', WithdrawalPassword: '提現密碼',
Target: '目標',
}, },
// recharge // recharge
@ -168,40 +163,34 @@ export default {
Dataisempty:'數據為空', Dataisempty:'數據為空',
Recharge: '充值', Recharge: '充值',
Record: '記錄', Record: '記錄',
CoinRecharge: '硬幣充值', CoinRecharge: '數字貨幣充值',
CashRecharge: '現金充值 ', CashRecharge: '現金充值',
PleaseChooseCoin: '請選擇硬幣', PleaseChooseCoin: '請選擇幣種',
CoinDepositAddress: '充幣地址', CoinDepositAddress: '充幣地址',
CopyAddress: '複製地址', CopyAddress: '複製地址',
CopySuccess: '複製成功', CopySuccess: '複製成功',
ScanQR: '掃描上方二維碼獲取充值地址', ScanQR: '掃描上方二維碼獲取充值地址',
message: `最低存款金額:{rechargeMinAmount} {enname}。 低於最低金額的押金將不予過帳且不予退還 message: `最低充值金額:{rechargeMinAmount} {enname}。 低於最低金額的押金將不予過帳且不予退還
此地址是您最新的存款地址 系統收到存款後會自動到賬轉賬需要整個區塊鍊網絡確認 當網絡確認達到 10 次時您的 {enname} 將自動存入賬戶`, 此地址是您最新的充值地址 系統收到充值後會自動到賬轉賬需要整個區塊鍊網絡確認 當節點確認達到 10 次時您的 {enname} 將自動存入賬戶`,
selectAmount: '請選擇充值金額',
selectAmount: '請選擇存款金額', EnterNumber: '輸入 100-1000000',
EnterNumber: '進入 100-1000000',
RechargeMethod: '充值方式', RechargeMethod: '充值方式',
Submit: '提交', Submit: '提交',
RechargeRecord: '充值記錄', RechargeRecord: '充值記錄',
OrderID: '訂單編號', OrderID: '訂單編號',
Fees: '費', Fees: '手續費',
Time: '時間', Time: '充值時間',
Address: '地址', Address: '地址',
Hash: 'Hash', Hash: 'Hash',
ShowMore: '顯示更多', ShowMore: '顯示更多',
Pickup: '撿起', Pickup: '收起',
USDTRate: 'USDT 匯率',
USDTRate: 'USDT 利率',
USDT: 'USDT', USDT: 'USDT',
}, },
//mine //mine
mine: { mine: {
Numberofclionts:'客戶數量', Numberofclionts:'客戶數量',
Dataisempty:'數據為空',
MinePool: '礦池', MinePool: '礦池',
OpenMine: '開礦', OpenMine: '開礦',
MineDetails: '詳細信息', MineDetails: '詳細信息',
@ -209,68 +198,59 @@ export default {
Dataisempty:'數據為空', Dataisempty:'數據為空',
YourBTC: '您的', YourBTC: '您的',
LockBTC: '鎖定', LockBTC: '鎖定',
dayproduce: '1天生產', dayproduce: '天生產',
MinLockTime: '最小鎖定時間', MinLockTime: '最小鎖定時間',
days: '天', days: '天',
invuteCode: '請輸入您的邀請碼', invuteCode: '請輸入您的邀請碼',
lockBTC: '請輸入您要鎖定的BTC數量 ', lockBTC: '請輸入您要鎖定的BTC數量 ',
ALL: '全部', ALL: '全部',
LockBTCBtn: '鎖定 BTC 並開始生產', LockBTCBtn: '鎖定 BTC 並開始生產',
MineRecord: '挖礦記錄',
MineRecord: '礦山記錄',
NoData: '沒有數據', NoData: '沒有數據',
BaseCoin: '基礎幣', BaseCoin: '鎖定幣',
ProfitCoin: '利幣', ProfitCoin: '利幣',
DayRebate: '日回扣', DayRebate: '日利潤',
RebateDay: '返利日/鎖定日', RebateDay: '返利日/鎖定日',
RebateAmount: '返利金額/金額', RebateAmount: '返利金額/縂返利金額',
AddTime: '添加時間', AddTime: '鎖定時間',
ReleaseTime: '推出日期', ReleaseTime: '解鎖日期',
}, },
// withdrawal // withdrawal
withdrawal: { withdrawal: {
Pleasechoose:'請選擇取款地址', Pleasechoose:'請選擇提現地址',
Dataisempty:'數據為空', Dataisempty:'數據為空',
Withdrawal: '提現', Withdrawal: '提現',
Record: '記錄', Record: '記錄',
DigitalCurrency: '數字貨幣', PleaseChooseCoin: '請選擇幣種',
OnLine: '線上',
PleaseChooseCoin: '請選擇硬幣',
WithdrawAddress: '提現地址', WithdrawAddress: '提現地址',
Choose: '選擇', Choose: '選擇',
Quantity: '數量', Quantity: '數量',
Available: '可用的', Available: '可提現',
EnterTheQuantity: '請輸入數量', EnterTheQuantity: '請輸入數量',
ALL: '全部', ALL: '全部',
MinimumWithdrawAmount: '最低提金額:', MinimumWithdrawAmount: '最低提金額:',
HandlingFee: '手續費:', HandlingFee: '手續費:',
message1: '請仔細檢查並輸入正確的提現錢包地址。',
message1: '請仔細檢查並輸入正確的提款錢包地址。',
message2: '向錢包地址發送不對應的數字貨幣將造成永久損失。', message2: '向錢包地址發送不對應的數字貨幣將造成永久損失。',
message3: '提款費用將從提款金額中扣除。', message3: '提現手續費將從提現金額中扣除。',
withdraw: '提現', withdraw: '提現',
ChooseAddress: '選擇地址', ChooseAddress: '選擇地址',
Edit: '編輯', Edit: '編輯',
OK: '好的', OK: '確定',
message4: 通訊錄可用於管理您常用的地址。 向通訊錄地址發起提現,無需多次驗證。', message4: 地址簿可用於管理您常用的地址。 向地址簿地址發起提現,無需多次驗證。',
message5: '·支持API自動提現。 使用API提現時,只允許網絡通訊錄中的地址發起提現。', message5: '·支持API自動提現。 使用API提現時,只允許網絡地址簿中的地址發起提現。',
myOmniAddress: '我的omni usdt地址', myOmniAddress: '我的omni usdt地址',
AddAddress: '添加地址', AddAddress: '添加地址',
DeleteAddress: '刪除地址', DeleteAddress: '刪除地址',
WarmTips: '溫馨提示', WarmTips: '溫馨提示',
WarmTipsText: '是否刪除當前選中的地址', WarmTipsText: '是否刪除當前選中的地址',
Cancel: '取消', Cancel: '取消',
Address: '地址', Address: '地址',
enterAddressTips: '請輸入或粘貼地址', enterAddressTips: '請輸入或粘貼地址',
Remarks: '備註', Remarks: '備註',
enterRemarksTips: '請填寫備註', enterRemarksTips: '請填寫備註',
Confirm: '確認', Confirm: '確認',
WithdrawalRecord: '提現記錄', WithdrawalRecord: '提現記錄',
DigitalCurrency: '數字貨幣', DigitalCurrency: '數字貨幣',
OnLine: '在線', OnLine: '在線',
@ -279,29 +259,26 @@ export default {
Time: '時間', Time: '時間',
Hash: 'Hash', Hash: 'Hash',
ShowMore: '顯示更多', ShowMore: '顯示更多',
Pickup: '撿起', Pickup: '收起',
USDTRate: 'USDT 匯率',
USDTRate: 'USDT 費率',
USDT: 'USDT', USDT: 'USDT',
CardNo: '卡號.', CardNo: '卡號.',
Bank: '銀行', Bank: '銀行',
Payee: '收款人', Payee: '收款人',
BankCardWithdrawal: '銀行卡提現',
BankCardWithdrawal: '銀行卡取款',
Beneficiary: '收款人帳號/IBAN', Beneficiary: '收款人帳號/IBAN',
AddBankCard: '添加銀行卡', AddBankCard: '添加銀行卡',
NextStep: '下一步', NextStep: '下一步',
EditCard: '編輯卡片', EditCard: '編輯卡片',
WithdrawableAmount: '可提金額', WithdrawableAmount: '可提金額',
Amount: '數量', Amount: '數量',
PaymentPassword: '支付密碼', PaymentPassword: '支付密碼',
enterAmount: '請輸入金額', enterAmount: '請輸入金額',
enterPaymentPassword: '請輸入您的付款密碼', enterPaymentPassword: '請輸入您的提現密碼',
EditBankInformation: '修改銀行信息', EditBankInformation: '修改銀行信息',
AddBankInformation: '添加銀行信息', AddBankInformation: '添加銀行信息',
FirstName: '真實姓名', FirstName: '真實姓名',
enterName: '請輸入你的名', enterName: '請輸入你的真實姓名',
Account: '帳戶', Account: '帳戶',
enterAccount: '請輸入您的賬戶', enterAccount: '請輸入您的賬戶',
BankName: '銀行名稱', BankName: '銀行名稱',
@ -312,23 +289,23 @@ export default {
// 申购页面相关 subscription // 申购页面相关 subscription
subscription: { subscription: {
Subcompleted:'訂閱已完成', Subcompleted:'申購已完成',
Substarted:'訂閱尚未開始', Substarted:'申購尚未開始',
Dataisempty:'數據為空', Dataisempty:'數據為空',
// 公共 // 公共
Product: '產品', Product: '項目',
Pending: '待辦的', Pending: '申購中',
Complete: '完成', Complete: '完成',
// Product // Product
Subscribe: '訂閱', Subscribe: '申購',
Ended: '結束', Ended: '結束',
ComingSoon: '快來了', ComingSoon: '快來了',
STLTotalCirculation: '總發行量', STLTotalCirculation: '總發行量',
PrivateSalePrice: '私募價格', PrivateSalePrice: '申購價格',
ICOTime: 'ICO時間', ICOTime: 'ICO時間',
// Pending //Complete // Pending //Complete
HeaderPending: '待辦的', HeaderPending: '處理中',
HeaderComplete: '完全', HeaderComplete: '已完成',
Price: '價格', Price: '價格',
Quantity: '數量', Quantity: '數量',
ConfirmAmount: '確認金額', ConfirmAmount: '確認金額',
@ -336,13 +313,13 @@ export default {
Time: '時間', Time: '時間',
CheckTheNumberoOfUSDT: '查看USDT數量', CheckTheNumberoOfUSDT: '查看USDT數量',
// Subscription // Subscription
Subscription: '訂閱', Subscription: '申購',
Days: '天', Days: '天',
Hours: '小時', Hours: '小時',
Minutes: '分鐘', Minutes: '分鐘',
Seconds: '秒', Seconds: '秒',
Total: '全部', Total: '全部',
SubscribeNow: '現在訂閱', SubscribeNow: '立即申購',
ProjectDetails: '項目詳情', ProjectDetails: '項目詳情',
Video: '視頻', Video: '視頻',
WhiteBook: '白皮書', WhiteBook: '白皮書',
@ -355,6 +332,12 @@ export default {
//me //me
me: { me: {
Rebateamount:'金額', Rebateamount:'金額',
Incomerecord:'返佣記錄',
Myclient:'我的邀請',
User:'用戶',
Totalincome:'總返佣',
Earnlingsyesterday:'昨日返佣',
Numberofclionts:'邀請數量',
Financialfunds:'等級', Financialfunds:'等級',
pamount:'請輸入金額', pamount:'請輸入金額',
Dataisempty:'數據為空', Dataisempty:'數據為空',
@ -363,55 +346,47 @@ export default {
Recharge: '充值', Recharge: '充值',
confirmPassword: '確認密碼', confirmPassword: '確認密碼',
Withdrawal: '提現', Withdrawal: '提現',
Transfer: '轉移', Transfer: '轉帳',
Balance: '錢包(U)', Balance: '交易賬戶(U)',
Pledge: '保證(U)', Pledge: '質押賬戶(U)',
Contarct: '合約(U)', Contarct: '合約賬戶(U)',
General: '通用', General: '通用',
InviteFriends: '邀請朋友', InviteFriends: '邀請朋友',
AccountInfo: '帳戶信息', AccountInfo: '帳戶信息',
MyTeam: '我的團隊', MyTeam: '我的團隊',
WalletHistory: '錢包歷史', WalletHistory: '錢包流水',
Notification: '通知', Notification: '公告',
DonateRecord: '捐贈記錄',
Language: '語言', Language: '語言',
AboutUs: '關於我們', AboutUs: '關於我們',
LogOut: '登出', LogOut: '退出登錄',
ShareWithFriends: '分享給朋友',
ScanTheCode: '掃碼注冊',
ShareWithFriends: '和朋友分享', MyReferralID: '我的邀請碼:',
ScanTheCode: '掃碼下載',
MyReferralID: '我的推薦人ID:',
CopyID: '複製', CopyID: '複製',
CopyLink: '複製', CopyLink: '複製',
ChangeLoginPassword: '更改登錄密碼', ChangeLoginPassword: '更改登錄密碼',
ChangeWithdrawalPassword: '更改提密碼', ChangeWithdrawalPassword: '更改提密碼',
BankCard: '銀行卡', BankCard: '銀行卡',
WithdrawalAddress: '提現地址', WithdrawalAddress: '提現地址',
PleaseEnterTheOldPassword: '請輸入舊密碼', PleaseEnterTheOldPassword: '請輸入舊密碼',
CreateNewLoginPassword: '創建新的登錄密碼', CreateNewLoginPassword: '創建新的登錄密碼',
Confirm: '確認', Confirm: '確認',
Cancel: '取消', Cancel: '取消',
ModifyWithdrawalPassword: '修改提密碼', ModifyWithdrawalPassword: '修改提密碼',
CreateNewPassword: '創建新密碼', CreateNewPassword: '創建新密碼',
ModifiedSuccessfully:'修改成功', ModifiedSuccessfully:'修改成功',
addSuccessfully:'添加成功', addSuccessfully:'添加成功',
Fresh: '新鮮的', Fresh: '新的',
Release: '發布', Release: '發布',
NotificationDetails: '通知詳情', NotificationDetails: '通知詳情',
DonateRecord: '捐贈記錄', DonateRecord: '捐贈記錄',
Time: '時間', Time: '時間',
Status:'狀態', Status:'狀態',
SelectCurrency: '選擇幣', SelectCurrency: '選擇幣',
PleaseChooseCoin: '請選擇幣', PleaseChooseCoin: '請選擇幣',
From: '', From: '轉出',
OptionAccount: '期權賬戶', OptionAccount: '期權賬戶',
To: '', To: '轉入',
TradingAccount: '交易賬戶', TradingAccount: '交易賬戶',
TransferNumber: '轉帳金額', TransferNumber: '轉帳金額',
PleaseEnterNumber: '請輸入號碼', PleaseEnterNumber: '請輸入號碼',

Loading…
Cancel
Save