23 lines
515 B
JSON
23 lines
515 B
JSON
|
|
{
|
||
|
|
"invoices": {
|
||
|
|
"title": "Invoices",
|
||
|
|
"description": "Manage your 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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|