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.
134 lines
3.6 KiB
134 lines
3.6 KiB
// en.js
|
|
export default {
|
|
// tab bar 相关
|
|
tabBar: {
|
|
Home: 'Home',
|
|
Markets: 'Markets',
|
|
Charity: 'Charity',
|
|
Subscription: 'Subscription',
|
|
Me: 'Me',
|
|
},
|
|
// 登陆相关页面
|
|
login: {
|
|
// 公共字段
|
|
Login: 'Login',
|
|
SignUp: 'Sign Up',
|
|
ForgotPassword: 'Forgot password',
|
|
// login
|
|
welcomeText: 'Hi, Welcome Back!',
|
|
signInText: 'Sign in to your account.',
|
|
emailInputText: 'Enter email address',
|
|
emailInputMessage: 'Please enter your email address',
|
|
passwordInputText: 'Password',
|
|
passwordInputMessage: 'Please enter your password',
|
|
forgotText: 'Forgot Password?',
|
|
notAccountText: 'Don’t have account?',
|
|
agreeToBackup: 'Please check the prompt to agree to backup',
|
|
checkTheTermsOfService: 'Please review and agree to the terms of service',
|
|
|
|
// register
|
|
registerWelcomeText: "Getting Started",
|
|
registerCreate: "Create an account to continue!",
|
|
verificationCodeText: 'Verification Code',
|
|
verificationCodeMessage: 'Please enter verification code',
|
|
passwordText: 'Create The Login Password',
|
|
passwordMessage: 'Please enter your password',
|
|
confirmPasswordText: 'Confirm Login Password',
|
|
confirmPasswordMessage: 'Please confirm login password',
|
|
withdrawalPasswordText: 'Create The Withdrawal Password',
|
|
withdrawalPasswordMessage: 'Please enter the withdrawal password',
|
|
InvitationCodeText: 'Invitation code',
|
|
InvitationCodeMessage: 'Please enter the invitation code',
|
|
agreeText: 'By creating an account, you agree to our ',
|
|
Terms: 'Terms',
|
|
and: 'and',
|
|
Conditions: 'Conditions',
|
|
haveAccount: 'Already have an account?',
|
|
|
|
// forget
|
|
Save: 'Save',
|
|
},
|
|
|
|
// 首页相关页面
|
|
home: {
|
|
// 公共字段
|
|
HOME: 'HOME',
|
|
// home首页
|
|
customerService: 'Customer Service',
|
|
homeMessage: `Please contact customer service on the top-left corner for identity verification on your first Please contact customer service on the top-left corner for identity verification on your first...Please contact customer service on the top-left corner for identity verification on your first... `,
|
|
Recharge: 'Recharge',
|
|
Mine: 'Mine',
|
|
Subcription: 'Subcription',
|
|
TodaySteps: "Today's steps",
|
|
ReceiveEarnings: "Receive yesterday's earnings",
|
|
|
|
|
|
},
|
|
|
|
// 合约页面相关
|
|
markets: {
|
|
// markets
|
|
TrandingPair: 'Tranding Pair',
|
|
LatestPrice: 'Latest Price',
|
|
RiseAndfall: '24H Rise and fall',
|
|
},
|
|
|
|
// 捐赠页面相关
|
|
charity: {
|
|
CharityDetails: 'Charity Details',
|
|
About: 'About',
|
|
Participants: 'Participants',
|
|
DonateNow: 'Donate Now',
|
|
PleaseChooseCoin: 'Please choose coin',
|
|
AvailableBlance: 'Available blance',
|
|
Quantity: 'Quantity',
|
|
WithdrawalPassword: 'Withdrawal Password',
|
|
},
|
|
|
|
// 申购页面相关 subscription
|
|
|
|
subscription: {
|
|
// 公共
|
|
Product: 'Product',
|
|
Pending: 'Pending',
|
|
Complete: 'Complete',
|
|
// Product
|
|
Subscribe: 'Subscribe',
|
|
Ended: 'Ended',
|
|
ComingSoon: 'Coming soon',
|
|
STLTotalCirculation: 'STL total circulation',
|
|
PrivateSalePrice: 'Private sale price',
|
|
ICOTime: 'ICO Time',
|
|
// Pending //Complete
|
|
HeaderPending: 'Pending',
|
|
HeaderComplete: 'Complete',
|
|
Price: 'Price',
|
|
Quantity: 'Quantity',
|
|
ConfirmAmount: 'Confirm amount',
|
|
USDT: 'USDT',
|
|
Time: 'Time',
|
|
CheckTheNumberoOfUSDT: 'Check the number of USDT',
|
|
// Subscription
|
|
Subscription: 'Subscription',
|
|
Days: 'Days',
|
|
Hours: 'Hours',
|
|
Minutes: 'Minutes',
|
|
Seconds: 'Seconds',
|
|
Total: 'Total',
|
|
SubscribeNow: 'Subscribe Now',
|
|
ProjectDetails: 'Project Details',
|
|
Video: 'Video',
|
|
WhiteBook: 'White Book',
|
|
},
|
|
|
|
//me
|
|
me: {
|
|
account: 'account',
|
|
Recharge: 'Recharge',
|
|
Withdrawal: 'Withdrawal',
|
|
Transfer: 'Transfer',
|
|
Balance: 'Balance(U)',
|
|
Pledge: 'Pledge(U)',
|
|
Contarct: 'Contarct(U)',
|
|
}
|
|
}
|
|
|