From 33a9e80d9dc7d9199d1f954b2ecc571136cbde30 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:11:58 +0100 Subject: [PATCH 01/14] New translations --- resources/lang/pt_BR/list.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/lang/pt_BR/list.php b/resources/lang/pt_BR/list.php index fb332e16d3..85e1879f16 100644 --- a/resources/lang/pt_BR/list.php +++ b/resources/lang/pt_BR/list.php @@ -25,7 +25,7 @@ return [ 'matchedOn' => 'Coincide', 'matchesOn' => 'Correspondido em', 'account_type' => 'Tipo de conta', - 'created_at' => 'Created at', + 'created_at' => 'Criado em', 'new_balance' => 'Novo saldo', 'account' => 'Conta', 'matchingAmount' => 'Total', @@ -33,21 +33,21 @@ return [ 'split_number' => 'Dividir #', 'destination' => 'Destino', 'source' => 'Fonte', - 'next_expected_match' => 'Next expected match', + 'next_expected_match' => 'Próximo correspondente esperado', 'automatch' => 'Auto match?', 'repeat_freq' => 'Repetições', 'description' => 'Descrição', 'amount' => 'Total', - 'internal_reference' => 'Internal reference', + 'internal_reference' => 'Referência interna', 'date' => 'Data', 'interest_date' => 'Data de interesse', 'book_date' => 'Data reserva', 'process_date' => 'Data de processamento', - 'due_date' => 'Due date', - 'payment_date' => 'Payment date', - 'invoice_date' => 'Invoice date', - 'interal_reference' => 'Internal reference', - 'notes' => 'Notes', + '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é', @@ -72,15 +72,15 @@ return [ 'blocked_code' => 'Bloco de código', 'domain' => 'Domínio', 'registration_attempts' => 'Tentativas de registo', - 'source_account' => 'Source account', - 'destination_account' => 'Destination account', + 'source_account' => 'Conta de origem', + 'destination_account' => 'Conta de destino', - 'accounts_count' => 'Number of accounts', - 'journals_count' => 'Number of journals', - 'attachments_count' => 'Number of attachments', - 'bills_count' => 'Number of bills', - 'categories_count' => 'Number of categories', - 'export_jobs_count' => 'Number of export jobs', + 'accounts_count' => 'Número de Contas', + 'journals_count' => 'Número de período', + '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' => 'Number of import jobs', 'budget_count' => 'Number of budgets', 'rule_and_groups_count' => 'Number of rules and rule groups', From a70b369aafdaed8afff871b0396831727432144c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:12:00 +0100 Subject: [PATCH 02/14] Translated --- resources/lang/pt_BR/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pt_BR/auth.php b/resources/lang/pt_BR/auth.php index 5d833b3d68..7cfe62b56c 100644 --- a/resources/lang/pt_BR/auth.php +++ b/resources/lang/pt_BR/auth.php @@ -22,7 +22,7 @@ return [ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Essas credenciais não correspondem com nossos registros.', + 'throttle' => 'Muitas tentativas de login. Por favor, tente novamente em :seconds segundos.', ]; \ No newline at end of file From 52567116c2e04f490e6e3941469435b5f41bdc33 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:12:02 +0100 Subject: [PATCH 03/14] Translated --- resources/lang/pt_BR/validation.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index da9b901c78..f35ca914d2 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -21,7 +21,7 @@ return [ 'file_too_large' => 'Arquivo ":name" é muito grande.', 'belongs_to_user' => 'O valor de :attribute é desconhecido', 'accepted' => 'O campo :attribute deve ser aceito.', - 'bic' => 'This is not a valid BIC.', + 'bic' => 'Este não é um BIC válido.', '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.', @@ -80,9 +80,9 @@ return [ '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' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'file' => 'The :attribute must be a file.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'present' => 'The :attribute field must be present.', + '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.', ]; \ No newline at end of file From 747455383284e2a1a34ad22917eedfd8c7ec3fa1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:12:04 +0100 Subject: [PATCH 04/14] Translated --- resources/lang/pt_BR/breadcrumbs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pt_BR/breadcrumbs.php b/resources/lang/pt_BR/breadcrumbs.php index 8347541110..31a47f95e6 100644 --- a/resources/lang/pt_BR/breadcrumbs.php +++ b/resources/lang/pt_BR/breadcrumbs.php @@ -12,8 +12,8 @@ return [ 'home' => 'Início', - 'edit_currency' => 'Edit currency ":name"', - 'delete_currency' => 'Delete currency ":name"', + 'edit_currency' => 'Editar moeda ":name"', + 'delete_currency' => 'Excluir moeda ":moeda"', 'newPiggyBank' => 'Criar um novo cofrinho', 'edit_piggyBank' => 'Editar cofrinho ":name"', 'preferences' => 'Preferências', From a19fed59593dddf66d188d51b7bb52f56f536572 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:12:07 +0100 Subject: [PATCH 05/14] New translations --- resources/lang/pt_BR/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt_BR/csv.php b/resources/lang/pt_BR/csv.php index fbc8866ea4..18bc2a2c68 100644 --- a/resources/lang/pt_BR/csv.php +++ b/resources/lang/pt_BR/csv.php @@ -15,7 +15,7 @@ return [ 'import_configure_title' => 'Configure sua importação', 'import_configure_intro' => 'There are some options for your CSV import. Please indicate if your CSV file contains headers on the first column, and what the date format of your date-fields is. That might require some experimentation. The field delimiter is usually a ",", but could also be a ";". Check this carefully.', - 'import_configure_form' => 'Basic CSV import options', + 'import_configure_form' => 'Opções básicas de importação CSV', 'header_help' => 'Verifique se a primeira linha do seu arquivo CSV está com os títulos de coluna', 'date_help' => 'Date time format in your CSV. Follow the format like this page indicates. The default value will parse dates that look like this: :dateExample.', 'delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', From bdf752bf7e7ede67d4d12dbdf14fdf2e8c220d7c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:21:42 +0100 Subject: [PATCH 06/14] Translated --- resources/lang/pt_BR/list.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/pt_BR/list.php b/resources/lang/pt_BR/list.php index 85e1879f16..5b31acdaaa 100644 --- a/resources/lang/pt_BR/list.php +++ b/resources/lang/pt_BR/list.php @@ -81,8 +81,8 @@ return [ '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' => 'Number of import jobs', - 'budget_count' => 'Number of budgets', - 'rule_and_groups_count' => 'Number of rules and rule groups', - 'tags_count' => 'Number of tags', + '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', ]; \ No newline at end of file From eae4e988bed741535f0d323fff7c947226e92067 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:21:43 +0100 Subject: [PATCH 07/14] Translated --- resources/lang/pt_BR/form.php | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 71c8c5ab2f..1b24d4419f 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -25,8 +25,8 @@ return [ 'match' => 'Corresponde em', 'repeat_freq' => 'Repetições', 'journal_currency_id' => 'Moeda', - 'currency_id' => 'Currency', - 'attachments' => 'Attachments', + 'currency_id' => 'Moeda', + 'attachments' => 'Anexos', 'journal_amount' => 'Quantia', 'journal_asset_source_account' => 'Conta de ativo (fonte)', 'journal_source_account_name' => 'Conta de receita (fonte)', @@ -34,13 +34,13 @@ return [ 'BIC' => 'BIC', 'account_from_id' => 'da conta', 'account_to_id' => 'para conta', - 'source_account' => 'Source account', - 'destination_account' => 'Destination account', + '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' => 'Notes', + 'note' => 'Notas', 'split_journal' => 'Dividir essa transação', 'split_journal_explanation' => 'Dividir essa transação em várias partes', 'currency' => 'Moeda', @@ -64,15 +64,15 @@ return [ 'expense_account' => 'Conta de Despesa', 'revenue_account' => 'Conta de Receita', - 'revenue_account_source' => 'Revenue account (source)', - 'source_account_asset' => 'Source account (asset account)', - 'destination_account_expense' => 'Destination account (expense account)', - 'destination_account_asset' => 'Destination account (asset account)', - 'source_account_revenue' => 'Source account (revenue account)', - 'type' => 'Type', - 'convert_Withdrawal' => 'Convert withdrawal', - 'convert_Deposit' => 'Convert deposit', - 'convert_Transfer' => 'Convert transfer', + 'revenue_account_source' => 'Conta de receita (fonte)', + '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', @@ -152,9 +152,9 @@ return [ // admin 'domain' => 'Domínio', - 'single_user_mode' => 'Single user mode', - 'must_confirm_account' => 'New users must activate account', - 'is_demo_site' => 'Is demo site', + 'single_user_mode' => 'Modo de usuário único', + 'must_confirm_account' => 'Novos usuários devem ativar a conta', + 'is_demo_site' => 'É o site de demonstração', // import 'import_file' => 'Importar arquivo', @@ -168,8 +168,8 @@ return [ 'csv_config' => 'Importar CSV de configuração', - 'due_date' => 'Due date', - 'payment_date' => 'Payment date', - 'invoice_date' => 'Invoice date', - 'internal_reference' => 'Internal reference', + 'due_date' => 'Data de vencimento', + 'payment_date' => 'Data de pagamento', + 'invoice_date' => 'Data da Fatura', + 'internal_reference' => 'Referência interna', ]; \ No newline at end of file From 0eea85a88429f4ca80bed749a7df0e11c783a69f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:21:45 +0100 Subject: [PATCH 08/14] Translated --- resources/lang/de_DE/form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 133d3c562c..1c7253ad19 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -25,8 +25,8 @@ return [ 'match' => 'Reagiert auf', 'repeat_freq' => 'Wiederholungen', 'journal_currency_id' => 'Währung', - 'currency_id' => 'Currency', - 'attachments' => 'Attachments', + 'currency_id' => 'Währung', + 'attachments' => 'Anhänge', 'journal_amount' => 'Betrag', 'journal_asset_source_account' => 'Girokonto (Quelle)', 'journal_source_account_name' => 'Kreditor (Quelle)', From ea97b817fcc7f1e598353daa0ef926aadbb7b2ba Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:21:49 +0100 Subject: [PATCH 09/14] New translations --- resources/lang/pt_BR/firefly.php | 86 ++++++++++++++++---------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 92ae96e895..8a96f54949 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -312,17 +312,17 @@ return [ 'between_dates' => '(:start e :end)', 'pref_optional_fields_transaction' => 'Optional fields for transactions', 'pref_optional_fields_transaction_help' => 'By default not all fields are enabled when creating a new transaction (because of the clutter). Below, you can enable these fields if you think they could be useful for you. Of course, any field that is disabled, but already filled in, will be visible regardless of the setting.', - 'optional_tj_date_fields' => 'Date fields', - 'optional_tj_business_fields' => 'Business fields', - 'optional_tj_attachment_fields' => 'Attachment fields', - 'pref_optional_tj_interest_date' => 'Interest date', - 'pref_optional_tj_book_date' => 'Book date', - 'pref_optional_tj_process_date' => 'Processing date', - 'pref_optional_tj_due_date' => 'Due date', - 'pref_optional_tj_payment_date' => 'Payment date', - 'pref_optional_tj_invoice_date' => 'Invoice date', - 'pref_optional_tj_internal_reference' => 'Internal reference', - 'pref_optional_tj_notes' => 'Notes', + 'optional_tj_date_fields' => 'Campos de data', + 'optional_tj_business_fields' => 'Campos de negócios', + 'optional_tj_attachment_fields' => 'Campos de anexo', + 'pref_optional_tj_interest_date' => 'Data de interesse', + 'pref_optional_tj_book_date' => 'Data reserva', + 'pref_optional_tj_process_date' => 'Data de processamento', + 'pref_optional_tj_due_date' => 'Data de vencimento', + 'pref_optional_tj_payment_date' => 'Data de pagamento', + 'pref_optional_tj_invoice_date' => 'Data da Fatura', + 'pref_optional_tj_internal_reference' => 'Referência interna', + 'pref_optional_tj_notes' => 'Notas', 'pref_optional_tj_attachments' => 'Attachments', 'optional_field_meta_dates' => 'Dates', 'optional_field_meta_business' => 'Business', @@ -379,23 +379,23 @@ return [ 'convert_to_Withdrawal' => 'Convert ":description" to a withdrawal', 'convert_to_Deposit' => 'Convert ":description" to a deposit', 'convert_to_Transfer' => 'Convert ":description" to a transfer', - 'convert_options_WithdrawalDeposit' => 'Convert a withdrawal into a deposit', - 'convert_options_WithdrawalTransfer' => 'Convert a withdrawal into a transfer', - 'convert_options_DepositTransfer' => 'Convert a deposit into a transfer', - 'convert_options_DepositWithdrawal' => 'Convert a deposit into a withdrawal', - 'convert_options_TransferWithdrawal' => 'Convert a transfer into a withdrawal', - 'convert_options_TransferDeposit' => 'Convert a transfer into a deposit', - 'transaction_journal_convert_options' => 'Convert this transaction', - 'convert_Withdrawal_to_deposit' => 'Convert this withdrawal to a deposit', - 'convert_Withdrawal_to_transfer' => 'Convert this withdrawal to a transfer', - 'convert_Deposit_to_withdrawal' => 'Convert this deposit to a withdrawal', - 'convert_Deposit_to_transfer' => 'Convert this deposit to a transfer', - 'convert_Transfer_to_deposit' => 'Convert this transfer to a deposit', - 'convert_Transfer_to_withdrawal' => 'Convert this transfer to a withdrawal', - 'convert_please_set_revenue_source' => 'Please pick the revenue account where the money will come from.', - 'convert_please_set_asset_destination' => 'Please pick the asset account where the money will go to.', - 'convert_please_set_expense_destination' => 'Please pick the expense account where the money will go to.', - 'convert_please_set_asset_source' => 'Please pick the asset account where the money will come from.', + 'convert_options_WithdrawalDeposit' => 'Converter uma retirada em um depósito', + 'convert_options_WithdrawalTransfer' => 'Converter uma retirada em uma transferência', + 'convert_options_DepositTransfer' => 'Converter um depósito em uma transferência', + 'convert_options_DepositWithdrawal' => 'Converter um depósito em uma retirada', + 'convert_options_TransferWithdrawal' => 'Converter uma transferência em uma retirada', + 'convert_options_TransferDeposit' => 'Converter uma transferência em um depósito', + 'transaction_journal_convert_options' => 'Converter esta transação', + 'convert_Withdrawal_to_deposit' => 'Converter esta retirada de um depósito', + 'convert_Withdrawal_to_transfer' => 'Converter esta retirada para uma transferência', + 'convert_Deposit_to_withdrawal' => 'Converter este depósito para uma retirada', + 'convert_Deposit_to_transfer' => 'Converter este depósito para uma transferência', + 'convert_Transfer_to_deposit' => 'Converter esta transferência para um depósito', + 'convert_Transfer_to_withdrawal' => 'Converter esta transferência a uma retirada', + 'convert_please_set_revenue_source' => 'Por favor, escolha a conta de receitas de onde virá o dinheiro.', + 'convert_please_set_asset_destination' => 'Por favor, escolha a conta de ativo para onde vai o dinheiro.', + 'convert_please_set_expense_destination' => 'Por favor, escolha a conta de despesas para onde o dinheiro vai.', + 'convert_please_set_asset_source' => 'Por favor, escolha a conta de ativo, de onde virá o dinheiro.', 'convert_explanation_withdrawal_deposit' => 'If you convert this withdrawal into a deposit, :amount will be deposited into :sourceName instead of taken from it.', 'convert_explanation_withdrawal_transfer' => 'If you convert this withdrawal into a transfer, :amount will be transferred from :sourceName to a new asset account, instead of being paid to :destinationName.', 'convert_explanation_deposit_withdrawal' => 'If you convert this deposit into a withdrawal, :amount will be removed from :destinationName instead of added to it.', @@ -486,8 +486,8 @@ return [ 'rescanned_bill' => 'Tudo examinado novamente.', 'average_bill_amount_year' => 'Média de fatura (:ano)', 'average_bill_amount_overall' => 'Média de fatura (geral)', - 'not_or_not_yet' => 'Not (yet)', - 'not_expected_period' => 'Not expected this period', + 'not_or_not_yet' => 'Não (ainda)', + 'not_expected_period' => 'Não esperado neste período', // accounts: 'details_for_asset' => 'Detalhes para a conta de ativo ":name"', 'details_for_expense' => 'Detalhes para a conta de despesas ":name"', @@ -523,8 +523,8 @@ return [ 'credit_card_options' => 'Opções de cartão de crédito', 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', - 'select_more_than_one_account' => 'Please select more than one account', - 'select_more_than_one_category' => 'Please select more than one category', + 'select_more_than_one_account' => 'Por favor, selecione mais de uma conta', + 'select_more_than_one_category' => 'Por favor, selecione mais de uma categoria', // categories: 'new_category' => 'Nova categoria', @@ -667,7 +667,7 @@ return [ 'in' => 'Entrada', 'out' => 'Saída', 'topX' => 'topo :number', - 'show_full_list' => 'Show entire list', + 'show_full_list' => 'Mostrar a lista inteira', 'show_only_top' => 'Show only top :number', 'sum_of_year' => 'Soma do ano', 'sum_of_years' => 'Soma dos anos', @@ -678,7 +678,7 @@ return [ 'report_type' => 'Tipo de relatório', 'report_type_default' => 'Relatório financeiro padrão', 'report_type_audit' => 'Visão geral do histórico de transação (auditoria)', - 'report_type_category' => 'Category report', + 'report_type_category' => 'Relatório por Categorias', 'report_type_meta-history' => 'Visão geral de categorias, orçamentos e faturas', 'more_info_help' => 'Mais informações sobre esses tipos de relatórios podem ser encontradas nas páginas de ajuda. Pressione o ícone (?) no canto superior direito.', 'report_included_accounts' => 'Contas incluídas', @@ -693,15 +693,15 @@ return [ 'balance_amount' => 'Despesas no orçamento ":budget" pagas por conta":account" entre :start e :end', 'no_audit_activity' => 'Nenhuma atividade foi registrada na conta :account_name entre :start e :end.', 'audit_end_balance' => 'Saldo da conta : account_name no final de :end foi :balance', - 'reports_extra_options' => 'Extra options', - 'report_has_no_extra_options' => 'This report has no extra options', - 'reports_submit' => 'View report', - 'end_after_start_date' => 'End date of report must be after start date.', - 'select_category' => 'Select one or more categories.', - 'income_per_category' => 'Income per category', - 'expense_per_category' => 'Expense per category', - 'income_per_account' => 'Income per account', - 'expense_per_account' => 'Expense per account', + 'reports_extra_options' => 'Opções adicionais', + 'report_has_no_extra_options' => 'Este relatório não tem mais opções', + 'reports_submit' => 'Visualizar relatório', + 'end_after_start_date' => 'Data de término do relatório deve ser depois da data de início.', + 'select_category' => 'Selecione uma ou mais categorias.', + 'income_per_category' => 'Receitas por categoria', + 'expense_per_category' => 'Despesa por categoria', + 'income_per_account' => 'Rendimento por conta', + 'expense_per_account' => 'Por conta de despesas', 'include_not_in_category' => 'Include transactions not selected for this report', 'everything_else' => 'Everything else', 'income_and_expenses' => 'Income and expenses', From a95b1857feef1a14d0060326b55441ee0e190684 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:21:56 +0100 Subject: [PATCH 10/14] New translations --- resources/lang/de_DE/firefly.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index c1997f2fb1..df1b5e15e2 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -51,7 +51,7 @@ return [ 'flash_info_multiple' => 'Es gibt eine Nachricht | Es gibt :count Nachrichten', 'flash_error_multiple' => 'Es gibt einen Fehler | Es gibt :count Fehler', 'net_worth' => 'Vermögen', - 'route_has_no_help' => 'There is no help for this route.', + 'route_has_no_help' => 'Es gibt keinen Hilfetext für diese Seite.', 'help_may_not_be_your_language' => 'Dieser Hilfstext ist in Englisch. Er ist noch nicht in Deutsch verfügbar', 'two_factor_welcome' => 'Hallo :user!', 'two_factor_enter_code' => 'Um fortzufahren geben Sie bitte ihren Zwei-Faktor-Authentifizierungscode ein. Ihre Anwendung kann diesen für Sie generieren.', @@ -72,7 +72,7 @@ return [ 'search_found_budgets' => 'Found :count budget(s) for your query.', 'search_found_tags' => 'Found :count tag(s) for your query.', 'search_found_transactions' => 'Found :count transaction(s) for your query.', - 'results_limited' => 'The results are limited to :count entries.', + 'results_limited' => 'Es werden maximal :count Ergebnisse angezeigt.', 'tagbalancingAct' => 'Balancing act', 'tagadvancePayment' => 'Advance payment', 'tagnothing' => '', @@ -117,7 +117,7 @@ return [ 'export_data_intro' => 'Zum Backup, zum Migrieren auf ein anderes System oder zum Migrieren in eine andere Firefly III Installation.', 'export_format' => 'Export-Format', 'export_format_csv' => 'Durch Komma getrennte Werte (CSV-Datei)', - 'export_format_mt940' => 'MT940 compatible format', + 'export_format_mt940' => 'MT940 kompatibeles Format', 'export_included_accounts' => 'Exportiere die Überweisungen von diesem Konto', 'include_old_uploads_help' => 'Firefly III löscht nicht die originalen CSV-Dateien, welche zuvor importiert wurden. Sie können dem Export hinzugefügt werden.', 'do_export' => 'Export', @@ -189,7 +189,7 @@ return [ 'edit_rule' => 'Bearbeite Regel ":title"', 'delete_rule' => 'Lösche Regel ":title"', 'update_rule' => 'Regel bearbeiten', - 'test_rule_triggers' => 'See matching transactions', + 'test_rule_triggers' => 'Zeige übereinstimmende Überweisungen', 'warning_transaction_subset' => 'Aus Kapazitätgründen ist diese Liste auf :max_num_transactions Überweisungen limitiert und zeigt möglicherweise nur einen Teil dieser an', 'warning_no_matching_transactions' => 'Keine übereinstimmenden Überweisungen gefunden. Aus Kapazitätgründen werden nur die letzten :num_transactions Überweisungen überprüft.', 'warning_no_valid_triggers' => 'Keine gültigen Trigger gefunden.', @@ -238,9 +238,9 @@ return [ 'rule_trigger_store_journal' => 'When a journal is created', 'rule_trigger_update_journal' => 'When a journal is updated', 'rule_action_set_category' => 'Set category to ":action_value"', - 'rule_action_clear_category' => 'Clear category', + 'rule_action_clear_category' => 'Bereinige Kategorie', 'rule_action_set_budget' => 'Set budget to ":action_value"', - 'rule_action_clear_budget' => 'Clear budget', + 'rule_action_clear_budget' => 'Lösche Budget', 'rule_action_add_tag' => 'Add tag ":action_value"', 'rule_action_remove_tag' => 'Remove tag ":action_value"', 'rule_action_remove_all_tags' => 'Alle Tags entfernen', From 9fb9c7e3ee4ded0e42e58a2a766fcaa33ad28325 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:31:36 +0100 Subject: [PATCH 11/14] New translations --- resources/lang/pt_BR/firefly.php | 122 +++++++++++++++---------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 8a96f54949..bcca90217f 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -11,7 +11,7 @@ return [ // general stuff: - 'language_incomplete' => 'incomplete translation', + 'language_incomplete' => 'tradução incompleta', 'close' => 'Fechar', 'actions' => 'Ações', 'edit' => 'Editar', @@ -51,8 +51,8 @@ return [ 'flash_info_multiple' => 'Há uma mensagem|Existem :count mensagens', 'flash_error_multiple' => 'Houve um erro|Houve :count erros', 'net_worth' => 'Valor Líquido', - 'route_has_no_help' => 'There is no help for this route.', - 'help_may_not_be_your_language' => 'This help text is in English. It is not yet available in your language', + 'route_has_no_help' => 'Não existe ajuda para esta rota.', + 'help_may_not_be_your_language' => 'Este texto de ajuda é em inglês. Ainda não está disponível em seu idioma', 'two_factor_welcome' => 'Olá, :user!', 'two_factor_enter_code' => 'Para continuar, por favor, digite seu código de autenticação em duas etapas. Seu aplicativo pode gerá-lo para você.', 'two_factor_code_here' => 'Insira o código aqui', @@ -73,26 +73,26 @@ return [ 'search_found_tags' => 'Found :count tag(s) for your query.', 'search_found_transactions' => 'Found :count transaction(s) for your query.', 'results_limited' => 'The results are limited to :count entries.', - 'tagbalancingAct' => 'Balancing act', - 'tagadvancePayment' => 'Advance payment', + 'tagbalancingAct' => 'Saldo', + 'tagadvancePayment' => 'Pagamento antecipado', 'tagnothing' => '', - 'Default asset account' => 'Default asset account', + 'Default asset account' => 'Conta padrão', 'no_budget_pointer' => 'Parece que não há orçamentos ainda. Você deve criar alguns na página orçamentos. Orçamentos podem ajudá-lo a manter o controle de despesas.', - 'Savings account' => 'Savings account', - 'Credit card' => 'Credit card', + 'Savings account' => 'Conta poupança', + 'Credit card' => 'Cartão de crédito', 'source_accounts' => 'Conta(s) de origem', 'destination_accounts' => 'Conta(s) de destino', - 'user_id_is' => 'Your user id is :user', + 'user_id_is' => 'Seu id de usuário é :user', 'field_supports_markdown' => 'This field supports Markdown.', 'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.', 'nothing_to_display' => 'There are no transactions to show you', 'show_all_no_filter' => 'Show all transactions without grouping them by date.', - 'expenses_by_category' => 'Expenses by category', - 'expenses_by_budget' => 'Expenses by budget', - 'income_by_category' => 'Income by category', - 'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.', + 'expenses_by_category' => 'Despesa por categoria', + 'expenses_by_budget' => 'Despesas pelo orçamento', + 'income_by_category' => 'Receitas por categoria', + 'cannot_redirect_to_account' => 'Firefly III não pode redirecioná-lo para a página correta. Minhas desculpas.', // repeat frequencies: - 'repeat_freq_yearly' => 'yearly', + 'repeat_freq_yearly' => 'anual', 'repeat_freq_monthly' => 'mensal', 'weekly' => 'semanal', 'quarterly' => 'trimestral', @@ -257,10 +257,10 @@ return [ 'rule_action_set_description_choice' => 'Definir descrição para..', 'rule_action_append_description_choice' => 'Acrescentar a descrição com..', 'rule_action_prepend_description_choice' => 'Preceder a descrição com..', - 'rule_action_set_source_account_choice' => 'Set source account to...', - 'rule_action_set_source_account' => 'Set source account to :action_value', - 'rule_action_set_destination_account_choice' => 'Set destination account to...', - 'rule_action_set_destination_account' => 'Set destination account to :action_value', + 'rule_action_set_source_account_choice' => 'Definir a conta de origem...', + 'rule_action_set_source_account' => 'Definir a conta de origem para :action_value', + 'rule_action_set_destination_account_choice' => 'Definir a conta de destino...', + 'rule_action_set_destination_account' => 'Definir a conta de destino :action_value', // tags 'store_new_tag' => 'Armazenar nova tag', @@ -298,19 +298,19 @@ return [ 'pref_two_factor_auth_remove_will_disable' => '(isso também irá desativar a autenticação de duas etapas)', 'pref_save_settings' => 'Salvar definições', 'saved_preferences' => 'Preferências salvas!', - 'preferences_general' => 'General', - 'preferences_frontpage' => 'Home screen', - 'preferences_security' => 'Security', + 'preferences_general' => 'Geral', + 'preferences_frontpage' => 'Tela inicial', + 'preferences_security' => 'Segurança', 'preferences_layout' => 'Layout', - 'pref_home_show_deposits' => 'Show deposits on the home screen', + 'pref_home_show_deposits' => 'Depósitos de mostrar na tela inicial', 'pref_home_show_deposits_info' => 'The home screen already shows your expense accounts. Should it also show your revenue accounts?', - 'pref_home_do_show_deposits' => 'Yes, show them', - 'successful_count' => 'of which :count successful', + 'pref_home_do_show_deposits' => 'Sim, mostrar-lhes', + 'successful_count' => 'dos quais :count bem sucedida', 'transaction_page_size_title' => 'Tamanho da página', 'transaction_page_size_help' => 'Qualquer lista de transações mostra, no máximo, muitas transações', 'transaction_page_size_label' => 'Tamanho da página', 'between_dates' => '(:start e :end)', - 'pref_optional_fields_transaction' => 'Optional fields for transactions', + 'pref_optional_fields_transaction' => 'Campos opcionais para transações', 'pref_optional_fields_transaction_help' => 'By default not all fields are enabled when creating a new transaction (because of the clutter). Below, you can enable these fields if you think they could be useful for you. Of course, any field that is disabled, but already filled in, will be visible regardless of the setting.', 'optional_tj_date_fields' => 'Campos de data', 'optional_tj_business_fields' => 'Campos de negócios', @@ -323,11 +323,11 @@ return [ 'pref_optional_tj_invoice_date' => 'Data da Fatura', 'pref_optional_tj_internal_reference' => 'Referência interna', 'pref_optional_tj_notes' => 'Notas', - 'pref_optional_tj_attachments' => 'Attachments', - 'optional_field_meta_dates' => 'Dates', - 'optional_field_meta_business' => 'Business', - 'optional_field_attachments' => 'Attachments', - 'optional_field_meta_data' => 'Optional meta data', + 'pref_optional_tj_attachments' => 'Anexos', + 'optional_field_meta_dates' => 'Datas', + 'optional_field_meta_business' => 'Negócios', + 'optional_field_attachments' => 'Anexos', + 'optional_field_meta_data' => 'Meta dados opcionais', // profile: @@ -373,12 +373,12 @@ return [ 'title_transfers' => 'Transferências', // convert stuff: - 'convert_is_already_type_Withdrawal' => 'This transaction is already a withdrawal', - 'convert_is_already_type_Deposit' => 'This transaction is already a deposit', - 'convert_is_already_type_Transfer' => 'This transaction is already a transfer', - 'convert_to_Withdrawal' => 'Convert ":description" to a withdrawal', - 'convert_to_Deposit' => 'Convert ":description" to a deposit', - 'convert_to_Transfer' => 'Convert ":description" to a transfer', + 'convert_is_already_type_Withdrawal' => 'Esta transação é já uma retirada', + 'convert_is_already_type_Deposit' => 'Esta operação já é um depósito', + 'convert_is_already_type_Transfer' => 'Esta transação é já uma transferência', + 'convert_to_Withdrawal' => 'Converter ":description" a uma retirada', + 'convert_to_Deposit' => 'Converter ":description" de um depósito', + 'convert_to_Transfer' => 'Converter ":description" para uma transferência', 'convert_options_WithdrawalDeposit' => 'Converter uma retirada em um depósito', 'convert_options_WithdrawalTransfer' => 'Converter uma retirada em uma transferência', 'convert_options_DepositTransfer' => 'Converter um depósito em uma transferência', @@ -702,16 +702,16 @@ return [ 'expense_per_category' => 'Despesa por categoria', 'income_per_account' => 'Rendimento por conta', 'expense_per_account' => 'Por conta de despesas', - 'include_not_in_category' => 'Include transactions not selected for this report', - 'everything_else' => 'Everything else', - 'income_and_expenses' => 'Income and expenses', + 'include_not_in_category' => 'Incluir transações não selecionadas para este relatório', + 'everything_else' => 'Todo o resto', + 'income_and_expenses' => 'Receitas e despesas', 'spent_average' => 'Spent (average)', 'income_average' => 'Income (average)', 'transaction_count' => 'Transaction count', 'average_spending_per_account' => 'Average spending per account', 'average_income_per_account' => 'Average income per account', 'total' => 'Total', - 'description' => 'Description', + 'description' => 'Descrição', // charts: @@ -830,13 +830,13 @@ return [ 'user_information' => 'User information', 'total_size' => 'total size', 'budget_or_budgets' => 'budget(s)', - 'budgets_with_limits' => 'budget(s) with configured amount', - 'rule_or_rules' => 'rule(s)', - 'rulegroup_or_groups' => 'rule group(s)', - 'setting_must_confirm_account' => 'Account confirmation', + 'budgets_with_limits' => 'budget(s) com quantidade configurada', + 'rule_or_rules' => 'regra(s)', + 'rulegroup_or_groups' => 'grupo(s) de regra', + 'setting_must_confirm_account' => 'Confirmação de conta', 'setting_must_confirm_account_explain' => 'When this setting is enabled, users must activate their account before it can be used.', - 'configuration_updated' => 'The configuration has been updated', - 'setting_is_demo_site' => 'Demo site', + 'configuration_updated' => 'A configuração foi atualizada', + 'setting_is_demo_site' => 'Site demo', 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', // split a transaction: @@ -875,14 +875,14 @@ return [ // import 'configuration_file_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', - 'import_data_index' => 'Index', + 'import_data_index' => 'Índice', 'import_file_type_csv' => 'CSV (valores separados por vírgula)', 'import_file_type_help' => 'Selecione o tipo de arquivo que você fará o upload', 'import_start' => 'Iniciar a importação', 'configure_import' => 'Além disso, configure sua importação', 'import_finish_configuration' => 'Terminar configuração', 'settings_for_import' => 'Preferências', - 'import_status' => 'Import status', + 'import_status' => 'Status de importação', 'import_status_text' => 'The import is currently running, or will start momentarily.', 'import_complete' => 'Configuração de importação completa!', 'import_complete_text' => 'The import is ready to start. All the configuration you needed to do has been done. Please download the configuration file. It will help you with the import should it not go as planned. To actually run the import, you can either execute the following command in your console, or run the web-based import. Depending on your configuration, the console import will give you more feedback.', @@ -892,23 +892,23 @@ return [ 'import_data_full' => 'Importar dados para o Firefly III', 'import' => 'Importar', 'import_file_help' => 'Selecione seu arquivo', - 'import_status_settings_complete' => 'The import is ready to start.', - 'import_status_import_complete' => 'The import has completed.', - 'import_status_import_running' => 'The import is currently running. Please be patient.', - 'import_status_header' => 'Import status and progress', - 'import_status_errors' => 'Import errors', - 'import_status_report' => 'Import report', - 'import_finished' => 'Import has finished', - 'import_error_single' => 'An error has occured during the import.', - 'import_error_multi' => 'Some errors occured during the import.', + 'import_status_settings_complete' => 'A importação está pronta para começar.', + 'import_status_import_complete' => 'A importação foi concluída.', + 'import_status_import_running' => 'A importação está atualmente em execução. Por favor, seja paciente.', + 'import_status_header' => 'Importação status e progresso', + 'import_status_errors' => 'Erro de importação', + 'import_status_report' => 'Relatório de importação', + 'import_finished' => 'Importação concluida', + 'import_error_single' => 'Ocorreu um erro durante a importação.', + 'import_error_multi' => 'Ocorreram erros durante a importação do arquivo.', 'import_error_fatal' => 'There was an error during the import routine. Please check the log files. The error seems to be:', 'import_error_timeout' => 'The import seems to have timed out. If this error persists, please import your data using the console command.', 'import_double' => 'Row #:row: This row has been imported before, and is stored in :description.', - 'import_finished_all' => 'The import has finished. Please check out the results below.', - 'import_with_key' => 'Import with key \':key\'', + 'import_finished_all' => 'A importação terminou. Por favor, verifique os resultados abaixo.', + 'import_with_key' => 'Importação com chave \':key\'', 'import_share_configuration' => 'Please consider downloading your configuration and sharing it at the import configuration center. This will allow other users of Firefly III to import their files more easily.', 'import_finished_report' => 'The import has finished. Please note any errors in the block above this line. All transactions imported during this particular session have been tagged, and you can check them out below. ', 'import_finished_link' => 'The transactions imported can be found in tag :tag.', - 'need_at_least_one_account' => 'You need at least one asset account to be able to create piggy banks', - 'see_help_top_right' => 'For more information, please check out the help pages using the icon in the top right corner of the page.', + 'need_at_least_one_account' => 'Você precisa de pelo menos uma conta de ativo para ser capaz de criar cofrinhos', + 'see_help_top_right' => 'Para obter mais informações, por favor, confira as páginas de ajuda usando o ícone no canto superior direito da página.', ]; \ No newline at end of file From 110d7f691c53f86241311fb815f0b2d3dd715d2b Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:31:42 +0100 Subject: [PATCH 12/14] New translations --- resources/lang/de_DE/firefly.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index df1b5e15e2..729f01eab1 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -59,7 +59,7 @@ return [ 'two_factor_title' => 'Zwei-Faktor-Authentifizierung', 'authenticate' => 'Authentifizieren', 'two_factor_forgot_title' => 'Zwei-Faktor-Authentifizierung verloren', - 'two_factor_forgot' => 'I forgot my two-factor thing.', + 'two_factor_forgot' => 'Ich kann keine 2FA-Codes generieren.', 'two_factor_lost_header' => 'Haben Sie ihre Zwei-Faktor-Authentifizierung verloren?', 'two_factor_lost_intro' => 'Leider ist dieses etwas, dass sie nicht über die Weboberfläche zurücksetzen können. Sie haben zwei Möglichkeiten.', 'two_factor_lost_fix_self' => 'Wenn Sie Ihre eigene Instanz von Firefly III betreiben, überprüfen Sie die Logdatei unter storage/logs für weitere Anweisungen.', @@ -74,7 +74,7 @@ return [ 'search_found_transactions' => 'Found :count transaction(s) for your query.', 'results_limited' => 'Es werden maximal :count Ergebnisse angezeigt.', 'tagbalancingAct' => 'Balancing act', - 'tagadvancePayment' => 'Advance payment', + 'tagadvancePayment' => 'Vorauszahlung', 'tagnothing' => '', 'Default asset account' => 'Standard-Anlagekonto', 'no_budget_pointer' => 'Sie scheinen keine Budgets festgelegt zu haben. Sie sollten welche auf der Budget-Seite erstellen. Budgets können Ihnen helfen ihre Ausgaben zu verfolgen.', @@ -304,7 +304,7 @@ return [ 'preferences_layout' => 'Layout', 'pref_home_show_deposits' => 'Show deposits on the home screen', 'pref_home_show_deposits_info' => 'The home screen already shows your expense accounts. Should it also show your revenue accounts?', - 'pref_home_do_show_deposits' => 'Yes, show them', + 'pref_home_do_show_deposits' => 'Ja, zeige sie an', 'successful_count' => 'of which :count successful', 'transaction_page_size_title' => 'Seitengröße', 'transaction_page_size_help' => 'Any list of transactions shows at most this many transactions', @@ -513,10 +513,10 @@ return [ 'make_new_revenue_account' => 'Create a new revenue account', 'asset_accounts' => 'Girokonten', 'expense_accounts' => 'Debitoren (Ausgaben)', - 'revenue_accounts' => 'Revenue accounts', - 'cash_accounts' => 'Cash accounts', - 'Cash account' => 'Cash account', - 'account_type' => 'Account type', + 'revenue_accounts' => 'Schuldner', + 'cash_accounts' => 'Bargeldkonten', + 'Cash account' => 'Bargeldkonto', + 'account_type' => 'Kontotyp', 'save_transactions_by_moving' => 'Save these transaction(s) by moving them to another account:', 'stored_new_account' => 'New account ":name" stored!', 'updated_account' => 'Updated account ":name"', @@ -641,7 +641,7 @@ return [ 'report_this_fiscal_year_quick' => 'Aktuelles Geschäftsjahr, alle Konten', 'report_all_time_quick' => 'Gesamte Zeit, alle Konten', 'reports_can_bookmark' => 'Berichte können als Lesezeichen gespeichert werden.', - 'incomeVsExpenses' => 'Income vs. expenses', + 'incomeVsExpenses' => 'Einkommen vs Ausgaben', 'accountBalances' => 'Account balances', 'balanceStartOfYear' => 'Bilanz zum Jahresbeginn', 'balanceEndOfYear' => 'Bilanz zum Jahresende', @@ -658,10 +658,10 @@ return [ 'expectedBalance' => 'Expected balance', 'outsideOfBudgets' => 'Outside of budgets', 'leftInBudget' => 'Left in budget', - 'sumOfSums' => 'Sum of sums', + 'sumOfSums' => 'Summe der Summen', 'noCategory' => '(keine Kategorie)', 'notCharged' => 'Not charged (yet)', - 'inactive' => 'Inactive', + 'inactive' => 'Inaktiv', 'active' => 'Aktiv', 'difference' => 'Unterschied', 'in' => 'Rein', From 238ae125b5110e8962a47d74d223256bcee58d47 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:41:20 +0100 Subject: [PATCH 13/14] New translations --- resources/lang/pt_BR/firefly.php | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index bcca90217f..6a2fbfb1d3 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -705,11 +705,11 @@ return [ 'include_not_in_category' => 'Incluir transações não selecionadas para este relatório', 'everything_else' => 'Todo o resto', 'income_and_expenses' => 'Receitas e despesas', - 'spent_average' => 'Spent (average)', - 'income_average' => 'Income (average)', - 'transaction_count' => 'Transaction count', - 'average_spending_per_account' => 'Average spending per account', - 'average_income_per_account' => 'Average income per account', + 'spent_average' => 'Gastos (média)', + 'income_average' => 'Renda (média)', + 'transaction_count' => 'Contagem de transações', + 'average_spending_per_account' => 'Média de gastos por conta', + 'average_income_per_account' => 'Rendimento médio por conta', 'total' => 'Total', 'description' => 'Descrição', @@ -798,9 +798,9 @@ return [ 'tags_group' => 'Tags agrupam transações, que torna possível armazenar os reembolsos (no caso você empreste dinheiro para os outros) e outros "balancetes" onde as despesas são somadas (os pagamentos na sua TV nova) ou onde as despesas e depósitos estão anulando uns aos outros (compra algo com dinheiro guardado). Isso é tudo para você. Usando tags à moda antiga claro é sempre possível.', 'tags_start' => 'Crie uma tag para começar ou insira tags ao criar novas transações.', - 'transaction_journal_information' => 'Transaction information', - 'transaction_journal_meta' => 'Meta information', - 'total_amount' => 'Total amount', + 'transaction_journal_information' => 'Informação da transação', + 'transaction_journal_meta' => 'Meta-informação', + 'total_amount' => 'Valor total', // administration 'administration' => 'Administração', @@ -819,17 +819,17 @@ return [ 'no_domain_filled_in' => 'Nenhum domínio preenchido', 'domain_already_blocked' => 'Domínio :domain já está bloqueado', 'domain_is_now_blocked' => 'Domínio :domain está bloqueado', - 'instance_configuration' => 'Configuration', - 'firefly_instance_configuration' => 'Configuration options for Firefly III', - 'setting_single_user_mode' => 'Single user mode', + 'instance_configuration' => 'Configuração', + 'firefly_instance_configuration' => 'Opções de configuração para Firefly III', + 'setting_single_user_mode' => 'Modo de usuário único', 'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).', - 'store_configuration' => 'Store configuration', + 'store_configuration' => 'Configuração da Loja', 'single_user_administration' => 'User administration for :email', 'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your settings.', - 'user_data_information' => 'User data', - 'user_information' => 'User information', - 'total_size' => 'total size', - 'budget_or_budgets' => 'budget(s)', + 'user_data_information' => 'Dados de usuário', + 'user_information' => 'Informações do usuário', + 'total_size' => 'tamanho total', + 'budget_or_budgets' => 'orçamento(s)', 'budgets_with_limits' => 'budget(s) com quantidade configurada', 'rule_or_rules' => 'regra(s)', 'rulegroup_or_groups' => 'grupo(s) de regra', @@ -883,7 +883,7 @@ return [ 'import_finish_configuration' => 'Terminar configuração', 'settings_for_import' => 'Preferências', 'import_status' => 'Status de importação', - 'import_status_text' => 'The import is currently running, or will start momentarily.', + 'import_status_text' => 'A importação está atualmente em execução, ou vai começar dentro de momentos.', 'import_complete' => 'Configuração de importação completa!', 'import_complete_text' => 'The import is ready to start. All the configuration you needed to do has been done. Please download the configuration file. It will help you with the import should it not go as planned. To actually run the import, you can either execute the following command in your console, or run the web-based import. Depending on your configuration, the console import will give you more feedback.', 'import_download_config' => 'Download da configuração', From 5fb2db4e2827cc73bab0f058f15dd01f6c22d84f Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Nov 2016 17:41:26 +0100 Subject: [PATCH 14/14] New translations --- resources/lang/de_DE/firefly.php | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 729f01eab1..c96d7b44d5 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -667,7 +667,7 @@ return [ 'in' => 'Rein', 'out' => 'Raus', 'topX' => 'top :number', - 'show_full_list' => 'Show entire list', + 'show_full_list' => 'Zeige die gesamte Liste', 'show_only_top' => 'Show only top :number', 'sum_of_year' => 'Summe des Jahres', 'sum_of_years' => 'Summe der Jahre', @@ -695,7 +695,7 @@ return [ 'audit_end_balance' => 'Account balance of :account_name at the end of :end was: :balance', 'reports_extra_options' => 'Extra options', 'report_has_no_extra_options' => 'This report has no extra options', - 'reports_submit' => 'View report', + 'reports_submit' => 'Zeige Bericht', 'end_after_start_date' => 'End date of report must be after start date.', 'select_category' => 'Select one or more categories.', 'income_per_category' => 'Income per category', @@ -703,26 +703,26 @@ return [ 'income_per_account' => 'Income per account', 'expense_per_account' => 'Expense per account', 'include_not_in_category' => 'Include transactions not selected for this report', - 'everything_else' => 'Everything else', - 'income_and_expenses' => 'Income and expenses', - 'spent_average' => 'Spent (average)', - 'income_average' => 'Income (average)', - 'transaction_count' => 'Transaction count', - 'average_spending_per_account' => 'Average spending per account', - 'average_income_per_account' => 'Average income per account', - 'total' => 'Total', - 'description' => 'Description', + 'everything_else' => 'Der Rest', + 'income_and_expenses' => 'Einkommen und Ausgaben', + 'spent_average' => 'Ausgaben (Durchschnitt)', + 'income_average' => 'Einkommen (Durchschnitt)', + 'transaction_count' => 'Überweisungen', + 'average_spending_per_account' => 'Durchschnittsausgaben pro Konto', + 'average_income_per_account' => 'Durchschnittseinkommen pro Konto', + 'total' => 'Gesamt', + 'description' => 'Beschreibung', // charts: - 'chart' => 'Chart', - 'dayOfMonth' => 'Day of the month', + 'chart' => 'Diagram', + 'dayOfMonth' => 'Tag des Monats', 'month' => 'Monat', 'budget' => 'Budget', 'spent' => 'Ausgegeben', 'earned' => 'Verdient', - 'overspent' => 'Overspent', - 'left' => 'Left', + 'overspent' => 'Zuviel ausgegeben', + 'left' => 'Übrig', 'no_budget' => '(kein Budget)', 'maxAmount' => 'Höchstbetrag', 'minAmount' => 'Mindestbetrag', @@ -767,7 +767,7 @@ return [ 'start_date' => 'Startdatum', 'target_date' => 'Zieldatum', 'no_target_date' => 'Kein Zieldatum', - 'todo' => 'to do', + 'todo' => 'Zu erledigen', 'table' => 'Tabelle', 'piggy_bank_not_exists' => 'Dieses Sparschwein existiert nicht mehr.', 'add_any_amount_to_piggy' => 'Fügen sie Geld ihrem Sparschein hinzu, um ihr Ziel von :amount zu erreichen.', @@ -805,11 +805,11 @@ return [ // administration 'administration' => 'Administration', 'user_administration' => 'Nutzerinformation', - 'list_all_users' => 'All users', - 'all_users' => 'All users', - 'all_blocked_domains' => 'All blocked domains', - 'blocked_domains' => 'Blocked domains', - 'no_domains_banned' => 'No domains blocked', + 'list_all_users' => 'Alle Benutzer', + 'all_users' => 'Alle Benutzer', + 'all_blocked_domains' => 'Alle blockierten Domains', + 'blocked_domains' => 'Blockierte Domains', + 'no_domains_banned' => 'Keine blockierten Domains', 'all_user_domains' => 'All user email address domains', 'all_domains_is_filtered' => 'This list does not include already blocked domains.', 'domain_now_blocked' => 'Domain :domain is now blocked', @@ -898,7 +898,7 @@ return [ 'import_status_header' => 'Import status and progress', 'import_status_errors' => 'Import errors', 'import_status_report' => 'Import report', - 'import_finished' => 'Import has finished', + 'import_finished' => 'Der Importierungsvorgang ist beendet', 'import_error_single' => 'An error has occured during the import.', 'import_error_multi' => 'Some errors occured during the import.', 'import_error_fatal' => 'There was an error during the import routine. Please check the log files. The error seems to be:',