{ "common": { "append_empty_row": "Append row", "append_empty_row_tooltip": "Append a empty row", "duplicate_row": "Duplicate", "duplicate_selected_rows": "Duplicate", "duplicate_selected_rows_tooltip": "Duplicate selected row(s)", "remove_selected_rows": "Remove", "remove_selected_rows_tooltip": "Remove selected row(s)", "insert_row_above": "Insert row above", "insert_row_below": "Insert row below", "remove_row": "Remove", "actions": "Actions" }, "catalog": { "status": { "draft": "Draft", "emitted": "Emitted", "sent": "Sent", "received": "Received", "rejected": "Rejected" } }, "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", "series": "Serie", "status": "Status", "invoice_date": "Date", "recipient_tin": "Customer TIN", "recipient_name": "Customer name", "recipient_city": "Customer city", "recipient_province": "Customer province", "recipient_postal_code": "Customer postal code", "total_amount": "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" } }, "form_groups": { "customer": { "title": "Customer", "description": "Select the customer for this invoice" }, "items": { "title": "Invoice details", "description": "" }, "basic_into": { "title": "Invoice information", "description": "" }, "totals": { "title": "Invoice totals", "description": "" }, "tax_resume": { "title": "Resumen de impuestos", "description": "" }, "preferences": { "title": "Preferences", "description": "Additional invoice settings" } }, "form_fields": { "status": { "label": "Estado", "placeholder": "", "description": "" }, "invoice_number": { "label": "Invoice number", "placeholder": "", "description": "" }, "invoice_date": { "label": "Invoice date", "placeholder": "Select a date", "description": "Invoice date" }, "series": { "label": "Serie", "placeholder": "", "description": "Invoice serie" }, "operation_date": { "label": "Operation date", "placeholder": "Select a date", "description": "Invoice operation date" }, "description": { "label": "Description", "placeholder": "Description of the invoice", "description": "General description of the invoice" }, "subtotal_amount": { "label": "Subtotal", "placeholder": "", "desc": "Invoice subtotal" }, "discount": { "label": "Discount (%)", "placeholder": "", "desc": "Percentage discount" }, "discount_amount": { "label": "Discount price", "placeholder": "", "desc": "Percentage discount price" }, "total_amount": { "label": "Total price", "placeholder": "", "desc": "Invoice total price" }, "notes": { "label": "Notes", "placeholder": "Additional notes about the invoice", "description": "Additional notes that can be included in the invoice" }, "item": { "quantity": { "label": "Quantity", "placeholder": "", "description": "" }, "description": { "label": "Description", "placeholder": "", "description": "" }, "unit_amount": { "label": "Unit price", "placeholder": "", "description": "Item unit price" }, "subtotal_amount": { "label": "Subtotal", "placeholder": "", "description": "" }, "discount_percentage": { "label": "Dto (%)", "placeholder": "", "description": "Percentage discount" }, "discount_amount": { "label": "Discount price", "placeholder": "", "description": "Percentage discount price" }, "tax_codes": { "label": "Taxes", "placeholder": "", "description": "Taxes" }, "taxes_amount": { "label": "Taxes price", "placeholder": "", "description": "Percentage taxes price" }, "total_amount": { "label": "Total", "placeholder": "", "description": "Invoice line total" } } }, "components": { "customer_invoice_taxes_multi_select": { "label": "Taxes", "placeholder": "Select taxes", "description": "Select the taxes to apply to the invoice items", "invalid_tax_selection": "Invalid tax selection. Please select a valid tax." }, "hover_card_totals_summary": { "label": "Breakdown of the amount", "fields": { "subtotal_amount": "Subtotal", "discount_percentage": "Discount", "taxable_amount": "Taxable base", "total_amount": "Total" } } } }