|
@@ -1,36 +1,37 @@
|
|
#错误消息
|
|
#错误消息
|
|
-not.null=* 必须填写
|
|
|
|
-user.jcaptcha.error=验证码错误
|
|
|
|
-user.jcaptcha.expire=验证码已失效
|
|
|
|
-user.not.exists=用户不存在/密码错误
|
|
|
|
-user.password.not.match=用户不存在/密码错误
|
|
|
|
-user.password.retry.limit.count=密码输入错误{0}次
|
|
|
|
-user.password.retry.limit.exceed=密码输入错误{0}次,帐户锁定{1}分钟
|
|
|
|
-user.password.delete=对不起,您的账号已被删除
|
|
|
|
-user.blocked=用户已封禁,请联系管理员
|
|
|
|
-role.blocked=角色已封禁,请联系管理员
|
|
|
|
-login.blocked=很遗憾,访问IP已被列入系统黑名单
|
|
|
|
-user.logout.success=退出成功
|
|
|
|
-length.not.valid=长度必须在{min}到{max}个字符之间
|
|
|
|
-user.username.not.valid=* 2到20个汉字、字母、数字或下划线组成,且必须以非数字开头
|
|
|
|
-user.password.not.valid=* 5-50个字符
|
|
|
|
-user.email.not.valid=邮箱格式错误
|
|
|
|
-user.mobile.phone.number.not.valid=手机号格式错误
|
|
|
|
-user.login.success=登录成功
|
|
|
|
-user.register.success=注册成功
|
|
|
|
-user.notfound=请重新登录
|
|
|
|
-user.forcelogout=管理员强制退出,请重新登录
|
|
|
|
-user.unknown.error=未知错误,请重新登录
|
|
|
|
|
|
+not.null=* Required field
|
|
|
|
+common.not.null={0} cannot be empty
|
|
|
|
+user.jcaptcha.error=Invalid jCaptcha
|
|
|
|
+user.jcaptcha.expire=jCaptcha has expired
|
|
|
|
+user.not.exists=User does not exist/Incorrect password
|
|
|
|
+user.password.not.match=User does not exist/Incorrect password
|
|
|
|
+user.password.retry.limit.count=Password entered incorrectly {0} times
|
|
|
|
+user.password.retry.limit.exceed=Password entered incorrectly {0} times. Account locked for {1} minutes
|
|
|
|
+user.password.delete=Your account has been deleted
|
|
|
|
+user.blocked=User is blocked. Please contact the administrator
|
|
|
|
+role.blocked=Role is blocked. Please contact the administrator
|
|
|
|
+login.blocked=Access denied: Your IP has been blacklisted
|
|
|
|
+user.logout.success=Logout successful
|
|
|
|
+length.not.valid=Length must be between {min} and {max} characters
|
|
|
|
+user.username.not.valid=* 2-20 Chinese characters, letters, numbers, or underscores, and must start with a non-digit
|
|
|
|
+user.password.not.valid=* 5-50 characters
|
|
|
|
+user.email.not.valid=Invalid email format
|
|
|
|
+user.mobile.phone.number.not.valid=Invalid phone number format
|
|
|
|
+user.login.success=Login successful
|
|
|
|
+user.register.success=Registration successful
|
|
|
|
+user.notfound=Please log in again
|
|
|
|
+user.forcelogout=Forced logout by administrator. Please log in again
|
|
|
|
+user.unknown.error=Unknown error. Please log in again
|
|
##文件上传消息
|
|
##文件上传消息
|
|
-upload.exceed.maxSize=上传的文件大小超出限制的文件大小!<br/>允许的文件最大大小是:{0}MB!
|
|
|
|
-upload.filename.exceed.length=上传的文件名最长{0}个字符
|
|
|
|
|
|
+upload.exceed.maxSize=Uploaded file exceeds maximum size limit!<br/>Maximum allowed size: {0}MB!
|
|
|
|
+upload.filename.exceed.length=Filename exceeds maximum length of {0} characters
|
|
##权限
|
|
##权限
|
|
-no.permission=您没有数据的权限,请联系管理员添加权限 [{0}]
|
|
|
|
-no.create.permission=您没有创建数据的权限,请联系管理员添加权限 [{0}]
|
|
|
|
-no.update.permission=您没有修改数据的权限,请联系管理员添加权限 [{0}]
|
|
|
|
-no.delete.permission=您没有删除数据的权限,请联系管理员添加权限 [{0}]
|
|
|
|
-no.export.permission=您没有导出数据的权限,请联系管理员添加权限 [{0}]
|
|
|
|
-no.view.permission=您没有查看数据的权限,请联系管理员添加权限 [{0}]
|
|
|
|
|
|
+no.permission=You do not have data permissions. Contact administrator to add permissions [{0}]
|
|
|
|
+no.create.permission=You do not have permission to create data. Contact administrator to add permissions [{0}]
|
|
|
|
+no.update.permission=You do not have permission to modify data. Contact administrator to add permissions [{0}]
|
|
|
|
+no.delete.permission=You do not have permission to delete data. Contact administrator to add permissions [{0}]
|
|
|
|
+no.export.permission=You do not have permission to export data. Contact administrator to add permissions [{0}]
|
|
|
|
+no.view.permission=You do not have permission to view data. Contact administrator to add permissions [{0}]
|
|
##cons
|
|
##cons
|
|
cons.unit.modify.not.self=Failed to modify the construction unit {0}. The upper construction unit cannot be yourself.
|
|
cons.unit.modify.not.self=Failed to modify the construction unit {0}. The upper construction unit cannot be yourself.
|
|
cons.unit.delete.no.child=There are lower-level construction units and deletion is not allowed.
|
|
cons.unit.delete.no.child=There are lower-level construction units and deletion is not allowed.
|