Files
dax-pay-ui/src/locales/lang/zh-CN/sys.json
2024-07-02 18:23:56 +08:00

81 lines
2.9 KiB
JSON

{
"api": {
"operationSuccess": "操作成功",
"operationFailed": "操作失败",
"successTip": "成功提示",
"errorMessage": "操作失败,系统异常!",
"timeoutMessage": "登录超时,请重新登录!",
"apiTimeoutMessage": "接口请求超时,请刷新页面重试!",
"apiRequestFailed": "请求出错,请稍候重试",
"networkException": "网络异常",
"networkExceptionMsg": "网络异常,请检查您的网络连接是否正常!"
},
"app": {
"logoutTip": "温馨提醒",
"logoutMessage": "是否确认退出系统?",
"menuLoading": "菜单加载中..."
},
"errorLog": {
"tableTitle": "错误日志列表",
"tableColumnType": "类型",
"tableColumnDate": "时间",
"tableColumnFile": "文件",
"tableColumnMsg": "错误信息",
"tableColumnStackMsg": "stack信息",
"tableActionDesc": "详情",
"modalTitle": "错误详情",
"fireVueError": "点击触发vue错误",
"fireResourceError": "点击触发资源加载错误",
"fireAjaxError": "点击触发ajax错误",
"enableMessage": "只在`/src/settings/projectSetting.ts` 内的useErrorHandle=true时生效."
},
"exception": {
"backLogin": "返回登录",
"backHome": "返回首页",
"subTitle403": "抱歉,您无权访问此页面。",
"subTitle404": "抱歉,您访问的页面不存在。",
"subTitle500": "抱歉,服务器报告错误。",
"noDataTitle": "当前页无数据",
"networkErrorTitle": "网络错误",
"networkErrorSubTitle": "抱歉,您的网络连接已断开,请检查您的网络!"
},
"lock": {
"unlock": "点击解锁",
"alert": "锁屏密码错误",
"backToLogin": "返回登录",
"entry": "进入系统",
"placeholder": "请输入锁屏密码或者用户密码"
},
"login": {
"backSignIn": "返回",
"signInFormTitle": "登录",
"mobileSignInFormTitle": "手机登录",
"qrSignInFormTitle": "二维码登录",
"signUpFormTitle": "注册",
"forgetFormTitle": "重置密码",
"signInTitle": "开箱即用的中后台管理系统",
"signInDesc": "输入您的个人详细信息开始使用!",
"policy": "我同意xxx隐私政策",
"scanSign": "扫码后点击\"确认\",即可完成登录",
"loginButton": "登录",
"registerButton": "注册",
"rememberMe": "记住我",
"forgetPassword": "忘记密码?",
"otherSignIn": "其他登录方式",
"loginSuccessTitle": "登录成功",
"loginSuccessDesc": "欢迎回来",
"accountPlaceholder": "请输入账号",
"passwordPlaceholder": "请输入密码",
"smsPlaceholder": "请输入验证码",
"mobilePlaceholder": "请输入手机号码",
"policyPlaceholder": "勾选后才能注册",
"diffPwd": "两次输入密码不一致",
"userName": "账号",
"password": "密码",
"confirmPassword": "确认密码",
"email": "邮箱",
"smsCode": "短信验证码",
"mobile": "手机号码"
}
}