Uecko_ERP/modules/invoices/src/common/locales/en.json
2025-05-19 18:39:12 +02:00

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"
}
}
}