applicationresources.properties

来自「网上书店源码。功能全面」· PROPERTIES 代码 · 共 27 行

PROPERTIES
27
字号
# Resources for parameter 'com.ascent.struts.ApplicationResources'
# Project P/bookstoressh
   errors.required={0} is required.
   errors.userRequired = \u9700\u8981\u7528\u6237\u540d
   errors.passwordRequired = \u9700\u8981\u5bc6\u7801
   errors.booknameRequired = \u9700\u8981\u4e66\u540d
   errors.addressRequired = \u9700\u8981\u586b\u5199\u5730\u5740
   errors.password = \u5bc6\u7801\u9519\u8bef
   errors.user = \u6b64\u7528\u6237\u4e0d\u5b58\u5728
   errors.login = \u8bf7\u60a8\u767b\u9646
   errors.passwordagain = \u4e24\u6b21\u5bc6\u7801\u4e0d\u4e00\u81f4
   errors.minlength={0} can not be less than {1} characters.
   errors.maxlength={0} can not be greater than {1} characters.
   errors.invalid={0} is invalid.

   errors.byte={0} must be a byte.
   errors.short={0} must be a short.
   errors.integer={0} must be an integer.
   errors.long={0} must be a long.
   errors.float={0} must be a float.
   errors.double={0} must be a double.

   errors.date={0} is not a date.
   errors.range={0} is not in the range {1} through {2}.
   errors.creditcard={0} is an invalid credit card number.
   errors.email=\u65e0\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?