{ "common": {}, "pages": { "title": "Customer invoices", "description": "Manage your customer invoices", "list": { "title": "Customer invoice list", "description": "List all customer invoices", "grid_columns": { "invoice_number": "Inv. number", "invoice_series": "Serie", "invoice_status": "Status", "issue_date": "Date", "total_price": "Total price" } }, "create": { "title": "New customer invoice", "description": "Create a new customer invoice", "back_to_list": "Back to the list" }, "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" } }, "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" } } } }