springboot_message : internationalization
This commit is contained in:
@@ -1,2 +1,15 @@
|
|||||||
hello=hello
|
hello=hello
|
||||||
hello.name=hello {0}
|
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
|
||||||
Reference in New Issue
Block a user