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