Remove incomplete languages from code base [skip ci]

This commit is contained in:
James Cole
2017-12-02 07:28:24 +01:00
parent 3ad833b3ae
commit c9f188e5a6
69 changed files with 0 additions and 9761 deletions

View File

@@ -1,30 +0,0 @@
<?php
declare(strict_types=1);
/**
* auth.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Essas credenciais não correspondem aos nossos registros.',
'throttle' => 'Muitas tentativas de login. Por favor, tente novamente em :seconds segundos.',
];

View File

@@ -1,8 +0,0 @@
<?php
declare(strict_types=1);
return [
'bunq_prerequisites_title' => 'Prerequisites for an import from bunq',
'bunq_prerequisites_text' => 'In order to import from bunq, you need to obtain an API key. You can do this through the app.',
];

View File

@@ -1,46 +0,0 @@
<?php
declare(strict_types=1);
/**
* breadcrumbs.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
'home' => 'Início',
'edit_currency' => 'Editar moeda ":name"',
'delete_currency' => 'Excluir moeda ":moeda"',
'newPiggyBank' => 'Criar um novo cofrinho',
'edit_piggyBank' => 'Editar cofrinho ":name"',
'preferences' => 'Preferências',
'profile' => 'Perfil',
'changePassword' => 'Alterar sua senha',
'bills' => 'Faturas',
'newBill' => 'Nova fatura',
'edit_bill' => 'Editar fatura ":name"',
'delete_bill' => 'Apagar fatura ":name"',
'reports' => 'Relatórios',
'search_result' => 'Search results for ":query"',
'withdrawal_list' => 'Despesas',
'deposit_list' => 'Receitas, renda e depósitos',
'transfer_list' => 'Transferências',
'transfers_list' => 'Transferências',
'reconciliation_list' => 'Reconciliations',
'create_withdrawal' => 'Criar uma nova retirada',
'create_deposit' => 'Criar um novo depósito',
'create_transfer' => 'Criar nova transferência',
'edit_journal' => 'Editar transação ":description"',
'edit_reconciliation' => 'Edit ":description"',
'delete_journal' => 'Apagar transação ":description"',
'tags' => 'Etiquetas',
'createTag' => 'Criar nova etiqueta',
'edit_tag' => 'Editar etiqueta ":tag"',
'delete_tag' => 'Apagar etiqueta ":tag"',
'delete_journal_link' => 'Delete link between transactions',
];

View File

@@ -1,25 +0,0 @@
<?php
declare(strict_types=1);
/**
* config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
'locale' => 'pt-br, pt_BR, pt_BR.utf8, pt_BR.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e de %B de %Y',
'date_time' => '%B %e, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Semana %W, %Y',
'quarter_of_year' => '%B %Y',
'year' => '%Y',
'half_year' => '%B %Y',
];

View File

@@ -1,91 +0,0 @@
<?php
/**
* csv.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
declare(strict_types=1);
return [
// initial config
'initial_title' => 'Import setup (1/3) - Basic CSV import setup',
'initial_text' => 'To be able to import your file correctly, please validate the options below.',
'initial_box' => 'Basic CSV import setup',
'initial_box_title' => 'Basic CSV import setup options',
'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
'initial_date_help' => 'Date time format in your CSV. Follow the format like <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.',
'initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
'initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',
'initial_submit' => 'Continue with step 2/3',
// new options:
'apply_rules_title' => 'Apply rules',
'apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.',
'match_bills_title' => 'Match bills',
'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.',
// roles config
'roles_title' => 'Import setup (2/3) - Define each column\'s role',
'roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',
'roles_table' => 'Table',
'roles_column_name' => 'Name of column',
'roles_column_example' => 'Column example data',
'roles_column_role' => 'Column data meaning',
'roles_do_map_value' => 'Map these values',
'roles_column' => 'Column',
'roles_no_example_data' => 'No example data available',
'roles_submit' => 'Continue with step 3/3',
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
// map data
'map_title' => 'Import setup (3/3) - Connect import data to Firefly III data',
'map_text' => 'Nas tabelas a seguir, o valor à esquerda mostra informações encontradas no seu arquivo CSV carregado. É sua tarefa mapear esse valor, se possível, para um valor já presente em seu banco de dados. O Firefly vai se ater a esse mapeamento. Se não há nenhum valor para mapear, ou não quer mapear o valor específico, não selecione nada.',
'map_field_value' => 'Field value',
'map_field_mapped_to' => 'Mapeado para',
'map_do_not_map' => '(não mapear)',
'map_submit' => 'Start the import',
// map things.
'column__ignore' => '(ignorar esta coluna)',
'column_account-iban' => 'Conta de Ativo (IBAN)',
'column_account-id' => 'ID da Conta de Ativo (correspondente Firefly)',
'column_account-name' => 'Conta de Ativo (nome)',
'column_amount' => 'Quantia',
'column_amount_debet' => 'Amount (debet column)',
'column_amount_credit' => 'Amount (credit column)',
'column_amount-comma-separated' => 'Quantia (vírgula como separador decimal)',
'column_bill-id' => 'ID Fatura (correspondente Firefly)',
'column_bill-name' => 'Nome da Fatura',
'column_budget-id' => 'ID do Orçamento (correspondente Firefly)',
'column_budget-name' => 'Nome do Orçamento',
'column_category-id' => 'ID da Categoria (correspondente Firefly)',
'column_category-name' => 'Nome da Categoria',
'column_currency-code' => 'Código da Moeda (ISO 4217)',
'column_currency-id' => 'ID da Moeda (correspondente Firefly)',
'column_currency-name' => 'Nome da Moeda (correspondente Firefly)',
'column_currency-symbol' => 'Símbolo da Moeda (correspondente Firefly)',
'column_date-interest' => 'Data de cálculo de juros',
'column_date-book' => 'Data da reserva de transação',
'column_date-process' => 'Data do processo de transação',
'column_date-transaction' => 'Data',
'column_description' => 'Descrição',
'column_opposing-iban' => 'Conta contrária (IBAN)',
'column_opposing-id' => 'ID da Conta Cotrária (correspondente Firefly)',
'column_external-id' => 'ID Externo',
'column_opposing-name' => 'Conta contrária (nome)',
'column_rabo-debet-credit' => 'Indicador de débito/crédito do Rabobank',
'column_ing-debet-credit' => 'Indicador de débito/crédito do ING',
'column_sepa-ct-id' => 'ID da Transferência de Crédito fim-a-fim SEPA',
'column_sepa-ct-op' => 'Transferência de Crédito SEPA conta contrária',
'column_sepa-db' => 'SEPA Débito Direto',
'column_tags-comma' => 'Tags (separadas por vírgula)',
'column_tags-space' => 'Tags (separadas por espaço)',
'column_account-number' => 'Conta de ativo (número da conta)',
'column_opposing-number' => 'Conta Contrária (número da conta)',
];

View File

@@ -1,26 +0,0 @@
<?php
declare(strict_types=1);
/**
* demo.php
* Copyright (c) 2016 thegrumpydictator@gmail.com
* This software may be modified and distributed under the terms of the Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
'no_demo_text' => 'Desculpe, não há nenhum texto extra de explicação para <abbr title=":route"> esta página</abbr>.',
'see_help_icon' => 'No entanto, o <i class="fa fa-question-circle"></i>-ícone no canto superior direito pode lhe dizer mais.',
'index' => 'Bem-vindo ao <strong>Firefly III</strong>! Nesta página você pode obter uma rápida visão geral de suas finanças. Para mais informações, confira Contas de Ativos &rarr; <a href=":asset">Contas de Ativos</a> e, claro, as páginas de <a href=":budgets">Orçamentos</a> e <a href=":reports">Relatório</a>.Ou então, dê uma olhada ao redor e veja onde você vai parar.',
'accounts-index' => 'Contas de ativos são suas contas bancárias pessoais. Contas de despesas são as contas em que você gasta dinheiro, como por exemplo, com lojas, amigos. Contas de receita são as contas em que você recebe dinheiro, como seu emprego, auxílio do governo ou outras formas de receita. Nesta página, você pode editá-los ou removê-los.',
'budgets-index' => 'Esta página mostra a você uma visão geral dos seus orçamentos. A barra superior mostra a quantidade disponível a ser orçamentada. Isto pode ser personalizado para qualquer valor clicando o montante à direita. A quantidade que você gastou de fato é mostrada na barra abaixo. Abaixo, estão as despesas para cada orçamento e o que você orçou neles.',
'reports-index-start' => 'Firefly III suporta quatro tipos de relatórios. Leia sobre eles, clicando sobre o <i class="fa fa-question-circle"></i>-ícone no canto superior direito.',
'reports-index-examples' => 'Certifique-se de verificar estes exemplos: <a href=":one"> um quadro financeiro mensal</a>, <a href=":two"> um quadro financeiro anual</a> e <a href=":three"> uma visão geral orçamentária</a>.',
'currencies-index' => 'Firefly III oferece suporte a várias moedas. Embora o padrão seja o Euro, ela pode ser definida para o dólar americano e muitas outras moedas. Como você pode ver uma pequena seleção de moedas foi incluída, mas você pode adicionar suas próprias se desejar. No entanto, alterar a moeda padrão não vai mudar a moeda de transações existentes: Firefly III suporta o uso de várias moedas ao mesmo tempo.',
'transactions-index' => 'Estas despesas, depósitos e transferências não são fantasiosas. Elas foram geradas automaticamente.',
'piggy-banks-index' => 'Como você pode ver, existem três cofrinhos. Use o sinal de mais e menos botões para influenciar a quantidade de dinheiro em cada cofrinho. Clique no nome do cofrinho para ver a administração de cada cofrinho.',
'import-index' => 'Of course, any CSV file can be imported into Firefly III',
'import-configure-security' => 'Por questões de segurança, seu upload foi substituído por um arquivo local.',
'import-configure-configuration' => 'A configuração que você vê abaixo é a correta para o arquivo local.',
];

File diff suppressed because it is too large Load Diff

View File

@@ -1,198 +0,0 @@
<?php
declare(strict_types=1);
/**
* form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
// new user:
'bank_name' => 'Nome do banco',
'bank_balance' => 'Saldo',
'savings_balance' => 'Salda da Poupança',
'credit_card_limit' => 'Limite do Cartão de Crédito',
'automatch' => 'Equivale automaticamente',
'skip' => 'Pular',
'name' => 'Nome',
'active' => 'Ativar',
'amount_min' => 'Valor Mínimo',
'amount_max' => 'Valor Máximo',
'match' => 'Corresponde em',
'repeat_freq' => 'Repetições',
'journal_currency_id' => 'Moeda',
'currency_id' => 'Moeda',
'attachments' => 'Anexos',
'journal_amount' => 'Quantia',
'journal_source_account_name' => 'Conta de receita (fonte)',
'journal_source_account_id' => 'Conta de ativo (fonte)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'source_account' => 'Conta de origem',
'destination_account' => 'Conta de destino',
'journal_destination_account_id' => 'Conta de ativo (destino)',
'asset_destination_account' => 'Conta de ativo (destino)',
'asset_source_account' => 'Conta de ativo (fonte)',
'journal_description' => 'Descrição',
'note' => 'Notas',
'split_journal' => 'Dividir essa transação',
'split_journal_explanation' => 'Dividir essa transação em várias partes',
'currency' => 'Moeda',
'account_id' => 'Conta de ativo',
'budget_id' => 'Orçamento',
'openingBalance' => 'Saldo inicial',
'tagMode' => 'Modo de tag',
'tag_position' => 'Tag location',
'virtualBalance' => 'Saldo virtual',
'targetamount' => 'Valor alvo',
'accountRole' => 'Tipo de conta',
'openingBalanceDate' => 'Data do Saldo inicial',
'ccType' => 'Plano de pagamento do Cartão de Crédito',
'ccMonthlyPaymentDate' => 'Data do pagamento mensal do Cartão de Crédito',
'piggy_bank_id' => 'Cofrinho',
'returnHere' => 'Retornar aqui',
'returnHereExplanation' => 'Depois de armazenar, retorne aqui para criar outro.',
'returnHereUpdateExplanation' => 'Depois da atualização, retorne aqui',
'description' => 'Descrição',
'expense_account' => 'Conta de Despesa',
'revenue_account' => 'Conta de Receita',
'decimal_places' => 'Casas décimais',
'exchange_rate_instruction' => 'Moedas estrangeiras',
'source_amount' => 'Amount (source)',
'destination_amount' => 'Amount (destination)',
'native_amount' => 'Native amount',
'new_email_address' => 'New email address',
'verification' => 'Verification',
'api_key' => 'API key',
'source_account_asset' => 'Conta de origem (conta de ativo)',
'destination_account_expense' => 'Conta de destino (conta de despesa)',
'destination_account_asset' => 'Conta de destino (conta de ativo)',
'source_account_revenue' => 'Conta de origem (conta de receita)',
'type' => 'Tipo',
'convert_Withdrawal' => 'Converter a retirada',
'convert_Deposit' => 'Converter o depósito',
'convert_Transfer' => 'Converter a transferência',
'amount' => 'Valor',
'date' => 'Data',
'interest_date' => 'Data de interesse',
'book_date' => 'Data reserva',
'process_date' => 'Data de processamento',
'category' => 'Categoria',
'tags' => 'Etiquetas',
'deletePermanently' => 'Apagar permanentemente',
'cancel' => 'Cancelar',
'targetdate' => 'Data Alvo',
'startdate' => 'Start date',
'tag' => 'Etiqueta',
'under' => 'Debaixo',
'symbol' => 'Símbolo',
'code' => 'Código',
'iban' => 'IBAN',
'accountNumber' => 'Número de conta',
'creditCardNumber' => 'Credit card number',
'has_headers' => 'Cabeçalhos',
'date_format' => 'Formato da Data',
'specifix' => 'Banco- ou arquivo específico corrigídos',
'attachments[]' => 'Anexos',
'store_new_withdrawal' => 'Armazenar nova retirada',
'store_new_deposit' => 'Armazenar novo depósito',
'store_new_transfer' => 'Armazenar nova transferência',
'add_new_withdrawal' => 'Adicionar uma nova retirada',
'add_new_deposit' => 'Adicionar um novo depósito',
'add_new_transfer' => 'Adicionar uma nova transferência',
'title' => 'Título',
'notes' => 'Notas',
'filename' => 'Nome do arquivo',
'mime' => 'Tipo do Arquivo (MIME)',
'size' => 'Tamanho',
'trigger' => 'Disparo',
'stop_processing' => 'Parar processamento',
'start_date' => 'Início do intervalo',
'end_date' => 'Final do intervalo',
'export_start_range' => 'Início do intervalo de exportação',
'export_end_range' => 'Fim do intervalo de exportação',
'export_format' => 'Formato do arquivo',
'include_attachments' => 'Incluir anexos enviados',
'include_old_uploads' => 'Incluir dados importados',
'accounts' => 'Exportar transações destas contas',
'delete_account' => 'Apagar conta ":name"',
'delete_bill' => 'Apagar fatura ":name"',
'delete_budget' => 'Excluir o orçamento ":name"',
'delete_category' => 'Excluir categoria ":name"',
'delete_currency' => 'Excluir moeda ":moeda"',
'delete_journal' => 'Excluir a transação com a descrição ":description"',
'delete_attachment' => 'Apagar anexo ":name"',
'delete_rule' => 'Excluir regra ":title"',
'delete_rule_group' => 'Exclua o grupo de regras ":title"',
'delete_link_type' => 'Delete link type ":name"',
'delete_user' => 'Delete user ":email"',
'user_areYouSure' => 'If you delete user ":email", everything will be gone. There is no undo, undelete or anything. If you delete yourself, you will lose access to this instance of Firefly III.',
'attachment_areYouSure' => 'Tem certeza que deseja excluir o anexo denominado ":name"?',
'account_areYouSure' => 'Tem certeza que deseja excluir a conta denominada ":name"?',
'bill_areYouSure' => 'Você tem certeza que quer apagar a fatura ":name"?',
'rule_areYouSure' => 'Tem certeza que deseja excluir a regra intitulada ":title"?',
'ruleGroup_areYouSure' => 'Tem certeza que deseja excluir o grupo de regras intitulado ":title"?',
'budget_areYouSure' => 'Tem certeza que deseja excluir o orçamento chamado ":name"?',
'category_areYouSure' => 'Tem certeza que deseja excluir a categoria com o nome ":name"?',
'currency_areYouSure' => 'Tem certeza que deseja excluir a moeda chamada ":name"?',
'piggyBank_areYouSure' => 'Tem certeza que deseja excluir o cofrinho chamado ":name"?',
'journal_areYouSure' => 'Tem certeza que deseja excluir a transação descrita ":description"?',
'mass_journal_are_you_sure' => 'Tem a certeza que pretende apagar estas transações?',
'tag_areYouSure' => 'Você tem certeza que quer apagar a tag ":tag"?',
'journal_link_areYouSure' => 'Are you sure you want to delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?',
'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?',
'permDeleteWarning' => 'Exclusão de dados do Firely são permanentes e não podem ser desfeitos.',
'mass_make_selection' => 'Você ainda pode evitar que itens sejam excluídos, removendo a caixa de seleção.',
'delete_all_permanently' => 'Exclua os selecionados permanentemente',
'update_all_journals' => 'Atualizar essas transações',
'also_delete_transactions' => 'A única transação ligada a essa conta será excluída também.|Todas as :count transações ligadas a esta conta serão excluídas também.',
'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.',
'also_delete_rules' => 'A única regra que ligado a este grupo de regras será excluída também.|Todos as :count regras ligadas a este grupo de regras serão excluídas também.',
'also_delete_piggyBanks' => 'O único cofrinho conectado a essa conta será excluído também.|Todos os :count cofrinhos conectados a esta conta serão excluídos também.',
'bill_keep_transactions' => 'A única transação a esta conta não será excluída.|Todos as :count transações conectadas a esta fatura não serão excluídos.',
'budget_keep_transactions' => 'A única transação conectada a este orçamento não será excluída.|Todos :count transações ligadas a este orçamento não serão excluídos.',
'category_keep_transactions' => 'A única transação ligada a esta categoria não será excluída.|Todos :count transações ligadas a esta categoria não serão excluídos.',
'tag_keep_transactions' => 'A única transação ligada a essa marca não será excluída.|Todos :count transações ligadas a essa marca não serão excluídos.',
'email' => 'E-mail',
'password' => 'Senha',
'password_confirmation' => 'Senha(Confirmar)',
'blocked' => 'Está bloqueado?',
'blocked_code' => 'Reason for block',
// admin
'domain' => 'Domínio',
'single_user_mode' => 'Disable user registration',
'is_demo_site' => 'É o site de demonstração',
// import
'import_file' => 'Importar arquivo',
'configuration_file' => 'Arquivo de configuração',
'import_file_type' => 'Tipo de arquivo de importação',
'csv_comma' => 'Uma vírgula (,)',
'csv_semicolon' => 'Um ponto e vírgula (;)',
'csv_tab' => 'Um Tab (invisível)',
'csv_delimiter' => 'Delimitador de campo CSV',
'csv_import_account' => 'Conta de importação padrão',
'csv_config' => 'Importar CSV de configuração',
'due_date' => 'Data de vencimento',
'payment_date' => 'Data de pagamento',
'invoice_date' => 'Data da Fatura',
'internal_reference' => 'Referência interna',
'inward' => 'Inward description',
'outward' => 'Outward description',
'rule_group_id' => 'Rule group',
];

View File

@@ -1,35 +0,0 @@
<?php
declare(strict_types=1);
/**
* help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
// tour!
'main-content-title' => 'Bem Vindo ao Firefly III',
'main-content-text' => 'Faça um favor a você mesmo e siga este pequeno guia para certificar-se de que sabe o caminho de volta.',
'sidebar-toggle-title' => 'Barra lateral para criar coisas',
'sidebar-toggle-text' => 'Escondido sob o ícone de adição são todos os botões para criar coisas novas. Contas, transações, tudo!',
'account-menu-title' => 'Todas suas contas',
'account-menu-text' => 'Aqui você pode encontrar todas as contas que você fez.',
'budget-menu-title' => 'Orçamentos',
'budget-menu-text' => 'Use esta página para organizar suas finanças e limitar as despesas.',
'report-menu-title' => 'Relatórios',
'report-menu-text' => 'Retire isso quando você quiser uma visão geral de suas finanças.',
'transaction-menu-title' => 'Transações',
'transaction-menu-text' => 'Todas as transações que você criou podem ser encontradas aqui.',
'option-menu-title' => 'Opções',
'option-menu-text' => 'Isto é bastante auto-explicativo.',
'main-content-end-title' => 'Fim!',
'main-content-end-text' => 'Lembre-se que cada página tem um pequeno ponto de interrogação na parte superior direita. Clique nele para obter ajuda sobre a página que você está.',
'index' => 'índice',
'home' => 'casa',
];

View File

@@ -1,122 +0,0 @@
<?php
declare(strict_types=1);
/**
* intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
* This software may be modified and distributed under the terms of the Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
// index
'index_intro' => 'Welcome to the index page of Firefly III. Please take the time to walk through this intro to get a feeling of how Firefly III works.',
'index_accounts-chart' => 'This chart shows the current balance of your asset accounts. You can select the accounts visible here in your preferences.',
'index_box_out_holder' => 'This little box and the boxes next to this one will give you a quick overview of your financial situation.',
'index_help' => 'If you ever need help with a page or a form, press this button.',
'index_outro' => 'Most pages of Firefly III will start with a little tour like this one. Please contact me when you have questions or comments. Enjoy!',
'index_sidebar-toggle' => 'To create new transactions, accounts or other things, use the menu under this icon.',
// create account:
'accounts_create_iban' => 'Give your accounts a valid IBAN. This could make a data import very easy in the future.',
'accounts_create_asset_opening_balance' => 'Assets accounts may have an "opening balance", indicating the start of this account\'s history in Firefly.',
'accounts_create_asset_currency' => 'Firefly III supports multiple currencies. Asset accounts have one main currency, which you must set here.',
'accounts_create_asset_virtual' => 'It can sometimes help to give your account a virtual balance: an extra amount always added to or removed from the actual balance.',
// budgets index
'budgets_index_intro' => 'Budgets are used to manage your finances and form one of the core functions of Firefly III.',
'budgets_index_set_budget' => 'Set your total budget for every period so Firefly can tell you if you have budgeted all available money.',
'budgets_index_see_expenses_bar' => 'Spending money will slowly fill this bar.',
'budgets_index_navigate_periods' => 'Navigate through periods to easily set budgets ahead of time.',
'budgets_index_new_budget' => 'Create new budgets as you see fit.',
'budgets_index_list_of_budgets' => 'Use this table to set the amounts for each budget and see how you are doing.',
'budgets_index_outro' => 'To learn more about budgeting, checkout the help icon in the top right corner.',
// reports (index)
'reports_index_intro' => 'Use these reports to get detailed insights in your finances.',
'reports_index_inputReportType' => 'Pick a report type. Check out the help pages to see what each report shows you.',
'reports_index_inputAccountsSelect' => 'You can exclude or include asset accounts as you see fit.',
'reports_index_inputDateRange' => 'The selected date range is entirely up to you: from one day to 10 years.',
'reports_index_extra-options-box' => 'Depending on the report you have selected, you can select extra filters and options here. Watch this box when you change report types.',
// reports (reports)
'reports_report_default_intro' => 'This report will give you a quick and comprehensive overview of your finances. If you wish to see anything else, please don\'t hestitate to contact me!',
'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.',
'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.',
'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.',
'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.',
'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.',
'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.',
'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.',
'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.',
'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.',
'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.',
'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.',
// create transaction
'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.',
'transactions_create_ffInput_category' => 'You can freely type in this field. Previously created categories will be suggested.',
'transactions_create_withdrawal_ffInput_budget' => 'Link your withdrawal to a budget for better financial control.',
'transactions_create_withdrawal_currency_dropdown_amount' => 'Use this dropdown when your withdrawal is in another currency.',
'transactions_create_deposit_currency_dropdown_amount' => 'Use this dropdown when your deposit is in another currency.',
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Select a piggy bank and link this transfer to your savings.',
// piggy banks index:
'piggy-banks_index_saved' => 'This field shows you how much you\'ve saved in each piggy bank.',
'piggy-banks_index_button' => 'Next to this progress bar are two buttons (+ and -) to add or remove money from each piggy bank.',
'piggy-banks_index_accountStatus' => 'For each asset account with at least one piggy bank the status is listed in this table.',
// create piggy
'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?',
'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.',
// show piggy
'piggy-banks_show_piggyChart' => 'This chart will show the history of this piggy bank.',
'piggy-banks_show_piggyDetails' => 'Some details about your piggy bank',
'piggy-banks_show_piggyEvents' => 'Any additions or removals are also listed here.',
// bill index
'bills_index_paid_in_period' => 'This field indicates when the bill was last paid.',
'bills_index_expected_in_period' => 'This field indicates for each bill if and when the next bill is expected to hit.',
// show bill
'bills_show_billInfo' => 'This table shows some general information about this bill.',
'bills_show_billButtons' => 'Use this button to re-scan old transactions so they will be matched to this bill.',
'bills_show_billChart' => 'This chart shows the transactions linked to this bill.',
// create bill
'bills_create_name' => 'Use a descriptive name such as "Rent" or "Health insurance".',
'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
'bills_create_amount_min_holder' => 'Select a minimum and maximum amount for this bill.',
'bills_create_repeat_freq_holder' => 'Most bills repeat monthly, but you can set another frequency here.',
'bills_create_skip_holder' => 'If a bill repeats every 2 weeks for example, the "skip"-field should be set to "1" to skip every other week.',
// rules index
'rules_index_intro' => 'Firefly III allows you to manage rules, that will automagically be applied to any transaction you create or edit.',
'rules_index_new_rule_group' => 'You can combine rules in groups for easier management.',
'rules_index_new_rule' => 'Create as many rules as you like.',
'rules_index_prio_buttons' => 'Order them any way you see fit.',
'rules_index_test_buttons' => 'You can test your rules or apply them to existing transactions.',
'rules_index_rule-triggers' => 'Rules have "triggers" and "actions" that you can order by drag-and-drop.',
'rules_index_outro' => 'Be sure to check out the help pages using the (?) icon in the top right!',
// create rule:
'rules_create_mandatory' => 'Choose a descriptive title, and set when the rule should be fired.',
'rules_create_ruletriggerholder' => 'Add as many triggers as you like, but remember that ALL triggers must match before any actions are fired.',
'rules_create_test_rule_triggers' => 'Use this button to see which transactions would match your rule.',
'rules_create_actions' => 'Set as many actions as you like.',
// preferences
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency. You can always switch of course using these buttons.',
// create currency
'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).',
];

View File

@@ -1,93 +0,0 @@
<?php
declare(strict_types=1);
/**
* list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
'buttons' => 'Botões',
'icon' => 'Ícone',
'id' => 'ID',
'create_date' => 'Criado em',
'update_date' => 'Atualizado em',
'updated_at' => 'Updated at',
'balance_before' => 'Saldo Antes',
'balance_after' => 'Saldo depois',
'name' => 'Nome',
'role' => 'Papel',
'currentBalance' => 'Saldo atual',
'active' => 'Está ativo?',
'lastActivity' => 'Última atividade',
'balanceDiff' => 'Saldo diferente entre :start e :end',
'matchesOn' => 'Correspondido em',
'account_type' => 'Tipo de conta',
'created_at' => 'Criado em',
'account' => 'Conta',
'matchingAmount' => 'Total',
'split_number' => 'Dividir #',
'destination' => 'Destino',
'source' => 'Fonte',
'next_expected_match' => 'Próximo correspondente esperado',
'automatch' => 'Auto match?',
'repeat_freq' => 'Repetições',
'description' => 'Descrição',
'amount' => 'Total',
'internal_reference' => 'Referência interna',
'date' => 'Data',
'interest_date' => 'Data de interesse',
'book_date' => 'Data reserva',
'process_date' => 'Data de processamento',
'due_date' => 'Prazo',
'payment_date' => 'Data de pagamento',
'invoice_date' => 'Data da Fatura',
'interal_reference' => 'Referência interna',
'notes' => 'Notas',
'from' => 'De',
'piggy_bank' => 'Cofrinho',
'to' => 'Até',
'budget' => 'Orçamento',
'category' => 'Categoria',
'bill' => 'Fatura',
'withdrawal' => 'Retirada',
'deposit' => 'Depósito',
'transfer' => 'Transferência',
'type' => 'Tipo',
'completed' => 'Completo',
'iban' => 'IBAN',
'paid_current_period' => 'Pago este período',
'email' => 'Email',
'registered_at' => 'Registrado em',
'is_blocked' => 'Está bloqueado',
'is_admin' => 'É admin',
'has_two_factor' => 'Tem 2FA',
'blocked_code' => 'Bloco de código',
'source_account' => 'Conta de origem',
'destination_account' => 'Conta de destino',
'accounts_count' => 'Número de Contas',
'journals_count' => 'Number of transactions',
'attachments_count' => 'Número de anexos',
'bills_count' => 'Número de contas',
'categories_count' => 'Número de categorias',
'export_jobs_count' => 'Número de jobs de exportação',
'import_jobs_count' => 'Número de jobs de importação',
'budget_count' => 'Número de orçamentos',
'rule_and_groups_count' => 'Número de regras e grupos de regras',
'tags_count' => 'Número de tags',
'inward' => 'Inward description',
'outward' => 'Outward description',
'number_of_transactions' => 'Number of transactions',
'total_amount' => 'Total amount',
'sum' => 'Sum',
'sum_excluding_transfers' => 'Sum (excluding transfers)',
'sum_withdrawals' => 'Sum of withdrawals',
'sum_deposits' => 'Sum of deposits',
'sum_transfers' => 'Sum of transfers',
'reconcile' => 'Reconcile',
];

View File

@@ -1,19 +0,0 @@
<?php
declare(strict_types=1);
/**
* pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
'previous' => '&laquo; Anterior',
'next' => 'Próximo &raquo;',
];

View File

@@ -1,21 +0,0 @@
<?php
declare(strict_types=1);
/**
* passwords.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
'password' => 'A senha precisa ter no mínimo seis caracteres e tem que ser igual à confirmação de senha.',
'user' => 'Não foi possível encontrar o usuário com este e-mail.',
'token' => 'Este token de redefinição de senha é inválido.',
'sent' => 'Nós te enviamos um email com um link para trocar a senha!',
'reset' => 'Sua senha foi redefinida!',
'blocked' => 'Boa tentativa.',
];

View File

@@ -1,93 +0,0 @@
<?php
declare(strict_types=1);
/**
* validation.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
'iban' => 'Este não é um válido IBAN.',
'unique_account_number_for_user' => 'Parece que este número de conta já está em uso.',
'deleted_user' => 'Devido a restrições de segurança, você não pode registrar usando este endereço de e-mail.',
'rule_trigger_value' => 'Este valor é inválido para o disparo selecionado.',
'rule_action_value' => 'Este valor é inválido para a ação selecionada.',
'file_already_attached' => 'Arquivo ":name" carregado já está anexado para este objeto.',
'file_attached' => 'Arquivo carregado com sucesso ":name".',
'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.',
'file_too_large' => 'Arquivo ":name" é muito grande.',
'belongs_to_user' => 'O valor de :attribute é desconhecido',
'accepted' => 'O campo :attribute deve ser aceito.',
'bic' => 'Este não é um BIC válido.',
'more' => ':attribute must be larger than zero.',
'active_url' => 'O campo :attribute não contém um URL válido.',
'after' => 'O campo :attribute deverá conter uma data posterior a :date.',
'alpha' => 'O campo :attribute deverá conter apenas letras.',
'alpha_dash' => 'O campo :attribute deverá conter apenas letras, números e traços.',
'alpha_num' => 'O campo :attribute deverá conter apenas letras e números .',
'array' => 'O campo :attribute precisa ser um conjunto.',
'unique_for_user' => 'Já existe uma entrada com este :attribute.',
'before' => 'O campo :attribute deverá conter uma data anterior a :date.',
'unique_object_for_user' => 'Este nome já está em uso',
'unique_account_for_user' => 'Este nome de conta já está em uso',
'between.numeric' => 'O campo :attribute deverá ter um valor entre :min - :max.',
'between.file' => 'O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.',
'between.string' => 'O campo :attribute deverá conter entre :min - :max caracteres.',
'between.array' => 'O campo :attribute precisar ter entre :min - :max itens.',
'boolean' => 'O campo :attribute deverá ter o valor verdadeiro ou falso.',
'confirmed' => 'A confirmação para o campo :attribute não coincide.',
'date' => 'O campo :attribute não contém uma data válida.',
'date_format' => 'A data indicada para o campo :attribute não respeita o formato :format.',
'different' => 'Os campos :attribute e :other deverão conter valores diferentes.',
'digits' => 'O campo :attribute deverá conter :digits dígitos.',
'digits_between' => 'O campo :attribute deverá conter entre :min a :max dígitos.',
'email' => 'O campo :attribute não contém um endereço de email válido.',
'filled' => 'O campo :attribute é obrigatório.',
'exists' => 'O valor selecionado para o campo :attribute é inválido.',
'image' => 'O campo :attribute deverá conter uma imagem.',
'in' => 'O campo :attribute não contém um valor válido.',
'integer' => 'O campo :attribute deverá conter um número inteiro.',
'ip' => 'O campo :attribute deverá conter um IP válido.',
'json' => 'O campo :attribute deverá conter uma string JSON válida.',
'max.numeric' => 'O campo :attribute não deverá conter um valor superior a :max.',
'max.file' => 'O campo :attribute não deverá ter um tamanho superior a :max kilobytes.',
'max.string' => 'O campo :attribute não deverá conter mais de :max caracteres.',
'max.array' => 'O campo :attribute deve ter no máximo :max itens.',
'mimes' => 'O campo :attribute deverá conter um arquivo do tipo: :values.',
'min.numeric' => 'O campo :attribute deverá ter um valor superior ou igual a :min.',
'min.file' => 'O campo :attribute deverá ter no mínimo :min kilobytes.',
'min.string' => 'O campo :attribute deverá conter no mínimo :min caracteres.',
'min.array' => 'O campo :attribute deve ter no mínimo :min itens.',
'not_in' => 'O campo :attribute contém um valor inválido.',
'numeric' => 'O campo :attribute deverá conter um valor numérico.',
'regex' => 'O formato do valor para o campo :attribute é inválido.',
'required' => 'O campo :attribute é obrigatório.',
'required_if' => 'O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.',
'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :values.',
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
'required_with_all' => 'O campo :attribute é obrigatório quando um dos :values está presente.',
'required_without' => 'O campo :attribute é obrigatório quanto :values não está presente.',
'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values está presente.',
'same' => 'Os campos :attribute e :other deverão conter valores iguais.',
'size.numeric' => 'O campo :attribute deverá conter o valor :size.',
'size.file' => 'O campo :attribute deverá ter o tamanho de :size kilobytes.',
'size.string' => 'O campo :attribute deverá conter :size caracteres.',
'size.array' => 'O campo :attribute deve ter :size itens.',
'unique' => 'O valor indicado para o campo :attribute já se encontra utilizado.',
'string' => 'O campo :attribute deve ser uma string.',
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
'2fa_code' => 'O campo :attribute é inválido.',
'dimensions' => 'O campo :attribute tem dimensões de imagem inválido.',
'distinct' => 'O campo :attribute tem um valor duplicado.',
'file' => 'O :attribute deve ser um arquivo.',
'in_array' => 'O campo :attribute não existe em :other.',
'present' => 'O campo :attribute deve estar presente.',
'amount_zero' => 'A quantidade total não pode ser zero',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
];