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

82 lines
2.0 KiB
JSON
Raw Normal View History

2025-06-11 15:13:44 +00:00
{
2025-07-07 18:25:13 +00:00
"common": {},
"pages": {
2025-06-11 15:13:44 +00:00
"title": "Customer invoices",
"description": "Manage your customer invoices",
"list": {
"title": "Customer invoice list",
2025-07-07 18:25:13 +00:00
"description": "List all customer invoices",
"grid_columns": {
"invoice_number": "Inv. number",
"invoice_series": "Serie",
"invoice_status": "Status",
"issue_date": "Date",
"total_price": "Total price"
}
2025-06-11 15:13:44 +00:00
},
"create": {
2025-07-07 18:25:13 +00:00
"title": "New customer invoice",
"description": "Create a new customer invoice",
"back_to_list": "Back to the list"
2025-06-11 15:13:44 +00:00
},
"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"
}
2025-07-07 18:25:13 +00:00
},
"status": {
"draft": "Draft",
"emitted": "Emitted",
"sent": "Sent",
"received": "Received",
"rejected": "Rejected"
},
"form_fields": {
"invoice_number": {
"label": "Invoice number",
"placeholder": "",
"description": ""
},
"items": {
"quantity": {
"label": "Quantity",
"placeholder": "",
"description": ""
},
"description": {
"label": "Description",
"placeholder": "",
"description": ""
},
"unit_price": {
"label": "Unit price",
"placeholder": "",
"description": "Item unit price"
},
"subtotal_price": {
"label": "Subtotal",
"placeholder": "",
"description": ""
},
"discount": {
"label": "Dto (%)",
"placeholder": "",
"description": "Percentage discount"
},
"total_price": {
"label": "Total price",
"placeholder": "",
"description": "Total price with percentage discount"
}
}
2025-06-11 15:13:44 +00:00
}
}