2025-05-17 19:12:01 +00:00
|
|
|
{
|
2025-07-07 18:25:13 +00:00
|
|
|
"common": {},
|
|
|
|
|
"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": ""
|
|
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
},
|
|
|
|
|
"total_price": {
|
|
|
|
|
"label": "Imp. total",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"description": "Importe total con el descuento ya aplicado"
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-05-17 19:12:01 +00:00
|
|
|
}
|
|
|
|
|
}
|