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

229 lines
6.1 KiB
JSON

{
"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",
"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": {
"status": {
"draft": "Draft",
"issued": "Issued",
"sent": "Sent",
"received": "Received",
"rejected": "Rejected"
}
},
"pages": {
"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",
"status": "Status",
"invoice_date": "Invoice date",
"operation_date": "Operation date",
"recipient_tin": "TIN",
"recipient_name": "Customer name",
"recipient_street": "Street",
"recipient_city": "City",
"recipient_province": "Province",
"recipient_postal_code": "Postal code",
"recipient_country": "Country",
"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_info": {
"title": "Invoice information",
"description": "Basic invoice information"
},
"totals": {
"title": "Invoice totals",
"description": "Breakdown of invoice amounts with discounts and taxes."
},
"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"
},
"reference": {
"label": "Reference",
"placeholder": "Reference of the invoice",
"description": "Reference of the invoice"
},
"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"
},
"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": "Invoice line total"
}
}
},
"components": {
"datatable": {
"actions": "Actions"
},
"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"
}
}
}
}