From 317812e598aa5a9e9e88131c6323094303585555 Mon Sep 17 00:00:00 2001 From: "rafael.sisweb" Date: Thu, 12 Nov 2015 08:32:14 -0500 Subject: [PATCH 1/3] Some fix to pt_br translate --- resources/lang/en/texts.php | 1815 +++++++++++++++++------------------ 1 file changed, 903 insertions(+), 912 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index c528f6f98674..ca410c7b8d02 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2,916 +2,907 @@ return array( - // client - 'organization' => 'Organization', - 'name' => 'Name', - 'website' => 'Website', - 'work_phone' => 'Phone', - 'address' => 'Address', - 'address1' => 'Street', - 'address2' => 'Apt/Suite', - 'city' => 'City', - 'state' => 'State/Province', - 'postal_code' => 'Postal Code', - 'country_id' => 'Country', - 'contacts' => 'Contacts', - 'first_name' => 'First Name', - 'last_name' => 'Last Name', - 'phone' => 'Phone', - 'email' => 'Email', - 'additional_info' => 'Additional Info', - 'payment_terms' => 'Payment Terms', - 'currency_id' => 'Currency', - 'size_id' => 'Company Size', - 'industry_id' => 'Industry', - 'private_notes' => 'Private Notes', - - // invoice - 'invoice' => 'Invoice', - 'client' => 'Client', - 'invoice_date' => 'Invoice Date', - 'due_date' => 'Due Date', - 'invoice_number' => 'Invoice Number', - 'invoice_number_short' => 'Invoice #', - 'po_number' => 'PO Number', - 'po_number_short' => 'PO #', - 'frequency_id' => 'How Often', - 'discount' => 'Discount', - 'taxes' => 'Taxes', - 'tax' => 'Tax', - 'item' => 'Item', - 'description' => 'Description', - 'unit_cost' => 'Unit Cost', - 'quantity' => 'Quantity', - 'line_total' => 'Line Total', - 'subtotal' => 'Subtotal', - 'paid_to_date' => 'Paid to Date', - 'balance_due' => 'Balance Due', - 'invoice_design_id' => 'Design', - 'terms' => 'Terms', - 'your_invoice' => 'Your Invoice', - - 'remove_contact' => 'Remove contact', - 'add_contact' => 'Add contact', - 'create_new_client' => 'Create new client', - 'edit_client_details' => 'Edit client details', - 'enable' => 'Enable', - 'learn_more' => 'Learn more', - 'manage_rates' => 'Manage rates', - 'note_to_client' => 'Note to Client', - 'invoice_terms' => 'Invoice Terms', - 'save_as_default_terms' => 'Save as default terms', - 'download_pdf' => 'Download PDF', - 'pay_now' => 'Pay Now', - 'save_invoice' => 'Save Invoice', - 'clone_invoice' => 'Clone Invoice', - 'archive_invoice' => 'Archive Invoice', - 'delete_invoice' => 'Delete Invoice', - 'email_invoice' => 'Email Invoice', - 'enter_payment' => 'Enter Payment', - 'tax_rates' => 'Tax Rates', - 'rate' => 'Rate', - 'settings' => 'Settings', - 'enable_invoice_tax' => 'Enable specifying an invoice tax', - 'enable_line_item_tax' => 'Enable specifying line item taxes', - - // navigation - 'dashboard' => 'Dashboard', - 'clients' => 'Clients', - 'invoices' => 'Invoices', - 'payments' => 'Payments', - 'credits' => 'Credits', - 'history' => 'History', - 'search' => 'Search', - 'sign_up' => 'Sign Up', - 'guest' => 'Guest', - 'company_details' => 'Company Details', - 'online_payments' => 'Online Payments', - 'notifications' => 'Notifications', - 'import_export' => 'Import/Export', - 'done' => 'Done', - 'save' => 'Save', - 'create' => 'Create', - 'upload' => 'Upload', - 'import' => 'Import', - 'download' => 'Download', - 'cancel' => 'Cancel', - 'close' => 'Close', - 'provide_email' => 'Please provide a valid email address', - 'powered_by' => 'Powered by', - 'no_items' => 'No items', - - // recurring invoices - 'recurring_invoices' => 'Recurring Invoices', - 'recurring_help' => '

Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually.

-

Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1.

-

Examples of dynamic invoice variables:

- ', - - // dashboard - 'in_total_revenue' => 'in total revenue', - 'billed_client' => 'billed client', - 'billed_clients' => 'billed clients', - 'active_client' => 'active client', - 'active_clients' => 'active clients', - 'invoices_past_due' => 'Invoices Past Due', - 'upcoming_invoices' => 'Upcoming Invoices', - 'average_invoice' => 'Average Invoice', - - // list pages - 'archive' => 'Archive', - 'delete' => 'Delete', - 'archive_client' => 'Archive Client', - 'delete_client' => 'Delete Client', - 'archive_payment' => 'Archive Payment', - 'delete_payment' => 'Delete Payment', - 'archive_credit' => 'Archive Credit', - 'delete_credit' => 'Delete Credit', - 'show_archived_deleted' => 'Show archived/deleted', - 'filter' => 'Filter', - 'new_client' => 'New Client', - 'new_invoice' => 'New Invoice', - 'new_payment' => 'Enter Payment', - 'new_credit' => 'Enter Credit', - 'contact' => 'Contact', - 'date_created' => 'Date Created', - 'last_login' => 'Last Login', - 'balance' => 'Balance', - 'action' => 'Action', - 'status' => 'Status', - 'invoice_total' => 'Invoice Total', - 'frequency' => 'Frequency', - 'start_date' => 'Start Date', - 'end_date' => 'End Date', - 'transaction_reference' => 'Transaction Reference', - 'method' => 'Method', - 'payment_amount' => 'Payment Amount', - 'payment_date' => 'Payment Date', - 'credit_amount' => 'Credit Amount', - 'credit_balance' => 'Credit Balance', - 'credit_date' => 'Credit Date', - 'empty_table' => 'No data available in table', - 'select' => 'Select', - 'edit_client' => 'Edit Client', - 'edit_invoice' => 'Edit Invoice', - - // client view page - 'create_invoice' => 'Create Invoice', - 'enter_credit' => 'Enter Credit', - 'last_logged_in' => 'Last logged in', - 'details' => 'Details', - 'standing' => 'Standing', - 'credit' => 'Credit', - 'activity' => 'Activity', - 'date' => 'Date', - 'message' => 'Message', - 'adjustment' => 'Adjustment', - 'are_you_sure' => 'Are you sure?', - - // payment pages - 'payment_type_id' => 'Payment Type', - 'amount' => 'Amount', - - // account/company pages - 'work_email' => 'Email', - 'language_id' => 'Language', - 'timezone_id' => 'Timezone', - 'date_format_id' => 'Date format', - 'datetime_format_id' => 'Date/Time Format', - 'users' => 'Users', - 'localization' => 'Localization', - 'remove_logo' => 'Remove logo', - 'logo_help' => 'Supported: JPEG, GIF and PNG', - 'payment_gateway' => 'Payment Gateway', - 'gateway_id' => 'Gateway', - 'email_notifications' => 'Email Notifications', - 'email_sent' => 'Email me when an invoice is sent', - 'email_viewed' => 'Email me when an invoice is viewed', - 'email_paid' => 'Email me when an invoice is paid', - 'site_updates' => 'Site Updates', - 'custom_messages' => 'Custom Messages', - 'default_email_footer' => 'Set default email signature', - 'import_clients' => 'Import Client Data', - 'csv_file' => 'Select CSV file', - 'export_clients' => 'Export Client Data', - 'select_file' => 'Please select a file', - 'first_row_headers' => 'Use first row as headers', - 'column' => 'Column', - 'sample' => 'Sample', - 'import_to' => 'Import to', - 'client_will_create' => 'client will be created', - 'clients_will_create' => 'clients will be created', - 'email_settings' => 'Email Settings', - 'pdf_email_attachment' => 'Attach PDFs', - - // application messages - 'created_client' => 'Successfully created client', - 'created_clients' => 'Successfully created :count clients', - 'updated_settings' => 'Successfully updated settings', - 'removed_logo' => 'Successfully removed logo', - 'sent_message' => 'Successfully sent message', - 'invoice_error' => 'Please make sure to select a client and correct any errors', - 'limit_clients' => 'Sorry, this will exceed the limit of :count clients', - 'payment_error' => 'There was an error processing your payment. Please try again later.', - 'registration_required' => 'Please sign up to email an invoice', - 'confirmation_required' => 'Please confirm your email address', - - 'updated_client' => 'Successfully updated client', - 'created_client' => 'Successfully created client', - 'archived_client' => 'Successfully archived client', - 'archived_clients' => 'Successfully archived :count clients', - 'deleted_client' => 'Successfully deleted client', - 'deleted_clients' => 'Successfully deleted :count clients', - - 'updated_invoice' => 'Successfully updated invoice', - 'created_invoice' => 'Successfully created invoice', - 'cloned_invoice' => 'Successfully cloned invoice', - 'emailed_invoice' => 'Successfully emailed invoice', - 'and_created_client' => 'and created client', - 'archived_invoice' => 'Successfully archived invoice', - 'archived_invoices' => 'Successfully archived :count invoices', - 'deleted_invoice' => 'Successfully deleted invoice', - 'deleted_invoices' => 'Successfully deleted :count invoices', - - 'created_payment' => 'Successfully created payment', - 'archived_payment' => 'Successfully archived payment', - 'archived_payments' => 'Successfully archived :count payments', - 'deleted_payment' => 'Successfully deleted payment', - 'deleted_payments' => 'Successfully deleted :count payments', - 'applied_payment' => 'Successfully applied payment', - - 'created_credit' => 'Successfully created credit', - 'archived_credit' => 'Successfully archived credit', - 'archived_credits' => 'Successfully archived :count credits', - 'deleted_credit' => 'Successfully deleted credit', - 'deleted_credits' => 'Successfully deleted :count credits', - - // Emails - 'confirmation_subject' => 'Invoice Ninja Account Confirmation', - 'confirmation_header' => 'Account Confirmation', - 'confirmation_message' => 'Please access the link below to confirm your account.', - 'invoice_subject' => 'New invoice :invoice from :account', - 'invoice_message' => 'To view your invoice for :amount, click the link below.', - 'payment_subject' => 'Payment Received', - 'payment_message' => 'Thank you for your payment of :amount.', - 'email_salutation' => 'Dear :name,', - 'email_signature' => 'Regards,', - 'email_from' => 'The Invoice Ninja Team', - 'user_email_footer' => 'To adjust your email notification settings please visit '.SITE_URL.'/settings/notifications', - 'invoice_link_message' => 'To view your client invoice click the link below:', - 'notification_invoice_paid_subject' => 'Invoice :invoice was paid by :client', - 'notification_invoice_sent_subject' => 'Invoice :invoice was sent to :client', - 'notification_invoice_viewed_subject' => 'Invoice :invoice was viewed by :client', - 'notification_invoice_paid' => 'A payment of :amount was made by client :client towards Invoice :invoice.', - 'notification_invoice_sent' => 'The following client :client was emailed Invoice :invoice for :amount.', - 'notification_invoice_viewed' => 'The following client :client viewed Invoice :invoice for :amount.', - 'reset_password' => 'You can reset your account password by clicking the following link:', - 'reset_password_footer' => 'If you did not request this password reset please email our support: ' . CONTACT_EMAIL, - - - // Payment page - 'secure_payment' => 'Secure Payment', - 'card_number' => 'Card Number', - 'expiration_month' => 'Expiration Month', - 'expiration_year' => 'Expiration Year', - 'cvv' => 'CVV', - - // Security alerts - 'security' => [ - 'too_many_attempts' => 'Too many attempts. Try again in few minutes.', - 'wrong_credentials' => 'Incorrect email or password.', - 'confirmation' => 'Your account has been confirmed!', - 'wrong_confirmation' => 'Wrong confirmation code.', - 'password_forgot' => 'The information regarding password reset was sent to your email.', - 'password_reset' => 'Your password has been changed successfully.', - 'wrong_password_reset' => 'Invalid password. Try again', - ], - - // Pro Plan - 'pro_plan' => [ - 'remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', - 'remove_logo_link' => 'Click here', - ], - - 'logout' => 'Log Out', - 'sign_up_to_save' => 'Sign up to save your work', - 'agree_to_terms' =>'I agree to the Invoice Ninja :terms', - 'terms_of_service' => 'Terms of Service', - 'email_taken' => 'The email address is already registered', - 'working' => 'Working', - 'success' => 'Success', - 'success_message' => 'You have successfully registered! Please visit the link in the account confirmation email to verify your email address.', - 'erase_data' => 'This will permanently erase your data.', - 'password' => 'Password', - - 'pro_plan_product' => 'Pro Plan', - 'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.', - 'pro_plan_success' => 'Thanks for choosing Invoice Ninja\'s Pro plan!

 
- Next Steps

A payable invoice has been sent to the email - address associated with your account. To unlock all of the awesome - Pro features, please follow the instructions on the invoice to pay - for a year of Pro-level invoicing.

- Can\'t find the invoice? Need further assistance? We\'re happy to help - -- email us at contact@invoiceninja.com', - - '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', - 'set_name' => 'Set your company name', - 'view_as_recipient' => 'View as recipient', - - // product management - 'product_library' => 'Product Library', - 'product' => 'Product', - 'products' => 'Products', - 'fill_products' => 'Auto-fill products', - 'fill_products_help' => 'Selecting a product will automatically fill in the description and cost', - 'update_products' => 'Auto-update products', - 'update_products_help' => 'Updating an invoice will automatically update the product library', - 'create_product' => 'Add Product', - 'edit_product' => 'Edit Product', - 'archive_product' => 'Archive Product', - 'updated_product' => 'Successfully updated product', - 'created_product' => 'Successfully created product', - 'archived_product' => 'Successfully archived product', - 'pro_plan_custom_fields' => ':link to enable custom fields by joining the Pro Plan', - - '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 - 'quote' => 'Quote', - 'quotes' => 'Quotes', - 'quote_number' => 'Quote Number', - 'quote_number_short' => 'Quote #', - 'quote_date' => 'Quote Date', - 'quote_total' => 'Quote Total', - 'your_quote' => 'Your Quote', - 'total' => 'Total', - 'clone' => 'Clone', - - 'new_quote' => 'New Quote', - 'create_quote' => 'Create Quote', - 'edit_quote' => 'Edit Quote', - 'archive_quote' => 'Archive Quote', - 'delete_quote' => 'Delete Quote', - 'save_quote' => 'Save Quote', - 'email_quote' => 'Email Quote', - 'clone_quote' => 'Clone Quote', - 'convert_to_invoice' => 'Convert to Invoice', - 'view_invoice' => 'View Invoice', - 'view_client' => 'View Client', - 'view_quote' => 'View Quote', - - 'updated_quote' => 'Successfully updated quote', - 'created_quote' => 'Successfully created quote', - 'cloned_quote' => 'Successfully cloned quote', - 'emailed_quote' => 'Successfully emailed quote', - 'archived_quote' => 'Successfully archived quote', - 'archived_quotes' => 'Successfully archived :count quotes', - 'deleted_quote' => 'Successfully deleted quote', - 'deleted_quotes' => 'Successfully deleted :count quotes', - 'converted_to_invoice' => 'Successfully converted quote to invoice', - - 'quote_subject' => 'New quote $quote from :account', - 'quote_message' => 'To view your quote for :amount, click the link below.', - 'quote_link_message' => 'To view your client quote click the link below:', - 'notification_quote_sent_subject' => 'Quote :invoice was sent to :client', - 'notification_quote_viewed_subject' => 'Quote :invoice was viewed by :client', - 'notification_quote_sent' => 'The following client :client was emailed Quote :invoice for :amount.', - 'notification_quote_viewed' => 'The following client :client viewed Quote :invoice for :amount.', - - 'session_expired' => 'Your session has expired.', - - 'invoice_fields' => 'Invoice Fields', - 'invoice_options' => 'Invoice Options', - 'hide_quantity' => 'Hide Quantity', - 'hide_quantity_help' => 'If your line items quantities are always 1, then you can declutter invoices by no longer displaying this field.', - 'hide_paid_to_date' => 'Hide Paid to Date', - 'hide_paid_to_date_help' => 'Only display the "Paid to Date" area on your invoices once a payment has been received.', - - 'charge_taxes' => 'Charge taxes', - 'user_management' => 'User Management', - 'add_user' => 'Add User', - 'send_invite' => 'Send invitation', - 'sent_invite' => 'Successfully sent invitation', - 'updated_user' => 'Successfully updated user', - 'invitation_message' => 'You\'ve been invited by :invitor. ', - 'register_to_add_user' => 'Please sign up to add a user', - 'user_state' => 'State', - 'edit_user' => 'Edit User', - 'delete_user' => 'Delete User', - 'active' => 'Active', - 'pending' => 'Pending', - 'deleted_user' => 'Successfully deleted user', - 'limit_users' => 'Sorry, this will exceed the limit of ' . MAX_NUM_USERS . ' users', - - 'confirm_email_invoice' => 'Are you sure you want to email this invoice?', - 'confirm_email_quote' => 'Are you sure you want to email this quote?', - 'confirm_recurring_email_invoice' => 'Are you sure you want this invoice emailed?', - - 'cancel_account' => 'Cancel Account', - 'cancel_account_message' => 'Warning: This will permanently erase all of your data, there is no undo.', - 'go_back' => 'Go Back', - - 'data_visualizations' => 'Data Visualizations', - 'sample_data' => 'Sample data shown', - 'hide' => 'Hide', - 'new_version_available' => 'A new version of :releases_link is available. You\'re running v:user_version, the latest is v:latest_version', - - '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', - - 'gateway_help_1' => ':link to sign up for Authorize.net.', - 'gateway_help_2' => ':link to sign up for Authorize.net.', - 'gateway_help_17' => ':link to get your PayPal API signature.', - 'gateway_help_23' => 'Note: use your secret API key, not your publishable API key.', - 'gateway_help_27' => ':link to sign up for TwoCheckout.', - - 'more_designs' => 'More designs', - 'more_designs_title' => 'Additional Invoice Designs', - 'more_designs_cloud_header' => 'Go Pro for more invoice designs', - 'more_designs_cloud_text' => '', - 'more_designs_self_host_header' => 'Get 6 more invoice designs for just $'.INVOICE_DESIGNS_PRICE, - 'more_designs_self_host_text' => '', - 'buy' => 'Buy', - 'bought_designs' => 'Successfully added additional invoice designs', - 'sent' => 'sent', - - 'vat_number' => 'VAT Number', - 'timesheets' => 'Timesheets', - - 'payment_title' => 'Enter Your Billing Address and Credit Card information', - 'payment_cvv' => '*This is the 3-4 digit number onthe back of your card', - 'payment_footer1' => '*Billing address must match address associated with credit card.', - 'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', - - 'id_number' => 'ID Number', - 'white_label_link' => 'White label', - 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the client portal and help support our project.', - 'white_label_header' => 'White Label', - 'bought_white_label' => 'Successfully enabled white label license', - 'white_labeled' => 'White labeled', - - 'restore' => 'Restore', - 'restore_invoice' => 'Restore Invoice', - 'restore_quote' => 'Restore Quote', - 'restore_client' => 'Restore Client', - 'restore_credit' => 'Restore Credit', - 'restore_payment' => 'Restore Payment', - - 'restored_invoice' => 'Successfully restored invoice', - 'restored_quote' => 'Successfully restored quote', - 'restored_client' => 'Successfully restored client', - 'restored_payment' => 'Successfully restored payment', - 'restored_credit' => 'Successfully restored credit', - - 'reason_for_canceling' => 'Help us improve our site by telling us why you\'re leaving.', - 'discount_percent' => 'Percent', - 'discount_amount' => 'Amount', - - 'invoice_history' => 'Invoice History', - 'quote_history' => 'Quote History', - 'current_version' => 'Current version', - 'select_versiony' => 'Select version', - 'view_history' => 'View History', - - 'edit_payment' => 'Edit Payment', - 'updated_payment' => 'Successfully updated payment', - 'deleted' => 'Deleted', - 'restore_user' => 'Restore User', - 'restored_user' => 'Successfully restored user', - 'show_deleted_users' => 'Show deleted users', - 'email_templates' => 'Email Templates', - 'invoice_email' => 'Invoice Email', - 'payment_email' => 'Payment Email', - 'quote_email' => 'Quote Email', - 'reset_all' => 'Reset All', - 'approve' => 'Approve', - - 'token_billing_type_id' => 'Token Billing', - 'token_billing_help' => 'Enables you to store credit cards with your gateway, and charge them at a later date.', - 'token_billing_1' => 'Disabled', - 'token_billing_2' => 'Opt-in - checkbox is shown but not selected', - 'token_billing_3' => 'Opt-out - checkbox is shown and selected', - 'token_billing_4' => 'Always', - 'token_billing_checkbox' => 'Store credit card details', - 'view_in_stripe' => 'View in Stripe', - 'use_card_on_file' => 'Use card on file', - 'edit_payment_details' => 'Edit payment details', - 'token_billing' => 'Save card details', - 'token_billing_secure' => 'The data is stored securely by :stripe_link', - - 'support' => 'Support', - 'contact_information' => 'Contact Information', - '256_encryption' => '256-Bit Encryption', - 'amount_due' => 'Amount due', - 'billing_address' => 'Billing Address', - 'billing_method' => 'Billing Method', - 'order_overview' => 'Order overview', - 'match_address' => '*Address must match address associated with credit card.', - 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', - - 'invoice_footer' => 'Invoice Footer', - 'save_as_default_footer' => 'Save as default footer', - - 'token_management' => 'Token Management', - 'tokens' => 'Tokens', - 'add_token' => 'Add Token', - 'show_deleted_tokens' => 'Show deleted tokens', - 'deleted_token' => 'Successfully deleted token', - 'created_token' => 'Successfully created token', - 'updated_token' => 'Successfully updated token', - 'edit_token' => 'Edit Token', - 'delete_token' => 'Delete Token', - 'token' => 'Token', - - 'add_gateway' => 'Add Gateway', - 'delete_gateway' => 'Delete Gateway', - 'edit_gateway' => 'Edit Gateway', - 'updated_gateway' => 'Successfully updated gateway', - 'created_gateway' => 'Successfully created gateway', - 'deleted_gateway' => 'Successfully deleted gateway', - 'pay_with_paypal' => 'PayPal', - 'pay_with_card' => 'Credit Card', - - 'change_password' => 'Change password', - 'current_password' => 'Current password', - 'new_password' => 'New password', - 'confirm_password' => 'Confirm password', - 'password_error_incorrect' => 'The current password is incorrect.', - 'password_error_invalid' => 'The new password is invalid.', - 'updated_password' => 'Successfully updated password', - - 'api_tokens' => 'API Tokens', - 'users_and_tokens' => 'Users & Tokens', - 'account_login' => 'Account Login', - 'recover_password' => 'Recover your password', - 'forgot_password' => 'Forgot your password?', - 'email_address' => 'Email address', - 'lets_go' => 'Let\'s go', - //'lets_go' => 'Login', - 'password_recovery' => 'Password Recovery', - 'send_email' => 'Send email', - 'set_password' => 'Set Password', - 'converted' => 'Converted', - - 'email_approved' => 'Email me when a quote is approved', - 'notification_quote_approved_subject' => 'Quote :invoice was approved by :client', - 'notification_quote_approved' => 'The following client :client approved Quote :invoice for :amount.', - 'resend_confirmation' => 'Resend confirmation email', - 'confirmation_resent' => 'The confirmation email was resent', - - 'gateway_help_42' => ':link to sign up for BitPay.
Note: use a Legacy API Key, not an API token.', - 'payment_type_credit_card' => 'Credit Card', - 'payment_type_paypal' => 'PayPal', - 'payment_type_bitcoin' => 'Bitcoin', - 'knowledge_base' => 'Knowledge Base', - 'partial' => 'Partial', - 'partial_remaining' => ':partial of :balance', - - 'more_fields' => 'More Fields', - 'less_fields' => 'Less Fields', - 'client_name' => 'Client Name', - 'pdf_settings' => 'PDF Settings', - 'product_settings' => 'Product Settings', - 'auto_wrap' => 'Auto Line Wrap', - 'duplicate_post' => 'Warning: the previous page was submitted twice. The second submission had been ignored.', - 'view_documentation' => 'View Documentation', - 'app_title' => 'Free Open-Source Online Invoicing', - 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.', - - 'rows' => 'rows', - 'www' => 'www', - 'logo' => 'Logo', - 'subdomain' => 'Subdomain', - 'provide_name_or_email' => 'Please provide a contact name or email', - 'charts_and_reports' => 'Charts & Reports', - 'chart' => 'Chart', - 'report' => 'Report', - 'group_by' => 'Group by', - 'paid' => 'Paid', - 'enable_report' => 'Report', - 'enable_chart' => 'Chart', - 'totals' => 'Totals', - 'run' => 'Run', - 'export' => 'Export', - 'documentation' => 'Documentation', - 'zapier' => 'Zapier', - 'recurring' => 'Recurring', - 'last_invoice_sent' => 'Last invoice sent :date', - - 'processed_updates' => 'Successfully completed update', - 'tasks' => 'Tasks', - 'new_task' => 'New Task', - 'start_time' => 'Start Time', - 'created_task' => 'Successfully created task', - 'updated_task' => 'Successfully updated task', - 'edit_task' => 'Edit Task', - 'archive_task' => 'Archive Task', - 'restore_task' => 'Restore Task', - 'delete_task' => 'Delete Task', - 'stop_task' => 'Stop Task', - 'time' => 'Time', - 'start' => 'Start', - 'stop' => 'Stop', - 'now' => 'Now', - 'timer' => 'Timer', - 'manual' => 'Manual', - 'date_and_time' => 'Date & Time', - 'second' => 'second', - 'seconds' => 'seconds', - 'minute' => 'minute', - 'minutes' => 'minutes', - 'hour' => 'hour', - 'hours' => 'hours', - 'task_details' => 'Task Details', - 'duration' => 'Duration', - 'end_time' => 'End Time', - 'end' => 'End', - 'invoiced' => 'Invoiced', - 'logged' => 'Logged', - 'running' => 'Running', - 'task_error_multiple_clients' => 'The tasks can\'t belong to different clients', - 'task_error_running' => 'Please stop running tasks first', - 'task_error_invoiced' => 'Tasks have already been invoiced', - 'restored_task' => 'Successfully restored task', - 'archived_task' => 'Successfully archived task', - 'archived_tasks' => 'Successfully archived :count tasks', - 'deleted_task' => 'Successfully deleted task', - 'deleted_tasks' => 'Successfully deleted :count tasks', - 'create_task' => 'Create Task', - 'stopped_task' => 'Successfully stopped task', - 'invoice_task' => 'Invoice Task', - 'invoice_labels' => 'Invoice Labels', - 'prefix' => 'Prefix', - 'counter' => 'Counter', - - 'payment_type_dwolla' => 'Dwolla', - 'gateway_help_43' => ':link to sign up for Dwolla.
Note: remove dashes from the Destination/Dwolla Id', - 'partial_value' => 'Must be greater than zero and less than the total', - 'more_actions' => 'More Actions', - - 'pro_plan_title' => 'NINJA PRO', - 'pro_plan_call_to_action' => 'Upgrade Now!', - 'pro_plan_feature1' => 'Create Unlimited Clients', - 'pro_plan_feature2' => 'Access to 10 Beautiful Invoice Designs', - 'pro_plan_feature3' => 'Custom URLs - "YourBrand.InvoiceNinja.com"', - 'pro_plan_feature4' => 'Remove "Created by Invoice Ninja"', - 'pro_plan_feature5' => 'Multi-user Access & Activity Tracking', - 'pro_plan_feature6' => 'Create Quotes & Pro-forma Invoices', - 'pro_plan_feature7' => 'Customize Invoice Field Titles & Numbering', - 'pro_plan_feature8' => 'Option to Attach PDFs to Client Emails', - - 'resume' => 'Resume', - 'break_duration' => 'Break', - 'edit_details' => 'Edit Details', - 'work' => 'Work', - 'timezone_unset' => 'Please :link to set your timezone', - 'click_here' => 'click here', - - 'email_receipt' => 'Email payment receipt to the client', - 'created_payment_emailed_client' => 'Successfully created payment and emailed client', - 'add_company' => 'Add Company', - 'untitled' => 'Untitled', - 'new_company' => 'New Company', - 'associated_accounts' => 'Successfully linked accounts', - 'unlinked_account' => 'Successfully unlinked accounts', - 'login' => 'Login', - 'or' => 'or', - - 'email_error' => 'There was a problem sending the email', - 'confirm_recurring_timing' => 'Note: emails are sent at the start of the hour.', - 'old_browser' => 'Please use a newer browser', - 'payment_terms_help' => 'Sets the default invoice due date', - 'unlink_account' => 'Unlink Account', - 'unlink' => 'Unlink', - 'show_address' => 'Show Address', - 'show_address_help' => 'Require client to provide their billing address', - 'update_address' => 'Update Address', - 'update_address_help' => 'Update client\'s address with provided details', - 'times' => 'Times', - 'set_now' => 'Set to now', - 'dark_mode' => 'Dark Mode', - 'dark_mode_help' => 'Show white text on black background', - 'add_to_invoice' => 'Add to invoice :invoice', - 'create_new_invoice' => 'Create new invoice', - 'task_errors' => 'Please correct any overlapping times', - 'from' => 'From', - 'to' => 'To', - 'font_size' => 'Font Size', - 'primary_color' => 'Primary Color', - 'secondary_color' => 'Secondary Color', - 'customize_design' => 'Customize Design', - - 'content' => 'Content', - 'styles' => 'Styles', - 'defaults' => 'Defaults', - 'margins' => 'Margins', - 'header' => 'Header', - 'footer' => 'Footer', - 'custom' => 'Custom', - 'invoice_to' => 'Invoice to', - 'invoice_no' => 'Invoice No.', - 'recent_payments' => 'Recent Payments', - 'outstanding' => 'Outstanding', - 'manage_companies' => 'Manage Companies', - 'total_revenue' => 'Total Revenue', - - 'current_user' => 'Current User', - 'new_recurring_invoice' => 'New Recurring Invoice', - 'recurring_invoice' => 'Recurring Invoice', - 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice, it\'s scheduled for :date', - 'created_by_invoice' => 'Created by :invoice', - 'primary_user' => 'Primary User', - 'help' => 'Help', - 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

-

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

-

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

-

If you need help figuring something out post a question to our support forum.

', - - 'invoice_due_date' => 'Due Date', - 'quote_due_date' => 'Valid Until', - 'valid_until' => 'Valid Until', - 'reset_terms' => 'Reset terms', - 'reset_footer' => 'Reset footer', - 'invoices_sent' => ':count invoice sent|:count invoices sent', - 'status_draft' => 'Draft', - 'status_sent' => 'Sent', - 'status_viewed' => 'Viewed', - 'status_partial' => 'Partial', - 'status_paid' => 'Paid', - 'show_line_item_tax' => 'Display line item taxes inline', - - 'iframe_url' => 'Website', - 'iframe_url_help1' => 'Copy the following code to a page on your site.', - 'iframe_url_help2' => 'You can test the feature by clicking \'View as recipient\' for an invoice.', - - 'auto_bill' => 'Auto Bill', - 'military_time' => '24 Hour Time', - 'last_sent' => 'Last Sent', - - 'reminder_emails' => 'Reminder Emails', - 'templates_and_reminders' => 'Templates & Reminders', - 'subject' => 'Subject', - 'body' => 'Body', - 'first_reminder' => 'First Reminder', - 'second_reminder' => 'Second Reminder', - 'third_reminder' => 'Third Reminder', - 'num_days_reminder' => 'Days after due date', - 'reminder_subject' => 'Reminder: Invoice :invoice from :account', - 'reset' => 'Reset', - 'invoice_not_found' => 'The requested invoice is not available', - - 'referral_program' => 'Referral Program', - 'referral_code' => 'Referral Code', - 'last_sent_on' => 'Sent Last: :date', - - 'page_expire' => 'This page will expire soon, :click_here to keep working', - 'upcoming_quotes' => 'Upcoming Quotes', - 'expired_quotes' => 'Expired Quotes', - - 'sign_up_using' => 'Sign up using', - 'invalid_credentials' => 'These credentials do not match our records', - 'show_all_options' => 'Show all options', - 'user_details' => 'User Details', - 'oneclick_login' => 'One-Click Login', - 'disable' => 'Disable', - 'invoice_quote_number' => 'Invoice and Quote Numbers', - 'invoice_charges' => 'Invoice Charges', - - 'invitation_status' => [ - 'sent' => 'Email Sent', - 'opened' => 'Email Openend', - 'viewed' => 'Invoice Viewed', - ], - - 'notification_invoice_bounced' => 'We were unable to deliver Invoice :invoice to :contact.', - 'notification_invoice_bounced_subject' => 'Unable to deliver Invoice :invoice', - 'notification_quote_bounced' => 'We were unable to deliver Quote :invoice to :contact.', - 'notification_quote_bounced_subject' => 'Unable to deliver Quote :invoice', - - 'custom_invoice_link' => 'Custom Invoice Link', - 'total_invoiced' => 'Total Invoiced', - 'open_balance' => 'Open Balance', - 'verify_email' => 'Please visit the link in the account confirmation email to verify your email address.', - 'basic_settings' => 'Basic Settings', - 'pro' => 'Pro', - 'gateways' => 'Payment Gateways', - - 'next_send_on' => 'Send Next: :date', - 'no_longer_running' => 'This invoice is not scheduled to run', - 'general_settings' => 'General Settings', - 'customize' => 'Customize', - - 'oneclick_login_help' => 'Connect an account to login without a password', - 'referral_code_help' => 'Earn money by sharing our app online', - - 'enable_with_stripe' => 'Enable | Requires Stripe', - 'tax_settings' => 'Tax Settings', - 'create_tax_rate' => 'Add Tax Rate', - 'updated_tax_rate' => 'Successfully updated tax rate', - 'created_tax_rate' => 'Successfully created tax rate', - 'edit_tax_rate' => 'Edit tax rate', - 'archive_tax_rate' => 'Archive Tax Rate', - 'archived_tax_rate' => 'Successfully archived the tax rate', - 'default_tax_rate_id' => 'Default Tax Rate', - 'tax_rate' => 'Tax Rate', - 'recurring_hour' => 'Recurring Hour', - 'pattern' => 'Pattern', - 'pattern_help_title' => 'Pattern Help', - 'pattern_help_1' => 'Create custom invoice and quote numbers by specifying a pattern', - 'pattern_help_2' => 'Available variables:', - 'pattern_help_3' => 'For example, :example would be converted to :value', - 'see_options' => 'See options', - 'invoice_counter' => 'Invoice Counter', - 'quote_counter' => 'Quote Counter', - 'type' => 'Type', - - 'activity_1' => ':user created client :client', - 'activity_2' => ':user archived client :client', - 'activity_3' => ':user deleted client :client', - 'activity_4' => ':user created invoice :invoice', - 'activity_5' => ':user updated invoice :invoice', - 'activity_6' => ':user emailed invoice :invoice to :contact', - 'activity_7' => ':contact viewed invoice :invoice', - 'activity_8' => ':user archived invoice :invoice', - 'activity_9' => ':user deleted invoice :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice', - 'activity_11' => ':user updated payment :payment', - 'activity_12' => ':user archived payment :payment', - 'activity_13' => ':user deleted payment :payment', - 'activity_14' => ':user entered :credit credit', - 'activity_15' => ':user updated :credit credit', - 'activity_16' => ':user archived :credit credit', - 'activity_17' => ':user deleted :credit credit', - 'activity_18' => ':user created quote :quote', - 'activity_19' => ':user updated quote :quote', - 'activity_20' => ':user emailed quote :quote to :contact', - 'activity_21' => ':contact viewed quote :quote', - 'activity_22' => ':user archived quote :quote', - 'activity_23' => ':user deleted quote :quote', - 'activity_24' => ':user restored quote :quote', - 'activity_25' => ':user restored invoice :invoice', - 'activity_26' => ':user restored client :client', - 'activity_27' => ':user restored payment :payment', - 'activity_28' => ':user restored :credit credit', - 'activity_29' => ':contact approved quote :quote', - - 'payment' => 'Payment', - 'system' => 'System', - 'signature' => 'Email Signature', - 'default_messages' => 'Default Messages', - 'quote_terms' => 'Quote Terms', - 'default_quote_terms' => 'Default Quote Terms', - 'default_invoice_terms' => 'Default Invoice Terms', - 'default_invoice_footer' => 'Default Invoice Footer', - 'quote_footer' => 'Quote Footer', - 'free' => 'Free', - - 'quote_is_approved' => 'This quote is approved', - 'apply_credit' => 'Apply Credit', - 'system_settings' => 'System Settings', - 'archive_token' => 'Archive Token', - 'archived_token' => 'Successfully archived token', - 'archive_user' => 'Archive User', - 'archived_user' => 'Successfully archived user', - 'archive_account_gateway' => 'Archive Gateway', - 'archived_account_gateway' => 'Successfully archived gateway', - 'archive_recurring_invoice' => 'Archive Recurring Invoice', - 'archived_recurring_invoice' => 'Successfully archived recurring invoice', - 'delete_recurring_invoice' => 'Delete Recurring Invoice', - 'deleted_recurring_invoice' => 'Successfully deleted recurring invoice', - 'restore_recurring_invoice' => 'Restore Recurring Invoice', - 'restored_recurring_invoice' => 'Successfully restored recurring invoice', - 'archived' => 'Archived', - 'untitled_account' => 'Untitled Company', - - 'before' => 'Before', - 'after' => 'After', - 'reset_terms_help' => 'Reset to the default account terms', - 'reset_footer_help' => 'Reset to the default account footer', - + 'organization' => 'Organização', + 'name' => 'Nome', + 'website' => 'Website', + 'work_phone' => 'Telefone', + 'address' => 'Endereço', + 'address1' => 'Rua', + 'address2' => 'Complemento', + 'city' => 'Cidade', + 'state' => 'Estado', + 'postal_code' => 'CEP', + 'country_id' => 'País', + 'contacts' => 'Contatos', + 'first_name' => 'Primeiro Nome', + 'last_name' => 'Último Nome', + 'phone' => 'Telefone', + 'email' => 'E-mail', + 'additional_info' => 'Informações Adicionais', + 'payment_terms' => 'Condições de Pagamento', + 'currency_id' => 'Moeda', + 'size_id' => 'Tamanho', + 'industry_id' => 'Empresa', + 'private_notes' => 'Notas Privadas', + + // invoice + 'invoice' => 'Fatura', + 'client' => 'Cliente', + 'invoice_date' => 'Data da Fatura', + 'due_date' => 'Data de Vencimento', + 'invoice_number' => 'Número da Fatura', + 'invoice_number_short' => 'Fatura #', + 'po_number' => 'Núm. Ordem de Serviço', + 'po_number_short' => 'OS #', + 'frequency_id' => 'Frequência', + 'discount' => 'Desconto', + 'taxes' => 'Taxas', + 'tax' => 'Taxa', + 'item' => 'Item', + 'description' => 'Descrição', + 'unit_cost' => 'Custo Unitário', + 'quantity' => 'Quantidade', + 'line_total' => 'Total', + 'subtotal' => 'Subtotal', + 'paid_to_date' => 'Pagamento até a data', + 'balance_due' => 'Valor', + 'invoice_design_id' => 'Modelo', + 'terms' => 'Condições', + 'your_invoice' => 'Sua Fatura', + + 'remove_contact' => 'Remover contato', + 'add_contact' => 'Adicionar contato', + 'create_new_client' => 'Criar novo cliente', + 'edit_client_details' => 'Editar detalhes do cliente', + 'enable' => 'Habilitar', + 'learn_more' => 'Aprender mais', + 'manage_rates' => 'Gerenciar taxas', + 'note_to_client' => 'Observações', + 'invoice_terms' => 'Condições da Fatura', + 'save_as_default_terms' => 'Salvar como condição padrão', + 'download_pdf' => 'Baixar PDF', + 'pay_now' => 'Pagar agora', + 'save_invoice' => 'Salvar Fatura', + 'clone_invoice' => 'Clonar Fatura', + 'archive_invoice' => 'Arquivar Fatura', + 'delete_invoice' => 'Apagar Fatura', + 'email_invoice' => 'Enviar Fatura', + 'enter_payment' => 'Informar Pagamento', + 'tax_rates' => 'Impostos', + 'rate' => 'Valor', + 'settings' => 'Configurações', + 'enable_invoice_tax' => 'Permitir especificar a taxa da fatura', + 'enable_line_item_tax' => 'Permitir especificar o taxas por item', + + // navigation + 'dashboard' => 'Dashboard', + 'clients' => 'Clientes', + 'invoices' => 'Faturas', + 'payments' => 'Pagamentos', + 'credits' => 'Créditos', + 'history' => 'Histórico', + 'search' => 'Pesquisa', + 'sign_up' => 'Cadastrar', + 'guest' => 'Convidado', + 'company_details' => 'Detalhes da Empresa', + 'online_payments' => 'Pagamentos Online', + 'notifications' => 'Notificações', + 'import_export' => 'Importar/Exportar', + 'done' => 'Feito', + 'save' => 'Salvar', + 'create' => 'Criar', + 'upload' => 'Upload', + 'import' => 'Importar', + 'download' => 'Download', + 'cancel' => 'Cancelar', + 'provide_email' => 'Forneça um endereço de e-mail válido', + 'powered_by' => 'Powered by', + 'no_items' => 'Sem itens', + + // recurring invoices + 'recurring_invoices' => 'Faturas Recorrentes', + 'recurring_help' => '

Enviar automaticamente aos clientes as mesmas faturas semanalmente, mensalmente, bimenstralmente, trimestralmente ou anualmente.

+

Use :MONTH, :QUARTER ou :YEAR para datas dinâmicas. Operadores matemáticos também funcionam, por exemplo :MONTH-1.

+

Exemplo de variáveis de uma fatura dinâmica:

+ ', + + // dashboard + 'in_total_revenue' => 'no total de faturamento', + 'billed_client' => 'Cliente faturado', + 'billed_clients' => 'Clientes faturados', + 'active_client' => 'Cliente ativo', + 'active_clients' => 'Clientes ativos', + 'invoices_past_due' => 'Faturas Vencidas', + 'upcoming_invoices' => 'Próximas Faturas', + 'average_invoice' => 'Média por Fatura', + + // list pages + 'archive' => 'Arquivos', + 'delete' => 'Apagar', + 'archive_client' => 'Arquivar Cliente', + 'delete_client' => 'Deletar Cliente', + 'archive_payment' => 'Arquivar Pagamento', + 'delete_payment' => 'Deletar Pagamento', + 'archive_credit' => 'Arquivar Crédito', + 'delete_credit' => 'Deletar Crédito', + 'show_archived_deleted' => 'Mostrar arquivados/apagados', + 'filter' => 'Filtrar', + 'new_client' => 'Novo Cliente', + 'new_invoice' => 'Nova Fatura', + 'new_payment' => 'Novo Pagamento', + 'new_credit' => 'Novo Crédito', + 'contact' => 'Contato', + 'date_created' => 'Data de Criação', + 'last_login' => 'Último Login', + 'balance' => 'Saldo', + 'action' => 'Ação', + 'status' => 'Status', + 'invoice_total' => 'Total da Fatura', + 'frequency' => 'Frequência', + 'start_date' => 'Data Inicial', + 'end_date' => 'Data Final', + 'transaction_reference' => 'Referência da Transação', + 'method' => 'Método', + 'payment_amount' => 'Qtde do Pagamento', + 'payment_date' => 'Data do Pagamento', + 'credit_amount' => 'Qtde do Crédito', + 'credit_balance' => 'Balanço do Crédito', + 'credit_date' => 'Data do Crédito', + 'empty_table' => 'Sem dados disponíveis', + 'select' => 'Selecionar', + 'edit_client' => 'Editar Cliente', + 'edit_invoice' => 'Editar Fatura', + + // client view page + 'create_invoice' => 'Criar Fatura', + 'enter_credit' => 'Informar Crédito', + 'last_logged_in' => 'Último acesso em', + 'details' => 'Detalhes', + 'standing' => 'Resumo', + 'credit' => 'Crédito', + 'activity' => 'Atividade', + 'date' => 'Data', + 'message' => 'Mensagem', + 'adjustment' => 'Movimento', + 'are_you_sure' => 'Você tem certeza?', + + // payment pages + 'payment_type_id' => 'Tipo de pagamento', + 'amount' => 'Quantidade', + + // account/company pages + 'work_email' => 'E-mail', + 'language_id' => 'Idioma', + 'timezone_id' => 'Fuso Horário', + 'date_format_id' => 'Formato da Data', + 'datetime_format_id' => 'Formato da Data/Hora', + 'users' => 'Usuários', + 'localization' => 'Localização', + 'remove_logo' => 'Remover logo', + 'logo_help' => 'Suportados: JPEG, GIF and PNG', + 'payment_gateway' => 'Provedor de Pagamento', + 'gateway_id' => 'Provedor', + 'email_notifications' => 'Notificações por E-mail', + 'email_sent' => 'Notificar-me por e-mail quando a fatura for enviada', + 'email_viewed' => 'Notificar-me por e-mail quando a fatura for visualizada', + 'email_paid' => 'Notificar-me por e-mail quando a fatura for paga', + 'site_updates' => 'Atualizações', + 'custom_messages' => 'Mensagens Customizadas', + 'default_invoice_terms' => 'Definir condições padrões da fatura', + 'default_email_footer' => 'Definir assinatura de e-mail padrão', + 'import_clients' => 'Importar Dados do Cliente', + 'csv_file' => 'Selecionar arquivo CSV', + 'export_clients' => 'Exportar Dados do Cliente', + 'select_file' => 'Favor selecionar um arquivo', + 'first_row_headers' => 'Usar as primeiras linhas como cabeçalho', + 'column' => 'Coluna', + 'sample' => 'Exemplo', + 'import_to' => 'Importar para', + 'client_will_create' => 'cliente será criado', + 'clients_will_create' => 'clientes serão criados', + 'email_settings' => 'Configurações de E-mail', + 'pdf_email_attachment' => 'Anexar PDF aos e-mails', + + // application messages + 'created_client' => 'Cliente criado com sucesso', + 'created_clients' => ':count clientes criados com sucesso', + 'updated_settings' => 'Configurações atualizadas com sucesso', + 'removed_logo' => 'Logo removida com sucesso', + 'sent_message' => 'Mensagem enviada com sucesso', + 'invoice_error' => 'Verifique se você selecionou algum cliente e que não há nenhum outro erro', + 'limit_clients' => 'Desculpe, isto irá exceder o limite de :count clientes', + 'payment_error' => 'Ocorreu um erro ao processar o pagamento. Por favor tente novamente mais tarde.', + 'registration_required' => 'Favor logar-se para enviar uma fatura por e-mail', + 'confirmation_required' => 'Favor confirmar o seu endereço de e-mail', + + 'updated_client' => 'Cliente atualizado com sucesso', + 'created_client' => 'Cliente criado com sucesso', + 'archived_client' => 'Cliente arquivado com sucesso', + 'archived_clients' => ':count clientes arquivados com sucesso', + 'deleted_client' => 'Clientes removidos com sucesso', + 'deleted_clients' => ':count clientes removidos com sucesso', + + 'updated_invoice' => 'Fatura atualizado com sucesso', + 'created_invoice' => 'Fatura criada com sucesso', + 'cloned_invoice' => 'Fatura clonada com sucesso', + 'emailed_invoice' => 'Fatura enviada por e-mail com sucesso', + 'and_created_client' => 'e o cliente foi criado', + 'archived_invoice' => 'Fatura arquivado com sucesso', + 'archived_invoices' => ':count faturas arquivados com sucesso', + 'deleted_invoice' => 'Fatura apagados com sucesso', + 'deleted_invoices' => ':count faturas apagados com sucesso', + + 'created_payment' => 'Pagamento criado com sucesso', + 'archived_payment' => 'Pagamento arquivado com sucesso', + 'archived_payments' => ':count pagamentos arquivados com sucesso', + 'deleted_payment' => 'Pagamento apagado com sucesso', + 'deleted_payments' => ':count pagamentos apagados com sucesso', + 'applied_payment' => 'Pagamentos aplicados com sucesso', + + 'created_credit' => 'Crédito criado com sucesso', + 'archived_credit' => 'Crédito arquivado com sucesso', + 'archived_credits' => ':count créditos arquivados com sucesso', + 'deleted_credit' => 'Crédito apagado com sucesso', + 'deleted_credits' => ':count créditos apagados com sucesso', + + // Emails + 'confirmation_subject' => 'Confirmação de Conta do Invoice Ninja', + 'confirmation_header' => 'Confirmação de Conta', + 'confirmation_message' => 'Favor acessar o link abaixo para confirmar a sua conta.', + 'invoice_message' => 'Para visualizar a sua fatura de :amount, clique no link abaixo.', + 'payment_message' => 'Obrigado, pagamento de :amount confirmado', + 'email_salutation' => 'Caro :name,', + 'email_signature' => 'Atenciosamente,', + 'email_from' => 'Equipe InvoiceNinja', + 'user_email_footer' => 'Para ajustar suas configurações de notificações de e-mail acesse '.SITE_URL.'/settings/notifications', + 'invoice_link_message' => 'Para visualizar a fatura do seu cliente clique no link abaixo:', + 'notification_invoice_paid_subject' => 'Fatura :invoice foi pago por :client', + 'notification_invoice_sent_subject' => 'Fatura :invoice foi enviado por :client', + 'notification_invoice_viewed_subject' => 'Fatura :invoice foi visualizada por :client', + 'notification_invoice_paid' => 'Um pagamento de :amount foi realizado pelo cliente :client através da fatura :invoice.', + 'notification_invoice_sent' => 'O cliente :client foi notificado por e-mail referente à fatura :invoice de :amount.', + 'notification_invoice_viewed' => 'O cliente :client visualizou a fatura :invoice de :amount.', + 'reset_password' => 'Você pode redefinir a sua senha clicando no seguinte link:', + 'reset_password_footer' => 'Se você não solicitou a redefinição de sua senha por favor envie um e-mail para o nosso suporte: '.CONTACT_EMAIL, + + // Payment page + 'secure_payment' => 'Pagamento Seguro', + 'card_number' => 'Número do cartão', + 'expiration_month' => 'Mês de expiração', + 'expiration_year' => 'Ano de expiração', + 'cvv' => 'CVV', + + // This File was missing the security alerts. I'm not familiar with this language, Can someone translate? + // Security alerts + 'security' => [ + 'too_many_attempts' => 'Muitas tentativas. Tente novamente em alguns minutos.', + 'wrong_credentials' => 'E-mail ou senha incorretos.', + 'confirmation' => 'Sua conta foi confirmada!', + 'wrong_confirmation' => 'Código de confirmação incorreto.', + 'password_forgot' => 'As informações para redefinição de senha foi enviada para seu e-mail.', + 'password_reset' => 'Senha atualizada com sucesso.', + 'wrong_password_reset' => 'Senha inválida. Tente novamente', + ], + + // Pro Plan + 'pro_plan' => [ + 'remove_logo' => ':link para remover a logo do Invoice Ninja contratando o plano profissional', + 'remove_logo_link' => 'Clique aqui', + ], + + 'logout' => 'Sair', + 'sign_up_to_save' => 'Faça login para salvar o seu trabalho', + 'agree_to_terms' => 'Eu concordo com os :terms do Invoice Ninja', + 'terms_of_service' => 'Condições do Serviço', + 'email_taken' => 'O endereço de e-mail já está registrado', + 'working' => 'Processando', + 'success' => 'Successo', + 'success_message' => 'Você se registrou com sucesso. Por favor acesse o link de confirmação recebido para confirmar o seu endereço de e-mail.', + 'erase_data' => 'Isto irá apagar completamente todos os seus dados.', + 'password' => 'Senha', + 'close' => 'Fechar', + 'invoice_subject' => 'Nova fatura :invoice de :account', + 'payment_subject' => 'Recebimento de pagamento de', + + 'pro_plan_product' => 'Plano Profissional', + 'pro_plan_description' => 'Um ano de inscrição no Plano Invoice Ninja Pro', + 'pro_plan_success' => 'Muito Obrigado! Assim que o pagamento for confirmado seu plano será ativado.', + + 'unsaved_changes' => 'Existem alterações não salvas', + 'custom_fields' => 'Campos Personalizados', + 'company_fields' => 'Campos para Empresa', + 'client_fields' => 'Campos para Cientes', + 'field_label' => 'Nome do Campo', + 'field_value' => 'Valor do Campo', + 'edit' => 'Editar', + 'view_invoice' => 'Vizualizar fatura', + 'view_as_recipient' => 'Vizualizar como destinatário', + + // product management + 'product_library' => 'Lista de Produtos', + 'product' => 'Produto', + 'products' => 'Produtos', + 'fill_products' => 'Sugerir produtos', + 'fill_products_help' => 'Selecionando o produto descrição e preço serão preenchidos automaticamente', + 'update_products' => 'Atualização automática dos produtos', + 'update_products_help' => 'Atualizando na fatura o produto também será atualizado', + 'create_product' => 'Criar Produto', + 'edit_product' => 'Editar Prodruto', + 'archive_product' => 'Arquivar Produto', + 'updated_product' => 'Produto atualizado', + 'created_product' => 'Produto criado', + 'archived_product' => 'Produto arquivado', + 'pro_plan_custom_fields' => ':link para habilitar campos personalizados adquira o Plano Profissional', + + 'advanced_settings' => 'Configurações Avançadas', + 'pro_plan_advanced_settings' => ':link para habilitar as configurações avançadas adquira o Plano Profissional', + 'invoice_design' => 'Modelo da Fatura', + 'specify_colors' => 'Definição de Cores', + 'specify_colors_label' => 'Selecione as cores para sua fatura', + + 'chart_builder' => 'Contrutor de Gráficos', + 'ninja_email_footer' => 'Use :site para gerenciar os orçamentos e faturas de seus clientes!', + 'go_pro' => 'Adquira o Plano Pro', + + // Quotes + 'quote' => 'Orçamento', + 'quotes' => 'Orçamentos', + 'quote_number' => 'Número do Orçamento', + 'quote_number_short' => 'Orçamento #', + 'quote_date' => 'Data do Orçamento', + 'quote_total' => 'Total do Orçamento', + 'your_quote' => 'Seu Orçamento', + 'total' => 'Total', + 'clone' => 'Clonar', + + 'new_quote' => 'Novo Orçamento', + 'create_quote' => 'Criar Orçamento', + 'edit_quote' => 'Editar Orçamento', + 'archive_quote' => 'Arquivar Orçamento', + 'delete_quote' => 'Deletar Orçamento', + 'save_quote' => 'Salvar Oçamento', + 'email_quote' => 'Enviar Orçamento', + 'clone_quote' => 'Clonar Orçamento', + 'convert_to_invoice' => 'Faturar Orçamento', + 'view_invoice' => 'Visualizar Fatura', + 'view_quote' => 'Visualizar Orçamento', + 'view_client' => 'Visualizar Cliente', + + 'updated_quote' => 'Orçamento atualizado', + 'created_quote' => 'Orçamento criado', + 'cloned_quote' => 'Orçamento clonaro', + 'emailed_quote' => 'Orçamento enviado', + 'archived_quote' => 'Orçamento aquivado', + 'archived_quotes' => ':count Orçamento(s) arquivado(s)', + 'deleted_quote' => 'Orçamento deletado', + 'deleted_quotes' => ':count Orçamento(s) deletado(s)', + 'converted_to_invoice' => 'Orçamento faturado', + + 'quote_subject' => 'Novo Orçamento de :account', + 'quote_message' => 'Para visualizar o oçamento de :amount, clique no link abaixo.', + 'quote_link_message' => 'Para visualizar o orçamento clique no link abaixo', + 'notification_quote_sent_subject' => 'Orçamento :invoice enviado para :client', + 'notification_quote_viewed_subject' => 'Orçamento :invoice visualizado por :client', + 'notification_quote_sent' => 'O cliente :client recebeu o Orçamento :invoice de:amount.', + 'notification_quote_viewed' => 'O clinete :client visualizou o Orçamento :invoice de :amount.', + + 'session_expired' => 'Sessão expirada.', + + 'invoice_fields' => 'Campos da Fatura', + 'invoice_options' => 'Opções da Fatura', + 'hide_quantity' => 'Ocultar quantidade', + 'hide_quantity_help' => 'Se a quantidade dos itens é sempre 1, então você pode definir para nao exibir na sua fatura.', + 'hide_paid_to_date' => 'Ocultar data de pagamento', + 'hide_paid_to_date_help' => 'Apenas mostrar a "Data de Pagamento" quanto o pagamento tiver sido efetuado.', + + 'charge_taxes' => 'Taxas', + 'user_management' => 'Gerenciamento de Usuários', + 'add_user' => 'Adicionar Usuários', + 'send_invite' => 'Enviar Convite', + 'sent_invite' => 'Convite enviado', + 'updated_user' => 'Usuário atualizado', + 'invitation_message' => 'Você recebeu um convite de :invitor. ', + 'register_to_add_user' => 'Cadastre-se para adicionar um usuário', + 'user_state' => 'Status', + 'edit_user' => 'Editar Usuário', + 'delete_user' => 'Deletar Usuário', + 'active' => 'Ativo', + 'pending' => 'Pendente', + 'deleted_user' => 'Usuário deletado', + 'limit_users' => 'Desculpe, isto irá exceder o limite de '.MAX_NUM_USERS.' usuários', + + 'confirm_email_invoice' => 'Deseja enviar esta fatura?', + 'confirm_email_quote' => 'Deseja enviar este orçamento?', + 'confirm_recurring_email_invoice' => 'Deseja enviar esta fatura?', + + 'cancel_account' => 'Cancelar Conta', + 'cancel_account_message' => 'Atenção: Esta ação irá remover todos os seus dados, e não pode ser desfeita.', + 'go_back' => 'Voltar', + + 'data_visualizations' => 'Visualização de Dados', + 'sample_data' => 'Dados de Exemplo', + 'hide' => 'Ocultar', + 'new_version_available' => 'Uma nova versão :releases_link está disponível. Sua versão é v:user_version, a última versão é v:latest_version', + + 'invoice_settings' => 'Configuração das Faturas', + 'invoice_number_prefix' => 'Prefixo na Numeração das Faturas', + 'invoice_number_counter' => 'Numeração das Faturas', + 'quote_number_prefix' => 'Prefixo na Numeração dos Orçamentos', + 'quote_number_counter' => 'Numeração dos Orçamentos', + 'share_invoice_counter' => 'Usar numeração das faturas', + 'invoice_issued_to' => 'Fatura emitida para', + 'invalid_counter' => 'Para evitar conflitos defina prefíxos de numeração para Faturas e Orçamentos', + 'mark_sent' => 'Marcar como Enviada', + + 'gateway_help_1' => ':link para acessar Authorize.net.', + 'gateway_help_2' => ':link para acessar Authorize.net.', + 'gateway_help_17' => ':link para adquirir sua "PayPal API signature".', + 'gateway_help_23' => 'Aviso: use sua "Secret API Key", não a "Publishable API Key".', + 'gateway_help_27' => ':link para acessar TwoCheckout.', + + 'more_designs' => 'Mais Modelos', + 'more_designs_title' => 'Modelo Adicionais', + 'more_designs_cloud_header' => 'Adquira o Plano Pro para mais modelos', + 'more_designs_cloud_text' => '', + 'more_designs_self_host_header' => 'Obtenha mais 6 modelos de faturas por apenas $'.INVOICE_DESIGNS_PRICE, + 'more_designs_self_host_text' => '', + 'buy' => 'Comprar', + 'bought_designs' => 'Novos Modelos Adicionados', + + 'sent' => 'enviado', + 'timesheets' => 'Planilha de Tempos', + + 'payment_title' => 'Informe o endereço de cobrança e as informações do Cartão de Crédito', + 'payment_cvv' => '*São os 3-4 digitos encontrados atrás do seu cartão.', + 'payment_footer1' => '*O endereço de cobrança deve ser igual o endereço associado ao Cartã de Crédito.', + 'payment_footer2' => '*Clique em "Pagar Agora" apenas uma vez - esta operação pode levar até 1 Minuto para processar.', + 'vat_number' => 'Insc.', + 'id_number' => 'CNPJ', + + 'white_label_link' => 'White Label', + 'white_label_text' => 'Adquira uma "white label license" por $'.WHITE_LABEL_PRICE.' para utilizar sua própria marca no topo da página.', + 'white_label_header' => 'White Label', + 'bought_white_label' => 'Licença "white label" habilitada', + 'white_labeled' => 'White labeled', + + 'restore' => 'Restaurar', + 'restore_invoice' => 'Restaurar Fatura', + 'restore_quote' => 'Restaurar Orçamento', + 'restore_client' => 'Restaurar Cliente', + 'restore_credit' => 'Restaurar Credito', + 'restore_payment' => 'Restaurar Pagamento', + + 'restored_invoice' => 'Fatura restaurada', + 'restored_quote' => 'Orçamento restaurado', + 'restored_client' => 'Cliente restaurado', + 'restored_payment' => 'Pagamento restaurado', + 'restored_credit' => 'Crédito restaurado', + + 'reason_for_canceling' => 'Ajude-nos a melhorar, envie suas sugestões.', + 'discount_percent' => '%', + 'discount_amount' => 'Valor', + + 'invoice_history' => 'Histórico de Faturas', + 'quote_history' => 'Histórico de Orçamentos', + 'current_version' => 'Versão Atual', + 'select_versiony' => 'Selecionar versão', + 'view_history' => 'Visualizar Histórico', + + 'edit_payment' => 'Editar Pagamento', + 'updated_payment' => 'Pagamento atualizado', + 'deleted' => 'Deletado', + 'restore_user' => 'Restaurar Usuário', + 'restored_user' => 'Usuário restaurado', + 'show_deleted_users' => 'Exibir usuários deletados', + 'email_templates' => 'Modelo de E-mail', + 'invoice_email' => 'E-mail de Faturas', + 'payment_email' => 'E-mail de Pagamentos', + 'quote_email' => 'E-mail de Orçamentos', + 'reset_all' => 'Resetar Todos', + 'approve' => 'Aprovar', + + 'token_billing_type_id' => 'Token de Cobrança', + 'token_billing_help' => 'Habilita o armazenamento das informações junto ao provedor, para cobrança posterior.', + 'token_billing_1' => 'Desabilitado', + 'token_billing_2' => 'Opt-in - não selecionado', + 'token_billing_3' => 'Opt-out - selecionado', + 'token_billing_4' => 'Sempre', + 'token_billing_checkbox' => 'Guardar detalhes do cartão', + 'view_in_stripe' => 'Ver no Stripe', + 'use_card_on_file' => 'Usar cartão no arquivo', + 'edit_payment_details' => 'Editar detalhes do pagamento', + 'token_billing' => 'Salvar detalhes do cartão', + 'token_billing_secure' => 'Dados armazenados com seguração por :stripe_link', + + 'support' => 'Suporte', + 'contact_information' => 'Informações de Contato', + '256_encryption' => 'Criptografia de 256-Bit', + 'amount_due' => 'Valor devido', + 'billing_address' => 'Endereço de cobrança', + 'billing_method' => 'Tipo de pagamento', + 'order_overview' => 'Geral', + 'match_address' => '*O endereço de cobrança deve ser igual o endereço associado ao Cartão de Crédito.', + 'click_once' => '*Clique em "Pagar Agora" apenas uma vez - esta operação pode levar até 1 Minuto para processar.', + 'default_invoice_footer' => 'Definir padrão', + 'invoice_footer' => 'Rodapé da Fatura', + 'save_as_default_footer' => 'Salvar como rodapé padrão', + + 'token_management' => 'Gerenciar Token', + 'tokens' => 'Tokens', + 'add_token' => 'Adicionar Token', + 'show_deleted_tokens' => 'Mostrar tokents deleteados', + 'deleted_token' => 'Token deletado', + 'created_token' => 'Token criado', + 'updated_token' => 'Token atualizado', + 'edit_token' => 'Editat Token', + 'delete_token' => 'Deletar Token', + 'token' => 'Token', + + 'add_gateway' => 'Adicionar Provedor', + 'delete_gateway' => 'Deletar Provedor', + 'edit_gateway' => 'Editar Provedor', + 'updated_gateway' => 'Provedor atualizado', + 'created_gateway' => 'Provedor Criado', + 'deleted_gateway' => 'Provedor Deletado', + 'pay_with_paypal' => 'PayPal', + 'pay_with_card' => 'Cartão de Crédito', + + 'change_password' => 'Altera senha', + 'current_password' => 'Senha atual', + 'new_password' => 'Nova senha', + 'confirm_password' => 'Confirmar senha', + 'password_error_incorrect' => 'Senha atual incorreta.', + 'password_error_invalid' => 'Nova senha inválida.', + 'updated_password' => 'Senha atualizada', + + 'api_tokens' => 'API Tokens', + 'users_and_tokens' => 'Usuários & Tokens', + 'account_login' => 'Login', + 'recover_password' => 'Recuperar senha', + 'forgot_password' => 'Esqueceu sua senha?', + 'email_address' => 'E-mail', + 'lets_go' => 'Vamos!', + 'password_recovery' => 'Recuperar Senha', + 'send_email' => 'Enviar e-mail', + 'set_password' => 'Definir Senha', + 'converted' => 'Faturado', + + 'email_approved' => 'Notificar-me por e-mail quando um orçamento for aprovado', + 'notification_quote_approved_subject' => 'Orçamento :invoice foi aprovado por :client', + 'notification_quote_approved' => 'O cliente :client aprovou Orçamento :invoice de :amount.', + 'resend_confirmation' => 'Reenviar e-mail de confirmação', + 'confirmation_resent' => 'E-mail de confirmação reenviado', + + 'gateway_help_42' => ':link acessar BitPay.
Aviso: use a "Legacy API Key", não "API token".', + 'payment_type_credit_card' => 'Cartão de Crédito', + 'payment_type_paypal' => 'PayPal', + 'payment_type_bitcoin' => 'Bitcoin', + 'knowledge_base' => 'Base de Conhecimento', + 'partial' => 'Parcial', + 'partial_remaining' => ':partial de :balance', + + 'more_fields' => 'Mais Campos', + 'less_fields' => 'Menos Campos', + 'client_name' => 'Nome do Cliente', + 'pdf_settings' => 'Configurações do PDF', + 'product_settings' => 'Configurações de Produtos', + 'auto_wrap' => 'Quebrar Linhas', + 'duplicate_post' => 'Atenção: a pagina anterior foi enviada duas vezes. A segunda vez foi ignorada.', + 'view_documentation' => 'Ver Documentação', + 'app_title' => 'Free Open-Source Online Invoicing', + 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.', + + 'rows' => 'linhas', + 'www' => 'www', + 'logo' => 'Logo', + 'subdomain' => 'Subdomínio', + 'provide_name_or_email' => 'Informe nome e e-mail para contato', + 'charts_and_reports' => 'Gráficos & Relatórios', + 'chart' => 'Gráfico', + 'report' => 'Relatório', + 'group_by' => 'Agrupado por', + 'paid' => 'Pago', + 'enable_report' => 'Relatório', + 'enable_chart' => 'Gráfico', + 'totals' => 'Totais', + 'run' => 'Executar', + 'export' => 'Exportar', + 'documentation' => 'Documentação', + 'zapier' => 'Zapier', + 'recurring' => 'Recorrente', + 'last_invoice_sent' => 'Última cobrança enviada em :date', + + 'processed_updates' => 'Atualização completa', + 'tasks' => 'Tarefas', + 'new_task' => 'Nova Tarefa', + 'start_time' => 'Início', + 'created_task' => 'Tarefa criada', + 'updated_task' => 'Tarefa atualizada', + 'edit_task' => 'Editar Tarefa', + 'archive_task' => 'Arquivar Tarefa', + 'restore_task' => 'Restaurar Tarefa', + 'delete_task' => 'Deletar Tarefa', + 'stop_task' => 'Parar Tarefa', + 'time' => 'Tempo', + 'start' => 'Iniciar', + 'stop' => 'Parar', + 'now' => 'Agora', + 'timer' => 'Timer', + 'manual' => 'Manual', + 'date_and_time' => 'Data & Hora', + 'second' => 'segundo', + 'seconds' => 'segundos', + 'minute' => 'minuto', + 'minutes' => 'minutos', + 'hour' => 'hora', + 'hours' => 'horas', + 'task_details' => 'Detalhes da Tarefa', + 'duration' => 'Duração', + 'end_time' => 'Final', + 'end' => 'Fim', + 'invoiced' => 'Faturado', + 'logged' => 'Logado', + 'running' => 'Executando', + 'task_error_multiple_clients' => 'Tarefas não podem pertencer a clientes diferentes', + 'task_error_running' => 'Pare as tarefas em execução', + 'task_error_invoiced' => 'Tarefa já faturada', + 'restored_task' => 'Tarefa restaurada', + 'archived_task' => 'Tarefa arquivada', + 'archived_tasks' => ':count Tarefas arquivadas', + 'deleted_task' => 'Tarefa deletada', + 'deleted_tasks' => ':count Tarefas deletadas', + 'create_task' => 'Criar Tarefa', + 'stopped_task' => 'Tarefa interrompida', + 'invoice_task' => 'Faturar Tarefa', + 'invoice_labels' => 'Etiquetas das Faturas', + 'prefix' => 'Prefixo', + 'counter' => 'Contador', + + 'payment_type_dwolla' => 'Dwolla', + 'gateway_help_43' => ':link acessar Dwolla.', + 'partial_value' => 'Deve ser maior que zero e menor que o total', + 'more_actions' => 'Mais ações', + + 'pro_plan_title' => 'NINJA PRO', + 'pro_plan_call_to_action' => 'Adquira Agora!', + 'pro_plan_feature1' => 'Sem Limite de Clientes', + 'pro_plan_feature2' => '+10 Modelos de faturas', + 'pro_plan_feature3' => 'URLs personalizadas - "SeuNome.InvoiceNinja.com"', + 'pro_plan_feature4' => 'Sem "Created by Invoice Ninja"', + 'pro_plan_feature5' => 'Múltiplos usuários & Histórico de Atividades', + 'pro_plan_feature6' => 'Orçamentos & Pedidos', + 'pro_plan_feature7' => 'Campos personalizados', + 'pro_plan_feature8' => 'Opção para anexar PDFs aos e-mails', + + 'resume' => 'Retormar', + 'break_duration' => 'Interromper', + 'edit_details' => 'Editar Detalhes', + 'work' => 'Trabalhar', + 'timezone_unset' => 'Por favor :link defina sua timezone', + 'click_here' => 'clique aqui', + + 'email_receipt' => 'E-mail para envio do recibo de pagamento', + 'created_payment_emailed_client' => 'Pagamento informado e notificado ao cliente por e-mail', + 'add_company' => 'Adicionar Empresa', + 'untitled' => 'Sem Título', + 'new_company' => 'Nova Empresa', + 'associated_accounts' => 'Contas vinculadas', + 'unlinked_account' => 'Contas desvinculadas', + 'login' => 'Login', + 'or' => 'ou', + + 'email_error' => 'Houve um problema ao enviar o e-mail', + 'confirm_recurring_timing' => 'Aviso: e-mails são enviados na hora de início.', + 'old_browser' => 'Utilize um navegador atualizado', + 'payment_terms_help' => 'Defina a data de vencimento padrão', + 'unlink_account' => 'Desvincular Conta', + 'unlink' => 'Desvincular', + 'show_address' => 'Mostrar Endereço', + 'show_address_help' => 'Solicitar endereço de cobrançao ao cliente', + 'update_address' => 'Atualizar Endereço', + 'update_address_help' => 'Atualizar endereço do cliente', + 'times' => 'Tempo', + 'set_now' => 'Agora', + 'dark_mode' => 'Modo Escuro', + 'dark_mode_help' => 'Mostrar texto branco em fundo preto', + 'add_to_invoice' => 'Adicionar na fatura :invoice', + 'create_new_invoice' => 'Criar fatura', + 'task_errors' => 'Corrija os tempos sobrepostos', + 'from' => 'De', + 'to' => 'Para', + 'font_size' => 'Tamanho do Texto', + 'primary_color' => 'Cor Principal', + 'secondary_color' => 'Cor Secundaria', + 'customize_design' => 'Personalizar Modelo', + + 'content' => 'Conteúdo', + 'styles' => 'Estilos', + 'defaults' => 'Padrões', + 'margins' => 'Margens', + 'header' => 'Cabeçalho', + 'footer' => 'Rodapé', + 'custom' => 'Personalizado', + 'invoice_to' => 'Fatura para', + 'invoice_no' => 'Fatura No.', + 'recent_payments' => 'Pagamentos Recentes', + 'outstanding' => 'Em Aberto', + 'manage_companies' => 'Gerenciar Empresas', + 'total_revenue' => 'Faturamento', + + 'current_user' => 'Usuário', + 'new_recurring_invoice' => 'Nova Fatura Recorrente', + 'recurring_invoice' => 'Fatura Recorrente', + 'recurring_too_soon' => 'Fora do prazo para nova fatura recorrente, agendamento para :date', + 'created_by_invoice' => 'Criada a partir da Fatura :invoice', + 'primary_user' => 'Usuário Principal', + 'help' => 'Ajuda', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

', + + 'invoice_due_date' => 'Data de vencimento', + 'quote_due_date' => 'Valido até', + 'valid_until' => 'Válido até', + 'reset_terms' => 'Resetar Condições', + 'reset_footer' => 'Resetar Rodapé', + 'invoices_sent' => ':count fatura(s) enviada(s)', + 'status_draft' => 'Rascunho', + 'status_sent' => 'Enviado', + 'status_viewed' => 'Visualizado', + 'status_partial' => 'Parcial', + 'status_paid' => 'Pago', + 'show_line_item_tax' => 'Exibir taxas dos itens', + + 'iframe_url' => 'Website', + 'iframe_url_help1' => 'Copie o código abaixo em seu website.', + 'iframe_url_help2' => 'Você pode testar clicando em \'Ver como destinatário\' em uma fatura.', + + 'auto_bill' => 'Cobrança Automática', + 'military_time' => '24h', + 'last_sent' => 'Último Envio', + + 'reminder_emails' => 'E-mails de Lembrete', + 'templates_and_reminders' => 'Modelos & Lembretes', + 'subject' => 'Assunto', + 'body' => 'Conteúdo', + 'first_reminder' => 'Primeiro Lembrete', + 'second_reminder' => 'Segundo Lembrete', + 'third_reminder' => 'Terceiro Lembrete', + 'num_days_reminder' => 'Dias após o vencimento', + 'reminder_subject' => 'Lembrente: Fatura :invoice de :account', + 'reset' => 'Resetar', + 'invoice_not_found' => 'A fatura requisitada não está disponível', + + 'referral_program' => 'Programa de Indicação', + 'referral_code' => 'Código de Indicação', + 'last_sent_on' => 'Último envio em :date', + + 'page_expire' => 'Esta página está expirando, :click_here para continuar trabalhando', + 'upcoming_quotes' => 'Próximos Orçamentos', + 'expired_quotes' => 'Orçamentos Expirados', + + 'sign_up_using' => 'Acesse', + 'invalid_credentials' => 'Usuário e/ou senha inválidos', + 'show_all_options' => 'Mostrar todas as opções', + 'user_details' => 'Detalhes do Usuário', + 'oneclick_login' => 'Login Fácil', + 'disable' => 'Desabilitar', + 'invoice_quote_number' => 'Numero de Faturas e Orçamentos', + 'invoice_charges' => 'Encargos da Fatura', + + 'invitation_status' => [ + 'sent' => 'E-mail Enviado', + 'opened' => 'E-mail Aberto', + 'viewed' => 'E-mail Visualizado', + ], + 'notification_invoice_bounced' => 'Não foi possível entregar a Fatura :invoice para :contact.', + 'notification_invoice_bounced_subject' => 'Fatura :invoice não foi entregue', + 'notification_quote_bounced' => 'Não foi possível entregar o Orçamento :invoice para :contact.', + 'notification_quote_bounced_subject' => 'Orçamento :invoice não foi entregue', + + 'custom_invoice_link' => 'Link de Fauturas Personalizado', + 'total_invoiced' => 'Faturas', + 'open_balance' => 'Em Aberto', + 'verify_email' => 'Um e-mail de verificação foi enviado para sua caixa de entrada..', + 'basic_settings' => 'Configurações Básicas', + 'pro' => 'Pro', + 'gateways' => 'Provedores de Pagamento', + + 'next_send_on' => 'Próximo Envio: :date', + 'no_longer_running' => 'Esta fatura não está agendada', + 'general_settings' => 'Configurações Gerais', + 'customize' => 'Personalizar', + + 'oneclick_login_help' => 'Vincule uma conta para acesar sem senha.', + 'referral_code_help' => 'Recomende nosso sistema.', + + 'enable_with_stripe' => 'Habilite | Requer Stripe', + 'tax_settings' => 'Configurações de Taxas', + 'create_tax_rate' => 'Adicionar Taxa', + 'updated_tax_rate' => 'Taxa Atualizada', + 'created_tax_rate' => 'Taxa Adicionada', + 'edit_tax_rate' => 'Editar Taxa', + 'archive_tax_rate' => 'Arquivar Taxa', + 'archived_tax_rate' => 'Taxa Arquivada', + 'default_tax_rate_id' => 'Taxa Padrao', + 'tax_rate' => 'Taxa', + 'recurring_hour' => 'Hora Recorrente', + 'pattern' => 'Padrão', + 'pattern_help_title' => 'Ajuda para Padrões', + 'pattern_help_1' => 'Crie numeração personalizada para faturas e orçamentos utilzando padrões.', + 'pattern_help_2' => 'Variáveis disponíveis:', + 'pattern_help_3' => 'Exemplo, :example seria convertido para :value', + 'see_options' => 'Veja as Opções', + 'invoice_counter' => 'Contador de Faturas', + 'quote_counter' => 'Contador de Orçamentos', + 'type' => 'Tipo', + + 'activity_1' => ':user cadastrou o cliente :client', + 'activity_2' => ':user arquivo o cliente :client', + 'activity_3' => ':user removeu o cliente :client', + 'activity_4' => ':user criou a fatura :invoice', + 'activity_5' => ':user atualizou a fatura :invoice', + 'activity_6' => ':user enviou a fatura :invoice para :contact', + 'activity_7' => ':contact visualizou a fatura :invoice', + 'activity_8' => ':user arquivou a fatura :invoice', + 'activity_9' => ':user removeu a fatura :invoice', + 'activity_10' => ':contact efetuou o pagamento de :payment para a fatura :invoice', + 'activity_11' => ':user atualizou o pagamento :payment', + 'activity_12' => ':user arquivou o pagamento :payment', + 'activity_13' => ':user removeu o pagamento :payment', + 'activity_14' => ':user adicionou crédito :credit', + 'activity_15' => ':user atualizou crédito :credit', + 'activity_16' => ':user arquivou crédito :credit', + 'activity_17' => ':user removeu crédito :credit', + 'activity_18' => ':user adicionou o orçamento :quote', + 'activity_19' => ':user atualizou o orçamento :quote', + 'activity_20' => ':user enviou o orçamento :quote para :contact', + 'activity_21' => ':contact visualizou o orçamento :quote', + 'activity_22' => ':user arquivou o orçamento :quote', + 'activity_23' => ':user removeu o orçamento :quote', + 'activity_24' => ':user restaurou o orçamento :quote', + 'activity_25' => ':user restaurou a fatura :invoice', + 'activity_26' => ':user restaurou o cliente :client', + 'activity_27' => ':user restaurou o pagamento :payment', + 'activity_28' => ':user restaurou o crédito :credit', + 'activity_29' => ':contact aprovou o orçamento :quote', + + 'payment' => 'Pagamento', + 'system' => 'Sistema', + 'signature' => 'Assinatura do E-mail', + 'default_messages' => 'Mensagens Padrões', + 'quote_terms' => 'Condições do Orçamento', + 'default_quote_terms' => 'Condições Padrões dos Orçamentos', + 'default_invoice_terms' => 'Condições Padrões das Faturas', + 'default_invoice_footer' => 'Rodapé Padrão das Faturas', + 'quote_footer' => 'Rodapé do Orçamento', + 'free' => 'Grátis', + + 'quote_is_approved' => 'Orçamento aprovado.', + 'apply_credit' => 'Aplicar Crédito', + 'system_settings' => 'Configurações do Sistema', + 'archive_token' => 'Arquivar Token', + 'archived_token' => 'Token arquivado', + 'archive_user' => 'Arquivar Usuário', + 'archived_user' => 'Usuário arquivado', + 'archive_account_gateway' => 'Arquivar Provedor', + 'archived_account_gateway' => 'Provedor arquivado', + 'archive_recurring_invoice' => 'Arquivar Fatura Recorrente', + 'archived_recurring_invoice' => 'Fatura Recorrente arquivada', + 'delete_recurring_invoice' => 'Remover Fatura Recorrente', + 'deleted_recurring_invoice' => 'Fatura Recorrente removida', + 'restore_recurring_invoice' => 'Restaurar Fatura Recorrente', + 'restored_recurring_invoice' => 'Fatura Recorrente restaurada', + 'archived' => 'Arquivado', + 'untitled_account' => 'Empresa Sem Nome', + + 'before' => 'Antes', + 'after' => 'Depois', + 'reset_terms_help' => 'Resetar para as condições padrões', + 'reset_footer_help' => 'Resetar para o rodapé padrão', ); From 36eaf846d69446ae32d640c3108d47deb6c08bd0 Mon Sep 17 00:00:00 2001 From: "rafael.sisweb" Date: Fri, 13 Nov 2015 06:16:55 -0500 Subject: [PATCH 2/3] Revert wrong edited lang file --- resources/lang/en/texts.php | 1821 ++++++++++++++++---------------- resources/lang/pt_BR/texts.php | 57 +- 2 files changed, 945 insertions(+), 933 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index ca410c7b8d02..e71cdd35831a 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2,907 +2,920 @@ return array( - 'organization' => 'Organização', - 'name' => 'Nome', - 'website' => 'Website', - 'work_phone' => 'Telefone', - 'address' => 'Endereço', - 'address1' => 'Rua', - 'address2' => 'Complemento', - 'city' => 'Cidade', - 'state' => 'Estado', - 'postal_code' => 'CEP', - 'country_id' => 'País', - 'contacts' => 'Contatos', - 'first_name' => 'Primeiro Nome', - 'last_name' => 'Último Nome', - 'phone' => 'Telefone', - 'email' => 'E-mail', - 'additional_info' => 'Informações Adicionais', - 'payment_terms' => 'Condições de Pagamento', - 'currency_id' => 'Moeda', - 'size_id' => 'Tamanho', - 'industry_id' => 'Empresa', - 'private_notes' => 'Notas Privadas', - - // invoice - 'invoice' => 'Fatura', - 'client' => 'Cliente', - 'invoice_date' => 'Data da Fatura', - 'due_date' => 'Data de Vencimento', - 'invoice_number' => 'Número da Fatura', - 'invoice_number_short' => 'Fatura #', - 'po_number' => 'Núm. Ordem de Serviço', - 'po_number_short' => 'OS #', - 'frequency_id' => 'Frequência', - 'discount' => 'Desconto', - 'taxes' => 'Taxas', - 'tax' => 'Taxa', - 'item' => 'Item', - 'description' => 'Descrição', - 'unit_cost' => 'Custo Unitário', - 'quantity' => 'Quantidade', - 'line_total' => 'Total', - 'subtotal' => 'Subtotal', - 'paid_to_date' => 'Pagamento até a data', - 'balance_due' => 'Valor', - 'invoice_design_id' => 'Modelo', - 'terms' => 'Condições', - 'your_invoice' => 'Sua Fatura', - - 'remove_contact' => 'Remover contato', - 'add_contact' => 'Adicionar contato', - 'create_new_client' => 'Criar novo cliente', - 'edit_client_details' => 'Editar detalhes do cliente', - 'enable' => 'Habilitar', - 'learn_more' => 'Aprender mais', - 'manage_rates' => 'Gerenciar taxas', - 'note_to_client' => 'Observações', - 'invoice_terms' => 'Condições da Fatura', - 'save_as_default_terms' => 'Salvar como condição padrão', - 'download_pdf' => 'Baixar PDF', - 'pay_now' => 'Pagar agora', - 'save_invoice' => 'Salvar Fatura', - 'clone_invoice' => 'Clonar Fatura', - 'archive_invoice' => 'Arquivar Fatura', - 'delete_invoice' => 'Apagar Fatura', - 'email_invoice' => 'Enviar Fatura', - 'enter_payment' => 'Informar Pagamento', - 'tax_rates' => 'Impostos', - 'rate' => 'Valor', - 'settings' => 'Configurações', - 'enable_invoice_tax' => 'Permitir especificar a taxa da fatura', - 'enable_line_item_tax' => 'Permitir especificar o taxas por item', - - // navigation - 'dashboard' => 'Dashboard', - 'clients' => 'Clientes', - 'invoices' => 'Faturas', - 'payments' => 'Pagamentos', - 'credits' => 'Créditos', - 'history' => 'Histórico', - 'search' => 'Pesquisa', - 'sign_up' => 'Cadastrar', - 'guest' => 'Convidado', - 'company_details' => 'Detalhes da Empresa', - 'online_payments' => 'Pagamentos Online', - 'notifications' => 'Notificações', - 'import_export' => 'Importar/Exportar', - 'done' => 'Feito', - 'save' => 'Salvar', - 'create' => 'Criar', - 'upload' => 'Upload', - 'import' => 'Importar', - 'download' => 'Download', - 'cancel' => 'Cancelar', - 'provide_email' => 'Forneça um endereço de e-mail válido', - 'powered_by' => 'Powered by', - 'no_items' => 'Sem itens', - - // recurring invoices - 'recurring_invoices' => 'Faturas Recorrentes', - 'recurring_help' => '

Enviar automaticamente aos clientes as mesmas faturas semanalmente, mensalmente, bimenstralmente, trimestralmente ou anualmente.

-

Use :MONTH, :QUARTER ou :YEAR para datas dinâmicas. Operadores matemáticos também funcionam, por exemplo :MONTH-1.

-

Exemplo de variáveis de uma fatura dinâmica:

- ', - - // dashboard - 'in_total_revenue' => 'no total de faturamento', - 'billed_client' => 'Cliente faturado', - 'billed_clients' => 'Clientes faturados', - 'active_client' => 'Cliente ativo', - 'active_clients' => 'Clientes ativos', - 'invoices_past_due' => 'Faturas Vencidas', - 'upcoming_invoices' => 'Próximas Faturas', - 'average_invoice' => 'Média por Fatura', - - // list pages - 'archive' => 'Arquivos', - 'delete' => 'Apagar', - 'archive_client' => 'Arquivar Cliente', - 'delete_client' => 'Deletar Cliente', - 'archive_payment' => 'Arquivar Pagamento', - 'delete_payment' => 'Deletar Pagamento', - 'archive_credit' => 'Arquivar Crédito', - 'delete_credit' => 'Deletar Crédito', - 'show_archived_deleted' => 'Mostrar arquivados/apagados', - 'filter' => 'Filtrar', - 'new_client' => 'Novo Cliente', - 'new_invoice' => 'Nova Fatura', - 'new_payment' => 'Novo Pagamento', - 'new_credit' => 'Novo Crédito', - 'contact' => 'Contato', - 'date_created' => 'Data de Criação', - 'last_login' => 'Último Login', - 'balance' => 'Saldo', - 'action' => 'Ação', - 'status' => 'Status', - 'invoice_total' => 'Total da Fatura', - 'frequency' => 'Frequência', - 'start_date' => 'Data Inicial', - 'end_date' => 'Data Final', - 'transaction_reference' => 'Referência da Transação', - 'method' => 'Método', - 'payment_amount' => 'Qtde do Pagamento', - 'payment_date' => 'Data do Pagamento', - 'credit_amount' => 'Qtde do Crédito', - 'credit_balance' => 'Balanço do Crédito', - 'credit_date' => 'Data do Crédito', - 'empty_table' => 'Sem dados disponíveis', - 'select' => 'Selecionar', - 'edit_client' => 'Editar Cliente', - 'edit_invoice' => 'Editar Fatura', - - // client view page - 'create_invoice' => 'Criar Fatura', - 'enter_credit' => 'Informar Crédito', - 'last_logged_in' => 'Último acesso em', - 'details' => 'Detalhes', - 'standing' => 'Resumo', - 'credit' => 'Crédito', - 'activity' => 'Atividade', - 'date' => 'Data', - 'message' => 'Mensagem', - 'adjustment' => 'Movimento', - 'are_you_sure' => 'Você tem certeza?', - - // payment pages - 'payment_type_id' => 'Tipo de pagamento', - 'amount' => 'Quantidade', - - // account/company pages - 'work_email' => 'E-mail', - 'language_id' => 'Idioma', - 'timezone_id' => 'Fuso Horário', - 'date_format_id' => 'Formato da Data', - 'datetime_format_id' => 'Formato da Data/Hora', - 'users' => 'Usuários', - 'localization' => 'Localização', - 'remove_logo' => 'Remover logo', - 'logo_help' => 'Suportados: JPEG, GIF and PNG', - 'payment_gateway' => 'Provedor de Pagamento', - 'gateway_id' => 'Provedor', - 'email_notifications' => 'Notificações por E-mail', - 'email_sent' => 'Notificar-me por e-mail quando a fatura for enviada', - 'email_viewed' => 'Notificar-me por e-mail quando a fatura for visualizada', - 'email_paid' => 'Notificar-me por e-mail quando a fatura for paga', - 'site_updates' => 'Atualizações', - 'custom_messages' => 'Mensagens Customizadas', - 'default_invoice_terms' => 'Definir condições padrões da fatura', - 'default_email_footer' => 'Definir assinatura de e-mail padrão', - 'import_clients' => 'Importar Dados do Cliente', - 'csv_file' => 'Selecionar arquivo CSV', - 'export_clients' => 'Exportar Dados do Cliente', - 'select_file' => 'Favor selecionar um arquivo', - 'first_row_headers' => 'Usar as primeiras linhas como cabeçalho', - 'column' => 'Coluna', - 'sample' => 'Exemplo', - 'import_to' => 'Importar para', - 'client_will_create' => 'cliente será criado', - 'clients_will_create' => 'clientes serão criados', - 'email_settings' => 'Configurações de E-mail', - 'pdf_email_attachment' => 'Anexar PDF aos e-mails', - - // application messages - 'created_client' => 'Cliente criado com sucesso', - 'created_clients' => ':count clientes criados com sucesso', - 'updated_settings' => 'Configurações atualizadas com sucesso', - 'removed_logo' => 'Logo removida com sucesso', - 'sent_message' => 'Mensagem enviada com sucesso', - 'invoice_error' => 'Verifique se você selecionou algum cliente e que não há nenhum outro erro', - 'limit_clients' => 'Desculpe, isto irá exceder o limite de :count clientes', - 'payment_error' => 'Ocorreu um erro ao processar o pagamento. Por favor tente novamente mais tarde.', - 'registration_required' => 'Favor logar-se para enviar uma fatura por e-mail', - 'confirmation_required' => 'Favor confirmar o seu endereço de e-mail', - - 'updated_client' => 'Cliente atualizado com sucesso', - 'created_client' => 'Cliente criado com sucesso', - 'archived_client' => 'Cliente arquivado com sucesso', - 'archived_clients' => ':count clientes arquivados com sucesso', - 'deleted_client' => 'Clientes removidos com sucesso', - 'deleted_clients' => ':count clientes removidos com sucesso', - - 'updated_invoice' => 'Fatura atualizado com sucesso', - 'created_invoice' => 'Fatura criada com sucesso', - 'cloned_invoice' => 'Fatura clonada com sucesso', - 'emailed_invoice' => 'Fatura enviada por e-mail com sucesso', - 'and_created_client' => 'e o cliente foi criado', - 'archived_invoice' => 'Fatura arquivado com sucesso', - 'archived_invoices' => ':count faturas arquivados com sucesso', - 'deleted_invoice' => 'Fatura apagados com sucesso', - 'deleted_invoices' => ':count faturas apagados com sucesso', - - 'created_payment' => 'Pagamento criado com sucesso', - 'archived_payment' => 'Pagamento arquivado com sucesso', - 'archived_payments' => ':count pagamentos arquivados com sucesso', - 'deleted_payment' => 'Pagamento apagado com sucesso', - 'deleted_payments' => ':count pagamentos apagados com sucesso', - 'applied_payment' => 'Pagamentos aplicados com sucesso', - - 'created_credit' => 'Crédito criado com sucesso', - 'archived_credit' => 'Crédito arquivado com sucesso', - 'archived_credits' => ':count créditos arquivados com sucesso', - 'deleted_credit' => 'Crédito apagado com sucesso', - 'deleted_credits' => ':count créditos apagados com sucesso', - - // Emails - 'confirmation_subject' => 'Confirmação de Conta do Invoice Ninja', - 'confirmation_header' => 'Confirmação de Conta', - 'confirmation_message' => 'Favor acessar o link abaixo para confirmar a sua conta.', - 'invoice_message' => 'Para visualizar a sua fatura de :amount, clique no link abaixo.', - 'payment_message' => 'Obrigado, pagamento de :amount confirmado', - 'email_salutation' => 'Caro :name,', - 'email_signature' => 'Atenciosamente,', - 'email_from' => 'Equipe InvoiceNinja', - 'user_email_footer' => 'Para ajustar suas configurações de notificações de e-mail acesse '.SITE_URL.'/settings/notifications', - 'invoice_link_message' => 'Para visualizar a fatura do seu cliente clique no link abaixo:', - 'notification_invoice_paid_subject' => 'Fatura :invoice foi pago por :client', - 'notification_invoice_sent_subject' => 'Fatura :invoice foi enviado por :client', - 'notification_invoice_viewed_subject' => 'Fatura :invoice foi visualizada por :client', - 'notification_invoice_paid' => 'Um pagamento de :amount foi realizado pelo cliente :client através da fatura :invoice.', - 'notification_invoice_sent' => 'O cliente :client foi notificado por e-mail referente à fatura :invoice de :amount.', - 'notification_invoice_viewed' => 'O cliente :client visualizou a fatura :invoice de :amount.', - 'reset_password' => 'Você pode redefinir a sua senha clicando no seguinte link:', - 'reset_password_footer' => 'Se você não solicitou a redefinição de sua senha por favor envie um e-mail para o nosso suporte: '.CONTACT_EMAIL, - - // Payment page - 'secure_payment' => 'Pagamento Seguro', - 'card_number' => 'Número do cartão', - 'expiration_month' => 'Mês de expiração', - 'expiration_year' => 'Ano de expiração', - 'cvv' => 'CVV', - - // This File was missing the security alerts. I'm not familiar with this language, Can someone translate? - // Security alerts - 'security' => [ - 'too_many_attempts' => 'Muitas tentativas. Tente novamente em alguns minutos.', - 'wrong_credentials' => 'E-mail ou senha incorretos.', - 'confirmation' => 'Sua conta foi confirmada!', - 'wrong_confirmation' => 'Código de confirmação incorreto.', - 'password_forgot' => 'As informações para redefinição de senha foi enviada para seu e-mail.', - 'password_reset' => 'Senha atualizada com sucesso.', - 'wrong_password_reset' => 'Senha inválida. Tente novamente', - ], - - // Pro Plan - 'pro_plan' => [ - 'remove_logo' => ':link para remover a logo do Invoice Ninja contratando o plano profissional', - 'remove_logo_link' => 'Clique aqui', - ], - - 'logout' => 'Sair', - 'sign_up_to_save' => 'Faça login para salvar o seu trabalho', - 'agree_to_terms' => 'Eu concordo com os :terms do Invoice Ninja', - 'terms_of_service' => 'Condições do Serviço', - 'email_taken' => 'O endereço de e-mail já está registrado', - 'working' => 'Processando', - 'success' => 'Successo', - 'success_message' => 'Você se registrou com sucesso. Por favor acesse o link de confirmação recebido para confirmar o seu endereço de e-mail.', - 'erase_data' => 'Isto irá apagar completamente todos os seus dados.', - 'password' => 'Senha', - 'close' => 'Fechar', - 'invoice_subject' => 'Nova fatura :invoice de :account', - 'payment_subject' => 'Recebimento de pagamento de', - - 'pro_plan_product' => 'Plano Profissional', - 'pro_plan_description' => 'Um ano de inscrição no Plano Invoice Ninja Pro', - 'pro_plan_success' => 'Muito Obrigado! Assim que o pagamento for confirmado seu plano será ativado.', - - 'unsaved_changes' => 'Existem alterações não salvas', - 'custom_fields' => 'Campos Personalizados', - 'company_fields' => 'Campos para Empresa', - 'client_fields' => 'Campos para Cientes', - 'field_label' => 'Nome do Campo', - 'field_value' => 'Valor do Campo', - 'edit' => 'Editar', - 'view_invoice' => 'Vizualizar fatura', - 'view_as_recipient' => 'Vizualizar como destinatário', - - // product management - 'product_library' => 'Lista de Produtos', - 'product' => 'Produto', - 'products' => 'Produtos', - 'fill_products' => 'Sugerir produtos', - 'fill_products_help' => 'Selecionando o produto descrição e preço serão preenchidos automaticamente', - 'update_products' => 'Atualização automática dos produtos', - 'update_products_help' => 'Atualizando na fatura o produto também será atualizado', - 'create_product' => 'Criar Produto', - 'edit_product' => 'Editar Prodruto', - 'archive_product' => 'Arquivar Produto', - 'updated_product' => 'Produto atualizado', - 'created_product' => 'Produto criado', - 'archived_product' => 'Produto arquivado', - 'pro_plan_custom_fields' => ':link para habilitar campos personalizados adquira o Plano Profissional', - - 'advanced_settings' => 'Configurações Avançadas', - 'pro_plan_advanced_settings' => ':link para habilitar as configurações avançadas adquira o Plano Profissional', - 'invoice_design' => 'Modelo da Fatura', - 'specify_colors' => 'Definição de Cores', - 'specify_colors_label' => 'Selecione as cores para sua fatura', - - 'chart_builder' => 'Contrutor de Gráficos', - 'ninja_email_footer' => 'Use :site para gerenciar os orçamentos e faturas de seus clientes!', - 'go_pro' => 'Adquira o Plano Pro', - - // Quotes - 'quote' => 'Orçamento', - 'quotes' => 'Orçamentos', - 'quote_number' => 'Número do Orçamento', - 'quote_number_short' => 'Orçamento #', - 'quote_date' => 'Data do Orçamento', - 'quote_total' => 'Total do Orçamento', - 'your_quote' => 'Seu Orçamento', - 'total' => 'Total', - 'clone' => 'Clonar', - - 'new_quote' => 'Novo Orçamento', - 'create_quote' => 'Criar Orçamento', - 'edit_quote' => 'Editar Orçamento', - 'archive_quote' => 'Arquivar Orçamento', - 'delete_quote' => 'Deletar Orçamento', - 'save_quote' => 'Salvar Oçamento', - 'email_quote' => 'Enviar Orçamento', - 'clone_quote' => 'Clonar Orçamento', - 'convert_to_invoice' => 'Faturar Orçamento', - 'view_invoice' => 'Visualizar Fatura', - 'view_quote' => 'Visualizar Orçamento', - 'view_client' => 'Visualizar Cliente', - - 'updated_quote' => 'Orçamento atualizado', - 'created_quote' => 'Orçamento criado', - 'cloned_quote' => 'Orçamento clonaro', - 'emailed_quote' => 'Orçamento enviado', - 'archived_quote' => 'Orçamento aquivado', - 'archived_quotes' => ':count Orçamento(s) arquivado(s)', - 'deleted_quote' => 'Orçamento deletado', - 'deleted_quotes' => ':count Orçamento(s) deletado(s)', - 'converted_to_invoice' => 'Orçamento faturado', - - 'quote_subject' => 'Novo Orçamento de :account', - 'quote_message' => 'Para visualizar o oçamento de :amount, clique no link abaixo.', - 'quote_link_message' => 'Para visualizar o orçamento clique no link abaixo', - 'notification_quote_sent_subject' => 'Orçamento :invoice enviado para :client', - 'notification_quote_viewed_subject' => 'Orçamento :invoice visualizado por :client', - 'notification_quote_sent' => 'O cliente :client recebeu o Orçamento :invoice de:amount.', - 'notification_quote_viewed' => 'O clinete :client visualizou o Orçamento :invoice de :amount.', - - 'session_expired' => 'Sessão expirada.', - - 'invoice_fields' => 'Campos da Fatura', - 'invoice_options' => 'Opções da Fatura', - 'hide_quantity' => 'Ocultar quantidade', - 'hide_quantity_help' => 'Se a quantidade dos itens é sempre 1, então você pode definir para nao exibir na sua fatura.', - 'hide_paid_to_date' => 'Ocultar data de pagamento', - 'hide_paid_to_date_help' => 'Apenas mostrar a "Data de Pagamento" quanto o pagamento tiver sido efetuado.', - - 'charge_taxes' => 'Taxas', - 'user_management' => 'Gerenciamento de Usuários', - 'add_user' => 'Adicionar Usuários', - 'send_invite' => 'Enviar Convite', - 'sent_invite' => 'Convite enviado', - 'updated_user' => 'Usuário atualizado', - 'invitation_message' => 'Você recebeu um convite de :invitor. ', - 'register_to_add_user' => 'Cadastre-se para adicionar um usuário', - 'user_state' => 'Status', - 'edit_user' => 'Editar Usuário', - 'delete_user' => 'Deletar Usuário', - 'active' => 'Ativo', - 'pending' => 'Pendente', - 'deleted_user' => 'Usuário deletado', - 'limit_users' => 'Desculpe, isto irá exceder o limite de '.MAX_NUM_USERS.' usuários', - - 'confirm_email_invoice' => 'Deseja enviar esta fatura?', - 'confirm_email_quote' => 'Deseja enviar este orçamento?', - 'confirm_recurring_email_invoice' => 'Deseja enviar esta fatura?', - - 'cancel_account' => 'Cancelar Conta', - 'cancel_account_message' => 'Atenção: Esta ação irá remover todos os seus dados, e não pode ser desfeita.', - 'go_back' => 'Voltar', - - 'data_visualizations' => 'Visualização de Dados', - 'sample_data' => 'Dados de Exemplo', - 'hide' => 'Ocultar', - 'new_version_available' => 'Uma nova versão :releases_link está disponível. Sua versão é v:user_version, a última versão é v:latest_version', - - 'invoice_settings' => 'Configuração das Faturas', - 'invoice_number_prefix' => 'Prefixo na Numeração das Faturas', - 'invoice_number_counter' => 'Numeração das Faturas', - 'quote_number_prefix' => 'Prefixo na Numeração dos Orçamentos', - 'quote_number_counter' => 'Numeração dos Orçamentos', - 'share_invoice_counter' => 'Usar numeração das faturas', - 'invoice_issued_to' => 'Fatura emitida para', - 'invalid_counter' => 'Para evitar conflitos defina prefíxos de numeração para Faturas e Orçamentos', - 'mark_sent' => 'Marcar como Enviada', - - 'gateway_help_1' => ':link para acessar Authorize.net.', - 'gateway_help_2' => ':link para acessar Authorize.net.', - 'gateway_help_17' => ':link para adquirir sua "PayPal API signature".', - 'gateway_help_23' => 'Aviso: use sua "Secret API Key", não a "Publishable API Key".', - 'gateway_help_27' => ':link para acessar TwoCheckout.', - - 'more_designs' => 'Mais Modelos', - 'more_designs_title' => 'Modelo Adicionais', - 'more_designs_cloud_header' => 'Adquira o Plano Pro para mais modelos', - 'more_designs_cloud_text' => '', - 'more_designs_self_host_header' => 'Obtenha mais 6 modelos de faturas por apenas $'.INVOICE_DESIGNS_PRICE, - 'more_designs_self_host_text' => '', - 'buy' => 'Comprar', - 'bought_designs' => 'Novos Modelos Adicionados', - - 'sent' => 'enviado', - 'timesheets' => 'Planilha de Tempos', - - 'payment_title' => 'Informe o endereço de cobrança e as informações do Cartão de Crédito', - 'payment_cvv' => '*São os 3-4 digitos encontrados atrás do seu cartão.', - 'payment_footer1' => '*O endereço de cobrança deve ser igual o endereço associado ao Cartã de Crédito.', - 'payment_footer2' => '*Clique em "Pagar Agora" apenas uma vez - esta operação pode levar até 1 Minuto para processar.', - 'vat_number' => 'Insc.', - 'id_number' => 'CNPJ', - - 'white_label_link' => 'White Label', - 'white_label_text' => 'Adquira uma "white label license" por $'.WHITE_LABEL_PRICE.' para utilizar sua própria marca no topo da página.', - 'white_label_header' => 'White Label', - 'bought_white_label' => 'Licença "white label" habilitada', - 'white_labeled' => 'White labeled', - - 'restore' => 'Restaurar', - 'restore_invoice' => 'Restaurar Fatura', - 'restore_quote' => 'Restaurar Orçamento', - 'restore_client' => 'Restaurar Cliente', - 'restore_credit' => 'Restaurar Credito', - 'restore_payment' => 'Restaurar Pagamento', - - 'restored_invoice' => 'Fatura restaurada', - 'restored_quote' => 'Orçamento restaurado', - 'restored_client' => 'Cliente restaurado', - 'restored_payment' => 'Pagamento restaurado', - 'restored_credit' => 'Crédito restaurado', - - 'reason_for_canceling' => 'Ajude-nos a melhorar, envie suas sugestões.', - 'discount_percent' => '%', - 'discount_amount' => 'Valor', - - 'invoice_history' => 'Histórico de Faturas', - 'quote_history' => 'Histórico de Orçamentos', - 'current_version' => 'Versão Atual', - 'select_versiony' => 'Selecionar versão', - 'view_history' => 'Visualizar Histórico', - - 'edit_payment' => 'Editar Pagamento', - 'updated_payment' => 'Pagamento atualizado', - 'deleted' => 'Deletado', - 'restore_user' => 'Restaurar Usuário', - 'restored_user' => 'Usuário restaurado', - 'show_deleted_users' => 'Exibir usuários deletados', - 'email_templates' => 'Modelo de E-mail', - 'invoice_email' => 'E-mail de Faturas', - 'payment_email' => 'E-mail de Pagamentos', - 'quote_email' => 'E-mail de Orçamentos', - 'reset_all' => 'Resetar Todos', - 'approve' => 'Aprovar', - - 'token_billing_type_id' => 'Token de Cobrança', - 'token_billing_help' => 'Habilita o armazenamento das informações junto ao provedor, para cobrança posterior.', - 'token_billing_1' => 'Desabilitado', - 'token_billing_2' => 'Opt-in - não selecionado', - 'token_billing_3' => 'Opt-out - selecionado', - 'token_billing_4' => 'Sempre', - 'token_billing_checkbox' => 'Guardar detalhes do cartão', - 'view_in_stripe' => 'Ver no Stripe', - 'use_card_on_file' => 'Usar cartão no arquivo', - 'edit_payment_details' => 'Editar detalhes do pagamento', - 'token_billing' => 'Salvar detalhes do cartão', - 'token_billing_secure' => 'Dados armazenados com seguração por :stripe_link', - - 'support' => 'Suporte', - 'contact_information' => 'Informações de Contato', - '256_encryption' => 'Criptografia de 256-Bit', - 'amount_due' => 'Valor devido', - 'billing_address' => 'Endereço de cobrança', - 'billing_method' => 'Tipo de pagamento', - 'order_overview' => 'Geral', - 'match_address' => '*O endereço de cobrança deve ser igual o endereço associado ao Cartão de Crédito.', - 'click_once' => '*Clique em "Pagar Agora" apenas uma vez - esta operação pode levar até 1 Minuto para processar.', - 'default_invoice_footer' => 'Definir padrão', - 'invoice_footer' => 'Rodapé da Fatura', - 'save_as_default_footer' => 'Salvar como rodapé padrão', - - 'token_management' => 'Gerenciar Token', - 'tokens' => 'Tokens', - 'add_token' => 'Adicionar Token', - 'show_deleted_tokens' => 'Mostrar tokents deleteados', - 'deleted_token' => 'Token deletado', - 'created_token' => 'Token criado', - 'updated_token' => 'Token atualizado', - 'edit_token' => 'Editat Token', - 'delete_token' => 'Deletar Token', - 'token' => 'Token', - - 'add_gateway' => 'Adicionar Provedor', - 'delete_gateway' => 'Deletar Provedor', - 'edit_gateway' => 'Editar Provedor', - 'updated_gateway' => 'Provedor atualizado', - 'created_gateway' => 'Provedor Criado', - 'deleted_gateway' => 'Provedor Deletado', - 'pay_with_paypal' => 'PayPal', - 'pay_with_card' => 'Cartão de Crédito', - - 'change_password' => 'Altera senha', - 'current_password' => 'Senha atual', - 'new_password' => 'Nova senha', - 'confirm_password' => 'Confirmar senha', - 'password_error_incorrect' => 'Senha atual incorreta.', - 'password_error_invalid' => 'Nova senha inválida.', - 'updated_password' => 'Senha atualizada', - - 'api_tokens' => 'API Tokens', - 'users_and_tokens' => 'Usuários & Tokens', - 'account_login' => 'Login', - 'recover_password' => 'Recuperar senha', - 'forgot_password' => 'Esqueceu sua senha?', - 'email_address' => 'E-mail', - 'lets_go' => 'Vamos!', - 'password_recovery' => 'Recuperar Senha', - 'send_email' => 'Enviar e-mail', - 'set_password' => 'Definir Senha', - 'converted' => 'Faturado', - - 'email_approved' => 'Notificar-me por e-mail quando um orçamento for aprovado', - 'notification_quote_approved_subject' => 'Orçamento :invoice foi aprovado por :client', - 'notification_quote_approved' => 'O cliente :client aprovou Orçamento :invoice de :amount.', - 'resend_confirmation' => 'Reenviar e-mail de confirmação', - 'confirmation_resent' => 'E-mail de confirmação reenviado', - - 'gateway_help_42' => ':link acessar BitPay.
Aviso: use a "Legacy API Key", não "API token".', - 'payment_type_credit_card' => 'Cartão de Crédito', - 'payment_type_paypal' => 'PayPal', - 'payment_type_bitcoin' => 'Bitcoin', - 'knowledge_base' => 'Base de Conhecimento', - 'partial' => 'Parcial', - 'partial_remaining' => ':partial de :balance', - - 'more_fields' => 'Mais Campos', - 'less_fields' => 'Menos Campos', - 'client_name' => 'Nome do Cliente', - 'pdf_settings' => 'Configurações do PDF', - 'product_settings' => 'Configurações de Produtos', - 'auto_wrap' => 'Quebrar Linhas', - 'duplicate_post' => 'Atenção: a pagina anterior foi enviada duas vezes. A segunda vez foi ignorada.', - 'view_documentation' => 'Ver Documentação', - 'app_title' => 'Free Open-Source Online Invoicing', - 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.', - - 'rows' => 'linhas', - 'www' => 'www', - 'logo' => 'Logo', - 'subdomain' => 'Subdomínio', - 'provide_name_or_email' => 'Informe nome e e-mail para contato', - 'charts_and_reports' => 'Gráficos & Relatórios', - 'chart' => 'Gráfico', - 'report' => 'Relatório', - 'group_by' => 'Agrupado por', - 'paid' => 'Pago', - 'enable_report' => 'Relatório', - 'enable_chart' => 'Gráfico', - 'totals' => 'Totais', - 'run' => 'Executar', - 'export' => 'Exportar', - 'documentation' => 'Documentação', - 'zapier' => 'Zapier', - 'recurring' => 'Recorrente', - 'last_invoice_sent' => 'Última cobrança enviada em :date', - - 'processed_updates' => 'Atualização completa', - 'tasks' => 'Tarefas', - 'new_task' => 'Nova Tarefa', - 'start_time' => 'Início', - 'created_task' => 'Tarefa criada', - 'updated_task' => 'Tarefa atualizada', - 'edit_task' => 'Editar Tarefa', - 'archive_task' => 'Arquivar Tarefa', - 'restore_task' => 'Restaurar Tarefa', - 'delete_task' => 'Deletar Tarefa', - 'stop_task' => 'Parar Tarefa', - 'time' => 'Tempo', - 'start' => 'Iniciar', - 'stop' => 'Parar', - 'now' => 'Agora', - 'timer' => 'Timer', - 'manual' => 'Manual', - 'date_and_time' => 'Data & Hora', - 'second' => 'segundo', - 'seconds' => 'segundos', - 'minute' => 'minuto', - 'minutes' => 'minutos', - 'hour' => 'hora', - 'hours' => 'horas', - 'task_details' => 'Detalhes da Tarefa', - 'duration' => 'Duração', - 'end_time' => 'Final', - 'end' => 'Fim', - 'invoiced' => 'Faturado', - 'logged' => 'Logado', - 'running' => 'Executando', - 'task_error_multiple_clients' => 'Tarefas não podem pertencer a clientes diferentes', - 'task_error_running' => 'Pare as tarefas em execução', - 'task_error_invoiced' => 'Tarefa já faturada', - 'restored_task' => 'Tarefa restaurada', - 'archived_task' => 'Tarefa arquivada', - 'archived_tasks' => ':count Tarefas arquivadas', - 'deleted_task' => 'Tarefa deletada', - 'deleted_tasks' => ':count Tarefas deletadas', - 'create_task' => 'Criar Tarefa', - 'stopped_task' => 'Tarefa interrompida', - 'invoice_task' => 'Faturar Tarefa', - 'invoice_labels' => 'Etiquetas das Faturas', - 'prefix' => 'Prefixo', - 'counter' => 'Contador', - - 'payment_type_dwolla' => 'Dwolla', - 'gateway_help_43' => ':link acessar Dwolla.', - 'partial_value' => 'Deve ser maior que zero e menor que o total', - 'more_actions' => 'Mais ações', - - 'pro_plan_title' => 'NINJA PRO', - 'pro_plan_call_to_action' => 'Adquira Agora!', - 'pro_plan_feature1' => 'Sem Limite de Clientes', - 'pro_plan_feature2' => '+10 Modelos de faturas', - 'pro_plan_feature3' => 'URLs personalizadas - "SeuNome.InvoiceNinja.com"', - 'pro_plan_feature4' => 'Sem "Created by Invoice Ninja"', - 'pro_plan_feature5' => 'Múltiplos usuários & Histórico de Atividades', - 'pro_plan_feature6' => 'Orçamentos & Pedidos', - 'pro_plan_feature7' => 'Campos personalizados', - 'pro_plan_feature8' => 'Opção para anexar PDFs aos e-mails', - - 'resume' => 'Retormar', - 'break_duration' => 'Interromper', - 'edit_details' => 'Editar Detalhes', - 'work' => 'Trabalhar', - 'timezone_unset' => 'Por favor :link defina sua timezone', - 'click_here' => 'clique aqui', - - 'email_receipt' => 'E-mail para envio do recibo de pagamento', - 'created_payment_emailed_client' => 'Pagamento informado e notificado ao cliente por e-mail', - 'add_company' => 'Adicionar Empresa', - 'untitled' => 'Sem Título', - 'new_company' => 'Nova Empresa', - 'associated_accounts' => 'Contas vinculadas', - 'unlinked_account' => 'Contas desvinculadas', - 'login' => 'Login', - 'or' => 'ou', - - 'email_error' => 'Houve um problema ao enviar o e-mail', - 'confirm_recurring_timing' => 'Aviso: e-mails são enviados na hora de início.', - 'old_browser' => 'Utilize um navegador atualizado', - 'payment_terms_help' => 'Defina a data de vencimento padrão', - 'unlink_account' => 'Desvincular Conta', - 'unlink' => 'Desvincular', - 'show_address' => 'Mostrar Endereço', - 'show_address_help' => 'Solicitar endereço de cobrançao ao cliente', - 'update_address' => 'Atualizar Endereço', - 'update_address_help' => 'Atualizar endereço do cliente', - 'times' => 'Tempo', - 'set_now' => 'Agora', - 'dark_mode' => 'Modo Escuro', - 'dark_mode_help' => 'Mostrar texto branco em fundo preto', - 'add_to_invoice' => 'Adicionar na fatura :invoice', - 'create_new_invoice' => 'Criar fatura', - 'task_errors' => 'Corrija os tempos sobrepostos', - 'from' => 'De', - 'to' => 'Para', - 'font_size' => 'Tamanho do Texto', - 'primary_color' => 'Cor Principal', - 'secondary_color' => 'Cor Secundaria', - 'customize_design' => 'Personalizar Modelo', - - 'content' => 'Conteúdo', - 'styles' => 'Estilos', - 'defaults' => 'Padrões', - 'margins' => 'Margens', - 'header' => 'Cabeçalho', - 'footer' => 'Rodapé', - 'custom' => 'Personalizado', - 'invoice_to' => 'Fatura para', - 'invoice_no' => 'Fatura No.', - 'recent_payments' => 'Pagamentos Recentes', - 'outstanding' => 'Em Aberto', - 'manage_companies' => 'Gerenciar Empresas', - 'total_revenue' => 'Faturamento', - - 'current_user' => 'Usuário', - 'new_recurring_invoice' => 'Nova Fatura Recorrente', - 'recurring_invoice' => 'Fatura Recorrente', - 'recurring_too_soon' => 'Fora do prazo para nova fatura recorrente, agendamento para :date', - 'created_by_invoice' => 'Criada a partir da Fatura :invoice', - 'primary_user' => 'Usuário Principal', - 'help' => 'Ajuda', - 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

-

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

-

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

-

If you need help figuring something out post a question to our support forum.

', - - 'invoice_due_date' => 'Data de vencimento', - 'quote_due_date' => 'Valido até', - 'valid_until' => 'Válido até', - 'reset_terms' => 'Resetar Condições', - 'reset_footer' => 'Resetar Rodapé', - 'invoices_sent' => ':count fatura(s) enviada(s)', - 'status_draft' => 'Rascunho', - 'status_sent' => 'Enviado', - 'status_viewed' => 'Visualizado', - 'status_partial' => 'Parcial', - 'status_paid' => 'Pago', - 'show_line_item_tax' => 'Exibir taxas dos itens', - - 'iframe_url' => 'Website', - 'iframe_url_help1' => 'Copie o código abaixo em seu website.', - 'iframe_url_help2' => 'Você pode testar clicando em \'Ver como destinatário\' em uma fatura.', - - 'auto_bill' => 'Cobrança Automática', - 'military_time' => '24h', - 'last_sent' => 'Último Envio', - - 'reminder_emails' => 'E-mails de Lembrete', - 'templates_and_reminders' => 'Modelos & Lembretes', - 'subject' => 'Assunto', - 'body' => 'Conteúdo', - 'first_reminder' => 'Primeiro Lembrete', - 'second_reminder' => 'Segundo Lembrete', - 'third_reminder' => 'Terceiro Lembrete', - 'num_days_reminder' => 'Dias após o vencimento', - 'reminder_subject' => 'Lembrente: Fatura :invoice de :account', - 'reset' => 'Resetar', - 'invoice_not_found' => 'A fatura requisitada não está disponível', - - 'referral_program' => 'Programa de Indicação', - 'referral_code' => 'Código de Indicação', - 'last_sent_on' => 'Último envio em :date', - - 'page_expire' => 'Esta página está expirando, :click_here para continuar trabalhando', - 'upcoming_quotes' => 'Próximos Orçamentos', - 'expired_quotes' => 'Orçamentos Expirados', - - 'sign_up_using' => 'Acesse', - 'invalid_credentials' => 'Usuário e/ou senha inválidos', - 'show_all_options' => 'Mostrar todas as opções', - 'user_details' => 'Detalhes do Usuário', - 'oneclick_login' => 'Login Fácil', - 'disable' => 'Desabilitar', - 'invoice_quote_number' => 'Numero de Faturas e Orçamentos', - 'invoice_charges' => 'Encargos da Fatura', - - 'invitation_status' => [ - 'sent' => 'E-mail Enviado', - 'opened' => 'E-mail Aberto', - 'viewed' => 'E-mail Visualizado', - ], - 'notification_invoice_bounced' => 'Não foi possível entregar a Fatura :invoice para :contact.', - 'notification_invoice_bounced_subject' => 'Fatura :invoice não foi entregue', - 'notification_quote_bounced' => 'Não foi possível entregar o Orçamento :invoice para :contact.', - 'notification_quote_bounced_subject' => 'Orçamento :invoice não foi entregue', - - 'custom_invoice_link' => 'Link de Fauturas Personalizado', - 'total_invoiced' => 'Faturas', - 'open_balance' => 'Em Aberto', - 'verify_email' => 'Um e-mail de verificação foi enviado para sua caixa de entrada..', - 'basic_settings' => 'Configurações Básicas', - 'pro' => 'Pro', - 'gateways' => 'Provedores de Pagamento', - - 'next_send_on' => 'Próximo Envio: :date', - 'no_longer_running' => 'Esta fatura não está agendada', - 'general_settings' => 'Configurações Gerais', - 'customize' => 'Personalizar', - - 'oneclick_login_help' => 'Vincule uma conta para acesar sem senha.', - 'referral_code_help' => 'Recomende nosso sistema.', - - 'enable_with_stripe' => 'Habilite | Requer Stripe', - 'tax_settings' => 'Configurações de Taxas', - 'create_tax_rate' => 'Adicionar Taxa', - 'updated_tax_rate' => 'Taxa Atualizada', - 'created_tax_rate' => 'Taxa Adicionada', - 'edit_tax_rate' => 'Editar Taxa', - 'archive_tax_rate' => 'Arquivar Taxa', - 'archived_tax_rate' => 'Taxa Arquivada', - 'default_tax_rate_id' => 'Taxa Padrao', - 'tax_rate' => 'Taxa', - 'recurring_hour' => 'Hora Recorrente', - 'pattern' => 'Padrão', - 'pattern_help_title' => 'Ajuda para Padrões', - 'pattern_help_1' => 'Crie numeração personalizada para faturas e orçamentos utilzando padrões.', - 'pattern_help_2' => 'Variáveis disponíveis:', - 'pattern_help_3' => 'Exemplo, :example seria convertido para :value', - 'see_options' => 'Veja as Opções', - 'invoice_counter' => 'Contador de Faturas', - 'quote_counter' => 'Contador de Orçamentos', - 'type' => 'Tipo', - - 'activity_1' => ':user cadastrou o cliente :client', - 'activity_2' => ':user arquivo o cliente :client', - 'activity_3' => ':user removeu o cliente :client', - 'activity_4' => ':user criou a fatura :invoice', - 'activity_5' => ':user atualizou a fatura :invoice', - 'activity_6' => ':user enviou a fatura :invoice para :contact', - 'activity_7' => ':contact visualizou a fatura :invoice', - 'activity_8' => ':user arquivou a fatura :invoice', - 'activity_9' => ':user removeu a fatura :invoice', - 'activity_10' => ':contact efetuou o pagamento de :payment para a fatura :invoice', - 'activity_11' => ':user atualizou o pagamento :payment', - 'activity_12' => ':user arquivou o pagamento :payment', - 'activity_13' => ':user removeu o pagamento :payment', - 'activity_14' => ':user adicionou crédito :credit', - 'activity_15' => ':user atualizou crédito :credit', - 'activity_16' => ':user arquivou crédito :credit', - 'activity_17' => ':user removeu crédito :credit', - 'activity_18' => ':user adicionou o orçamento :quote', - 'activity_19' => ':user atualizou o orçamento :quote', - 'activity_20' => ':user enviou o orçamento :quote para :contact', - 'activity_21' => ':contact visualizou o orçamento :quote', - 'activity_22' => ':user arquivou o orçamento :quote', - 'activity_23' => ':user removeu o orçamento :quote', - 'activity_24' => ':user restaurou o orçamento :quote', - 'activity_25' => ':user restaurou a fatura :invoice', - 'activity_26' => ':user restaurou o cliente :client', - 'activity_27' => ':user restaurou o pagamento :payment', - 'activity_28' => ':user restaurou o crédito :credit', - 'activity_29' => ':contact aprovou o orçamento :quote', - - 'payment' => 'Pagamento', - 'system' => 'Sistema', - 'signature' => 'Assinatura do E-mail', - 'default_messages' => 'Mensagens Padrões', - 'quote_terms' => 'Condições do Orçamento', - 'default_quote_terms' => 'Condições Padrões dos Orçamentos', - 'default_invoice_terms' => 'Condições Padrões das Faturas', - 'default_invoice_footer' => 'Rodapé Padrão das Faturas', - 'quote_footer' => 'Rodapé do Orçamento', - 'free' => 'Grátis', - - 'quote_is_approved' => 'Orçamento aprovado.', - 'apply_credit' => 'Aplicar Crédito', - 'system_settings' => 'Configurações do Sistema', - 'archive_token' => 'Arquivar Token', - 'archived_token' => 'Token arquivado', - 'archive_user' => 'Arquivar Usuário', - 'archived_user' => 'Usuário arquivado', - 'archive_account_gateway' => 'Arquivar Provedor', - 'archived_account_gateway' => 'Provedor arquivado', - 'archive_recurring_invoice' => 'Arquivar Fatura Recorrente', - 'archived_recurring_invoice' => 'Fatura Recorrente arquivada', - 'delete_recurring_invoice' => 'Remover Fatura Recorrente', - 'deleted_recurring_invoice' => 'Fatura Recorrente removida', - 'restore_recurring_invoice' => 'Restaurar Fatura Recorrente', - 'restored_recurring_invoice' => 'Fatura Recorrente restaurada', - 'archived' => 'Arquivado', - 'untitled_account' => 'Empresa Sem Nome', - - 'before' => 'Antes', - 'after' => 'Depois', - 'reset_terms_help' => 'Resetar para as condições padrões', - 'reset_footer_help' => 'Resetar para o rodapé padrão', -); + // client + 'organization' => 'Organization', + 'name' => 'Name', + 'website' => 'Website', + 'work_phone' => 'Phone', + 'address' => 'Address', + 'address1' => 'Street', + 'address2' => 'Apt/Suite', + 'city' => 'City', + 'state' => 'State/Province', + 'postal_code' => 'Postal Code', + 'country_id' => 'Country', + 'contacts' => 'Contacts', + 'first_name' => 'First Name', + 'last_name' => 'Last Name', + 'phone' => 'Phone', + 'email' => 'Email', + 'additional_info' => 'Additional Info', + 'payment_terms' => 'Payment Terms', + 'currency_id' => 'Currency', + 'size_id' => 'Company Size', + 'industry_id' => 'Industry', + 'private_notes' => 'Private Notes', + + // invoice + 'invoice' => 'Invoice', + 'client' => 'Client', + 'invoice_date' => 'Invoice Date', + 'due_date' => 'Due Date', + 'invoice_number' => 'Invoice Number', + 'invoice_number_short' => 'Invoice #', + 'po_number' => 'PO Number', + 'po_number_short' => 'PO #', + 'frequency_id' => 'How Often', + 'discount' => 'Discount', + 'taxes' => 'Taxes', + 'tax' => 'Tax', + 'item' => 'Item', + 'description' => 'Description', + 'unit_cost' => 'Unit Cost', + 'quantity' => 'Quantity', + 'line_total' => 'Line Total', + 'subtotal' => 'Subtotal', + 'paid_to_date' => 'Paid to Date', + 'balance_due' => 'Balance Due', + 'invoice_design_id' => 'Design', + 'terms' => 'Terms', + 'your_invoice' => 'Your Invoice', + + 'remove_contact' => 'Remove contact', + 'add_contact' => 'Add contact', + 'create_new_client' => 'Create new client', + 'edit_client_details' => 'Edit client details', + 'enable' => 'Enable', + 'learn_more' => 'Learn more', + 'manage_rates' => 'Manage rates', + 'note_to_client' => 'Note to Client', + 'invoice_terms' => 'Invoice Terms', + 'save_as_default_terms' => 'Save as default terms', + 'download_pdf' => 'Download PDF', + 'pay_now' => 'Pay Now', + 'save_invoice' => 'Save Invoice', + 'clone_invoice' => 'Clone Invoice', + 'archive_invoice' => 'Archive Invoice', + 'delete_invoice' => 'Delete Invoice', + 'email_invoice' => 'Email Invoice', + 'enter_payment' => 'Enter Payment', + 'tax_rates' => 'Tax Rates', + 'rate' => 'Rate', + 'settings' => 'Settings', + 'enable_invoice_tax' => 'Enable specifying an invoice tax', + 'enable_line_item_tax' => 'Enable specifying line item taxes', + + // navigation + 'dashboard' => 'Dashboard', + 'clients' => 'Clients', + 'invoices' => 'Invoices', + 'payments' => 'Payments', + 'credits' => 'Credits', + 'history' => 'History', + 'search' => 'Search', + 'sign_up' => 'Sign Up', + 'guest' => 'Guest', + 'company_details' => 'Company Details', + 'online_payments' => 'Online Payments', + 'notifications' => 'Notifications', + 'import_export' => 'Import/Export', + 'done' => 'Done', + 'save' => 'Save', + 'create' => 'Create', + 'upload' => 'Upload', + 'import' => 'Import', + 'download' => 'Download', + 'cancel' => 'Cancel', + 'close' => 'Close', + 'provide_email' => 'Please provide a valid email address', + 'powered_by' => 'Powered by', + 'no_items' => 'No items', + + // recurring invoices + 'recurring_invoices' => 'Recurring Invoices', + 'recurring_help' => '

Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually.

