27 lines
608 B
JSON
27 lines
608 B
JSON
{
|
|
"invoices": {
|
|
"title": "Invoices",
|
|
"description": "Manage your invoices",
|
|
"list": {
|
|
"title": "Invoice List",
|
|
"description": "List all invoices"
|
|
},
|
|
"create": {
|
|
"title": "Create Invoice",
|
|
"description": "Create a new invoice"
|
|
},
|
|
"edit": {
|
|
"title": "Edit Invoice",
|
|
"description": "Edit the selected invoice"
|
|
},
|
|
"delete": {
|
|
"title": "Delete Invoice",
|
|
"description": "Delete the selected invoice"
|
|
},
|
|
"view": {
|
|
"title": "View Invoice",
|
|
"description": "View the details of the selected invoice"
|
|
}
|
|
}
|
|
}
|