You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.0 KiB
27 lines
1.0 KiB
2 years ago
|
export default {
|
||
|
NetworkError: '网络异常!',
|
||
|
'401': '未经授权(401) !',
|
||
|
'403': '被禁止(403) !',
|
||
|
'404': '找不到(404) !',
|
||
|
'408': '请求超时(408) !',
|
||
|
'500': '内部服务器错误(500) !',
|
||
|
'501': '未执行(501) !',
|
||
|
'502': '错误的网关(502) !',
|
||
|
'503': '服务不可用(503) !',
|
||
|
'504': '网关超时(504) !',
|
||
|
'505': '不支持的 HTTP 版本(505) !',
|
||
|
'org.springframework.security.authentication.InsufficientAuthenticationException': '当前用户还未登录, 请登录后重试!',
|
||
|
language: '语言',
|
||
|
'language.en': 'English',
|
||
|
'language.zh_CN': '简体中文',
|
||
|
'language.tw_CN': '繁体中文',
|
||
|
'language.change.success': '您已成功切换到 {language}',
|
||
|
'security.login.title': '系统登录',
|
||
|
'security.login.message.error': '认证失败! 请检查您输入的登录名和密码是否正确。',
|
||
|
'security.login.username.placeholder': '请输入登录名',
|
||
|
'security.login.password.placeholder': '请输入密码',
|
||
|
login: '登录',
|
||
|
reset: '重置',
|
||
|
close: '关闭',
|
||
|
};
|