// en_US.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', }, // Recharge recharge:{ Recharge:'Recharge' }, // 申购页面相关 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)', General: 'General', InviteFriends: 'Invite friends', AccountInfo: 'Account Info', MyTeam: 'My Team', WalletHistory: 'Wallet history', Notification: 'Notification', DonateRecord: 'Donate record', Language:'Language', AboutUs: 'About us', LogOut: 'Log out', ShareWithFriends: 'Share with friends', ScanTheCode: 'Scan the code to download', MyReferralID: 'My Referral ID:', CopyID: 'Copy ID', ChangeLoginPassword:'Change Login Password', ChangeWithdrawalPassword:'Change Withdrawal Password', BankCard:'Bank Card', WithdrawalAddress:'Withdrawal Address', PleaseEnterTheOldPassword:'Please Enter the old password', CreateNewLoginPassword:'Create new Login password', Confirm:'Confirm', ModifyWithdrawalPassword:'Modify Withdrawal Password', CreateNewPassword:'Create new password', Fresh:'Fresh', Release:'Release', NotificationDetails:'Notification Details', DonateRecord:'Donate record', Time:'Time', SelectCurrency:'Select currency', PleaseChooseCoin: 'Please choose coin', From:'From', OptionAccount:'Option account', To:'To', TradingAccount:'Trading account', TransferNumber:'Transfer number', PleaseEnterNumber: 'Please enter number', Usable:'Usable :', } }