2025-05-17 19:12:01 +00:00
|
|
|
{
|
2025-07-08 18:50:08 +00:00
|
|
|
"common": {
|
|
|
|
|
"append_empty_row": "Añadir fila",
|
|
|
|
|
"append_empty_row_tooltip": "Añadir una fila vacía",
|
|
|
|
|
"duplicate_row": "Duplicar fila",
|
|
|
|
|
"insert_row_above": "Insertar fila encima",
|
|
|
|
|
"insert_row_below": "Insertar fila debajo",
|
|
|
|
|
"remove_row": "Eliminar"
|
|
|
|
|
},
|
2025-07-07 18:25:13 +00:00
|
|
|
"pages": {
|
2025-05-17 19:12:01 +00:00
|
|
|
"title": "Facturas",
|
|
|
|
|
"description": "Gestiona tus facturas",
|
2025-05-19 16:39:12 +00:00
|
|
|
"list": {
|
|
|
|
|
"title": "Lista de facturas",
|
2025-07-07 18:25:13 +00:00
|
|
|
"description": "Lista todas las facturas",
|
|
|
|
|
"grid_columns": {
|
|
|
|
|
"invoice_number": "Num. factura",
|
|
|
|
|
"invoice_series": "Serie",
|
|
|
|
|
"invoice_status": "Estado",
|
|
|
|
|
"issue_date": "Fecha",
|
|
|
|
|
"total_price": "Imp. total"
|
|
|
|
|
}
|
2025-05-19 16:39:12 +00:00
|
|
|
},
|
2025-05-17 19:12:01 +00:00
|
|
|
"create": {
|
2025-05-19 16:39:12 +00:00
|
|
|
"title": "Crear factura",
|
2025-07-07 18:25:13 +00:00
|
|
|
"description": "Crear una nueva factura",
|
|
|
|
|
"back_to_list": "Volver a la lista"
|
2025-05-17 19:12:01 +00:00
|
|
|
},
|
|
|
|
|
"edit": {
|
2025-05-19 16:39:12 +00:00
|
|
|
"title": "Editar factura",
|
2025-05-17 19:12:01 +00:00
|
|
|
"description": "Editar la factura seleccionada"
|
|
|
|
|
},
|
|
|
|
|
"delete": {
|
2025-05-19 16:39:12 +00:00
|
|
|
"title": "Eliminar factura",
|
2025-05-17 19:12:01 +00:00
|
|
|
"description": "Eliminar la factura seleccionada"
|
|
|
|
|
},
|
|
|
|
|
"view": {
|
2025-05-19 16:39:12 +00:00
|
|
|
"title": "Ver factura",
|
2025-05-17 19:12:01 +00:00
|
|
|
"description": "Ver los detalles de la factura seleccionada"
|
|
|
|
|
}
|
2025-07-07 18:25:13 +00:00
|
|
|
},
|
|
|
|
|
"status": {
|
|
|
|
|
"draft": "Borrador",
|
|
|
|
|
"emitted": "Emitida",
|
|
|
|
|
"sent": "Enviada",
|
|
|
|
|
"received": "Recibida",
|
|
|
|
|
"rejected": "Rechazada"
|
|
|
|
|
},
|
|
|
|
|
"form_fields": {
|
|
|
|
|
"invoice_number": {
|
|
|
|
|
"label": "Num. factura",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
2025-07-08 18:50:08 +00:00
|
|
|
"issue_date": {
|
|
|
|
|
"label": "Fecha",
|
|
|
|
|
"placeholder": "Seleccionar una fecha",
|
|
|
|
|
"description": "Fecha de emisión de la factura"
|
|
|
|
|
},
|
2025-07-09 17:56:15 +00:00
|
|
|
"invoice_series": {
|
|
|
|
|
"label": "Serie",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
2025-07-08 18:50:08 +00:00
|
|
|
"operation_date": {
|
|
|
|
|
"label": "Intervención",
|
|
|
|
|
"placeholder": "Seleccionar una fecha",
|
|
|
|
|
"description": "Fecha de intervención de los trabajos"
|
|
|
|
|
},
|
2025-07-16 15:47:45 +00:00
|
|
|
"description": {
|
|
|
|
|
"label": "Descripción",
|
|
|
|
|
"placeholder": "Descripción de la factura",
|
|
|
|
|
"description": "Descripción general de la factura"
|
|
|
|
|
},
|
2025-07-10 10:45:59 +00:00
|
|
|
"subtotal_price": {
|
|
|
|
|
"label": "Subtotal",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
|
|
|
|
"discount": {
|
|
|
|
|
"label": "Dto (%)",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": "Porcentaje de descuento"
|
|
|
|
|
},
|
|
|
|
|
"discount_price": {
|
|
|
|
|
"label": "Imp. descuento",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"desc": "Importe del descuento"
|
|
|
|
|
},
|
|
|
|
|
"total_price": {
|
|
|
|
|
"label": "Imp. total",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": "Importe total con el descuento ya aplicado"
|
|
|
|
|
},
|
2025-07-16 15:47:45 +00:00
|
|
|
"notes": {
|
|
|
|
|
"label": "Notas",
|
|
|
|
|
"placeholder": "Notas adicionales sobre la factura",
|
|
|
|
|
"description": "Notas adicionales que se pueden incluir en la factura"
|
|
|
|
|
},
|
2025-07-07 18:25:13 +00:00
|
|
|
"items": {
|
|
|
|
|
"quantity": {
|
|
|
|
|
"label": "Cantidad",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
|
|
|
|
"description": {
|
|
|
|
|
"label": "Descripción",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
|
|
|
|
"unit_price": {
|
|
|
|
|
"label": "Imp. unitario",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": "Importe unitario del artículo"
|
|
|
|
|
},
|
|
|
|
|
"subtotal_price": {
|
|
|
|
|
"label": "Subtotal",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
|
|
|
|
"discount": {
|
|
|
|
|
"label": "Dto (%)",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": "Porcentaje de descuento"
|
|
|
|
|
},
|
2025-07-16 15:47:45 +00:00
|
|
|
"discount_price": {
|
|
|
|
|
"label": "Imp. descuento",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"desc": "Importe del descuento"
|
|
|
|
|
},
|
|
|
|
|
"taxes": {
|
|
|
|
|
"label": "Impuestos",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"desc": "Lista de impuestos aplicables"
|
|
|
|
|
},
|
|
|
|
|
"taxes_price": {
|
|
|
|
|
"label": "Imp. impuestos",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"desc": "Importe de los impuestos"
|
|
|
|
|
},
|
2025-07-07 18:25:13 +00:00
|
|
|
"total_price": {
|
|
|
|
|
"label": "Imp. total",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": "Importe total con el descuento ya aplicado"
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-07-16 15:47:45 +00:00
|
|
|
},
|
|
|
|
|
"components": {
|
|
|
|
|
"customer_invoice_taxes_multi_select": {
|
|
|
|
|
"label": "Impuestos",
|
|
|
|
|
"placeholder": "Seleccionar impuestos",
|
|
|
|
|
"description": "Seleccionar los impuestos a aplicar a los artículos de la factura",
|
|
|
|
|
"invalid_tax_selection": "Selección de impuestos no válida. Por favor, seleccione un impuesto válido."
|
|
|
|
|
}
|
2025-05-17 19:12:01 +00:00
|
|
|
}
|
|
|
|
|
}
|