|
@@ -1,36 +1,36 @@
|
|
|
-not.null=* ????
|
|
|
-user.jcaptcha.error=?????
|
|
|
-user.not.exists=?????/????
|
|
|
-user.password.not.match=?????/????
|
|
|
-user.password.retry.limit.count=??????{0}?
|
|
|
-user.password.retry.limit.exceed=??????{0}??????10??
|
|
|
-user.password.delete=????????????
|
|
|
-user.blocked=????????????
|
|
|
-role.blocked=????????????
|
|
|
-login.blocked=??????IP?????????
|
|
|
-user.logout.success=????
|
|
|
+not.null=* must be filled in
|
|
|
+user.jcaptcha.error=Verification code is incorrect
|
|
|
+user.not.exists=User does not exist / Password is incorrect
|
|
|
+user.password.not.match=User does not exist / Password is incorrect
|
|
|
+user.password.retry.limit.count=Password entered incorrectly {0} times
|
|
|
+user.password.retry.limit.exceed=Password entered incorrectly {0} times, account locked for 10 minutes
|
|
|
+user.password.delete=Sorry, your account has been deleted
|
|
|
+user.blocked=User has been blocked, please contact the administrator
|
|
|
+role.blocked=Role has been blocked, please contact the administrator
|
|
|
+login.blocked=Unfortunately, the access IP has been blacklisted by the system
|
|
|
+user.logout.success=Logout successful
|
|
|
|
|
|
-length.not.valid=?????{min}?{max}?????
|
|
|
+length.not.valid=The length must be between {min} and {max} characters
|
|
|
|
|
|
-user.username.not.valid=* 2?20?????????????????????????
|
|
|
-user.password.not.valid=* 5-50???
|
|
|
+user.username.not.valid=* Consists of 2 to 20 Chinese characters, letters, digits or underscores, and must start with a non-digit.
|
|
|
+user.password.not.valid=* 5-50 characters
|
|
|
|
|
|
-user.email.not.valid=??????
|
|
|
-user.mobile.phone.number.not.valid=???????
|
|
|
-user.login.success=????
|
|
|
-user.register.success=????
|
|
|
-user.notfound=?????
|
|
|
-user.forcelogout=?????????????
|
|
|
-user.unknown.error=??????????
|
|
|
+user.email.not.valid=Email format is incorrect
|
|
|
+user.mobile.phone.number.not.valid=Mobile phone number format is incorrect
|
|
|
+user.login.success=Login successful
|
|
|
+user.register.success=Registration successful
|
|
|
+user.notfound=Please log in again
|
|
|
+user.forcelogout=Administrator forced logout, please log in again
|
|
|
+user.unknown.error=Unknown error, please log in again
|
|
|
|
|
|
-##??????
|
|
|
-upload.exceed.maxSize=?????????????????<br/>???????????{0}MB?
|
|
|
-upload.filename.exceed.length=????????{0}???
|
|
|
+## File upload messages
|
|
|
+upload.exceed.maxSize=The size of the uploaded file exceeds the limited file size! <br/>The maximum allowed file size is: {0}MB!
|
|
|
+upload.filename.exceed.length=The length of the uploaded file name can be at most {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}]
|
|
|
+## Permissions
|
|
|
+no.permission=You don't have permission for the data, please contact the administrator to add permission [{0}]
|
|
|
+no.create.permission=You don't have permission to create data, please contact the administrator to add permission [{0}]
|
|
|
+no.update.permission=You don't have permission to update data, please contact the administrator to add permission [{0}]
|
|
|
+no.delete.permission=You don't have permission to delete data, please contact the administrator to add permission [{0}]
|
|
|
+no.export.permission=You don't have permission to export data, please contact the administrator to add permission [{0}]
|
|
|
+no.view.permission=You don't have permission to view data, please contact the administrator to add permission [{0}]
|