📄 application.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.
errors.url={0} is an invalid url.
# -- 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.
# Resources for parameter 'com.yourcompany.struts.ApplicationResources'
# Project P/firstmanager
index.title=Struts \u6559\u5b66
#-- titles --
title.error=\u9519\u8bef\u9875\u9762
title.employeeApp=\u90e8\u95e8\u7ba1\u7406\u793a\u8303\u5e94\u7528-by struts
title.employee.employeeform=\u589e\u52a0\u4e00\u4e2a\u96c7\u5458
title.employee.insert.confirmation=\u589e\u52a0\u96c7\u5458\u786e\u8ba4
title.studyBean=Struts Study
#-- messages --
message.employee.insert.success=\u589e\u52a0\u4e86\u4ee5\u4e0b\u96c7\u5458<br/> {0}.
message.department.insert.success=\u589e\u52a0\u4e86\u4ee5\u4e0b\u90e8\u95e8<br/> {0}.
#--department--
department.id=\u90e8\u95e8\u5e8f\u53f7
department.name=\u90e8\u95e8\u540d\u79f0
department.description=\u90e8\u95e8\u804c\u80fd
department.leader=\u9886\u5bfc\u4eba
#--employee--
employee.id=\u5de5\u53f7
employee.name=\u804c\u5de5\u59d3\u540d
employee.salary=\u85aa\u6c34
employee.age=\u5e74\u9f84
employee.department=\u6240\u5728\u90e8\u95e8
#-- error messages --
error.employee.databaseException=\u64cd\u4f5c\u6570\u636e\u5e93\u53d1\u751f\u9519\u8bef.
error.department.databaseException=\u64cd\u4f5c\u6570\u636e\u5e93\u53d1\u751f\u9519\u8bef.
error.name.required=\u5fc5\u987b\u8f93\u5165\u540d\u5b57.
error.age.required=\u5fc5\u987b\u8f93\u5165age.
error.age.integer=age\u5fc5\u987b\u662f\u6574\u6570.
#-- errors headers
errors.validation.header=Validation Error:
#-- buttons --
button.submit= O K
global.welcome.cn=study Struts
test.param=test param ,arg={0}.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -