datai/datai-admin/src/main/resources/i18n/messages_en_US.properties

89 lines
5.2 KiB
Properties

# Error messages
error.user.not.found=User not found
error.user.password.incorrect=Incorrect password
error.user.permission.denied=Permission denied
error.user.blocked=User has been blocked, please contact administrator
error.role.blocked=Role has been blocked, please contact administrator
error.login.blocked=Sorry, your IP has been blacklisted
error.user.not.exists=User not found / Incorrect password
error.user.password.not.match=User not found / Incorrect password
error.user.password.retry.limit.count=Password incorrect {0} times
error.user.password.retry.limit.exceed=Password incorrect {0} times, account locked for {1} minutes
error.user.password.delete=Sorry, your account has been deleted
error.user.logout.success=Logout successful
error.user.login.success=Login successful
error.user.register.success=Registration successful
error.user.notfound=Please login again
error.user.forcelogout=Administrator forced logout, please login again
error.user.unknown.error=Unknown error, please login again
error.length.not.valid=Length must be between {min} and {max} characters
error.user.username.not.valid=2-20 Chinese characters, letters, numbers or underscores, and must start with a non-digit
error.user.password.not.valid=5-50 characters
error.user.email.not.valid=Invalid email format
error.user.mobile.phone.number.not.valid=Invalid mobile phone number format
error.upload.exceed.maxSize=The uploaded file size exceeds the limit!<br/>Maximum allowed file size is: {0}MB!
error.upload.filename.exceed.length=The uploaded file name is at most {0} characters
error.no.permission=You do not have permission to access the data, please contact administrator to add permission [{0}]
error.no.create.permission=You do not have permission to create data, please contact administrator to add permission [{0}]
error.no.update.permission=You do not have permission to update data, please contact administrator to add permission [{0}]
error.no.delete.permission=You do not have permission to delete data, please contact administrator to add permission [{0}]
error.no.export.permission=You do not have permission to export data, please contact administrator to add permission [{0}]
error.no.view.permission=You do not have permission to view data, please contact administrator to add permission [{0}]
# Validation messages
validation.not.null=* must be filled
validation.user.jcaptcha.error=Incorrect verification code
validation.user.jcaptcha.expire=Verification code has expired
# Log messages
log.user.login.success=User login successful
log.user.logout.success=User logout successful
log.user.update.success=User information updated successfully
log.user.create.success=User created successfully
log.user.delete.success=User deleted successfully
# Notification messages
notification.email.register.subject=Registration successful
notification.email.register.content=Welcome to register {appName}, your account has been created successfully
notification.sms.verify.code=Your verification code is {code}, valid for {minutes} minutes
notification.platform.system=System notification
# Error messages (backward compatibility)
not.null=* must be filled
user.jcaptcha.error=Incorrect verification code
user.jcaptcha.expire=Verification code has expired
user.not.exists=User not found / Incorrect password
user.password.not.match=User not found / Incorrect password
user.password.retry.limit.count=Password incorrect {0} times
user.password.retry.limit.exceed=Password incorrect {0} times, account locked for {1} minutes
user.password.delete=Sorry, your account has been deleted
user.blocked=User has been blocked, please contact administrator
role.blocked=Role has been blocked, please contact administrator
login.blocked=Sorry, 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 mobile phone number format
user.login.success=Login successful
user.register.success=Registration successful
user.notfound=Please login again
user.forcelogout=Administrator forced logout, please login again
user.unknown.error=Unknown error, please login again
## File upload messages
upload.exceed.maxSize=The uploaded file size exceeds the limit!<br/>Maximum allowed file size is: {0}MB!
upload.filename.exceed.length=The uploaded file name is at most {0} characters
## Permissions
no.permission=You do not have permission to access the data, please contact administrator to add permission [{0}]
no.create.permission=You do not have permission to create data, please contact administrator to add permission [{0}]
no.update.permission=You do not have permission to update data, please contact administrator to add permission [{0}]
no.delete.permission=You do not have permission to delete data, please contact administrator to add permission [{0}]
no.export.permission=You do not have permission to export data, please contact administrator to add permission [{0}]
no.view.permission=You do not have permission to view data, please contact administrator to add permission [{0}]