Uecko_ERP/modules/customer-invoices/src/common/locales/en.json
2025-06-11 17:13:44 +02:00

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