📄 messageresources.properties
字号:
# -- standard errors --
errors.header=<UL>
errors.prefix=<LI>
errors.suffix=</LI>
errors.footer=</UL>
# -- validator --
errors.invalid={0} is invalid.
errors.maxlength={0} can not be greater than {1} characters.
errors.minlength={0} can not be less than {1} characters.
errors.range={0} is not in the range {1} through {2}.
errors.required={0} is required.
errors.byte={0} must be an byte.
errors.date={0} is not a date.
errors.double={0} must be an double.
errors.float={0} must be an float.
errors.integer={0} must be an integer.
errors.long={0} must be an long.
errors.short={0} must be an short.
errors.creditcard={0} is not a valid credit card number.
errors.email={0} is an invalid e-mail address.
# -- other --
errors.cancel=Operation cancelled.
errors.detail={0}
errors.general=The process did not complete. Details should follow.
errors.token=Request could not be completed. Operation is not in sequence.
# -- welcome --
welcome.title=Struts Blank Application
welcome.heading=Welcome!
welcome.message=To get started on your own application, copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, restart your container, and you are on your way! (You can find the application.properties file with this message in the /WEB-INF/src/java/resources folder.)
public.username=User Name
public.password=Password
public.button.login=Please Login
public.chn=CHINESE
public.eng=ENGLISH
public.mainpage=MAIN PAGE
login.success=Login Success
login.continue=Please return main page
login.error.user_not_found=User Not Found
login.error.invalid_password=Invalid Password
login.error.unknow_exception=Unknow Exception
user.title.main=User Manager
user.title.listAll=All Users
user.title.detail=User[{0}]'s Detail Information
user.caption.create=Create User
user.action.create=Add User
user.action.create.fail=Create User Fail
user.caption.detail=Search A User
user.action.detail=Search
user.action.detail.fail=Search a user fail!
user.action.listAll=List All Users
user.action.listAll.empty=Empty Record,No user could be found
user.action.delete=Delete
user.attr.name=Name
user.attr.address=Address
user.attr.age=Age
user.attr.createTime=CreateTime
user.attr.account=Account
user.attr.password=Password
user.attr.creator=Creator
user.attr.photo=Photo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -