Tips_en.js 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "Oldpasswordcannotbeempty":"Old password cannot be empty",
  8. "Newpasswordcannotbeempty":"New password cannot be empty",
  9. "Confirmpasswordcannotbeempty":"Confirm password cannot be empty",
  10. "Passwordchangedsuccessfully":"Password changed successfully, please use the new password to log in again",
  11. "Theinitialpasswordmustbechanged":"The initial password must be changed",
  12. "Loginsuccessful":"Login successful",
  13. "Yourpasswordstrengthistoolow":"Your password strength is too low, please change your password in time",
  14. "Verificationcodeerror":"The verification code you entered is wrong, please again.",
  15. "Mobilephonenumberisnotregistered":"Mobile phone number is not registered, please register first",
  16. "Pleaseenteravalidmobilephonenumber":"Please enter a valid mobile phone number",
  17. "Pleaseenteravalidmobilephonenumberoremail":"Please enter a valid mobile phone number or email",
  18. "PleaseEnterYourLegalIDNumber":"Please enter your legal ID number",
  19. "Phoneandemailcannotbeempty":"Mobile phone and email cannot be empty",
  20. "Themailboxcannotbeempty":"The mailbox cannot be empty",
  21. "Pleaseenterlegalemail":"Please enter legal email",
  22. "Pleaseenterverification":"Please enter verification",
  23. "Verificationcodehasbeensent":"Verification code has been sent, please check",
  24. "FailedVerification":"Failed to send verification code",
  25. "Theinputboxcannotbeempty":"The input box cannot be empty",
  26. "ThesystemisbusyPleasetryagainlater":"The system is busy. Please try again later",
  27. "userdoesnotexist":"user does not exist",
  28. "LoginMeans":'Login means you agree with the',
  29. "ReadanAgree":"I have read and agree",
  30. "Pleasecheckuser":"Please check user Agreement and Privacy Policy",
  31. "Networkerror":"Network error, inaccessible",
  32. "and":"and",
  33. // home-header
  34. "Tips":"Tips",
  35. "Thisoperationwilllogout":"This operation will log out. Do you want to continue",
  36. "Cancelled":"Cancelled",
  37. //Register
  38. "Thetwopasswordsarenotthesame":"The two passwords are not the same",
  39. "Pleasereadandagreetotheuserservice":"Please read and agree to the user service agreement before registration",
  40. "loginwassuccessful":"login was successful",
  41. "Mobilephonebeen":"Mobile phone number has been registered, please enter a new mobile phone number",
  42. "Emailbeen":"Email address has been registered, please enter a new email address",
  43. "loginwasfailed":"login was failed",
  44. "Pleaseenterthecorrectemailnumber":"Please enter the correct email address",
  45. "Emailnumbercannotbeempty":"Email number cannot be empty",
  46. "Pleaseinputdigitspassword":"Please input 8 to 20 digits password, at least 3 items of upper and lower case letters, numbers and special symbols",
  47. // 项目详情
  48. "Projecthasnocurrentversion":"Project has no current version",
  49. "Sentsuccessfullypleasewaitforreply":"Sent successfully, please wait for reply",
  50. // RealTimeInfoDataInfo 资讯数据-数据
  51. "index":"Index",
  52. "starttime":"Start time",
  53. "Endtime":"End time",
  54. "Datasources":"Data sources",
  55. "Hotsearch":"热门搜索",
  56. "errorMessage":"The system is busy, please try again later!",
  57. "loginfailed":"Login failed, please try again later",
  58. //意见反馈
  59. "SuggestedType":"Suggested Type",
  60. "ContentFeedback":"Content of the feedback",
  61. "PleaseInputFeedback":"Please input feedback (no less than 15 words)",
  62. "ToUploadPictures":"To upload images",
  63. "UploadUupMaxPhotos":"Upload up to 5 photos",
  64. "SubmitFeedback":"Submit Feedback",
  65. "CorrectPictureFormat":"Please upload the correct picture format",
  66. //国别详情
  67. "ForMore":"For more, please log in and check it out",
  68. }
  69. export default Tips_en