Files
dafuweng-buildadmin/web/src/lang/common/zh-cn/axios.ts
2026-03-06 00:29:28 +08:00

21 lines
1.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
'Operation successful': '操作成功',
'Automatic cancellation due to duplicate request:': '因为请求重复被自动取消:',
'Interface redirected!': '接口重定向了!',
'Incorrect parameter!': '参数不正确!',
'You do not have permission to operate!': '您没有权限操作!',
'Error requesting address:': '请求地址出错:',
'Request timed out!': '请求超时!',
'The same data already exists in the system!': '系统已存在相同数据!',
'Server internal error!': '服务器内部错误!',
'Service not implemented!': '服务未实现!',
'Gateway error!': '网关错误!',
'Service unavailable!': '服务不可用!',
'The service is temporarily unavailable Please try again later!': '服务暂时无法访问,请稍后再试!',
'HTTP version is not supported!': 'HTTP版本不受支持',
'Abnormal problem, please contact the website administrator!': '异常问题,请联系网站管理员!',
'Network request timeout!': '网络请求超时!',
'Server exception!': '服务端异常!',
'You are disconnected!': '您断网了!',
}