diff --git a/app/lang/pt_BR/texts.php b/app/lang/pt_BR/texts.php index 7a467c4a6163..c137a656a1c6 100644 --- a/app/lang/pt_BR/texts.php +++ b/app/lang/pt_BR/texts.php @@ -26,266 +26,254 @@ return array( 'private_notes' => 'Notas Privadas', // 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', + '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 Compra', + 'po_number_short' => 'OC #', + 'frequency_id' => 'Quantas vezes', + 'discount' => 'Desconto', + 'taxes' => 'Taxas', + 'tax' => 'Taxa', 'item' => 'Item', - 'description' => 'Description', - 'unit_cost' => 'Unit Cost', - 'quantity' => 'Quantity', - 'line_total' => 'Line Total', + 'description' => 'Descrição', + 'unit_cost' => 'Custo Unitário', + 'quantity' => 'Quantidade', + 'line_total' => 'Linha Total', 'subtotal' => 'Subtotal', - 'paid_to_date' => 'Paid to Date', - 'balance_due' => 'Balance Due', + 'paid_to_date' => 'Pagamento até', + 'balance_due' => 'Saldo Devedor', 'invoice_design_id' => 'Design', - 'terms' => 'Terms', - 'your_invoice' => 'Your Invoice', + 'terms' => 'Termos', + 'your_invoice' => 'Sua Fatura', - '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', + '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 impostos', + 'note_to_client' => 'Nota para o cliente', + 'invoice_terms' => 'Termos da Fatura', + 'save_as_default_terms' => 'Salvar como termo 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' => 'Entre com o Pagamento', + 'tax_rates' => 'Taxas de Impostos', + 'rate' => 'Imposto', + 'settings' => 'Configurações', + 'enable_invoice_tax' => 'Permitir especificar a taxa da fatura', + 'enable_line_item_tax' => 'Permitir especificar o item da linha de taxas', // 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', + 'dashboard' => 'Painel de Controle', + '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' => 'Import', + 'import' => 'Importar', 'download' => 'Download', - 'cancel' => 'Cancel', - 'provide_email' => 'Please provide a valid email address', + 'cancel' => 'Cancelar', + 'provide_email' => 'Favor fornecer um endereço de e-mail válido', 'powered_by' => 'Powered by', - 'no_items' => 'No items', + 'no_items' => 'Sem itens', // 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:

+ '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. Matemática básica também funciona, por exemplo :MONTH-1.

+

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

', // 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', + 'in_total_revenue' => 'no total de rendimento', + '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 da fatura', // 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' => 'New Payment', - 'new_credit' => 'New Credit', - 'contact' => 'Contact', - 'date_created' => 'Date Created', - 'last_login' => 'Last Login', - 'balance' => 'Balance', - 'action' => 'Action', + 'archive' => 'Arquivos', + 'delete' => 'Apagar', + 'archive_client' => 'Arquivar cliente', + 'delete_client' => 'Apagar cliente', + 'archive_payment' => 'Arquivar pagamento', + 'delete_payment' => 'Apagar pagamento', + 'archive_credit' => 'Arquivar crédito', + 'delete_credit' => 'Apagar 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' => 'Balanço', + 'action' => 'Ação', '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', + '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 data disponível na tabela', + 'select' => 'Selecionar', + 'edit_client' => 'Editar Cliente', + 'edit_invoice' => 'Editar Fatura', // 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?', + 'create_invoice' => 'Criar Fatura', + 'enter_credit' => 'Digitar Crédito', + 'last_logged_in' => 'Último login em', + 'details' => 'Detalhes', + 'standing' => 'Constante', + 'credit' => 'Crédito', + 'activity' => 'Atividade', + 'date' => 'Data', + 'message' => 'Mensagem', + 'adjustment' => 'Ajustes', + 'are_you_sure' => 'Você tem certeza?', // payment pages - 'payment_type_id' => 'Payment type', - 'amount' => 'Amount', + 'payment_type_id' => 'Tipo de pagamento', + 'amount' => 'Quantidade', // 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. Recommended height: 120px', - 'payment_gateway' => 'Payment Gateway', - 'gateway_id' => 'Provider', - '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_invoice_terms' => 'Set default invoice terms', - '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', + '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. Altura recomendada: 120px', + 'payment_gateway' => 'Provedor de Pagamento', + 'gateway_id' => 'Provedor', + 'email_notifications' => 'Notificações por Email', + 'email_sent' => 'Me avise por email quando a fatura for enviada', + 'email_viewed' => 'Me avise por email quando a fatura for visualizada', + 'email_paid' => 'Me avise por email quando a fatura for paga', + 'site_updates' => 'Atualizações do Site', + 'custom_messages' => 'Mensagens Customizadas', + 'default_invoice_terms' => 'Definir termos padrões da fatura', + 'default_email_footer' => 'Definir assinatura de email 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', // 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', + '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 email', + 'confirmation_required' => 'Favor confirmar o seu endereço de email', - '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_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' => '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 credit', - 'archived_invoices' => 'Successfully archived :count credits', - 'deleted_invoice' => 'Successfully deleted credit', - 'deleted_invoices' => 'Successfully deleted :count credits', + 'updated_invoice' => 'Fatura atualizado com sucesso', + 'created_invoice' => 'Fatura criada com sucesso', + 'cloned_invoice' => 'Fatura clonada com sucesso', + 'emailed_invoice' => 'Fatura enviada por email com sucesso', + 'and_created_client' => 'e o cliente foi criado', + 'archived_invoice' => 'Crédito arquivado com sucesso', + 'archived_invoices' => ':count créditos arquivados com sucesso', + 'deleted_invoice' => 'Créditos apagados com sucesso', + 'deleted_invoices' => ':count créditos apagados com sucesso', - '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_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' => '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', + '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' => 'Invoice Ninja Account Confirmation', - 'confirmation_header' => 'Account Confirmation', - 'confirmation_message' => 'Please access the link below to confirm your account.', - 'invoice_subject' => 'New invoice :invoice', - 'invoice_message' => 'To view your invoice for :amount, click the link below.', - 'payment_subject' => 'Payment Received :invoice', - 'payment_message' => 'Thank you for your payment of :amount.', - 'email_salutation' => 'Dear :name,', - 'email_signature' => 'Regards,', - 'email_from' => 'The InvoiceNinja Team', - 'user_email_footer' => 'To adjust your email notification settings please visit http://www.invoiceninja.com/company/notifications', - 'invoice_link_message' => 'To view your client invoice click the link below:', - 'notification_paid_subject' => 'Invoice :invoice was paid by :client', - 'notification_sent_subject' => 'Invoice :invoice was sent to :client', - 'notification_viewed_subject' => 'Invoice :invoice was viewed by :client', - 'notification_paid' => 'A payment of :amount was made by client :client towards Invoice :invoice.', - 'notification_sent' => 'The following client :client was emailed Invoice :invoice for :amount.', - 'notification_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, + '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_subject' => 'Nova fatura :invoice', + 'invoice_message' => 'Para visualizar a sua fatura de :amount, clique no link abaixo.', + 'payment_subject' => 'Recebido Pagamento de :invoice', + 'payment_message' => 'Obrigado pelo seu pagamento de :amount.', + 'email_salutation' => 'Caro :name,', + 'email_signature' => 'Até mais,', + 'email_from' => 'Equipe InvoiceNinja', + 'user_email_footer' => 'Para ajustar suas configurações de notificações de email acesse http://www.invoiceninja.com/company/notifications', + 'invoice_link_message' => 'Para visualizar a fatura do seu cliente clique no link abaixo:', + 'notification_paid_subject' => 'Fatura :invoice foi pago por :client', + 'notification_sent_subject' => 'Fatura :invoice foi enviado por :client', + 'notification_viewed_subject' => 'Fatura :invoice foi visualizada por :client', + 'notification_paid' => 'Um pagamento de :amount foi realizado pelo cliente :client através da fatura :invoice.', + 'notification_sent' => 'O cliente :client foi notificado por email referente à fatura :invoice de :amount.', + 'notification_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 email para o nosso suporte: ' . CONTACT_EMAIL, // Payment page - 'secure_payment' => 'Secure Payment', - 'card_number' => 'Card number', - 'expiration_month' => 'Expiration month', - 'expiration_year' => 'Expiration year', + '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', - - // Security alerts - 'confide' => array( - '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', - ), - );