/* * @Description: * @Version: 1.0 * @Autor: yongqing * @Date: 2022-03-16 10:50:37 * @LastEditors: yongqing * @LastEditTime: 2022-03-23 18:05:58 */ export default { 重置: "Reset", 查询: "Search", 新增: "Add", 编辑: "Edit", 删除: "Delete", 刷新: "Refresh", 提交: "Submit", 返回: "Back", 显示字段: "Display field", 保存: "Save", 取消: "Cancel", 系统错误: " System error, please try again later.", 加载中: "Laoding", 昵称: "NickName", 邮箱: "Email", 请输入正确的邮箱格式: "Please enter the correct email format", 新密码: " New Password", 确认新密码: "Please confirm the new Password", 新密码不能为空: "New password cannot be empty", 确认新密码不能为空: "Confirm that the new password cannot be empty", 密码组合提示: "Passwords are two or more combinations of numbers, letters and special symbols", 用户名: "UserName", 密码: "Password", 收起: "Stow", 展开: "Expand", 账号密码登录: "Account password login", 请输入用户名: "Please enter user name", 请输入密码: "Please enter password", 请输入验证码: "Please enter verification code", 注册账号: "Register", 登录: "Login", 其他登录方式: "Other Login", 手机号登录: "Mobile number login", 验证码获取失败: "Failed to get verification code", 请输入手机号码: "Please enter the phone number", 手机号码格式不正确: "Mobile number format is incorrect", 密码不能小于5位: "Password cannot be less than 5 characters", 短信验证码已发送: "SMS verification code has been sent, please pay attention to check", 获取验证码: "Send Code", 已发送: (count: number) => `Has been sent(${count})`, 右边内容区: "Right Content", 左边边内容区: "Left Content", };