Added Spanish translation

This commit is contained in:
Hillel Coren 2014-10-19 17:32:27 +03:00
parent c51b93072a
commit c879293b14

View File

@ -1,6 +1,7 @@
<?php <?php
return array( return array(
// client // client
'organization' => 'Organización', 'organization' => 'Organización',
'name' => 'Nombre', 'name' => 'Nombre',
@ -18,7 +19,7 @@ return array(
'last_name' => 'Apellidos', 'last_name' => 'Apellidos',
'phone' => 'Teléfono', 'phone' => 'Teléfono',
'email' => 'Email', 'email' => 'Email',
'additional_info' => 'Información extra', 'additional_info' => 'Información adicional',
'payment_terms' => 'Términos de pago', 'payment_terms' => 'Términos de pago',
'currency_id' => 'Divisa', 'currency_id' => 'Divisa',
'size_id' => 'Tamaño', 'size_id' => 'Tamaño',
@ -27,411 +28,391 @@ return array(
// invoice // invoice
'invoice' => 'Factura', 'invoice' => 'Factura',
'client' => 'Clienta', 'client' => 'Cliente',
'invoice_date' => 'Fecha de factura', 'invoice_date' => 'Fecha de factura',
'due_date' => 'Fecha de pago', 'due_date' => 'Fecha de pago',
'invoice_number' => 'Número de Factura', 'invoice_number' => 'Número de Factura',
'invoice_number_short' => 'Nº de Factura', 'invoice_number_short' => 'Nº de Factura',
'po_number' => 'Apartado de correos', 'po_number' => 'Apartado de correos',
'po_number_short' => 'Apdo.', 'po_number_short' => 'Apdo.',
'frequency_id' => 'Fracuencia', 'frequency_id' => 'Frecuencia',
'discount' => 'Descuento', 'discount' => 'Descuento',
'taxes' => 'Impuestos', 'taxes' => 'Impuestos',
'tax' => 'Impuesto', 'tax' => 'Impuesto',
'item' => 'Elemento', 'item' => 'Concepto',
'description' => 'Descripción', 'description' => 'Descripción',
'unit_cost' => 'Coste unitario', 'unit_cost' => 'Coste unitario',
'quantity' => 'Cantidad', 'quantity' => 'Cantidad',
'line_total' => 'Total línea', 'line_total' => 'Total',
'subtotal' => 'Subtotal', 'subtotal' => 'Subtotal',
'paid_to_date' => 'Pagado', 'paid_to_date' => 'Pagado',
'balance_due' => 'Pendiente', 'balance_due' => 'Pendiente',
'invoice_design_id' => 'Diseño', 'invoice_design_id' => 'Diseño',
'terms' => 'Términos', 'terms' => 'Términos',
'your_invoice' => 'Tu factura', 'your_invoice' => 'Tu factura',
'remove_contact' => 'Eliminar contacto',
'remove_contact' => 'Remove contact', 'add_contact' => 'Añadir contacto',
'add_contact' => 'Add contact', 'create_new_client' => 'Crear nuevo cliente',
'create_new_client' => 'Create new client', 'edit_client_details' => 'Editar detalles de cliente',
'edit_client_details' => 'Edit client details', 'enable' => 'Activar',
'enable' => 'Enable', 'learn_more' => 'Aprender más',
'learn_more' => 'Learn more', 'manage_rates' => 'Gestionar tarifas',
'manage_rates' => 'Manage rates', 'note_to_client' => 'Nota para el cliente',
'note_to_client' => 'Note to client', 'invoice_terms' => 'Términos de cliente',
'invoice_terms' => 'Invoice terms', 'save_as_default_terms' => 'Guardar como términos por defecto',
'save_as_default_terms' => 'Save as default terms', 'download_pdf' => 'Descargar PDF',
'download_pdf' => 'Download PDF', 'pay_now' => 'Pagar ahora',
'pay_now' => 'Pay Now', 'save_invoice' => 'Guardar factura',
'save_invoice' => 'Save Invoice', 'clone_invoice' => 'Clonear factura',
'clone_invoice' => 'Clone Invoice', 'archive_invoice' => 'Archivar factura',
'archive_invoice' => 'Archive Invoice', 'delete_invoice' => 'Eliminar factura',
'delete_invoice' => 'Delete Invoice', 'email_invoice' => 'Enviar factura por email',
'email_invoice' => 'Email Invoice', 'enter_payment' => 'Rellenar datos de pago',
'enter_payment' => 'Enter Payment', 'tax_rates' => 'Tasas de impuesto',
'tax_rates' => 'Tax Rates', 'rate' => 'Tasas',
'rate' => 'Rate', 'settings' => 'Configuración',
'settings' => 'Settings', 'enable_invoice_tax' => 'Activar <b>impuesto</b>',
'enable_invoice_tax' => 'Enable specifying an <b>invoice tax</b>', 'enable_line_item_tax' => 'Activar <b>impuesto por partida</b>',
'enable_line_item_tax' => 'Enable specifying <b>line item taxes</b>',
// navigation // navigation
'dashboard' => 'Dashboard', 'dashboard' => 'Paneles de control',
'clients' => 'Clients', 'clients' => 'Clientes',
'invoices' => 'Invoices', 'invoices' => 'Facturas',
'payments' => 'Payments', 'payments' => 'Pagos',
'credits' => 'Credits', 'credits' => 'Créditos',
'history' => 'History', 'history' => 'Historia',
'search' => 'Search', 'search' => 'Búsqueda',
'sign_up' => 'Sign Up', 'sign_up' => 'inscripción',
'guest' => 'Guest', 'guest' => 'invitado',
'company_details' => 'Company Details', 'company_details' => 'Detalles de empresa',
'online_payments' => 'Online Payments', 'online_payments' => 'Pagos por Internet',
'notifications' => 'Notifications', 'notifications' => 'Notificaciones',
'import_export' => 'Import/Export', 'import_export' => 'Importar/Exportar',
'done' => 'Done', 'done' => 'Realizado',
'save' => 'Save', 'save' => 'Guardar',
'create' => 'Create', 'create' => 'Crear',
'upload' => 'Upload', 'upload' => 'Subir',
'import' => 'Import', 'import' => 'Importar',
'download' => 'Download', 'download' => 'Descargar',
'cancel' => 'Cancel', 'cancel' => 'Cancelar',
'close' => 'Close', 'close' => 'Cerrar',
'provide_email' => 'Please provide a valid email address', 'provide_email' => 'Por favor facilita una dirección de correo válido.',
'powered_by' => 'Powered by', 'powered_by' => 'Plataforma por ',
'no_items' => 'No items', 'no_items' => 'No hay data',
// recurring invoices // recurring invoices
'recurring_invoices' => 'Recurring Invoices', 'recurring_invoices' => 'Facturas habituales',
'recurring_help' => '<p>Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually. </p> 'recurring_help' => '<p>Enviar facturas automáticamente a clientes semanalmente, bi-mensualmente, mensualmente, trimestral o anualmente. </p>
<p>Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1.</p> <p>Uso :MONTH, :QUARTER or :YEAR para fechas dinámicas. Matemáticas básicas también funcionan bien. Por ejemplo: :MONTH-1.</p>
<p>Examples of dynamic invoice variables:</p> <p>Ejemplos de variables dinámicas de factura:</p>
<ul> <ul>
<li>"Gym membership for the month of :MONTH" => "Gym membership for the month of July"</li> <li>"Afiliación de gimnasio para el mes de:MONTH" => Afiliación de gimnasio para el mes de julio"</li>
<li>":YEAR+1 yearly subscription" => "2015 Yearly Subscription"</li> <li>":YEAR+1 suscripción anual" => "2015 suscripción anual"</li>
<li>"Retainer payment for :QUARTER+1" => "Retainer payment for Q2"</li> <li>"Retainer payment for :QUARTER+1" => "Pago anticipo de pagos para T2"</li>
</ul>', </ul>',
// dashboard // dashboard
'in_total_revenue' => 'in total revenue', 'in_total_revenue' => 'ingreso total',
'billed_client' => 'billed client', 'billed_client' => 'cliente facturado',
'billed_clients' => 'billed clients', 'billed_clients' => 'clientes facturados',
'active_client' => 'active client', 'active_client' => 'cliente activo',
'active_clients' => 'active clients', 'active_clients' => 'clientes activos',
'invoices_past_due' => 'Invoices Past Due', 'invoices_past_due' => 'Facturas vencidas',
'upcoming_invoices' => 'Upcoming invoices', 'upcoming_invoices' => 'Próximas facturas',
'average_invoice' => 'Average invoice', 'average_invoice' => 'Promedio de facturas',
// list pages // list pages
'archive' => 'Archive', 'archive' => 'Archivar',
'delete' => 'Delete', 'delete' => 'Eliminar',
'archive_client' => 'Archive client', 'archive_client' => 'Archivar cliente',
'delete_client' => 'Delete client', 'delete_client' => 'Eliminar cliente',
'archive_payment' => 'Archive payment', 'archive_payment' => 'Archivar pago',
'delete_payment' => 'Delete payment', 'delete_payment' => 'Eliminar pago',
'archive_credit' => 'Archive credit', 'archive_credit' => 'Archivar crédito',
'delete_credit' => 'Delete credit', 'delete_credit' => 'Eliminar crédito',
'show_archived_deleted' => 'Show archived/deleted', 'show_archived_deleted' => 'Mostrar archivado/eliminado',
'filter' => 'Filter', 'filter' => 'Filtrar',
'new_client' => 'New Client', 'new_client' => 'Nuevo cliente',
'new_invoice' => 'New Invoice', 'new_invoice' => 'Nueva factura',
'new_payment' => 'New Payment', 'new_payment' => 'Nuevo pago',
'new_credit' => 'New Credit', 'new_credit' => 'Neuevo crédito',
'contact' => 'Contact', 'contact' => 'Contacto',
'date_created' => 'Date Created', 'date_created' => 'Fecha de creación',
'last_login' => 'Last Login', 'last_login' => 'Último Acceso',
'balance' => 'Balance', 'balance' => 'Balance',
'action' => 'Action', 'action' => 'Acción',
'status' => 'Status', 'status' => 'Estado',
'invoice_total' => 'Invoice Total', 'invoice_total' => 'Total de Factura',
'frequency' => 'Frequency', 'frequency' => 'Frequencia',
'start_date' => 'Start Date', 'start_date' => 'Fecha de comienzo',
'end_date' => 'End Date', 'end_date' => 'Fecha de terminación',
'transaction_reference' => 'Transaction Reference', 'transaction_reference' => 'Referencia de transacción',
'method' => 'Method', 'method' => 'Método',
'payment_amount' => 'Payment Amount', 'payment_amount' => 'Cantidad de Pago',
'payment_date' => 'Payment Date', 'payment_date' => 'Fecha de Pago',
'credit_amount' => 'Credit Amount', 'credit_amount' => 'Cantidad de Crédito',
'credit_balance' => 'Credit Balance', 'credit_balance' => 'Balance de Crédito',
'credit_date' => 'Credit Date', 'credit_date' => 'Fecha de Crédito',
'empty_table' => 'No data available in table', 'empty_table' => 'Tabla vacía',
'select' => 'Select', 'select' => 'Seleccionar',
'edit_client' => 'Edit Client', 'edit_client' => 'Editar Cliente',
'edit_invoice' => 'Edit Invoice', 'edit_invoice' => 'Editar Factura',
// client view page // client view page
'create_invoice' => 'Create Invoice', 'create_invoice' => 'Crear Factura',
'enter_credit' => 'Enter Credit', 'enter_credit' => 'Entrar Crédito',
'last_logged_in' => 'Last logged in', 'last_logged_in' => 'Última vez accedido',
'details' => 'Details', 'details' => 'Detalles',
'standing' => 'Standing', 'standing' => 'Standing',
'credit' => 'Credit', 'credit' => 'Crédito',
'activity' => 'Activity', 'activity' => 'Actividad',
'date' => 'Date', 'date' => 'Fecha',
'message' => 'Message', 'message' => 'Mensaje',
'adjustment' => 'Adjustment', 'adjustment' => 'Adjustes',
'are_you_sure' => 'Are you sure?', 'are_you_sure' => '¿Estás seguro?',
// payment pages // payment pages
'payment_type_id' => 'Payment type', 'payment_type_id' => 'Tipo de pago',
'amount' => 'Amount', 'amount' => 'Cantidad',
// account/company pages // account/company pages
'work_email' => 'Email', 'work_email' => 'Correo electrónico de trabajo',
'language_id' => 'Language', 'language_id' => 'Idioma',
'timezone_id' => 'Timezone', 'timezone_id' => 'Zona de hora',
'date_format_id' => 'Date format', 'date_format_id' => 'Formato de fecha',
'datetime_format_id' => 'Date/Time Format', 'datetime_format_id' => 'Format de fecha/hora',
'users' => 'Users', 'users' => 'Usarios',
'localization' => 'Localization', 'localization' => 'Localización',
'remove_logo' => 'Remove logo', 'remove_logo' => 'Eliminar logo',
'logo_help' => 'Supported: JPEG, GIF and PNG. Recommended height: 120px', 'logo_help' => 'Formatos aceptados: JPEG, GIF yPNG. Altura recomendadat: 120px',
'payment_gateway' => 'Payment Gateway', 'payment_gateway' => 'Pasarela de pago',
'gateway_id' => 'Provider', 'gateway_id' => 'Proveedor',
'email_notifications' => 'Email Notifications', 'email_notifications' => 'Notificaciones de email',
'email_sent' => 'Email me when an invoice is <b>sent</b>', 'email_sent' => 'Avísame por email cuando una factura <b>se envía</b>',
'email_viewed' => 'Email me when an invoice is <b>viewed</b>', 'email_viewed' => 'Avísame por email cuando una factura <b>se visualiza</b>',
'email_paid' => 'Email me when an invoice is <b>paid</b>', 'email_paid' => 'Avísame por email cuando una factura <b>se paga</b>',
'site_updates' => 'Site Updates', 'site_updates' => 'Actualizaciones del sitio',
'custom_messages' => 'Custom Messages', 'custom_messages' => 'Mensajes a medida',
'default_invoice_terms' => 'Set default invoice terms', 'default_invoice_terms' => 'Configurar términos de factura por defecto',
'default_email_footer' => 'Set default email signature', 'default_email_footer' => 'Configurar firma de email por defecto',
'import_clients' => 'Import Client Data', 'import_clients' => 'Importar Data del cliente',
'csv_file' => 'Select CSV file', 'csv_file' => 'Seleccionar archivo CSV ',
'export_clients' => 'Export Client Data', 'export_clients' => 'Exportar Data del cliente',
'select_file' => 'Please select a file', 'select_file' => 'Seleccionar archivo',
'first_row_headers' => 'Use first row as headers', 'first_row_headers' => 'Usar la primera fila como titulares',
'column' => 'Column', 'column' => 'Columna',
'sample' => 'Sample', 'sample' => 'Ejemplo',
'import_to' => 'Import to', 'import_to' => 'Importar a',
'client_will_create' => 'client will be created', 'client_will_create' => 'cliente se creará',
'clients_will_create' => 'clients will be created', 'clients_will_create' => 'cliente se creará',
// application messages // application messages
'created_client' => 'Successfully created client', 'created_client' => 'cliente creado con éxito',
'created_clients' => 'Successfully created :count clients', 'created_clients' => 'creado con éxito :count clientes',
'updated_settings' => 'Successfully updated settings', 'updated_settings' => 'Configuración actualizada con éxito',
'removed_logo' => 'Successfully removed logo', 'removed_logo' => 'Logo elimindado con éxito',
'sent_message' => 'Successfully sent message', 'sent_message' => 'Mensaje enviado con éxito',
'invoice_error' => 'Please make sure to select a client and correct any errors', 'invoice_error' => 'Seleccionar cliente y corregir errores.',
'limit_clients' => 'Sorry, this will exceed the limit of :count clients', 'limit_clients' => 'Lo sentimos, se ha pasado del límite de :count clientes',
'payment_error' => 'There was an error processing your payment. Please try again later.', 'payment_error' => 'Ha habido un error en el proceso de tu pago. Inténtalo de nuevo más tarde.',
'registration_required' => 'Please sign up to email an invoice', 'registration_required' => 'Inscríbete para enviar una factura',
'confirmation_required' => 'Please confirm your email address', 'confirmation_required' => 'Por favor confirma tu dirección de corro electrónico',
'updated_client' => 'Cliente actualizado con éxito',
'updated_client' => 'Successfully updated client', 'created_client' => 'Cliente creado con éxito',
'created_client' => 'Successfully created client', 'archived_client' => 'Cliente archivado con éxito',
'archived_client' => 'Successfully archived client', 'archived_clients' => 'Archivado con éxito :count clientes',
'archived_clients' => 'Successfully archived :count clients', 'deleted_client' => 'Cliente eliminado con éxito',
'deleted_client' => 'Successfully deleted client', 'deleted_clients' => 'Eliminado con éxito:count clientes',
'deleted_clients' => 'Successfully deleted :count clients', 'updated_invoice' => 'Factura actualizada con éxito',
'created_invoice' => 'Factura creada con éxito',
'updated_invoice' => 'Successfully updated invoice', 'cloned_invoice' => 'Factura cloneada con éxito',
'created_invoice' => 'Successfully created invoice', 'emailed_invoice' => 'Factura enviada con éxito',
'cloned_invoice' => 'Successfully cloned invoice', 'and_created_client' => 'y cliente creado ',
'emailed_invoice' => 'Successfully emailed invoice', 'archived_invoice' => 'Factura archivada con éxito',
'and_created_client' => 'and created client', 'archived_invoices' => 'Archivada con éxito :count facturas',
'archived_invoice' => 'Successfully archived invoice', 'deleted_invoice' => 'Factura eliminada con éxito',
'archived_invoices' => 'Successfully archived :count invoices', 'deleted_invoices' => 'Eliminada con éxito :count facturas',
'deleted_invoice' => 'Successfully deleted invoice', 'created_payment' => 'Pago creado con éxito',
'deleted_invoices' => 'Successfully deleted :count invoices', 'archived_payment' => 'Pago archivado con éxito',
'archived_payments' => 'Archivado con éxito :count pagos',
'created_payment' => 'Successfully created payment', 'deleted_payment' => 'Pago eliminado con éxito',
'archived_payment' => 'Successfully archived payment', 'deleted_payments' => 'Elimidados con éxito :count pagos',
'archived_payments' => 'Successfully archived :count payments', 'applied_payment' => 'Pago aplicado con éxito',
'deleted_payment' => 'Successfully deleted payment', 'created_credit' => 'Crédito creado con éxito',
'deleted_payments' => 'Successfully deleted :count payments', 'archived_credit' => 'Crédito archivado con éxito',
'applied_payment' => 'Successfully applied payment', 'archived_credits' => 'Créditos archivados :count créditos',
'deleted_credit' => 'Créditos eliminados con éxito',
'created_credit' => 'Successfully created credit', 'deleted_credits' => 'Eliminados con éxito :count créditos',
'archived_credit' => 'Successfully archived credit',
'archived_credits' => 'Successfully archived :count credits',
'deleted_credit' => 'Successfully deleted credit',
'deleted_credits' => 'Successfully deleted :count credits',
// Emails // Emails
'confirmation_subject' => 'Invoice Ninja Account Confirmation', 'confirmation_subject' => 'Invoice Ninja Confirmación de Cuenta',
'confirmation_header' => 'Account Confirmation', 'confirmation_header' => 'Confirmación de Cuenta',
'confirmation_message' => 'Please access the link below to confirm your account.', 'confirmation_message' => 'Por favor, haz clic en el enlace abajo para confirmar tu cuenta.',
'invoice_subject' => 'New invoice from :account', 'invoice_subject' => 'Nueva factura de :account',
'invoice_message' => 'To view your invoice for :amount, click the link below.', 'invoice_message' => 'Para visualizar tu factura para :amount, haz clic en el enlace abajo.',
'payment_subject' => 'Payment Received', 'payment_subject' => 'Pago recibido',
'payment_message' => 'Thank you for your payment of :amount.', 'payment_message' => 'Gracias por tu pago de :amount.',
'email_salutation' => 'Dear :name,', 'email_salutation' => 'Estimado :name,',
'email_signature' => 'Regards,', 'email_signature' => 'Un saludo cordial,',
'email_from' => 'The InvoiceNinja Team', 'email_from' => 'El equipo de InvoiceNinja ',
'user_email_footer' => 'To adjust your email notification settings please visit '.SITE_URL.'/company/notifications', 'user_email_footer' => 'Para ajustar la configuración de las notificaciones de tu email, visita '.SITE_URL.'/company/notifications',
'invoice_link_message' => 'To view your client invoice click the link below:', 'invoice_link_message' => 'Para visualizar la factura de cliente, haz clic en el enlace abajo:',
'notification_invoice_paid_subject' => 'Invoice :invoice was paid by :client', 'notification_invoice_paid_subject' => 'Factura :invoice ha sido pagado por :client',
'notification_invoice_sent_subject' => 'Invoice :invoice was sent to :client', 'notification_invoice_sent_subject' => 'Factura :invoice enviada a :client',
'notification_invoice_viewed_subject' => 'Invoice :invoice was viewed by :client', 'notification_invoice_viewed_subject' => 'Factura :invoice ha sido visualizado por :client',
'notification_invoice_paid' => 'A payment of :amount was made by client :client towards Invoice :invoice.', 'notification_invoice_paid' => 'Un pago de :amount se ha realizado por el cliente :client a factura :invoice.',
'notification_invoice_sent' => 'The following client :client was emailed Invoice :invoice for :amount.', 'notification_invoice_sent' => 'El siguiente cliente : factura se ha enviado al cliente Factura :invoice para :amount.',
'notification_invoice_viewed' => 'The following client :client viewed Invoice :invoice for :amount.', 'notification_invoice_viewed' => 'El siguiente cliente: el cliente ha visualizado Factura :invoice por :amount.',
'reset_password' => 'You can reset your account password by clicking the following link:', 'reset_password' => 'Puedes reconfigurar la contraseña de tu cuenta haciendo clic en el siguiente enlace:',
'reset_password_footer' => 'If you did not request this password reset please email our support: ' . CONTACT_EMAIL, 'reset_password_footer' => 'Si no has solicitado un cambio de contraseña, por favor contacta con nosostros: ' . CONTACT_EMAIL,
// Payment page // Payment page
'secure_payment' => 'Secure Payment', 'secure_payment' => 'Pago seguro',
'card_number' => 'Card number', 'card_number' => 'Número de tarjeta',
'expiration_month' => 'Expiration month', 'expiration_month' => 'Mes de caducidad',
'expiration_year' => 'Expiration year', 'expiration_year' => 'Año de caducidad',
'cvv' => 'CVV', 'cvv' => 'CVV',
// Security alerts // Security alerts
'confide' => array( 'confide' => array(
'too_many_attempts' => 'Too many attempts. Try again in few minutes.', 'too_many_attempts' => 'Demasiados intentos. Inténtalo de nuevo en un par de minutos.',
'wrong_credentials' => 'Incorrect email or password.', 'wrong_credentials' => 'Contraseña o email incorrecto.',
'confirmation' => 'Your account has been confirmed!', 'confirmation' => '¡Tu cuenta se ha confirmado!',
'wrong_confirmation' => 'Wrong confirmation code.', 'wrong_confirmation' => 'Código de confirmación incorrecto.',
'password_forgot' => 'The information regarding password reset was sent to your email.', 'password_forgot' => 'La información sobre la reconfiguración de tu contraseña se ha enviado a tu dirección de correo electrónico.',
'password_reset' => 'Your password has been changed successfully.', 'password_reset' => 'Tu contraseña se ha cambiado con éxito.',
'wrong_password_reset' => 'Invalid password. Try again', 'wrong_password_reset' => 'Contraseña no válido. Inténtalo de nuevo',
), ),
// Pro Plan // Pro Plan
'pro_plan' => [ 'pro_plan' => [
'remove_logo' => ':link to remove the Invoice Ninja logo by joining the pro plan', 'remove_logo' => ':link para eliminar el logo de Invoice Ninja al apuntarse al Plan Pro',
'remove_logo_link' => 'Click here', 'remove_logo_link' => 'Haz clic aquí',
], ],
'logout' => 'Salir',
'sign_up_to_save' => 'Inscríbete para guardar tu trabajo',
'agree_to_terms' =>'Estoy de acuerdo con los términos de Invoice Ninja :terms',
'terms_of_service' => 'Términos de servicio',
'email_taken' => 'Esta dirección de correo electrónico ya se ha registrado',
'working' => 'Procesando',
'success' => 'Éxito',
'success_message' => 'Te has registrado con éxito. Por favor, haz clic en el enlace de el correo de confirmación para verificar tu dirección de correo electrónico.',
'erase_data' => 'Esta acción eliminará todos tus datos de forma permanente.',
'password' => 'Contraseña',
'logout' => 'Log Out', 'pro_plan_product' => 'Plan Pro',
'sign_up_to_save' => 'Sign up to save your work', 'pro_plan_description' => 'Un año de inscripción en el Plan Pro de Invoice Ninja.',
'agree_to_terms' =>'I agree to the Invoice Ninja :terms', 'pro_plan_success' => '¡Graciars por unirte a Invoice Ninja! Al realizar el pago de tu factura, se comenzará tu PLAN PRO. ',
'terms_of_service' => 'Terms of Service', 'unsaved_changes' => 'Tienes cambios no guardados',
'email_taken' => 'The email address is already regiestered', 'custom_fields' => 'Campos a medida',
'working' => 'Working', 'company_fields' => 'Campos de empresa',
'success' => 'Success', 'client_fields' => 'Campos de cliente',
'success_message' => 'You have succesfully registered. Please visit the link in the account confirmation email to verify your email address.', 'field_label' => 'Etiqueta del campo',
'erase_data' => 'This will permanently erase your data.', 'field_value' => 'Valor del campo',
'password' => 'Password', 'edit' => 'Editar',
'view_as_recipient' => 'Ver como destinitario',
'pro_plan_product' => 'Pro Plan',
'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.',
'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
'unsaved_changes' => 'You have unsaved changes',
'custom_fields' => 'Custom fields',
'company_fields' => 'Company Fields',
'client_fields' => 'Client Fields',
'field_label' => 'Field Label',
'field_value' => 'Field Value',
'edit' => 'Edit',
'view_as_recipient' => 'View as recipient',
// product management // product management
'product_library' => 'Product Library', 'product_library' => 'Biblioteca de productos',
'product' => 'Product', 'product' => 'Producto',
'products' => 'Products', 'products' => 'Productos',
'fill_products' => 'Auto-fill products', 'fill_products' => 'Productos auto-rellenados',
'fill_products_help' => 'Selecting a product will automatically <b>set the description and cost</b>', 'fill_products_help' => 'Seleccionarun producto automáticamente <b>configurará la descripción y coste</b>',
'update_products' => 'Auto-update products', 'update_products' => 'Auto-actualizar productos',
'update_products_help' => 'Updating an invoice will automatically <b>update the products</b>', 'update_products_help' => 'Actualizar una factura automáticamente <b>actualizará los productos</b>',
'create_product' => 'Create Product', 'create_product' => 'Crear Productos',
'edit_product' => 'Edit Product', 'edit_product' => 'Editar Productos',
'archive_product' => 'Archive Product', 'archive_product' => 'Archivar Productos',
'updated_product' => 'Successfully updated product', 'updated_product' => 'Producto actualizado con éxito',
'created_product' => 'Successfully created product', 'created_product' => 'Producto creado con éxito',
'archived_product' => 'Successfully archived product', 'archived_product' => 'Producto archivado con éxito',
'pro_plan_custom_fields' => ':link to enable custom fields by joining the Pro Plan', 'pro_plan_custom_fields' => ':link para activar campos a medida al apuntarse al Plan Pro',
'advanced_settings' => 'Configuración Avanzada',
'pro_plan_advanced_settings' => ':link para activar la configuración avanzada al apuntarse al Plan Pro',
'invoice_design' => 'Diseño de factura',
'specify_colors' => 'Especificar colores',
'specify_colors_label' => 'Seleccionar los colores usados en la factura',
'chart_builder' => 'Constructor de tablas',
'ninja_email_footer' => 'Usar :site para facturar a tus clientes y recibir pagos de forma gratuita!',
'go_pro' => 'Hazte Pro',
'advanced_settings' => 'Advanced Settings',
'pro_plan_advanced_settings' => ':link to enable the advanced settings by joining the Pro Plan',
'invoice_design' => 'Invoice Design',
'specify_colors' => 'Specify colors',
'specify_colors_label' => 'Select the colors used in the invoice',
'chart_builder' => 'Chart Builder',
'ninja_email_footer' => 'Use :site to invoice your clients and get paid online for free!',
'go_pro' => 'Go Pro',
// Quotes // Quotes
'quote' => 'Quote', 'quote' => 'Presupuesto',
'quotes' => 'Quotes', 'quotes' => 'Presupuestos',
'quote_number' => 'Quote Number', 'quote_number' => 'Número de presupuesto',
'quote_number_short' => 'Quote #', 'quote_number_short' => 'Presupuesto#',
'quote_date' => 'Quote Date', 'quote_date' => 'Fecha de presupuesto',
'quote_total' => 'Quote Total', 'quote_total' => 'Total de prespuesto',
'your_quote' => 'Your Quote', 'your_quote' => 'Tu prespuesto',
'total' => 'Total', 'total' => 'Total',
'clone' => 'Clone', 'clone' => 'Clon',
'new_quote' => 'Nuevo presupuesto',
'new_quote' => 'New Quote', 'create_quote' => 'Creatar Presupuesto',
'create_quote' => 'Create Quote', 'edit_quote' => 'Editar Presupuesto',
'edit_quote' => 'Edit Quote', 'archive_quote' => 'Archivar Presupuesto',
'archive_quote' => 'Archive Quote', 'delete_quote' => 'Eliminar Presupuesto',
'delete_quote' => 'Delete Quote', 'save_quote' => 'Guardar Presupuesto',
'save_quote' => 'Save Quote', 'email_quote' => 'Enviar Presupuesto',
'email_quote' => 'Email Quote', 'clone_quote' => 'Clonear Presupuesto',
'clone_quote' => 'Clone Quote', 'convert_to_invoice' => 'Convertir a Factura',
'convert_to_invoice' => 'Convert to Invoice', 'view_invoice' => 'Ver Factura',
'view_invoice' => 'View Invoice', 'view_quote' => 'Ver Prespuesto',
'view_quote' => 'View Quote', 'view_client' => 'Ver Cliente',
'view_client' => 'View Client', 'updated_quote' => 'Presupuesto actualizado con éxito',
'created_quote' => 'Presupuesto creado con éxito',
'updated_quote' => 'Successfully updated quote', 'cloned_quote' => 'Presupuesto cloneado con éxito',
'created_quote' => 'Successfully created quote', 'emailed_quote' => 'Presupuesto enviado con éxito',
'cloned_quote' => 'Successfully cloned quote', 'archived_quote' => 'Presupuesto archivado con éxito',
'emailed_quote' => 'Successfully emailed quote', 'archived_quotes' => 'Archivado con éxito :count presupuestos',
'archived_quote' => 'Successfully archived quote', 'deleted_quote' => 'Prespuestos eliminado con éxito',
'archived_quotes' => 'Successfully archived :count quotes', 'deleted_quotes' => 'Eliminado con éxito:count presupuestos',
'deleted_quote' => 'Successfully deleted quote', 'converted_to_invoice' => 'Presupuesto convertido a factura con éxito',
'deleted_quotes' => 'Successfully deleted :count quotes', 'quote_subject' => 'Nuevo prespuesto de :account',
'converted_to_invoice' => 'Successfully converted quote to invoice', 'quote_message' => 'Para visualizar presupuesto para :amount, haz clic en el enlace abajo.',
'quote_link_message' => 'Para visualizar tu presupuesto haz clic en el enlace abajo:',
'quote_subject' => 'New quote from :account', 'notification_quote_sent_subject' => 'Presupuesto:invoice enviada a :client',
'quote_message' => 'To view your quote for :amount, click the link below.', 'notification_quote_viewed_subject' => 'Prespuesto :invoice visualizada por :client',
'quote_link_message' => 'To view your client quote click the link below:', 'notification_quote_sent' => 'El siguiente cliente :client ha recibido un email Presupuesto :invoice por :amount.',
'notification_quote_sent_subject' => 'Quote :invoice was sent to :client', 'notification_quote_viewed' => 'El siguiente cliente :client a visualizado Presupuesto :invoice por :amount.',
'notification_quote_viewed_subject' => 'Quote :invoice was viewed by :client', 'session_expired' => 'Tu sesión se ha caducado.',
'notification_quote_sent' => 'The following client :client was emailed Quote :invoice for :amount.', 'invoice_fields' => 'Campos de factura',
'notification_quote_viewed' => 'The following client :client viewed Quote :invoice for :amount.', 'invoice_options' => 'Opciones de factura',
'hide_quantity' => 'Esconder cantidad',
'session_expired' => 'Your session has expired.', 'hide_quantity_help' => 'Si las cantidades de tus partidas siempre son 1, entonces puedes organizar tus facturas mejor al no mostrar este campo.',
'hide_paid_to_date' => 'Esconder facturas pagadas hasta la fecha de hoy',
'invoice_fields' => 'Invoice Fields', 'hide_paid_to_date_help' => 'Solo mostrar la área “Pagadas al día de hoy” en tus facturas en cuanto se ha recibido una factura.',
'invoice_options' => 'Invoice Options', 'charge_taxes' => 'Cobrar impuestos',
'hide_quantity' => 'Hide quantity', 'user_management' => 'Gestión de usario',
'hide_quantity_help' => 'If your line items quantities are always 1, then you can declutter invoices by no longer displaying this field.', 'add_user' => 'Añadir usario',
'hide_paid_to_date' => 'Hide paid to date', 'send_invite' => 'Invitación enviada',
'hide_paid_to_date_help' => 'Only display the "Paid to Date" area on your invoices once a payment has been received.', 'sent_invite' => 'Invitación enviada con éxito',
'updated_user' => 'Usario actualizado con éxito',
'charge_taxes' => 'Charge taxes', 'invitation_message' => 'Te ha invitaado :invitor. ',
'user_management' => 'User Management', 'register_to_add_user' => 'Regístrate para añadir usarios',
'add_user' => 'Add User', 'user_state' => 'Estado',
'send_invite' => 'Send invitation', 'edit_user' => 'Editar Usario',
'sent_invite' => 'Successfully sent invitation', 'delete_user' => 'Eliminar Usario',
'updated_user' => 'Successfully updated user', 'active' => 'Activar',
'invitation_message' => 'You\'ve been invited by :invitor. ', 'pending' => 'Pendiente',
'register_to_add_user' => 'Please sign up to add a user', 'deleted_user' => 'Usario eliminado con éxito',
'user_state' => 'State', 'limit_users' => 'Lo sentimos, esta acción se excederá el límite de ' . MAX_NUM_USERS . ' usarios',
'edit_user' => 'Edit User', 'confirm_email_invoice' => '¿Estás seguro que quieres enviar esta factura?',
'delete_user' => 'Delete User', 'confirm_email_quote' => 'Estás seguro que quieres enviar este presupuesto?',
'active' => 'Active', 'confirm_recurring_email_invoice' => 'Se ha activado Facturas Frecuentes, estás seguro que quieres enviar esta factura?',
'pending' => 'Pending', 'cancel_account' => 'Cancelar Cuenta',
'deleted_user' => 'Successfully deleted user', 'cancel_account_message' => 'AVISO: Esta acción eliminará todos tus datos de forma permanente.',
'limit_users' => 'Sorry, this will exceed the limit of ' . MAX_NUM_USERS . ' users', 'go_back' => 'Atrás',
'data_visualizations' => 'Visualizaciones de data',
'confirm_email_invoice' => 'Are you sure you want to email this invoice?', 'sample_data' => 'Data de muestra mostrada',
'confirm_email_quote' => 'Are you sure you want to email this quote?', 'hide' => 'Esconder',
'confirm_recurring_email_invoice' => 'Recurring is enabled, are you sure you want this invoice emailed?', 'new_version_available' => 'Una nueva versión de :releases_link disponibles. Estás utilizando versión:usario_versión, la última versión es:latest_version',
'invoice_settings' => 'Configuración de facturas',
'cancel_account' => 'Cancel Account', 'invoice_number_prefix' => 'Número prefijo de factura',
'cancel_account_message' => 'Warning: This will permanently erase all of your data, there is no undo.', 'invoice_number_counter' => 'Contador de números de factura',
'go_back' => 'Go Back', 'quote_number_prefix' => 'Número prefijo de presupuesto',
'quote_number_counter' => 'Contador de números de prespuesto',
'data_visualizations' => 'Data Visualizations', 'share_invoice_counter' => 'Contador de facturas compartidas',
'sample_data' => 'Sample data shown', 'invoice_issued_to' => 'Factura emitida a',
'hide' => 'Hide', 'invalid_counter' => 'Para evitar posibles conflictos, por favor pon un numero prefijo de factura o de presupuesto.',
'new_version_available' => 'A new version of :releases_link is available. You\'re running v:user_version, the latest is v:latest_version', 'mark_sent' => 'Marcar como enviado',
'invoice_settings' => 'Invoice Settings',
'invoice_number_prefix' => 'Invoice Number Prefix',
'invoice_number_counter' => 'Invoice Number Counter',
'quote_number_prefix' => 'Quote Number Prefix',
'quote_number_counter' => 'Quote Number Counter',
'share_invoice_counter' => 'Share invoice counter',
'invoice_issued_to' => 'Invoice issued to',
'invalid_counter' => 'To prevent a possible conflict please set either an invoice or quote number prefix',
'mark_sent' => 'Mark sent',
); );