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