diff --git a/springboot_message/src/main/resources/messages_en.properties b/springboot_message/src/main/resources/messages_en.properties index f51ef940..1087b84a 100644 --- a/springboot_message/src/main/resources/messages_en.properties +++ b/springboot_message/src/main/resources/messages_en.properties @@ -1,2 +1,15 @@ hello=hello -hello.name=hello {0} \ No newline at end of file +hello.name=hello {0} + +label.item=Item +label.item.id=Item ID +label.item.itemName=Item Name +label.item.price=price +label.item.quantity=quantity +page.items=Item List +page.item=Item Detail + +page.addItem=Item Add +page.updateItem=Item Update +button.save=Save +button.cancel=Cancel \ No newline at end of file