Uecko_ERP/modules/invoices/src/common/locales/en.json

23 lines
515 B
JSON
Raw Normal View History

2025-05-17 19:12:01 +00:00
{
"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"
}
}
}