Uecko_ERP/modules/invoices/src/common/locales/en.json
2025-05-17 21:12:01 +02:00

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