Tips_zh.js 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. let Tips_zh = {
  2. // login
  3. "Mobilephonenumbercannotbeempty":"手机号不能为空",
  4. "Verificationcodecannotbeempty":"验证码不能为空",
  5. "Accountnumbercannotbeempty":"帐号不能为空",
  6. "Passwordcannotbeempty":"密码不能为空",
  7. "Oldpasswordcannotbeempty":"原密码不能为空",
  8. "Newpasswordcannotbeempty":"新密码不能为空",
  9. "Confirmpasswordcannotbeempty":"确认密码不能为空",
  10. "Passwordchangedsuccessfully":"密码修改成功,请使用新密码重新登录系统",
  11. "Theinitialpasswordmustbechanged":"初始密码必须修改",
  12. "Yourpasswordstrengthistoolow":"您的密码强度过低,请及时修改密码",
  13. "Loginsuccessful":"登录成功",
  14. "Verificationcodeerror":"您输入的验证码错误,请重新输入。",
  15. "Mobilephonenumberisnotregistered":"手机号未注册,请先注册",
  16. "Pleaseenteravalidmobilephonenumber":"请输入合法的手机号",
  17. "Pleaseenteravalidmobilephonenumberoremail":"请输入合法的手机号或邮箱",
  18. "PleaseEnterYourLegalIDNumber":"请输入合法的身份证号码",
  19. "Phoneandemailcannotbeempty":"手机号/邮箱号不能为空",
  20. "Themailboxcannotbeempty":"邮箱不能为空",
  21. "Pleaseenterlegalemail":"请输入合法邮箱",
  22. "Pleaseenterverification":"请输入验证码",
  23. "Verificationcodehasbeensent":"验证码已发送,请查收",
  24. "FailedVerification":"发送验证码失败",
  25. "userdoesnotexist":"用户不存在",
  26. "ThesystemisbusyPleasetryagainlater":"系统繁忙,请稍后再试",
  27. "Theinputboxcannotbeempty":"输入框不能为空",
  28. "LoginMeans":"登录即代表您同意",
  29. "ReadanAgree":"我已阅读并同意",
  30. "Pleasecheckuser":"请勾选用户协议和隐私政策",
  31. "Networkerror":"网络错误,不能访问",
  32. "and":"和",
  33. // home-header
  34. "Thisoperationwilllogout":"此操作将退出登录, 是否继续",
  35. "Tips":"提示",
  36. "Cancelled":"已取消",
  37. //Register
  38. "Thetwopasswordsarenotthesame":"两次输入的密码不一致",
  39. "Pleasereadandagreetotheuserservice":"注册前请阅读并同意《用户服务协议》",
  40. "loginwassuccessful":"注册成功",
  41. "Mobilephonebeen":"手机号已经被使用,请使用未被注册过的手机号",
  42. "Emailbeen":"邮箱号已经被使用,请使用未被注册过的邮箱号",
  43. "loginwasfailed":"注册失败",
  44. "Pleaseenterthecorrectemailnumber":"请输入正确的邮箱号",
  45. "Emailnumbercannotbeempty":"邮箱号不能为空",
  46. "Pleaseinputdigitspassword":"请输入8到20位密码,大小写字母,数字,特殊符号至少三项",
  47. // PasswordReset重置密码
  48. // 项目详情
  49. "Projecthasnocurrentversion":"项目无当前版本",
  50. "Sentsuccessfullypleasewaitforreply":"已发送成功,请等待回复",
  51. // RealTimeInfoDataInfo 资讯数据-数据
  52. "index":"指标",
  53. "starttime":"开始时间",
  54. "Endtime":"结束时间",
  55. "Datasources":"数据来源",
  56. "Hotsearch":"热门搜索",
  57. "errorMessage":"系统繁忙,请稍后再试!",
  58. "loginfailed":"登录失败,请稍后再试",
  59. //意见反馈
  60. "SuggestedType":"建议类型",
  61. "ContentFeedback":"反馈内容",
  62. "PleaseInputFeedback":"请输入反馈内容(不得少于15字)",
  63. "ToUploadPictures":"上传图片",
  64. "UploadUupMaxPhotos":"最多上传5张",
  65. "SubmitFeedback":"提交反馈",
  66. "CorrectPictureFormat":"请上传正确的图片格式",
  67. //国别详情
  68. "ForMore":"更多内容请登录后查看",
  69. }
  70. export default Tips_zh