项目初始化

This commit is contained in:
2026-03-06 00:29:28 +08:00
commit 9ed4c1bc58
577 changed files with 57404 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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!': '您断网了!',
}