Uecko_ERP/modules/customer-invoices/src/common/locales/en.json
2025-11-16 22:11:46 +01:00

270 lines
7.5 KiB
JSON

{
"common": {
"more_actions": "More actions",
"append_empty_row": "Append row",
"append_empty_row_tooltip": "Append a empty row",
"edit_row": "Edit",
"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)",
"download_pdf": "Download PDF",
"send_email": "Send email",
"insert_row_above": "Insert row above",
"insert_row_below": "Insert row below",
"delete_row": "Delete",
"actions": "Actions",
"rows_selected": "{{count}} fila(s) seleccionadas.",
"rows_selected_of_total": "{{count}} de {{total}} fila(s) seleccionadas.",
"search_placeholder": "Type for search...",
"search": "Search",
"clear": "Clear"
},
"catalog": {
"proformas": {
"status": {
"all": "All",
"draft": "Draft",
"sent": "Sent",
"approved": "Approved",
"rejected": "Rejected",
"issued": "Issued"
}
}
},
"pages": {
"proformas": {
"title": "Proformas",
"description": "Manage your customer proformas",
"list": {
"title": "Customer proformas",
"description": "List all customer proformas",
"grid_columns": {
"invoice_number": "#",
"series": "Serie",
"reference": "Reference",
"status": "Status",
"invoice_date": "Proforma date",
"operation_date": "Operation date",
"recipient": "Customer",
"recipient_tin": "TIN",
"recipient_name": "Customer name",
"recipient_street": "Street",
"recipient_city": "City",
"recipient_province": "Province",
"recipient_postal_code": "Postal code",
"recipient_country": "Country",
"subtotal_amount": "Subtotal",
"discount_amount": "Discount",
"taxes_amount": "Taxes",
"total_amount": "Total"
}
},
"create": {
"title": "New customer proforma",
"description": "Create a new customer proforma",
"back_to_list": "Back to the list"
},
"edit": {
"title": "Edit customer proforma",
"description": "Edit the selected customer proforma"
},
"delete": {
"title": "Delete customer proforma",
"description": "Delete the selected customer proforma"
},
"view": {
"title": "View customer proforma",
"description": "View the details of the selected customer proforma"
}
},
"issued_invoices": {
"title": "Customer Invoices",
"description": "Manage your customer invoices",
"list": {
"title": "Customer invoices",
"description": "List all customer invoices",
"grid_columns": {
"invoice_number": "Inv. number",
"series": "Serie",
"reference": "Reference",
"invoice_date": "Invoice date",
"operation_date": "Operation date",
"recipient": "Customer",
"recipient_tin": "TIN",
"recipient_name": "Customer name",
"recipient_street": "Street",
"recipient_city": "City",
"recipient_province": "Province",
"recipient_postal_code": "Postal code",
"recipient_country": "Country",
"subtotal_amount": "Subtotal",
"discount_amount": "Discount",
"taxes_amount": "Taxes",
"total_amount": "Total"
}
}
}
},
"form_groups": {
"customer": {
"title": "Customer",
"description": "Select the customer for this proforma."
},
"items": {
"title": "Proforma details",
"description": ""
},
"basic_info": {
"title": "Proforma information",
"description": "Basic proforma information"
},
"totals": {
"title": "Proforma totals",
"description": "Breakdown of proforma amounts with discounts and taxes."
},
"tax_resume": {
"title": "Resumen de impuestos",
"description": ""
},
"preferences": {
"title": "Preferences",
"description": "Additional proforma settings"
}
},
"form_fields": {
"status": {
"label": "Estado",
"placeholder": "",
"description": ""
},
"invoice_number": {
"label": "Proforma number",
"placeholder": "",
"description": ""
},
"invoice_date": {
"label": "Proforma date",
"placeholder": "Select a date",
"description": "Proforma date"
},
"series": {
"label": "Serie",
"placeholder": "",
"description": "Proforma serie"
},
"operation_date": {
"label": "Operation date",
"placeholder": "Select a date",
"description": "Proforma operation date"
},
"reference": {
"label": "Reference",
"placeholder": "Reference of the proforma",
"description": "Reference of the proforma"
},
"description": {
"label": "Description",
"placeholder": "Description of the proforma",
"description": "General description of the proforma"
},
"subtotal_amount": {
"label": "Subtotal",
"placeholder": "",
"desc": "Proforma 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": "Proforma total price"
},
"notes": {
"label": "Notes",
"placeholder": "Additional notes about the proforma",
"description": "Additional notes that can be included in the proforma"
},
"item": {
"quantity": {
"label": "Quantity",
"placeholder": "",
"description": ""
},
"description": {
"label": "Description",
"placeholder": "",
"description": ""
},
"unit_amount": {
"label": "Unit price",
"placeholder": "",
"description": "Item unit price"
},
"discount_percentage": {
"label": "Dto (%)",
"placeholder": "",
"description": "Percentage discount"
},
"discount_amount": {
"label": "Discount amount",
"placeholder": "",
"description": "Percentage discount amount"
},
"taxable_amount": {
"label": "Taxable amount",
"placeholder": "",
"description": ""
},
"tax_codes": {
"label": "Taxes",
"placeholder": "",
"description": "Taxes"
},
"taxes_amount": {
"label": "Taxes amount",
"placeholder": "",
"description": "Percentage taxes amount"
},
"total_amount": {
"label": "Total amount",
"placeholder": "",
"description": "Proforma line total"
}
}
},
"components": {
"datatable": {
"actions": "Actions"
},
"customer_invoice_taxes_multi_select": {
"label": "Taxes",
"placeholder": "Select taxes",
"description": "Select the taxes to apply to the proforma 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"
}
}
}
}