+

Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1.

+

Examples of dynamic invoice variables:

+ ', + + // dashboard + 'in_total_revenue' => 'in total revenue', + 'billed_client' => 'billed client', + 'billed_clients' => 'billed clients', + 'active_client' => 'active client', + 'active_clients' => 'active clients', + 'invoices_past_due' => 'Invoices Past Due', + 'upcoming_invoices' => 'Upcoming Invoices', + 'average_invoice' => 'Average Invoice', + + // list pages + 'archive' => 'Archive', + 'delete' => 'Delete', + 'archive_client' => 'Archive Client', + 'delete_client' => 'Delete Client', + 'archive_payment' => 'Archive Payment', + 'delete_payment' => 'Delete Payment', + 'archive_credit' => 'Archive Credit', + 'delete_credit' => 'Delete Credit', + 'show_archived_deleted' => 'Show archived/deleted', + 'filter' => 'Filter', + 'new_client' => 'New Client', + 'new_invoice' => 'New Invoice', + 'new_payment' => 'Enter Payment', + 'new_credit' => 'Enter Credit', + 'contact' => 'Contact', + 'date_created' => 'Date Created', + 'last_login' => 'Last Login', + 'balance' => 'Balance', + 'action' => 'Action', + 'status' => 'Status', + 'invoice_total' => 'Invoice Total', + 'frequency' => 'Frequency', + 'start_date' => 'Start Date', + 'end_date' => 'End Date', + 'transaction_reference' => 'Transaction Reference', + 'method' => 'Method', + 'payment_amount' => 'Payment Amount', + 'payment_date' => 'Payment Date', + 'credit_amount' => 'Credit Amount', + 'credit_balance' => 'Credit Balance', + 'credit_date' => 'Credit Date', + 'empty_table' => 'No data available in table', + 'select' => 'Select', + 'edit_client' => 'Edit Client', + 'edit_invoice' => 'Edit Invoice', + + // client view page + 'create_invoice' => 'Create Invoice', + 'enter_credit' => 'Enter Credit', + 'last_logged_in' => 'Last logged in', + 'details' => 'Details', + 'standing' => 'Standing', + 'credit' => 'Credit', + 'activity' => 'Activity', + 'date' => 'Date', + 'message' => 'Message', + 'adjustment' => 'Adjustment', + 'are_you_sure' => 'Are you sure?', + + // payment pages + 'payment_type_id' => 'Payment Type', + 'amount' => 'Amount', + + // account/company pages + 'work_email' => 'Email', + 'language_id' => 'Language', + 'timezone_id' => 'Timezone', + 'date_format_id' => 'Date format', + 'datetime_format_id' => 'Date/Time Format', + 'users' => 'Users', + 'localization' => 'Localization', + 'remove_logo' => 'Remove logo', + 'logo_help' => 'Supported: JPEG, GIF and PNG', + 'payment_gateway' => 'Payment Gateway', + 'gateway_id' => 'Gateway', + 'email_notifications' => 'Email Notifications', + 'email_sent' => 'Email me when an invoice is sent', + 'email_viewed' => 'Email me when an invoice is viewed', + 'email_paid' => 'Email me when an invoice is paid', + 'site_updates' => 'Site Updates', + 'custom_messages' => 'Custom Messages', + 'default_email_footer' => 'Set default email signature', + 'import_clients' => 'Import Client Data', + 'csv_file' => 'Select CSV file', + 'export_clients' => 'Export Client Data', + 'select_file' => 'Please select a file', + 'first_row_headers' => 'Use first row as headers', + 'column' => 'Column', + 'sample' => 'Sample', + 'import_to' => 'Import to', + 'client_will_create' => 'client will be created', + 'clients_will_create' => 'clients will be created', + 'email_settings' => 'Email Settings', + 'pdf_email_attachment' => 'Attach PDFs', + + // application messages + 'created_client' => 'Successfully created client', + 'created_clients' => 'Successfully created :count clients', + 'updated_settings' => 'Successfully updated settings', + 'removed_logo' => 'Successfully removed logo', + 'sent_message' => 'Successfully sent message', + 'invoice_error' => 'Please make sure to select a client and correct any errors', + 'limit_clients' => 'Sorry, this will exceed the limit of :count clients', + 'payment_error' => 'There was an error processing your payment. Please try again later.', + 'registration_required' => 'Please sign up to email an invoice', + 'confirmation_required' => 'Please confirm your email address', + + 'updated_client' => 'Successfully updated client', + 'created_client' => 'Successfully created client', + 'archived_client' => 'Successfully archived client', + 'archived_clients' => 'Successfully archived :count clients', + 'deleted_client' => 'Successfully deleted client', + 'deleted_clients' => 'Successfully deleted :count clients', + + 'updated_invoice' => 'Successfully updated invoice', + 'created_invoice' => 'Successfully created invoice', + 'cloned_invoice' => 'Successfully cloned invoice', + 'emailed_invoice' => 'Successfully emailed invoice', + 'and_created_client' => 'and created client', + 'archived_invoice' => 'Successfully archived invoice', + 'archived_invoices' => 'Successfully archived :count invoices', + 'deleted_invoice' => 'Successfully deleted invoice', + 'deleted_invoices' => 'Successfully deleted :count invoices', + + 'created_payment' => 'Successfully created payment', + 'archived_payment' => 'Successfully archived payment', + 'archived_payments' => 'Successfully archived :count payments', + 'deleted_payment' => 'Successfully deleted payment', + 'deleted_payments' => 'Successfully deleted :count payments', + 'applied_payment' => 'Successfully applied payment', + + 'created_credit' => 'Successfully created credit', + 'archived_credit' => 'Successfully archived credit', + 'archived_credits' => 'Successfully archived :count credits', + 'deleted_credit' => 'Successfully deleted credit', + 'deleted_credits' => 'Successfully deleted :count credits', + + // Emails + 'confirmation_subject' => 'Invoice Ninja Account Confirmation', + 'confirmation_header' => 'Account Confirmation', + 'confirmation_message' => 'Please access the link below to confirm your account.', + 'invoice_subject' => 'New invoice :invoice from :account', + 'invoice_message' => 'To view your invoice for :amount, click the link below.', + 'payment_subject' => 'Payment Received', + 'payment_message' => 'Thank you for your payment of :amount.', + 'email_salutation' => 'Dear :name,', + 'email_signature' => 'Regards,', + 'email_from' => 'The Invoice Ninja Team', + 'user_email_footer' => 'To adjust your email notification settings please visit '.SITE_URL.'/settings/notifications', + 'invoice_link_message' => 'To view your client invoice click the link below:', + 'notification_invoice_paid_subject' => 'Invoice :invoice was paid by :client', + 'notification_invoice_sent_subject' => 'Invoice :invoice was sent to :client', + 'notification_invoice_viewed_subject' => 'Invoice :invoice was viewed by :client', + 'notification_invoice_paid' => 'A payment of :amount was made by client :client towards Invoice :invoice.', + 'notification_invoice_sent' => 'The following client :client was emailed Invoice :invoice for :amount.', + 'notification_invoice_viewed' => 'The following client :client viewed Invoice :invoice for :amount.', + 'reset_password' => 'You can reset your account password by clicking the following link:', + 'reset_password_footer' => 'If you did not request this password reset please email our support: ' . CONTACT_EMAIL, + + + // Payment page + 'secure_payment' => 'Secure Payment', + 'card_number' => 'Card Number', + 'expiration_month' => 'Expiration Month', + 'expiration_year' => 'Expiration Year', + 'cvv' => 'CVV', + + // Security alerts + 'security' => [ + 'too_many_attempts' => 'Too many attempts. Try again in few minutes.', + 'wrong_credentials' => 'Incorrect email or password.', + 'confirmation' => 'Your account has been confirmed!', + 'wrong_confirmation' => 'Wrong confirmation code.', + 'password_forgot' => 'The information regarding password reset was sent to your email.', + 'password_reset' => 'Your password has been changed successfully.', + 'wrong_password_reset' => 'Invalid password. Try again', + ], + + // Pro Plan + 'pro_plan' => [ + 'remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', + 'remove_logo_link' => 'Click here', + ], + + 'logout' => 'Log Out', + 'sign_up_to_save' => 'Sign up to save your work', + 'agree_to_terms' =>'I agree to the Invoice Ninja :terms', + 'terms_of_service' => 'Terms of Service', + 'email_taken' => 'The email address is already registered', + 'working' => 'Working', + 'success' => 'Success', + 'success_message' => 'You have successfully registered! Please visit the link in the account confirmation email to verify your email address.', + 'erase_data' => 'This will permanently erase your data.', + 'password' => 'Password', + + 'pro_plan_product' => 'Pro Plan', + 'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.', + 'pro_plan_success' => 'Thanks for choosing Invoice Ninja\'s Pro plan!

 
+ Next Steps

