12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- let Tips_en = {
- // login
- "Mobilephonenumbercannotbeempty":"Mobile phone number cannot be empty",
- "Verificationcodecannotbeempty":"Verification code cannot be empty",
- "Accountnumbercannotbeempty":"Account number cannot be empty",
- "Passwordcannotbeempty":"Password cannot be empty",
- "Oldpasswordcannotbeempty":"Old password cannot be empty",
- "Newpasswordcannotbeempty":"New password cannot be empty",
- "Confirmpasswordcannotbeempty":"Confirm password cannot be empty",
- "Passwordchangedsuccessfully":"Password changed successfully, please use the new password to log in again",
- "Theinitialpasswordmustbechanged":"The initial password must be changed",
- "Loginsuccessful":"Login successful",
- "Yourpasswordstrengthistoolow":"Your password strength is too low, please change your password in time",
- "Verificationcodeerror":"The verification code you entered is wrong, please again.",
- "Mobilephonenumberisnotregistered":"Mobile phone number is not registered, please register first",
- "Pleaseenteravalidmobilephonenumber":"Please enter a valid mobile phone number",
- "Pleaseenteravalidmobilephonenumberoremail":"Please enter a valid mobile phone number or email",
- "PleaseEnterYourLegalIDNumber":"Please enter your legal ID number",
- "Phoneandemailcannotbeempty":"Mobile phone and email cannot be empty",
- "Themailboxcannotbeempty":"The mailbox cannot be empty",
- "Pleaseenterlegalemail":"Please enter legal email",
- "Pleaseenterverification":"Please enter verification",
- "Verificationcodehasbeensent":"Verification code has been sent, please check",
- "FailedVerification":"Failed to send verification code",
- "Theinputboxcannotbeempty":"The input box cannot be empty",
- "ThesystemisbusyPleasetryagainlater":"The system is busy. Please try again later",
- "userdoesnotexist":"user does not exist",
- "LoginMeans":'Login means you agree with the',
- "ReadanAgree":"I have read and agree",
- "Pleasecheckuser":"Please check user Agreement and Privacy Policy",
- "Networkerror":"Network error, inaccessible",
- "and":"and",
- // home-header
- "Tips":"Tips",
- "Thisoperationwilllogout":"This operation will log out. Do you want to continue",
- "Cancelled":"Cancelled",
- //Register
- "Thetwopasswordsarenotthesame":"The two passwords are not the same",
- "Pleasereadandagreetotheuserservice":"Please read and agree to the user service agreement before registration",
- "loginwassuccessful":"login was successful",
- "Mobilephonebeen":"Mobile phone number has been registered, please enter a new mobile phone number",
- "Emailbeen":"Email address has been registered, please enter a new email address",
- "loginwasfailed":"login was failed",
- "Pleaseenterthecorrectemailnumber":"Please enter the correct email address",
- "Emailnumbercannotbeempty":"Email number cannot be empty",
- "Pleaseinputdigitspassword":"Please input 8 to 20 digits password, at least 3 items of upper and lower case letters, numbers and special symbols",
- // 项目详情
- "Projecthasnocurrentversion":"Project has no current version",
- "Sentsuccessfullypleasewaitforreply":"Sent successfully, please wait for reply",
- // RealTimeInfoDataInfo 资讯数据-数据
- "index":"Index",
- "starttime":"Start time",
- "Endtime":"End time",
- "Datasources":"Data sources",
- "Hotsearch":"热门搜索",
- "errorMessage":"The system is busy, please try again later!",
- "loginfailed":"Login failed, please try again later",
- //意见反馈
- "SuggestedType":"Suggested Type",
- "ContentFeedback":"Content of the feedback",
- "PleaseInputFeedback":"Please input feedback (no less than 15 words)",
- "ToUploadPictures":"To upload images",
- "UploadUupMaxPhotos":"Upload up to 5 photos",
- "SubmitFeedback":"Submit Feedback",
- "CorrectPictureFormat":"Please upload the correct picture format",
- //国别详情
- "ForMore":"For more, please log in and check it out",
- }
- export default Tips_en
|