26 lines
817 B
JSON
26 lines
817 B
JSON
{
|
|
"hsadminNgApp": {
|
|
"asset": {
|
|
"home": {
|
|
"title": "Assets",
|
|
"createLabel": "Create a new Asset",
|
|
"createOrEditLabel": "Create or edit a Asset"
|
|
},
|
|
"created": "A new Asset is created with identifier {{ param }}",
|
|
"updated": "A Asset is updated with identifier {{ param }}",
|
|
"deleted": "A Asset is deleted with identifier {{ param }}",
|
|
"delete": {
|
|
"question": "Are you sure you want to delete Asset {{ id }}?"
|
|
},
|
|
"detail": {
|
|
"title": "Asset"
|
|
},
|
|
"date": "Date",
|
|
"action": "Action",
|
|
"amount": "Amount",
|
|
"comment": "Comment",
|
|
"member": "Member"
|
|
}
|
|
}
|
|
}
|