A payable invoice has been sent to the email + address associated with your account. To unlock all of the awesome + Pro features, please follow the instructions on the invoice to pay + for a year of Pro-level invoicing.

+ Can\'t find the invoice? Need further assistance? We\'re happy to help + -- email us at contact@invoiceninja.com', + + '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', + 'set_name' => 'Set your company name', + 'view_as_recipient' => 'View as recipient', + + // product management + 'product_library' => 'Product Library', + 'product' => 'Product', + 'products' => 'Products', + 'fill_products' => 'Auto-fill products', + 'fill_products_help' => 'Selecting a product will automatically fill in the description and cost', + 'update_products' => 'Auto-update products', + 'update_products_help' => 'Updating an invoice will automatically update the product library', + 'create_product' => 'Add Product', + 'edit_product' => 'Edit Product', + 'archive_product' => 'Archive Product', + 'updated_product' => 'Successfully updated product', + 'created_product' => 'Successfully created product', + 'archived_product' => 'Successfully archived product', + 'pro_plan_custom_fields' => ':link to enable custom fields by joining the Pro Plan', + + '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 + 'quote' => 'Quote', + 'quotes' => 'Quotes', + 'quote_number' => 'Quote Number', + 'quote_number_short' => 'Quote #', + 'quote_date' => 'Quote Date', + 'quote_total' => 'Quote Total', + 'your_quote' => 'Your Quote', + 'total' => 'Total', + 'clone' => 'Clone', + + 'new_quote' => 'New Quote', + 'create_quote' => 'Create Quote', + 'edit_quote' => 'Edit Quote', + 'archive_quote' => 'Archive Quote', + 'delete_quote' => 'Delete Quote', + 'save_quote' => 'Save Quote', + 'email_quote' => 'Email Quote', + 'clone_quote' => 'Clone Quote', + 'convert_to_invoice' => 'Convert to Invoice', + 'view_invoice' => 'View Invoice', + 'view_client' => 'View Client', + 'view_quote' => 'View Quote', + + 'updated_quote' => 'Successfully updated quote', + 'created_quote' => 'Successfully created quote', + 'cloned_quote' => 'Successfully cloned quote', + 'emailed_quote' => 'Successfully emailed quote', + 'archived_quote' => 'Successfully archived quote', + 'archived_quotes' => 'Successfully archived :count quotes', + 'deleted_quote' => 'Successfully deleted quote', + 'deleted_quotes' => 'Successfully deleted :count quotes', + 'converted_to_invoice' => 'Successfully converted quote to invoice', + + 'quote_subject' => 'New quote $quote from :account', + 'quote_message' => 'To view your quote for :amount, click the link below.', + 'quote_link_message' => 'To view your client quote click the link below:', + 'notification_quote_sent_subject' => 'Quote :invoice was sent to :client', + 'notification_quote_viewed_subject' => 'Quote :invoice was viewed by :client', + 'notification_quote_sent' => 'The following client :client was emailed Quote :invoice for :amount.', + 'notification_quote_viewed' => 'The following client :client viewed Quote :invoice for :amount.', + + 'session_expired' => 'Your session has expired.', + + 'invoice_fields' => 'Invoice Fields', + 'invoice_options' => 'Invoice Options', + 'hide_quantity' => 'Hide Quantity', + 'hide_quantity_help' => 'If your line items quantities are always 1, then you can declutter invoices by no longer displaying this field.', + 'hide_paid_to_date' => 'Hide Paid to Date', + 'hide_paid_to_date_help' => 'Only display the "Paid to Date" area on your invoices once a payment has been received.', + + 'charge_taxes' => 'Charge taxes', + 'user_management' => 'User Management', + 'add_user' => 'Add User', + 'send_invite' => 'Send invitation', + 'sent_invite' => 'Successfully sent invitation', + 'updated_user' => 'Successfully updated user', + 'invitation_message' => 'You\'ve been invited by :invitor. ', + 'register_to_add_user' => 'Please sign up to add a user', + 'user_state' => 'State', + 'edit_user' => 'Edit User', + 'delete_user' => 'Delete User', + 'active' => 'Active', + 'pending' => 'Pending', + 'deleted_user' => 'Successfully deleted user', + 'limit_users' => 'Sorry, this will exceed the limit of ' . MAX_NUM_USERS . ' users', + + 'confirm_email_invoice' => 'Are you sure you want to email this invoice?', + 'confirm_email_quote' => 'Are you sure you want to email this quote?', + 'confirm_recurring_email_invoice' => 'Are you sure you want this invoice emailed?', + + 'cancel_account' => 'Cancel Account', + 'cancel_account_message' => 'Warning: This will permanently erase all of your data, there is no undo.', + 'go_back' => 'Go Back', + + 'data_visualizations' => 'Data Visualizations', + 'sample_data' => 'Sample data shown', + 'hide' => 'Hide', + 'new_version_available' => 'A new version of :releases_link is available. You\'re running v:user_version, the latest is v:latest_version', + + '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', + + 'gateway_help_1' => ':link to sign up for Authorize.net.', + 'gateway_help_2' => ':link to sign up for Authorize.net.', + 'gateway_help_17' => ':link to get your PayPal API signature.', + 'gateway_help_23' => 'Note: use your secret API key, not your publishable API key.', + 'gateway_help_27' => ':link to sign up for TwoCheckout.', + + 'more_designs' => 'More designs', + 'more_designs_title' => 'Additional Invoice Designs', + 'more_designs_cloud_header' => 'Go Pro for more invoice designs', + 'more_designs_cloud_text' => '', + 'more_designs_self_host_header' => 'Get 6 more invoice designs for just $'.INVOICE_DESIGNS_PRICE, + 'more_designs_self_host_text' => '', + 'buy' => 'Buy', + 'bought_designs' => 'Successfully added additional invoice designs', + 'sent' => 'sent', + + 'vat_number' => 'VAT Number', + 'timesheets' => 'Timesheets', + + 'payment_title' => 'Enter Your Billing Address and Credit Card information', + 'payment_cvv' => '*This is the 3-4 digit number onthe back of your card', + 'payment_footer1' => '*Billing address must match address associated with credit card.', + 'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + + 'id_number' => 'ID Number', + 'white_label_link' => 'White label', + 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the client portal and help support our project.', + 'white_label_header' => 'White Label', + 'bought_white_label' => 'Successfully enabled white label license', + 'white_labeled' => 'White labeled', + + 'restore' => 'Restore', + 'restore_invoice' => 'Restore Invoice', + 'restore_quote' => 'Restore Quote', + 'restore_client' => 'Restore Client', + 'restore_credit' => 'Restore Credit', + 'restore_payment' => 'Restore Payment', + + 'restored_invoice' => 'Successfully restored invoice', + 'restored_quote' => 'Successfully restored quote', + 'restored_client' => 'Successfully restored client', + 'restored_payment' => 'Successfully restored payment', + 'restored_credit' => 'Successfully restored credit', + + 'reason_for_canceling' => 'Help us improve our site by telling us why you\'re leaving.', + 'discount_percent' => 'Percent', + 'discount_amount' => 'Amount', + + 'invoice_history' => 'Invoice History', + 'quote_history' => 'Quote History', + 'current_version' => 'Current version', + 'select_versiony' => 'Select version', + 'view_history' => 'View History', + + 'edit_payment' => 'Edit Payment', + 'updated_payment' => 'Successfully updated payment', + 'deleted' => 'Deleted', + 'restore_user' => 'Restore User', + 'restored_user' => 'Successfully restored user', + 'show_deleted_users' => 'Show deleted users', + 'email_templates' => 'Email Templates', + 'invoice_email' => 'Invoice Email', + 'payment_email' => 'Payment Email', + 'quote_email' => 'Quote Email', + 'reset_all' => 'Reset All', + 'approve' => 'Approve', + + 'token_billing_type_id' => 'Token Billing', + 'token_billing_help' => 'Enables you to store credit cards with your gateway, and charge them at a later date.', + 'token_billing_1' => 'Disabled', + 'token_billing_2' => 'Opt-in - checkbox is shown but not selected', + 'token_billing_3' => 'Opt-out - checkbox is shown and selected', + 'token_billing_4' => 'Always', + 'token_billing_checkbox' => 'Store credit card details', + 'view_in_stripe' => 'View in Stripe', + 'use_card_on_file' => 'Use card on file', + 'edit_payment_details' => 'Edit payment details', + 'token_billing' => 'Save card details', + 'token_billing_secure' => 'The data is stored securely by :stripe_link', + + 'support' => 'Support', + 'contact_information' => 'Contact Information', + '256_encryption' => '256-Bit Encryption', + 'amount_due' => 'Amount due', + 'billing_address' => 'Billing Address', + 'billing_method' => 'Billing Method', + 'order_overview' => 'Order overview', + 'match_address' => '*Address must match address associated with credit card.', + 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.', + + 'invoice_footer' => 'Invoice Footer', + 'save_as_default_footer' => 'Save as default footer', + + 'token_management' => 'Token Management', + 'tokens' => 'Tokens', + 'add_token' => 'Add Token', + 'show_deleted_tokens' => 'Show deleted tokens', + 'deleted_token' => 'Successfully deleted token', + 'created_token' => 'Successfully created token', + 'updated_token' => 'Successfully updated token', + 'edit_token' => 'Edit Token', + 'delete_token' => 'Delete Token', + 'token' => 'Token', + + 'add_gateway' => 'Add Gateway', + 'delete_gateway' => 'Delete Gateway', + 'edit_gateway' => 'Edit Gateway', + 'updated_gateway' => 'Successfully updated gateway', + 'created_gateway' => 'Successfully created gateway', + 'deleted_gateway' => 'Successfully deleted gateway', + 'pay_with_paypal' => 'PayPal', + 'pay_with_card' => 'Credit Card', + + 'change_password' => 'Change password', + 'current_password' => 'Current password', + 'new_password' => 'New password', + 'confirm_password' => 'Confirm password', + 'password_error_incorrect' => 'The current password is incorrect.', + 'password_error_invalid' => 'The new password is invalid.', + 'updated_password' => 'Successfully updated password', + + 'api_tokens' => 'API Tokens', + 'users_and_tokens' => 'Users & Tokens', + 'account_login' => 'Account Login', + 'recover_password' => 'Recover your password', + 'forgot_password' => 'Forgot your password?', + 'email_address' => 'Email address', + 'lets_go' => 'Let\'s go', + //'lets_go' => 'Login', + 'password_recovery' => 'Password Recovery', + 'send_email' => 'Send email', + 'set_password' => 'Set Password', + 'converted' => 'Converted', + + 'email_approved' => 'Email me when a quote is approved', + 'notification_quote_approved_subject' => 'Quote :invoice was approved by :client', + 'notification_quote_approved' => 'The following client :client approved Quote :invoice for :amount.', + 'resend_confirmation' => 'Resend confirmation email', + 'confirmation_resent' => 'The confirmation email was resent', + + 'gateway_help_42' => ':link to sign up for BitPay.
Note: use a Legacy API Key, not an API token.', + 'payment_type_credit_card' => 'Credit Card', + 'payment_type_paypal' => 'PayPal', + 'payment_type_bitcoin' => 'Bitcoin', + 'knowledge_base' => 'Knowledge Base', + 'partial' => 'Partial', + 'partial_remaining' => ':partial of :balance', + + 'more_fields' => 'More Fields', + 'less_fields' => 'Less Fields', + 'client_name' => 'Client Name', + 'pdf_settings' => 'PDF Settings', + 'product_settings' => 'Product Settings', + 'auto_wrap' => 'Auto Line Wrap', + 'duplicate_post' => 'Warning: the previous page was submitted twice. The second submission had been ignored.', + 'view_documentation' => 'View Documentation', + 'app_title' => 'Free Open-Source Online Invoicing', + 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.', + + 'rows' => 'rows', + 'www' => 'www', + 'logo' => 'Logo', + 'subdomain' => 'Subdomain', + 'provide_name_or_email' => 'Please provide a contact name or email', + 'charts_and_reports' => 'Charts & Reports', + 'chart' => 'Chart', + 'report' => 'Report', + 'group_by' => 'Group by', + 'paid' => 'Paid', + 'enable_report' => 'Report', + 'enable_chart' => 'Chart', + 'totals' => 'Totals', + 'run' => 'Run', + 'export' => 'Export', + 'documentation' => 'Documentation', + 'zapier' => 'Zapier', + 'recurring' => 'Recurring', + 'last_invoice_sent' => 'Last invoice sent :date', + + 'processed_updates' => 'Successfully completed update', + 'tasks' => 'Tasks', + 'new_task' => 'New Task', + 'start_time' => 'Start Time', + 'created_task' => 'Successfully created task', + 'updated_task' => 'Successfully updated task', + 'edit_task' => 'Edit Task', + 'archive_task' => 'Archive Task', + 'restore_task' => 'Restore Task', + 'delete_task' => 'Delete Task', + 'stop_task' => 'Stop Task', + 'time' => 'Time', + 'start' => 'Start', + 'stop' => 'Stop', + 'now' => 'Now', + 'timer' => 'Timer', + 'manual' => 'Manual', + 'date_and_time' => 'Date & Time', + 'second' => 'second', + 'seconds' => 'seconds', + 'minute' => 'minute', + 'minutes' => 'minutes', + 'hour' => 'hour', + 'hours' => 'hours', + 'task_details' => 'Task Details', + 'duration' => 'Duration', + 'end_time' => 'End Time', + 'end' => 'End', + 'invoiced' => 'Invoiced', + 'logged' => 'Logged', + 'running' => 'Running', + 'task_error_multiple_clients' => 'The tasks can\'t belong to different clients', + 'task_error_running' => 'Please stop running tasks first', + 'task_error_invoiced' => 'Tasks have already been invoiced', + 'restored_task' => 'Successfully restored task', + 'archived_task' => 'Successfully archived task', + 'archived_tasks' => 'Successfully archived :count tasks', + 'deleted_task' => 'Successfully deleted task', + 'deleted_tasks' => 'Successfully deleted :count tasks', + 'create_task' => 'Create Task', + 'stopped_task' => 'Successfully stopped task', + 'invoice_task' => 'Invoice Task', + 'invoice_labels' => 'Invoice Labels', + 'prefix' => 'Prefix', + 'counter' => 'Counter', + + 'payment_type_dwolla' => 'Dwolla', + 'gateway_help_43' => ':link to sign up for Dwolla.
Note: remove dashes from the Destination/Dwolla Id', + 'partial_value' => 'Must be greater than zero and less than the total', + 'more_actions' => 'More Actions', + + 'pro_plan_title' => 'NINJA PRO', + 'pro_plan_call_to_action' => 'Upgrade Now!', + 'pro_plan_feature1' => 'Create Unlimited Clients', + 'pro_plan_feature2' => 'Access to 10 Beautiful Invoice Designs', + 'pro_plan_feature3' => 'Custom URLs - "YourBrand.InvoiceNinja.com"', + 'pro_plan_feature4' => 'Remove "Created by Invoice Ninja"', + 'pro_plan_feature5' => 'Multi-user Access & Activity Tracking', + 'pro_plan_feature6' => 'Create Quotes & Pro-forma Invoices', + 'pro_plan_feature7' => 'Customize Invoice Field Titles & Numbering', + 'pro_plan_feature8' => 'Option to Attach PDFs to Client Emails', + + 'resume' => 'Resume', + 'break_duration' => 'Break', + 'edit_details' => 'Edit Details', + 'work' => 'Work', + 'timezone_unset' => 'Please :link to set your timezone', + 'click_here' => 'click here', + + 'email_receipt' => 'Email payment receipt to the client', + 'created_payment_emailed_client' => 'Successfully created payment and emailed client', + 'add_company' => 'Add Company', + 'untitled' => 'Untitled', + 'new_company' => 'New Company', + 'associated_accounts' => 'Successfully linked accounts', + 'unlinked_account' => 'Successfully unlinked accounts', + 'login' => 'Login', + 'or' => 'or', + + 'email_error' => 'There was a problem sending the email', + 'confirm_recurring_timing' => 'Note: emails are sent at the start of the hour.', + 'old_browser' => 'Please use a newer browser', + 'payment_terms_help' => 'Sets the default invoice due date', + 'unlink_account' => 'Unlink Account', + 'unlink' => 'Unlink', + 'show_address' => 'Show Address', + 'show_address_help' => 'Require client to provide their billing address', + 'update_address' => 'Update Address', + 'update_address_help' => 'Update client\'s address with provided details', + 'times' => 'Times', + 'set_now' => 'Set to now', + 'dark_mode' => 'Dark Mode', + 'dark_mode_help' => 'Show white text on black background', + 'add_to_invoice' => 'Add to invoice :invoice', + 'create_new_invoice' => 'Create new invoice', + 'task_errors' => 'Please correct any overlapping times', + 'from' => 'From', + 'to' => 'To', + 'font_size' => 'Font Size', + 'primary_color' => 'Primary Color', + 'secondary_color' => 'Secondary Color', + 'customize_design' => 'Customize Design', + + 'content' => 'Content', + 'styles' => 'Styles', + 'defaults' => 'Defaults', + 'margins' => 'Margins', + 'header' => 'Header', + 'footer' => 'Footer', + 'custom' => 'Custom', + 'invoice_to' => 'Invoice to', + 'invoice_no' => 'Invoice No.', + 'recent_payments' => 'Recent Payments', + 'outstanding' => 'Outstanding', + 'manage_companies' => 'Manage Companies', + 'total_revenue' => 'Total Revenue', + + 'current_user' => 'Current User', + 'new_recurring_invoice' => 'New Recurring Invoice', + 'recurring_invoice' => 'Recurring Invoice', + 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice, it\'s scheduled for :date', + 'created_by_invoice' => 'Created by :invoice', + 'primary_user' => 'Primary User', + 'help' => 'Help', + 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

