You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.5 KiB
45 lines
1.5 KiB
const Address ={
|
|
management:'Address Management',
|
|
addAddress:'Add Address',
|
|
filter:'Filter',
|
|
all:'All',
|
|
white:'Whitelisted',
|
|
nonWhite:'Non-Whitelisted',
|
|
search:'Search Asset',
|
|
asset:'Asset',
|
|
label:'Label',
|
|
address:'Address',
|
|
memoTag:'Memo/Tag',
|
|
whitelist:'Whitelist',
|
|
action:'Action',
|
|
addWhiteLs:'Add to Whitelist',
|
|
removeWhiteLs:'Remove from Whitelist',
|
|
edit:'Edit',
|
|
delete:'Delete',
|
|
withdrawAddress:'Withdraw Address',
|
|
lableAddress:'Add Label to the Address',
|
|
whitelsAddress:'Whitelist this Address',
|
|
submit:'Submit',
|
|
cancel:'Cancel',
|
|
removeTips:'Do you confirm to remove this address from the whitelist?',
|
|
deleteTips:'Do you confirm to delete this address?',
|
|
google:'Google Authentication',
|
|
email:'Email Verification',
|
|
phone:'Phone Code',
|
|
editAddress:'Edit Address',
|
|
verification:'Verification',
|
|
confirm:'Confirm',
|
|
confirmAddress:`Do you confirm to add this address to the whitelist?`,
|
|
selectAsset:'Please select the asset.',
|
|
enterAddress:'Enter the address',
|
|
enterLabel:'Enter the label',
|
|
selectCurrency:'Please select the asset.',
|
|
wrongAddress:'Please enter the address with the correct format!',
|
|
Yes:'Yes',
|
|
No:'No',
|
|
successfully:'The withdrawal address is successfully added.',
|
|
enterAddressTips:'Please enter the address',
|
|
enterLabelTips:'Please enter the label',
|
|
enterMemo:'Please either enter the Memo or select No Memo.',
|
|
}
|
|
export default Address
|