mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-08 03:42:41 -05:00
update translations from crowdin
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"items": "Artículos",
|
||||
"invoices": "Facturas",
|
||||
"expenses": "Gastos",
|
||||
"estimates": "Presupuestos",
|
||||
"estimates": "Presupuesto",
|
||||
"payments": "Pagos",
|
||||
"reports": "Informes",
|
||||
"settings": "Configuraciones",
|
||||
@@ -30,7 +30,7 @@
|
||||
"sort_by": "Ordenar por",
|
||||
"ascending": "Ascendente",
|
||||
"descending": "Descendente",
|
||||
"subject": "Sujeta",
|
||||
"subject": "Asunto",
|
||||
"body": "Cuerpo",
|
||||
"message": "Mensaje",
|
||||
"send": "Enviar",
|
||||
@@ -86,7 +86,8 @@
|
||||
"retry": "Procesar de nuevo",
|
||||
"choose_note": "Elegir nota",
|
||||
"no_note_found": "No se encontró ninguna nota",
|
||||
"insert_note": "Insertar una nota"
|
||||
"insert_note": "Insertar una nota",
|
||||
"copied_pdf_url_clipboard": "Copied PDF url to clipboard!"
|
||||
},
|
||||
"dashboard": {
|
||||
"select_year": "Seleccionar año",
|
||||
@@ -750,10 +751,13 @@
|
||||
"title": "Facturas",
|
||||
"notes": "Notas",
|
||||
"invoice_prefix": "Prefijo de las facturas",
|
||||
"invoice_number_length": "Invoice number length",
|
||||
"default_invoice_email_body": "Cuerpo predeterminado del correo electrónico de la factura",
|
||||
"invoice_settings": "Ajustes de facturas",
|
||||
"autogenerate_invoice_number": "Autogenerar número de factura",
|
||||
"invoice_setting_description": "Desactive esto, si no desea generar automáticamente números de factura cada vez que cree una nueva factura.",
|
||||
"invoice_email_attachment": "Send invoices as attachments",
|
||||
"invoice_email_attachment_setting_description": "Enable this if you want to send invoices as email attachment. Please note that 'View Invoice' button in emails will not be displayed anymore when enabled.",
|
||||
"enter_invoice_prefix": "Introduzca el prefijo de factura",
|
||||
"terms_and_conditions": "Términos y Condiciones",
|
||||
"company_address_format": "Formato de dirección de la empresa",
|
||||
@@ -764,10 +768,13 @@
|
||||
"estimates": {
|
||||
"title": "Estimaciones",
|
||||
"estimate_prefix": "Prefijo de los presupuestos",
|
||||
"estimate_number_length": "Estimate number length",
|
||||
"default_estimate_email_body": "Cuerpo predeterminado estimado del correo electrónico",
|
||||
"estimate_settings": "Ajustes de presupuestos",
|
||||
"autogenerate_estimate_number": "Autogenerar número de presupuesto",
|
||||
"estimate_setting_description": "Desactive esto, si no desea generar automáticamente números de presupuesto cada vez que cree un nuevo presupuesto.",
|
||||
"estimate_email_attachment": "Send estimates as attachments",
|
||||
"estimate_email_attachment_setting_description": "Enable this if you want to send the estimates as an email attachment. Please note that 'View Estimate' button in emails will not be displayed anymore when enabled.",
|
||||
"enter_estimate_prefix": "Introduzca el prefijo de presupuesto",
|
||||
"estimate_setting_updated": "Configuración de presupuestos actualizada correctamente",
|
||||
"company_address_format": "Formato de dirección de la empresa",
|
||||
@@ -778,10 +785,13 @@
|
||||
"title": "Pagos",
|
||||
"description": "Modos de transacción de pagos",
|
||||
"payment_prefix": "Prefijo de los pagos",
|
||||
"payment_number_length": "Payment number lenght",
|
||||
"default_payment_email_body": "Cuerpo predeterminado del correo electrónico del pago",
|
||||
"payment_settings": "Ajustes de pagos",
|
||||
"autogenerate_payment_number": "Autogenerar número de pago",
|
||||
"payment_setting_description": "Desactive esto, si no desea generar automáticamente números de pago cada vez que cree un nuevo pago.",
|
||||
"payment_email_attachment": "Send payments as attachments",
|
||||
"payment_email_attachment_setting_description": "Enable this if you want to send the payment receipts as an email attachment. Please note that 'View Payment' button in emails will not be displayed anymore when enabled.",
|
||||
"enter_payment_prefix": "Introduzca el prefijo de pago",
|
||||
"payment_setting_updated": "Configuración de pagos actualizada correctamente",
|
||||
"payment_modes": "Modos de pago",
|
||||
@@ -921,6 +931,7 @@
|
||||
"download_zip_file": "Descargar archivo ZIP",
|
||||
"unzipping_package": "Descomprimir paquete",
|
||||
"copying_files": "Copiando documentos",
|
||||
"deleting_files": "Deleting Unused files",
|
||||
"running_migrations": "Ejecutar migraciones",
|
||||
"finishing_update": "Actualización final",
|
||||
"update_failed": "Actualización fallida",
|
||||
@@ -990,6 +1001,7 @@
|
||||
"default_driver": "Controlador por defecto",
|
||||
"is_default": "ES PREDETERMINADO",
|
||||
"set_default_disk": "Establecer disco predeterminado",
|
||||
"set_default_disk_confirm": "This disk will be set as default and all the new PDFs will be saved on this disk",
|
||||
"success_set_default_disk": "Disco establecido correctamente como predeterminado",
|
||||
"save_pdf_to_disk": "Guardar PDFs a disco",
|
||||
"disk_setting_description": " Habilite esto, si desea guardar automáticamente una copia en formato pdf de cada factura, cálculo y recibo de pago en su disco predeterminado. Al activar esta opción, se reducirá el tiempo de carga al visualizar los archivos PDFs.",
|
||||
@@ -1139,7 +1151,8 @@
|
||||
"address_maxlength": "La dirección no debe tener más de 255 caracteres.",
|
||||
"ref_number_maxlength": "El número de referencia no debe tener más de 255 caracteres.",
|
||||
"prefix_maxlength": "El prefijo no debe tener más de 5 caracteres.",
|
||||
"something_went_wrong": "Algo fue mal"
|
||||
"something_went_wrong": "Algo fue mal",
|
||||
"number_length_minvalue": "Number lenght should be greater than 0"
|
||||
},
|
||||
"pdf_estimate_label": "Presupuestar",
|
||||
"pdf_estimate_number": "Número de Presupuesto",
|
||||
|
||||
Reference in New Issue
Block a user