Tips_zh.js 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. let Tips_zh = {
  2. // login
  3. "Mobilephonenumbercannotbeempty": "手机号不能为空",
  4. "Verificationcodecannotbeempty": "验证码不能为空",
  5. "Accountnumbercannotbeempty": "帐号不能为空",
  6. "Passwordcannotbeempty": "密码不能为空",
  7. "Theinitialpasswordmustbechanged": "初始密码必须修改",
  8. "Yourpasswordstrengthistoolow": "您的密码强度过低,请及时修改密码",
  9. "Loginsuccessful": "登录成功",
  10. "Verificationcodeerror": "验证码错误",
  11. "Mobilephonenumberisnotregistered": "手机号未注册,请先注册",
  12. "Pleaseenteravalidmobilephonenumber": "请输入合法的手机号",
  13. "Themailboxcannotbeempty": "邮箱不能为空",
  14. "Pleaseenterlegalemail": "请输入合法邮箱",
  15. "Verificationcodehasbeensent": "验证码已发送,请查收",
  16. "FailedVerification": "发送验证码失败",
  17. "userdoesnotexist": "用户不存在",
  18. "ThesystemisbusyPleasetryagainlater": "系统繁忙,请稍后再试",
  19. "Theinputboxcannotbeempty": "输入框不能为空",
  20. "LoginMeans": "登录即代表您同意",
  21. "Pleasecheckuser": "请勾选用户协议和隐私政策",
  22. "and": "和",
  23. // home-header
  24. "Thisoperationwilllogout": "此操作将退出登录, 是否继续",
  25. "Tips": "提示",
  26. "Cancelled": "已取消",
  27. //Register
  28. "Thetwopasswordsarenotthesame": "两次输入的密码不一致",
  29. "Pleasereadandagreetotheuserservice": "注册前请阅读并同意《用户服务协议》",
  30. "loginwassuccessful": "注册成功",
  31. "loginwasfailed": "注册失败",
  32. "Pleaseenterthecorrectemailnumber": "请输入正确的邮箱号",
  33. "Emailnumbercannotbeempty": "邮箱号不能为空",
  34. "Mobilebeen": "手机号已经被使用,请使用未被注册过的手机号",
  35. "Emailbeen": "邮箱号已经被使用,请使用未被注册过的邮箱号",
  36. // PasswordReset重置密码
  37. // 项目详情
  38. "Projecthasnocurrentversion": "项目无当前版本",
  39. "Sentsuccessfullypleasewaitforreply": "已发送成功,请等待回复",
  40. // RealTimeInfoDataInfo 资讯数据-数据
  41. "index": "指标",
  42. "starttime": "开始时间",
  43. "Endtime": "结束时间",
  44. "Datasources": "数据来源",
  45. "Hotsearch": "热门搜索",
  46. //意见反馈
  47. "SuggestedType": "建议类型",
  48. "Typeofsuggestion": "请选择建议类型",
  49. "ContentFeedback": "反馈内容",
  50. "PleaseInputFeedback": "请输入反馈内容(不得少于15字)",
  51. "ToUploadPictures": "上传图片",
  52. "UploadUupMaxPhotos": "最多上传5张",
  53. "SubmitFeedback": "提交反馈",
  54. "CorrectPictureFormat": "请上传正确的图片格式",
  55. "Entercorrectinformation": "请输入正确格式的联系方式",
  56. "Suretodelete": "您确定要删除此图片吗",
  57. "Clickretry": "点击重试",
  58. // Please enter the correct form of contact information
  59. }
  60. export default Tips_zh