代码初始化
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
#异常消息
|
||||
# system.exception.类名.编号=* Required
|
||||
systemCommonTip10001 = Operation Successful
|
||||
|
||||
systemExceptionSystemI18nGainServiceImpl10001 = The language type does not exist. Please try again later
|
||||
|
||||
systemExceptionTokenController10001 = Illegal login information
|
||||
systemExceptionTokenController10002 = Registered Successfully
|
||||
systemExceptionTokenController10003 = Password Reset Successful
|
||||
|
||||
systemExceptionSysAppLoginServiceImpl10001 = Email Cannot Be Empty
|
||||
systemExceptionSysAppLoginServiceImpl10002 = Account Or Password Error
|
||||
systemExceptionSysAppLoginServiceImpl10003 = Account Or Password Error
|
||||
systemExceptionSysAppLoginServiceImpl10004 = Email Already In Use
|
||||
systemExceptionSysAppLoginServiceImpl10005 = Invalid Verification Code
|
||||
systemExceptionSysAppLoginServiceImpl10006 = Email Does Not Exist
|
||||
systemExceptionSysAppLoginServiceImpl10007 = Passwords Do Not Match
|
||||
systemExceptionSysAppLoginServiceImpl10008 = The New PassWord Cannot Match The Old PassWord
|
||||
systemExceptionSysAppLoginServiceImpl10009 = The Current Logged In User Is Abnormal. Please Log In Again Or Contact Management
|
||||
systemExceptionSysAppLoginServiceImpl10010 = Token has expired
|
||||
systemExceptionSysAppLoginServiceImpl10011 = Invalid issuer
|
||||
systemExceptionSysAppLoginServiceImpl10012 = Invalid audience
|
||||
systemExceptionSysAppLoginServiceImpl10013 = Invalid token signature
|
||||
systemExceptionSysAppLoginServiceImpl10014 = Failed to verify token
|
||||
systemExceptionSysAppLoginServiceImpl10015 = Email unverified
|
||||
systemExceptionSysAppLoginServiceImpl10016 = Invalid Google ID token
|
||||
|
||||
systemExceptionAuthFilter10001 = Token Cannot Be Empty
|
||||
systemExceptionAuthFilter10002 = Token Has Expired Or Verification Is Incorrect
|
||||
systemExceptionAuthFilter10003 = Login Status Has Expired
|
||||
systemExceptionAuthFilter10004 = Token Verification Failed
|
||||
|
||||
systemVerificationEmailController10001 = The Verification Code Has Been Sent To Your Email
|
||||
systemVerificationEmailController10002 = Failed To Send Verification Code, Please Try Again Later
|
||||
systemVerificationEmailController10003 = Verification Code Verification Successful
|
||||
systemVerificationEmailController10004 = The Verification Code Is Invalid Or Has Expired
|
||||
|
||||
SystemCommandOverhaulAppController10001 = Operation Successful
|
||||
|
||||
systemEmailUtil10001 = Sending Email Failed
|
||||
systemR10001 = Operation Successful
|
||||
|
||||
#管理端
|
||||
# manager.页面,字段 = User Manager
|
||||
VerificationEmailTiTle = Your verification code
|
||||
VerificationEmailContent = Your verification code is: {0}, valid for {1} minutes.
|
||||
Reference in New Issue
Block a user