+

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

+

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

+

If you need help figuring something out post a question to our support forum.

', + + 'invoice_due_date' => 'Due Date', + 'quote_due_date' => 'Valid Until', + 'valid_until' => 'Valid Until', + 'reset_terms' => 'Reset terms', + 'reset_footer' => 'Reset footer', + 'invoices_sent' => ':count invoice sent|:count invoices sent', + 'status_draft' => 'Draft', + 'status_sent' => 'Sent', + 'status_viewed' => 'Viewed', + 'status_partial' => 'Partial', + 'status_paid' => 'Paid', + 'show_line_item_tax' => 'Display line item taxes inline', + + 'iframe_url' => 'Website', + 'iframe_url_help1' => 'Copy the following code to a page on your site.', + 'iframe_url_help2' => 'You can test the feature by clicking \'View as recipient\' for an invoice.', + + 'auto_bill' => 'Auto Bill', + 'military_time' => '24 Hour Time', + 'last_sent' => 'Last Sent', + + 'reminder_emails' => 'Reminder Emails', + 'templates_and_reminders' => 'Templates & Reminders', + 'subject' => 'Subject', + 'body' => 'Body', + 'first_reminder' => 'First Reminder', + 'second_reminder' => 'Second Reminder', + 'third_reminder' => 'Third Reminder', + 'num_days_reminder' => 'Days after due date', + 'reminder_subject' => 'Reminder: Invoice :invoice from :account', + 'reset' => 'Reset', + 'invoice_not_found' => 'The requested invoice is not available', + + 'referral_program' => 'Referral Program', + 'referral_code' => 'Referral Code', + 'last_sent_on' => 'Sent Last: :date', + + 'page_expire' => 'This page will expire soon, :click_here to keep working', + 'upcoming_quotes' => 'Upcoming Quotes', + 'expired_quotes' => 'Expired Quotes', + + 'sign_up_using' => 'Sign up using', + 'invalid_credentials' => 'These credentials do not match our records', + 'show_all_options' => 'Show all options', + 'user_details' => 'User Details', + 'oneclick_login' => 'One-Click Login', + 'disable' => 'Disable', + 'invoice_quote_number' => 'Invoice and Quote Numbers', + 'invoice_charges' => 'Invoice Charges', + + 'invitation_status' => [ + 'sent' => 'Email Sent', + 'opened' => 'Email Openend', + 'viewed' => 'Invoice Viewed', + ], + + 'notification_invoice_bounced' => 'We were unable to deliver Invoice :invoice to :contact.', + 'notification_invoice_bounced_subject' => 'Unable to deliver Invoice :invoice', + 'notification_quote_bounced' => 'We were unable to deliver Quote :invoice to :contact.', + 'notification_quote_bounced_subject' => 'Unable to deliver Quote :invoice', + + 'custom_invoice_link' => 'Custom Invoice Link', + 'total_invoiced' => 'Total Invoiced', + 'open_balance' => 'Open Balance', + 'verify_email' => 'Please visit the link in the account confirmation email to verify your email address.', + 'basic_settings' => 'Basic Settings', + 'pro' => 'Pro', + 'gateways' => 'Payment Gateways', + + 'next_send_on' => 'Send Next: :date', + 'no_longer_running' => 'This invoice is not scheduled to run', + 'general_settings' => 'General Settings', + 'customize' => 'Customize', + + 'oneclick_login_help' => 'Connect an account to login without a password', + 'referral_code_help' => 'Earn money by sharing our app online', + + 'enable_with_stripe' => 'Enable | Requires Stripe', + 'tax_settings' => 'Tax Settings', + 'create_tax_rate' => 'Add Tax Rate', + 'updated_tax_rate' => 'Successfully updated tax rate', + 'created_tax_rate' => 'Successfully created tax rate', + 'edit_tax_rate' => 'Edit tax rate', + 'archive_tax_rate' => 'Archive Tax Rate', + 'archived_tax_rate' => 'Successfully archived the tax rate', + 'default_tax_rate_id' => 'Default Tax Rate', + 'tax_rate' => 'Tax Rate', + 'recurring_hour' => 'Recurring Hour', + 'pattern' => 'Pattern', + 'pattern_help_title' => 'Pattern Help', + 'pattern_help_1' => 'Create custom invoice and quote numbers by specifying a pattern', + 'pattern_help_2' => 'Available variables:', + 'pattern_help_3' => 'For example, :example would be converted to :value', + 'see_options' => 'See options', + 'invoice_counter' => 'Invoice Counter', + 'quote_counter' => 'Quote Counter', + 'type' => 'Type', + + 'activity_1' => ':user created client :client', + 'activity_2' => ':user archived client :client', + 'activity_3' => ':user deleted client :client', + 'activity_4' => ':user created invoice :invoice', + 'activity_5' => ':user updated invoice :invoice', + 'activity_6' => ':user emailed invoice :invoice to :contact', + 'activity_7' => ':contact viewed invoice :invoice', + 'activity_8' => ':user archived invoice :invoice', + 'activity_9' => ':user deleted invoice :invoice', + 'activity_10' => ':contact entered payment :payment for :invoice', + 'activity_11' => ':user updated payment :payment', + 'activity_12' => ':user archived payment :payment', + 'activity_13' => ':user deleted payment :payment', + 'activity_14' => ':user entered :credit credit', + 'activity_15' => ':user updated :credit credit', + 'activity_16' => ':user archived :credit credit', + 'activity_17' => ':user deleted :credit credit', + 'activity_18' => ':user created quote :quote', + 'activity_19' => ':user updated quote :quote', + 'activity_20' => ':user emailed quote :quote to :contact', + 'activity_21' => ':contact viewed quote :quote', + 'activity_22' => ':user archived quote :quote', + 'activity_23' => ':user deleted quote :quote', + 'activity_24' => ':user restored quote :quote', + 'activity_25' => ':user restored invoice :invoice', + 'activity_26' => ':user restored client :client', + 'activity_27' => ':user restored payment :payment', + 'activity_28' => ':user restored :credit credit', + 'activity_29' => ':contact approved quote :quote', + + 'payment' => 'Payment', + 'system' => 'System', + 'signature' => 'Email Signature', + 'default_messages' => 'Default Messages', + 'quote_terms' => 'Quote Terms', + 'default_quote_terms' => 'Default Quote Terms', + 'default_invoice_terms' => 'Default Invoice Terms', + 'default_invoice_footer' => 'Default Invoice Footer', + 'quote_footer' => 'Quote Footer', + 'free' => 'Free', + + 'quote_is_approved' => 'This quote is approved', + 'apply_credit' => 'Apply Credit', + 'system_settings' => 'System Settings', + 'archive_token' => 'Archive Token', + 'archived_token' => 'Successfully archived token', + 'archive_user' => 'Archive User', + 'archived_user' => 'Successfully archived user', + 'archive_account_gateway' => 'Archive Gateway', + 'archived_account_gateway' => 'Successfully archived gateway', + 'archive_recurring_invoice' => 'Archive Recurring Invoice', + 'archived_recurring_invoice' => 'Successfully archived recurring invoice', + 'delete_recurring_invoice' => 'Delete Recurring Invoice', + 'deleted_recurring_invoice' => 'Successfully deleted recurring invoice', + 'restore_recurring_invoice' => 'Restore Recurring Invoice', + 'restored_recurring_invoice' => 'Successfully restored recurring invoice', + 'archived' => 'Archived', + 'untitled_account' => 'Untitled Company', + + 'before' => 'Before', + 'after' => 'After', + 'reset_terms_help' => 'Reset to the default account terms', + 'reset_footer_help' => 'Reset to the default account footer', + 'export_data' => 'Export Data', + 'user' => 'User', + 'country' => 'Country', + 'include' => 'Include', + +); \ No newline at end of file diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php index 9c9ff0e3a5a5..ca410c7b8d02 100644 --- a/resources/lang/pt_BR/texts.php +++ b/resources/lang/pt_BR/texts.php @@ -57,7 +57,7 @@ return array( 'enable' => 'Habilitar', 'learn_more' => 'Aprender mais', 'manage_rates' => 'Gerenciar taxas', - 'note_to_client' => 'Notas do cliente', + 'note_to_client' => 'Observações', 'invoice_terms' => 'Condições da Fatura', 'save_as_default_terms' => 'Salvar como condição padrão', 'download_pdf' => 'Baixar PDF', @@ -115,11 +115,11 @@ return array( 'billed_client' => 'Cliente faturado', 'billed_clients' => 'Clientes faturados', 'active_client' => 'Cliente ativo', - 'active_clients' => 'Clientes ativos', + 'active_clients' => 'Clientes ativos', 'invoices_past_due' => 'Faturas Vencidas', 'upcoming_invoices' => 'Próximas Faturas', 'average_invoice' => 'Média por Fatura', - + // list pages 'archive' => 'Arquivos', 'delete' => 'Apagar', @@ -187,9 +187,9 @@ return array( 'payment_gateway' => 'Provedor de Pagamento', 'gateway_id' => 'Provedor', 'email_notifications' => 'Notificações por E-mail', - 'email_sent' => 'Me avise por e-mail quando a fatura for enviada', - 'email_viewed' => 'Me avise por e-mail quando a fatura for visualizada', - 'email_paid' => 'Me avise por e-mail quando a fatura for paga', + 'email_sent' => 'Notificar-me por e-mail quando a fatura for enviada', + 'email_viewed' => 'Notificar-me por e-mail quando a fatura for visualizada', + 'email_paid' => 'Notificar-me por e-mail quando a fatura for paga', 'site_updates' => 'Atualizações', 'custom_messages' => 'Mensagens Customizadas', 'default_invoice_terms' => 'Definir condições padrões da fatura', @@ -267,12 +267,12 @@ return array( 'notification_invoice_sent' => 'O cliente :client foi notificado por e-mail referente à fatura :invoice de :amount.', 'notification_invoice_viewed' => 'O cliente :client visualizou a fatura :invoice de :amount.', 'reset_password' => 'Você pode redefinir a sua senha clicando no seguinte link:', - 'reset_password_footer' => 'Se você não solicitou a redefinição de sua senha por favor envie um e-mail para o nosso suporte: ' . CONTACT_EMAIL, + 'reset_password_footer' => 'Se você não solicitou a redefinição de sua senha por favor envie um e-mail para o nosso suporte: '.CONTACT_EMAIL, // Payment page 'secure_payment' => 'Pagamento Seguro', 'card_number' => 'Número do cartão', - 'expiration_month' => 'Mês de expiração', + 'expiration_month' => 'Mês de expiração', 'expiration_year' => 'Ano de expiração', 'cvv' => 'CVV', @@ -295,8 +295,8 @@ return array( ], 'logout' => 'Sair', - 'sign_up_to_save' => 'Faça login para salvar o seu trabalho', - 'agree_to_terms' =>'Eu concordo com os :terms do Invoice Ninja', + 'sign_up_to_save' => 'Faça login para salvar o seu trabalho', + 'agree_to_terms' => 'Eu concordo com os :terms do Invoice Ninja', 'terms_of_service' => 'Condições do Serviço', 'email_taken' => 'O endereço de e-mail já está registrado', 'working' => 'Processando', @@ -315,7 +315,7 @@ return array( 'unsaved_changes' => 'Existem alterações não salvas', 'custom_fields' => 'Campos Personalizados', 'company_fields' => 'Campos para Empresa', - 'client_fields' => 'Campos para CLientes', + 'client_fields' => 'Campos para Cientes', 'field_label' => 'Nome do Campo', 'field_value' => 'Valor do Campo', 'edit' => 'Editar', @@ -323,7 +323,7 @@ return array( 'view_as_recipient' => 'Vizualizar como destinatário', // product management - 'product_library' => 'Lista de Produtos', + 'product_library' => 'Lista de Produtos', 'product' => 'Produto', 'products' => 'Produtos', 'fill_products' => 'Sugerir produtos', @@ -388,7 +388,7 @@ return array( 'notification_quote_sent_subject' => 'Orçamento :invoice enviado para :client', 'notification_quote_viewed_subject' => 'Orçamento :invoice visualizado por :client', 'notification_quote_sent' => 'O cliente :client recebeu o Orçamento :invoice de:amount.', - 'notification_quote_viewed' => 'O clinete :client visualizou o Orçamento :invoice de :amount.', + 'notification_quote_viewed' => 'O clinete :client visualizou o Orçamento :invoice de :amount.', 'session_expired' => 'Sessão expirada.', @@ -413,7 +413,7 @@ return array( 'active' => 'Ativo', 'pending' => 'Pendente', 'deleted_user' => 'Usuário deletado', - 'limit_users' => 'Desculpe, isto irá exceder o limite de ' . MAX_NUM_USERS . ' usuários', + 'limit_users' => 'Desculpe, isto irá exceder o limite de '.MAX_NUM_USERS.' usuários', 'confirm_email_invoice' => 'Deseja enviar esta fatura?', 'confirm_email_quote' => 'Deseja enviar este orçamento?', @@ -436,7 +436,7 @@ return array( 'share_invoice_counter' => 'Usar numeração das faturas', 'invoice_issued_to' => 'Fatura emitida para', 'invalid_counter' => 'Para evitar conflitos defina prefíxos de numeração para Faturas e Orçamentos', - 'mark_sent' => 'Marcar como Enviada', + 'mark_sent' => 'Marcar como Enviada', 'gateway_help_1' => ':link para acessar Authorize.net.', 'gateway_help_2' => ':link para acessar Authorize.net.', @@ -452,9 +452,7 @@ return array( 'more_designs_self_host_text' => '', 'buy' => 'Comprar', 'bought_designs' => 'Novos Modelos Adicionados', - - 'sent' => 'enviado', 'timesheets' => 'Planilha de Tempos', @@ -483,11 +481,11 @@ return array( 'restored_client' => 'Cliente restaurado', 'restored_payment' => 'Pagamento restaurado', 'restored_credit' => 'Crédito restaurado', - + 'reason_for_canceling' => 'Ajude-nos a melhorar, envie suas sugestões.', 'discount_percent' => '%', 'discount_amount' => 'Valor', - + 'invoice_history' => 'Histórico de Faturas', 'quote_history' => 'Histórico de Orçamentos', 'current_version' => 'Versão Atual', @@ -519,7 +517,7 @@ return array( 'edit_payment_details' => 'Editar detalhes do pagamento', 'token_billing' => 'Salvar detalhes do cartão', 'token_billing_secure' => 'Dados armazenados com seguração por :stripe_link', - + 'support' => 'Suporte', 'contact_information' => 'Informações de Contato', '256_encryption' => 'Criptografia de 256-Bit', @@ -553,7 +551,6 @@ return array( 'pay_with_paypal' => 'PayPal', 'pay_with_card' => 'Cartão de Crédito', - 'change_password' => 'Altera senha', 'current_password' => 'Senha atual', 'new_password' => 'Nova senha', @@ -598,7 +595,7 @@ return array( 'view_documentation' => 'Ver Documentação', 'app_title' => 'Free Open-Source Online Invoicing', 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.', - + 'rows' => 'linhas', 'www' => 'www', 'logo' => 'Logo', @@ -668,7 +665,7 @@ return array( 'payment_type_dwolla' => 'Dwolla', 'gateway_help_43' => ':link acessar Dwolla.', 'partial_value' => 'Deve ser maior que zero e menor que o total', - 'more_actions' => 'Mais ações', + 'more_actions' => 'Mais ações', 'pro_plan_title' => 'NINJA PRO', 'pro_plan_call_to_action' => 'Adquira Agora!', @@ -734,7 +731,7 @@ return array( 'recent_payments' => 'Pagamentos Recentes', 'outstanding' => 'Em Aberto', 'manage_companies' => 'Gerenciar Empresas', - 'total_revenue' => 'Faturamento', + 'total_revenue' => 'Faturamento', 'current_user' => 'Usuário', 'new_recurring_invoice' => 'Nova Fatura Recorrente', @@ -747,7 +744,7 @@ return array(

You can access any invoice field by adding Value to the end. For example $invoiceNumberValue displays the invoice number.

To access a child property using dot notation. For example to show the client name you could use $client.nameValue.

If you need help figuring something out post a question to our support forum.

', - + 'invoice_due_date' => 'Data de vencimento', 'quote_due_date' => 'Valido até', 'valid_until' => 'Válido até', @@ -784,7 +781,7 @@ return array( 'referral_program' => 'Programa de Indicação', 'referral_code' => 'Código de Indicação', 'last_sent_on' => 'Último envio em :date', - + 'page_expire' => 'Esta página está expirando, :click_here para continuar trabalhando', 'upcoming_quotes' => 'Próximos Orçamentos', 'expired_quotes' => 'Orçamentos Expirados', @@ -820,7 +817,7 @@ return array( 'no_longer_running' => 'Esta fatura não está agendada', 'general_settings' => 'Configurações Gerais', 'customize' => 'Personalizar', - + 'oneclick_login_help' => 'Vincule uma conta para acesar sem senha.', 'referral_code_help' => 'Recomende nosso sistema.', @@ -885,7 +882,7 @@ return array( 'default_invoice_footer' => 'Rodapé Padrão das Faturas', 'quote_footer' => 'Rodapé do Orçamento', 'free' => 'Grátis', - + 'quote_is_approved' => 'Orçamento aprovado.', 'apply_credit' => 'Aplicar Crédito', 'system_settings' => 'Configurações do Sistema', @@ -904,6 +901,8 @@ return array( 'archived' => 'Arquivado', 'untitled_account' => 'Empresa Sem Nome', - 'before' => 'Antes', + 'before' => 'Antes', 'after' => 'Depois', + 'reset_terms_help' => 'Resetar para as condições padrões', + 'reset_footer_help' => 'Resetar para o rodapé padrão', ); From 3a82463f0312d344356b636a48feb0e17b2434ad Mon Sep 17 00:00:00 2001 From: "rafael.sisweb" Date: Tue, 17 Nov 2015 11:10:16 -0500 Subject: [PATCH 3/3] Sync new texts to pt-BR whith some fixes --- resources/lang/pt_BR/texts.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php index 455928e6b1f1..0bd495921e83 100644 --- a/resources/lang/pt_BR/texts.php +++ b/resources/lang/pt_BR/texts.php @@ -319,8 +319,8 @@ return array( 'field_label' => 'Nome do Campo', 'field_value' => 'Valor do Campo', 'edit' => 'Editar', - 'view_invoice' => 'Vizualizar fatura', - 'view_as_recipient' => 'Vizualizar como destinatário', + 'view_invoice' => 'Visualizar fatura', + 'view_as_recipient' => 'Visualizar como destinatário', // product management 'product_library' => 'Lista de Produtos', @@ -905,10 +905,19 @@ return array( 'after' => 'Depois', 'reset_terms_help' => 'Resetar para as condições padrões', 'reset_footer_help' => 'Resetar para o rodapé padrão', - 'reset_terms_help' => 'Reset to the default account terms', - 'reset_footer_help' => 'Reset to the default account footer', 'export_data' => 'Exportar Dados', 'user' => 'Usuário', 'country' => 'País', 'include' => 'Incluir', + + 'logo_too_large' => 'Sua logo tem :size, para uma melhor performance sugerimos que este tamanho não ultrapasse 200KB', + 'email_errors' => [ + 'inactive_client' => 'Não é possível enviar e-mails para clientes intativos', + 'inactive_contact' => 'Não é possível enviar e-mails para contatos intativos', + 'inactive_invoice' => 'Não é possível enviar e-mails em faturas intativas', + 'user_unregistered' => 'Registre sua conta para enviar e-mails', + 'user_unconfirmed' => 'Confirme sua conta para enviar e-mails', + 'invalid_contact_email' => 'E-mail do contato inválido', + ] + );