Tips_en.js 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. let Tips_en = {
  2. // login
  3. "Mobilephonenumbercannotbeempty":"Mobile phone number cannot be empty",
  4. "Verificationcodecannotbeempty":"Verification code cannot be empty",
  5. "Accountnumbercannotbeempty":"Account number cannot be empty",
  6. "Passwordcannotbeempty":"Password cannot be empty",
  7. "Theinitialpasswordmustbechanged":"The initial password must be changed",
  8. "Loginsuccessful":"Login successful",
  9. "Yourpasswordstrengthistoolow":"Your password strength is too low, please change your password in time",
  10. "Verificationcodeerror":"Verification code error",
  11. "Mobilephonenumberisnotregistered":"Mobile phone number is not registered, please register first",
  12. "Pleaseenteravalidmobilephonenumber":"Please enter a valid mobile phone number",
  13. "Themailboxcannotbeempty":"The mailbox cannot be empty",
  14. "Pleaseenterlegalemail":"Please enter legal email",
  15. "Verificationcodehasbeensent":"Verification code has been sent, please check",
  16. "FailedVerification":"Failed to send verification code",
  17. "Theinputboxcannotbeempty":"The input box cannot be empty",
  18. "ThesystemisbusyPleasetryagainlater":"The system is busy. Please try again later",
  19. "userdoesnotexist":"user does not exist",
  20. "Pleasecheckuser":"Please check user Agreement and Privacy Policy",
  21. "LoginMeans":'Login means you agree',
  22. "and":"and",
  23. // home-header
  24. "Tips":"Tips",
  25. "Thisoperationwilllogout":"This operation will log out. Do you want to continue",
  26. "Cancelled":"Cancelled",
  27. //Register
  28. "Thetwopasswordsarenotthesame":"The two passwords are not the same",
  29. "Pleasereadandagreetotheuserservice":"Please read and agree to the user service agreement before registration",
  30. "loginwassuccessful":"login was successful",
  31. "loginwasfailed":"login was failed",
  32. "Pleaseenterthecorrectemailnumber":"Please enter the correct email number",
  33. "Emailnumbercannotbeempty":"Email number cannot be empty",
  34. "Mobilebeen":"Mobile phone number has been registered, please enter a new mobile phone number",
  35. "Emailbeen":"Email address has been registered, please enter a new email address",
  36. // 项目详情
  37. "Projecthasnocurrentversion":"Project has no current version",
  38. "Sentsuccessfullypleasewaitforreply":"Sent successfully, please wait for reply",
  39. // RealTimeInfoDataInfo 资讯数据-数据
  40. "index":"index",
  41. "starttime":"Start time",
  42. "Endtime":"End time",
  43. "Datasources":"Data source",
  44. "Hotsearch":"Hotsearch",
  45. //意见反馈
  46. "SuggestedType":"Suggested Type",
  47. "Typeofsuggestion":"Please select the type of suggestion",
  48. "ContentFeedback":"Content of the feedback",
  49. "PleaseInputFeedback":"Please input feedback (no less than 15 words)",
  50. "ToUploadPictures":"To upload images",
  51. "UploadUupMaxPhotos":"Upload up to 5 photos",
  52. "SubmitFeedback":"Submit Feedback",
  53. "CorrectPictureFormat":"Please upload the correct picture format",
  54. "Entercorrectinformation":"Please enter the correct form of contact information",
  55. "Suretodelete":"Are you sure you want to delete this image",
  56. "Clickretry":"Click retry",
  57. }
  58. export default Tips_en