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.
74 lines
2.1 KiB
74 lines
2.1 KiB
const commom = {
|
|
// header
|
|
"option" : "Option",
|
|
"exchange" : "Exchange",
|
|
"markets" : "Markets",
|
|
"helps" : "Help",
|
|
"course" : "Support Center",
|
|
"activity" : "Marketing activities",
|
|
"news" : "Industry news",
|
|
"contactUs" : "Contact Us",
|
|
|
|
"sign_in" : "Sign in",
|
|
"sign_up" : "Sign up",
|
|
|
|
noRecord: `No Record`,
|
|
getCode: `Get Code`,
|
|
export: `Export`,
|
|
|
|
|
|
|
|
// wsq
|
|
all: 'All',
|
|
// allCoin: 'All',
|
|
// allDirection: 'All',
|
|
// allType: 'All',
|
|
confirmBtn:'Confirm',
|
|
cancelBtn:'Cancel',
|
|
cancel: 'Cancel',
|
|
startTime: 'Start Time',
|
|
to: 'To',
|
|
endTime: 'End Time',
|
|
filter: 'Filter',
|
|
search: 'Search',
|
|
reset: 'Reset',
|
|
sell: 'Sell',
|
|
buy: 'Buy',
|
|
limit: 'Limit',
|
|
market: 'Market',
|
|
hideAll: 'Hide All Canceled',
|
|
canceled: 'Canceled',
|
|
waiting: 'Waiting',
|
|
processing: 'Processing',
|
|
completed: 'Completed',
|
|
available_phone: 'The register phone is not available!',
|
|
available_email: 'The register email is not available!',
|
|
codeSent: 'Verification Code Sent',
|
|
captcha: 'Error getting captcha',
|
|
triggered: 'Triggered',
|
|
buyIn: `Buy`,
|
|
sellOut: `Sell`,
|
|
limitOrder: `Limit`,
|
|
marketOrder: `Market`,
|
|
|
|
enterValid: 'Please enter a valid phone or email!',
|
|
enterValidEmail: 'Please enter the valid email address.',
|
|
enterValidPhone: 'Please enter a valid phone.',
|
|
enterEmail: 'Please enter the valid email address.',
|
|
enterPhone: 'Please enter the Phone',
|
|
enterPwd: 'Please enter the password.',
|
|
enterAccount: 'Please enter the account.',
|
|
|
|
passwordRegular:'The password must be between 8 and 15 characters with at least one number and one letter. Symbols are allowed.',
|
|
newPassword:'Please enter the new password.',
|
|
confirmNewPassword:'Please enter the confirmed new password.',
|
|
|
|
enterGoogleCode:'Please enter the Google Authentication code.',
|
|
enterEmailCode:'Please enter the Email Verification Code.',
|
|
enterSMSCode:'Please enter the SMS Verification Code.',
|
|
|
|
enterVerCode:`Please enter the verification code.`,
|
|
exportFile:'Click cofirm to export the file.',
|
|
}
|
|
|
|
export default commom
|