messages_en.properties

来自「Hibernate (著译者: 陈天河等)项目开发宝典本书以Hibernate为」· PROPERTIES 代码 · 共 59 行

PROPERTIES
59
字号
#conversion error messages
javax.faces.component.UIInput.CONVERSION=Input data is not in the correct type.

#validation error messages
javax.faces.component.UIInput.REQUIRED=Required value is missing.

category_title_inputCategory=Input Category Information

userBean_incorrect_password=Incorrect password, Please try again.
userBean_no_existing_username=Non-existing username, Please try again.

categoryBean_duplicate_category_name=Could not save category, duplicate category name.
categoryBean_create_category_success=Category with name of {0} was created successfully.
categoryBean_update_category_success=Category with name of {0} was updated successfully.
categoryBean_delete_category_success=Category was deleted successfully.

productBean_create_product_success=Create Product Successfully.
productBean_update_product_success=Update Product Successfully.
productBean_delete_product_success=Delete Product Successfully.
categoryBean_existing_product=Product Already Exists!

recordBean_delete_record_success=Add Product Record Successfully.
recordBean_delete_record_success=Update Product Record Successfully.
recordBean_delete_record_success=Delete Product Record Successfully.

login=Login
logout=Logout
loginpage=Login Page
username=User Name:
password=Password:

category_list=Category List
new_category=New Category
new_product=New Product
new_record=New Record

category_title_listCategory=Category List
category_name=Category Name
category_description=Category Description
edit=Edit
delete=Delete
cancel=Cancel
create=Create
product_list=Product List

product_title_inputProduct=Product Information
product_categoryId=Product Category
product_name=Product Name
product_description=Proeuct Description

record_title_inputRecord=Library Record
record_productId=Product
record_type=Record Type
record_num=Record Number
record_time=Record Time

product_title_listProduct=Product List
record_list=Record List

⌨️ 快捷键说明

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