1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- 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",
- "Theinitialpasswordmustbechanged":"The initial password must be changed",
- "Loginsuccessful":"Login successful",
- "Yourpasswordstrengthistoolow":"Your password strength is too low, please change your password in time",
- "Verificationcodeerror":"Verification code error",
- "Mobilephonenumberisnotregistered":"Mobile phone number is not registered, please register first",
- "Pleaseenteravalidmobilephonenumber":"Please enter a valid mobile phone number",
- "Themailboxcannotbeempty":"The mailbox cannot be empty",
- "Pleaseenterlegalemail":"Please enter legal email",
- "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",
- "Pleasecheckuser":"Please check user Agreement and Privacy Policy",
- "LoginMeans":'Login means you agree',
- "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",
- "loginwasfailed":"login was failed",
- "Pleaseenterthecorrectemailnumber":"Please enter the correct email number",
- "Emailnumbercannotbeempty":"Email number cannot be empty",
- "Mobilebeen":"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",
- // 项目详情
- "Projecthasnocurrentversion":"Project has no current version",
- "Sentsuccessfullypleasewaitforreply":"Sent successfully, please wait for reply",
- // RealTimeInfoDataInfo 资讯数据-数据
- "index":"index",
- "starttime":"Start time",
- "Endtime":"End time",
- "Datasources":"Data source",
- "Hotsearch":"Hotsearch",
- //意见反馈
- "SuggestedType":"Suggested Type",
- "Typeofsuggestion":"Please select the type of suggestion",
- "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",
- "Entercorrectinformation":"Please enter the correct form of contact information",
- "Suretodelete":"Are you sure you want to delete this image",
- "Clickretry":"Click retry",
- }
- export default Tips_en
|