📄 application.properties
字号:
# -- standard errors --
errors.header=<div class="error"><UL style="list-style-type:none">
errors.prefix=<LI style="margin-bottom:4">
errors.suffix=</LI>
errors.footer=</UL></div>
errors.header.inline=<span class="error">
errors.prefix.inline=
errors.suffix.inline=
errors.footer.inline=</span>
# -- validator --
errors.invalid={0} is invalid
errors.maxlength={0} can not be greater than {1} character
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=The RDA Java Pet Store
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.)
maintainOrderForm.creditCardNumber=Credit card number
maintainOrderForm.billingFirstName=Billing first name
maintainOrderForm.billingLastName=Billing last name
maintainOrderForm.billingAddressLine1=Billing address
maintainOrderForm.billingCity=Billing city
maintainOrderForm.billingZip=Billing zip
maintainOrderForm.billingPhone=Billing phone
maintainOrderForm.shippingFirstName=Shipping first name
maintainOrderForm.shippingLastName=Shipping last name
maintainOrderForm.shippingAddressLine1=Shipping address
maintainOrderForm.shippingCity=Shipping city
maintainOrderForm.shippingZip=Shipping zip
maintainOrderForm.shippingPhone=Shipping phone
maintainOrderForm.creditCardNumber.maskmsg=Format: 16-digit number
maintainOrderForm.billingFirstName.maskmsg=Enter letters only
maintainOrderForm.billingLastName.maskmsg=Enter letters only
maintainOrderForm.billingPhone.maskmsg=Format: xxx-xxx-xxxx
maintainOrderForm.billingZip.maskmsg=Format: xxxxx-xxxx
maintainOrderForm.shippingFirstName.maskmsg=Enter letters only
maintainOrderForm.shippingLastName.maskmsg=Enter letters only
maintainOrderForm.shippingPhone.maskmsg=Format: xxx-xxx-xxxx
maintainOrderForm.shippingZip.maskmsg=Format: xxxxx-xxxx
maintainOrderForm.expirationDate=This credit card has expired
maintainAccountForm.email=Email
maintainAccountForm.password=Password
maintainAccountForm.passwordCopy=Re-enter PW
maintainAccountForm.passwordCopy.mismatch=Passwords don't match
maintainAccountForm.firstName=First name
maintainAccountForm.lastName=Last name
maintainAccountForm.addressLine1=Address
maintainAccountForm.city=City
maintainAccountForm.zip=Zip
maintainAccountForm.phone=Phone
maintainAccountForm.firstName.maskmsg=Enter letters only
maintainAccountForm.lastName.maskmsg=Enter letters only
maintainAccountForm.phone.maskmsg=Format: xxx-xxx-xxxx
maintainAccountForm.zip.maskmsg=Format: xxxxx-xxxx
signInForm.email=Email
signInForm.password=Password
error.login.not.found=Login not found
error.wrong.password=Wrong password
error.login.already.exists=Login already exists
error.out.of.stock=Item {0} has just gone out of stock and was removed from your cart. Please go to your cart and try again
error.high.concurrency=Can't place order due to high demand for one of the items you selected. Please try again later
exception.global=Exception occured while trying to process your request
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -